body {
  font-size: 14px;
  font-weight: normal; }

ul {
  padding: 0;
  list-style: none; }

p {
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0; }

a:hover {
  text-decoration: none; }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }
@media (min-width: 0) and (max-width: 991.98px) {
  .container {
    max-width: 100%; } }
.global_title {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 26px;
  text-transform: uppercase; }
  .global_title h2 {
    display: inline-block;
    border-bottom: 5px solid #cf1f25;
    font-size: 25px;
    padding-bottom: 13px; }

.breadcrum_content {
  border-top: 1px solid #b7b7b7;
  display: flex;
  padding: 18px 0; }
  .breadcrum_content li {
    position: relative; }
    .breadcrum_content li a {
      color: #b7b7b7; }
  .breadcrum_content li + li {
    padding-left: 25px; }
    .breadcrum_content li + li:before {
      position: absolute;
      font-family: 'FONTAWESOME';
      content: "\f105";
      color: #b7b7b7;
      left: 10px; }

.pagging_content {
  display: flex; }
  .pagging_content li {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #b7b7b7; }
    .pagging_content li.active a {
      background: #cf1f25;
      color: #fff;
      font-weight: bold; }
    .pagging_content li a {
      display: block;
      color: #333; }
  .pagging_content li + li {
    margin-left: 12px; }

.news_detail_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px; }
.news_detail_date {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  align-items: center; }
  .news_detail_date .date {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #b7b7b7;
    margin-right: 30px; }
    .news_detail_date .date:after {
      position: absolute;
      content: "\f017";
      font-family: "FONTAWESOME";
      left: 0; }
    .news_detail_date .date .fb-like {
      display: inline-block;
      margin-left: 5px; }
.news_detail_sapo {
  font-weight: bold;
  margin-bottom: 15px; }
.news_detail img {
  max-width: 100%;
  display: block;
  margin: 20px auto; }
.news_detail_content {
  margin-bottom: 38px; }
.news_detail_key {
  display: flex;
  margin-bottom: 46px; }
  .news_detail_key .title {
    display: inline-block;
    padding-left: 20px;
    background-image: url("../images/tag.png");
    background-repeat: no-repeat;
    background-position: 1px center;
    margin-right: 10px;
    font-weight: bold; }
  .news_detail_key ul {
    display: flex; }
    .news_detail_key ul li + li {
      position: relative;
      padding-left: 11px; }
      .news_detail_key ul li + li:before {
        position: absolute;
        content: ",";
        left: 0; }
    .news_detail_key ul a {
      color: #333;
      text-transform: capitalize; }

.news_related_content {
  margin-top: -8px;
  list-style: disc inside; }
  .news_related_content li {
    margin-bottom: 2px; }
    .news_related_content li a {
      color: #333; }
      .news_related_content li a:hover {
        color: #cf1f25; }

.product_detail_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  flex-wrap: wrap; }
.product_detail_img {
  width: calc(352/790*100%);
  border: 1px solid #e7e7e7;
  height: 363px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center; }
  @media (max-width: 767.98px) {
    .product_detail_img {
      width: 100%;
      margin-bottom: 30px; } }
.product_detail_info {
  width: 51.6455696203%; }
  @media (max-width: 767.98px) {
    .product_detail_info {
      width: 100%;
      margin-bottom: 30px; } }
.product_detail_title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px; }
.product_detail_parameter {
  font-weight: lighter;
  padding-bottom: 11px;
  border-bottom: 1px solid #e7e7e7; }
  .product_detail_parameter .parameter_item {
    margin-bottom: 9px; }
.product_detail_contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px; }
  .product_detail_contact .contact {
    font-weight: bold;
    text-transform: capitalize;
    color: #cf1f25; }
  .product_detail_contact .contact_now {
    width: 154px;
    display: inline-block;
    height: 40px;
    margin-left: 60px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #cf1f25; }
.product_detail_cmt {
  margin-bottom: 16px; }

.product_help {
  margin-bottom: 20px; }
  .product_help_title {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 15px; }
  .product_help_hotline {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px; }
    .product_help_hotline .hotline {
      color: #333;
      margin: 0 10px; }
  .product_help_nbphone {
    color: #cf1f25; }

.tab_parameter {
  margin-bottom: 55px; }
  .tab_parameter_menu {
    display: flex; }
    .tab_parameter_menu li + li {
      margin-left: 15px; }
    .tab_parameter_menu li {
      padding: 10px;
      border: 1px solid #e7e7e7; }
      .tab_parameter_menu li.active {
        font-weight: bold;
        color: #fff;
        background: #cf1f25; }
  .tab_parameter_content {
    margin-top: -1px;
    border: 1px solid #e7e7e7;
    padding: 13px;
    line-height: 1.65; }
  .tab_parameter_item {
    display: none; }
    .tab_parameter_item.active {
      display: block; }

.product_involve_slide {
  position: relative; }
  .product_involve_slide .run_carousel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover; }
    .product_involve_slide .run_carousel.prev_pr {
      left: -13px;
      background-image: url("../images/prev_pr.png"); }
    .product_involve_slide .run_carousel.next_pr {
      right: -13px;
      background-image: url("../images/next_pr.png"); }

.page_title h1 {
  display: inline-block;
  border-bottom: 5px solid #cf1f25;
  font-size: 25px;
  padding-bottom: 13px; }
.page_content {
  line-height: 20px;
  margin-bottom: 30px; }

.app_fiexed {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000; }
  @media (max-width: 480px) {
    .app_fiexed {
      top: inherit;
      bottom: -30px;
      right: inherit;
      left: 20px;
      display: flex;
      width: 150px;
      justify-content: space-between; }
      .app_fiexed span {
        display: none !important; } }
  .app_fiexed li {
    margin-bottom: 10px; }
    .app_fiexed li a {
      display: block;
      color: #333; }
      .app_fiexed li a img {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 auto 5px auto; }
      .app_fiexed li a span {
        display: block;
        text-align: center;
        font-size: 13px; }

.contact {
  margin-top: 10px; }
  .contact_title {
    font-size: 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .contact .wp_input {
    margin-bottom: 15px; }
    .contact .wp_input input, .contact .wp_input textarea {
      display: block;
      width: 100%;
      border: 1px solid #e7e7e7;
      padding-left: 10px; }
    .contact .wp_input input {
      height: 40px;
      line-height: 40px; }
    .contact .wp_input textarea {
      min-height: 80px; }
  .contact button {
    width: 126px;
    height: 40px;
    line-height: 40px;
    border: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #cf1f25; }
  .contact .col-me {
    margin-bottom: 30px; }
  .contact iframe {
    max-height: 300px; }

.header_top {
  background-color: #e7e7e7; }
  .header_top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 575.98px) {
      .header_top .container {
        justify-content: center; }
        .header_top .container .header_top_left {
          margin-bottom: 10px; } }
  .header_top_left {
    color: #333; }
  .header_top_right {
    width: 255px;
    display: flex;
    position: relative; }
    .header_top_right form {
      margin: 0; }
    .header_top_right .ip_key {
      width: 100%;
      display: block;
      height: 35px;
      border: none;
      padding-left: 12px;
      background-color: #e0dede; }
      .header_top_right .ip_key::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-style: italic;
        color: #999999; }
      .header_top_right .ip_key::-moz-placeholder {
        /* Firefox 19+ */
        font-style: italic;
        color: #999999; }
      .header_top_right .ip_key:-ms-input-placeholder {
        /* IE 10+ */
        font-style: italic;
        color: #999999; }
      .header_top_right .ip_key:-moz-placeholder {
        /* Firefox 18- */
        font-style: italic;
        color: #999999; }
    .header_top_right button {
      position: absolute;
      height: 35px;
      width: 35px;
      right: 0;
      top: 0;
      background-color: #cf1f25;
      border: none;
      display: flex;
      justify-content: center; }
.header_nav nav {
  padding: 0; }
.header_nav .navbar-brand {
  padding: 15px 0 12px 0; }
  @media (min-width: 991.98px) {
    .header_nav .navbar-brand {
      margin-right: 151px; } }
.header_nav button.navbar-toggler {
  color: #cf1f25;
  font-size: 30px; }
.header_nav .icon_menu {
  font-size: 20px !important;
  position: absolute;
  right: 10%;
  top: 5px;
  padding: 0; }
.header_nav li:hover > a {
  color: #cf1f25; }
@media (min-width: 991.99px) {
  .header_nav li:hover > .sub_menu {
    display: block !important; }
  .header_nav .sub_menu {
    display: none !important;
    position: absolute;
    top: 100%;
    z-index: 1000;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    flex-wrap: wrap;
    background-color: #cf1f25;
    overflow: hidden; }
    .header_nav .sub_menu a {
      display: block !important;
      padding: 5px 20px !important;
      white-space: nowrap;
      text-align: left !important;
      color: #fff !important;
      transition: 0.4s;
      position: relative; }
      .header_nav .sub_menu a:hover {
        padding-left: 30px !important;
        transition: 0.4s ease; }
        .header_nav .sub_menu a:hover:before {
          font-family: FONTAWESOME;
          content: '\f0da ';
          position: absolute;
          left: 10px;
          top: 50%;
          transform: translateY(-50%);
          transition: 0.4s ease; }
    .header_nav .sub_menu li + li {
      border-top: 1px solid #e7e7e7; } }
.header_nav #navbarNav li {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .header_nav #navbarNav li:hover button:after {
    border-top: 0.3em solid #cf1f25; }
  .header_nav #navbarNav li a {
    font-size: 16px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #333;
    padding: 5px 0; }
    .header_nav #navbarNav li a:hover {
      color: #cf1f25; }
.header_nav .respon_menu {
  position: absolute;
  right: 0; }
  .header_nav .respon_menu .dropdown {
    position: static; }
    .header_nav .respon_menu .dropdown-menu {
      left: 50%;
      transform: translateX(-50%); }
  .header_nav .respon_menu #dropdownMenuButton {
    border: none;
    background-color: transparent;
    padding: 0; }
    .header_nav .respon_menu #dropdownMenuButton::after {
      margin-left: 0; }
.header_nav .wp_phone {
  font-weight: bold;
  justify-content: flex-end; }
  .header_nav .wp_phone .phone {
    margin-left: 5px; }

#slide_home .carousel-indicators {
  bottom: 15px; }
  #slide_home .carousel-indicators li {
    display: flex;
    color: #fff;
    background: transparent;
    width: inherit;
    height: inherit;
    text-indent: 0; }
    #slide_home .carousel-indicators li i.active_icon {
      display: none; }
  #slide_home .carousel-indicators li.active i.active_icon {
    display: block; }
  #slide_home .carousel-indicators li.active i.hidden_icon {
    display: none; }

.commitment {
  padding: 15px 0;
  margin-bottom: 20px;
  background-color: #f8f6f6; }
  .commitment_item {
    text-align: center;
    position: relative; }
  @media (max-width: 516.98px) {
    .commitment_item_0 {
      margin-bottom: 15px; } }
  .commitment_item_1:before, .commitment_item_2:before, .commitment_item_3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    height: 32px;
    width: 2px;
    background-color: #b7b7b7; }
    @media (max-width: 516.98px) {
      .commitment_item_1:before, .commitment_item_2:before, .commitment_item_3:before {
        display: none; } }
  @media (max-width: 991.98px) {
    .commitment_item_1, .commitment_item_2 {
      margin-bottom: 15px; } }
  @media (max-width: 991.98px) {
    .commitment_item_2:before {
      display: none; } }
  .commitment_title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold; }
  .commitment_sapo {
    color: #999999; }

.introduce {
  padding-top: 30px;
  margin-bottom: 12px; }
  .introduce_title {
    font-size: 25px;
    margin-bottom: 13px; }
    @media (max-width: 480px) {
      .introduce_title {
        font-size: 18px; } }
  .introduce_sapo {
    margin-bottom: 21px; }
  .introduce_slogan {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 378.98px) {
      .introduce_slogan {
        width: 100%; } }
    @media (max-width: 767.98px) {
      .introduce_slogan {
        margin-bottom: 30px; } }
    .introduce_slogan_title {
      font-weight: bold;
      margin-top: 10px; }
      @media (max-width: 991.98px) {
        .introduce_slogan_title {
          font-size: 12px; } }
  .introduce_img_bottom {
    position: relative; }
    .introduce_img_bottom img {
      position: relative;
      max-width: 100%;
      display: block;
      margin: auto; }
  .introduce_img_top {
    max-width: 100%;
    display: block;
    margin: auto; }
  .introduce_seeDetail {
    position: absolute;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .introduce_seeDetail:hover {
      text-decoration: underline !important;
      color: #fff; }

.service {
  margin-bottom: 17px; }
  .service_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .service_content_left {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: calc(847.5 / 1140 * 100%); }
      @media (max-width: 767.98px) {
        .service_content_left {
          width: 100%;
          order: 2; }
          .service_content_left .service_content_item {
            width: 48% !important; } }
      @media (max-width: 414.98px) {
        .service_content_left .service_content_item {
          width: 100% !important; } }
      .service_content_left .service_content_item {
        width: calc(262.5 / 847.5 * 100%); }
    .service_content_right {
      width: calc(262.5 / 1140 * 100%); }
      @media (max-width: 767.98px) {
        .service_content_right {
          width: 100%;
          order: 1; } }
    .service_content_item {
      margin-bottom: 25px; }
    .service_content_img {
      display: block;
      margin-bottom: 15px; }
    .service_content_title {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 20px;
      height: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; }
      .service_content_title a {
        color: #333; }
        .service_content_title a:hover {
          color: #cf1f25; }

.form_news {
  margin-bottom: 48px; }
  .form_news .container {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 670.98px) {
      .form_news .container {
        display: block; } }
    .form_news .container > section {
      width: calc(555 / 1140 * 100%); }
      @media (max-width: 670.98px) {
        .form_news .container > section {
          width: 100%;
          margin-bottom: 30px; } }
  .form_news .form_sapo {
    font-style: italic;
    color: #b7b7b7;
    margin-bottom: 10px; }
  .form_news .form_wp {
    margin-bottom: 12px; }
    .form_news .form_wp input, .form_news .form_wp textarea {
      display: block;
      height: 40px;
      border: 1px solid #ebebeb;
      padding-left: 15px;
      width: 100%; }
    .form_news .form_wp textarea {
      min-height: 87px; }
    .form_news .form_wp .btn_submit {
      width: 122px;
      background: #cf1f25;
      text-align: center;
      color: #fff;
      border: none;
      font-weight: bold;
      text-transform: uppercase; }

.newsHome_item {
  display: flex;
  justify-content: space-between; }
  .newsHome_item_title {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 7px; }
    .newsHome_item_title a {
      color: #333; }
      .newsHome_item_title a:hover {
        color: #cf1f25; }
  .newsHome_item_img {
    width: calc(161/555*100%); }
  .newsHome_item_sapo {
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #b7b7b7; }
  .newsHome_item_detail {
    width: calc(365/555*100%); }
.newsHome .newsHome_item + .newsHome_item {
  margin-top: 19px;
  padding-top: 19px;
  border-top: 1px solid #b7b7b7; }

.partner {
  margin-bottom: 42px; }
  .partner_content_item {
    border: 1px solid #e7e7e7;
    display: block; }
    .partner_content_item img {
      height: 77px;
      width: 100%; }
  .partner .owl-next {
    position: absolute;
    font-size: 40px !important;
    top: 4%;
    right: -30px;
    color: #b7b7b7 !important; }
  .partner .owl-prev {
    position: absolute;
    font-size: 40px !important;
    top: 4%;
    left: -30px;
    color: #b7b7b7 !important; }

@media (max-width: 575.98px) {
  .partner {
    margin-bottom: -100px; } }

.main {
  margin-bottom: 25px; }
  .main_other {
    margin-bottom: 70px; }
  .main_title_cat {
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    border-left: 5px solid #cf1f25;
    border-bottom: 1px solid #e7e7e7;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px; }
    @media (max-width: 440px) {
      .main_title_cat {
        font-size: 16px; } }
  .main_items, .main_wp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .main_content_item {
    width: 236px;
    margin-bottom: 27px;
    text-align: center;
    border: 1px solid #e7e7e7;
    padding-bottom: 18px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 509.98px) {
      .main_content_item {
        width: 100%; } }
    .main_content_item .thumb {
      display: block;
      height: 175px;
      margin-bottom: 30px;
      background-position: center center;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat; }
  .main_content_title {
    font-size: 14px;
    margin-bottom: 9px;
    font-weight: bold; }
    .main_content_title a {
      color: #333; }
      .main_content_title a:hover {
        color: #cf1f25; }
  .main_content_sapo {
    color: #999999;
    margin-bottom: 8px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0 10px; }
  .main_content_detail {
    color: #cf1f25; }
  .main_news_item + .main_news_item {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e7e7e7; }
  .main_news_items {
    margin-bottom: 27px; }
  .main_news_item {
    display: flex;
    justify-content: space-between; }
  .main_news_img {
    width: calc(279/790*100%); }
  .main_news_info {
    width: calc(496/790*100%); }
  .main_news_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px; }
    .main_news_title a {
      color: #333; }
      .main_news_title a:hover {
        color: #cf1f25; }
  .main_news_date {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #b7b7b7;
    margin-bottom: 5px; }
    .main_news_date:after {
      position: absolute;
      content: "\f017";
      font-family: "FONTAWESOME";
      left: 0; }
  .main_news_sapo {
    color: #999999;
    margin-bottom: 9px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; }
  .main_news_detail {
    display: inline-block;
    padding-right: 25px;
    color: #cf1f25;
    position: relative; }
    .main_news_detail:after {
      position: absolute;
      content: "\f178";
      font-family: 'FONTAWESOME';
      right: 0; }
  .main .main_content {
    width: calc(790 / 1140 * 100%); }
    @media (max-width: 991.98px) {
      .main .main_content {
        width: 100%;
        order: 1;
        margin-bottom: 30px; } }
    .main .main_content .tab_menu {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #e7e7e7;
      padding-top: 14px;
      margin-bottom: 24px;
      flex-wrap: wrap; }
      .main .main_content .tab_menu_title {
        font-size: 16px;
        padding-bottom: 7px;
        text-transform: uppercase; }
        @media (min-width: 454px) and (max-width: 575.98px) {
          .main .main_content .tab_menu_title {
            font-size: 12px; } }
        @media (min-width: 380px) and (max-width: 453.98px) {
          .main .main_content .tab_menu_title {
            font-size: 10px; } }
        @media (max-width: 379.98px) {
          .main .main_content .tab_menu_title {
            font-size: 8px;
            font-weight: bold; } }
      .main .main_content .tab_menu li.active .tab_menu_title {
        border-bottom: 5px solid #cf1f25; }
    .main .main_content .tab_content {
      display: none;
      position: relative; }
      .main .main_content .tab_content_carousel {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
      .main .main_content .tab_content_next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -30px;
        font-size: 40px;
        color: #e7e7e7; }
        @media (max-width: 991.98px) {
          .main .main_content .tab_content_next {
            right: 45%;
            top: inherit;
            bottom: -20px;
            transform: translateX(-50%); } }
        .main .main_content .tab_content_next:hover {
          cursor: pointer; }
      .main .main_content .tab_content_prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -30px;
        font-size: 40px;
        color: #e7e7e7; }
        @media (max-width: 991.98px) {
          .main .main_content .tab_content_prev {
            left: 45%;
            top: inherit;
            bottom: -20px;
            transform: translateX(-50%); } }
        .main .main_content .tab_content_prev:hover {
          cursor: pointer; }
    .main .main_content .tab_content.active {
      display: block; }

.sidebar {
  width: calc(300 / 1140 * 100%); }
  @media (max-width: 991.98px) {
    .sidebar {
      width: 100%;
      order: 2; } }
  .sidebar section {
    margin-bottom: 40px; }
  .sidebar .category_title {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #cf1f25;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding-left: 25px; }
  .sidebar .category_content {
    border: 1px solid #e7e7e7; }
    .sidebar .category_content_item {
      display: block;
      height: 43px;
      line-height: 43px;
      padding-left: 13px;
      color: #333; }
      .sidebar .category_content_item:hover {
        color: #cf1f25; }
      .sidebar .category_content_item img {
        margin-right: 15px; }
    .sidebar .category_content_news {
      padding: 10px 5px; }
  .sidebar .category_news_item {
    display: flex;
    justify-content: space-between; }
  .sidebar .category_news_img {
    width: 40%; }
  .sidebar .category_news_info {
    width: 55%;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
    .sidebar .category_news_info a {
      color: #333; }
      .sidebar .category_news_info a:hover {
        color: #cf1f25; }
  .sidebar .category_news_item + .category_news_item {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #b7b7b7; }
  .sidebar .category_content_item + .category_content_item {
    border-top: 1px solid #e7e7e7; }
  .sidebar .adVer_item + .adVer_item {
    margin-top: 15px; }
  .sidebar .adVer_item img {
    max-width: 100%;
    margin: auto;
    display: block; }

.footer {
  color: #fff;
  background-image: url("../images/bg_footer.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }
  .footer .row {
    padding-top: 170px; }
    @media (max-width: 991.98px) {
      .footer .row {
        padding-top: 215px; } }
    @media (max-width: 767.98px) {
      .footer .row {
        padding-top: 362px; } }
  .footer_top {
    padding-bottom: 22px; }
  .footer_title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 18px; }
  .footer_companyName {
    text-transform: uppercase;
    font-size: 16px; }
  .footer .list_url_item {
    color: #fff;
    display: block;
    margin-bottom: 3px;
    text-transform: capitalize; }
    .footer .list_url_item:hover {
      color: #fff !important;
      text-decoration: underline !important; }
  .footer_copyRight {
    padding: 14px 0 7px 0;
    background-image: url("../images/bg_line.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between; }
    .footer_copyRight_right {
      width: 160px;
      display: flex;
      justify-content: space-between; }

a.navbar-brand {
  margin-right: 30px !important;
}
a.navbar-brand img{
  height: 88px;
}
