/*
Theme Name: VinaWebsite.VN
Description: Templates develop by vinahost.vn
Author: VINAHOST.VN
Template: flatsome
Support: website@vinahost.vn
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* color */
.col_pri {
  color: #cd0000;
}
.bac_pri {
  background-color: #cd0000;
}
.col_sec {
  color: #000;
}
.bac_sec {
  background-color: #000;
}
.col_thid {
  color: #fde428;
}
.bac_thid {
  background-color: #fde428;
}
/* common */
.dark,
.dark p,
.dark td {
  color: #fff !important;
}
p {
  margin-bottom: 0 !important;
}
b,
strong {
  font-weight: bold !important;
}
/* ul */
.page-inner ul {
  padding-inline-start: 40px !important;
}
/* header */
#header #top-bar .top-bar-nav {
  list-style: none;
}
#header #top-bar .top-bar-nav ul {
  list-style: none;
}
#header #top-bar .top-bar-nav .top_bar_info_wr {
  position: relative;
}
#header #top-bar .top-bar-nav .top_bar_info_wr .top_bar_info_switcher {
  position: relative;
  float: right;
  background-color: #cd0000;
  font-size: 13px;
}
#header #top-bar .top-bar-nav .top_bar_info_wr .top_bar_info_switcher .active {
  position: relative;
  cursor: pointer;
  padding: 14px 42px 16px 21px;
  color: #fff;
  text-decoration: none !important;
  min-width: 160px;
  font-size: 14px;
}
#header #top-bar .top-bar-nav .top_bar_info_wr .top_bar_info_switcher .active span {
  display: inline-block;
  vertical-align: middle;
}
#header #top-bar .top-bar-nav .top_bar_info_wr .top_bar_info_switcher .active span:after {
  content: "";
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #fde428;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -2px 0 0;
}
#header #top-bar .top-bar-nav .top_bar_info_wr .top_bar_info_switcher ul {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background: #002e5b;
  list-style: none;
  padding: 12px 0;
  margin: 0;
  min-width: 100%;
}
#header #top-bar .top-bar-nav .top_bar_info_wr .top_bar_info_switcher ul li {
  margin: 0;
}
#header #top-bar .top-bar-nav .top_bar_info_wr .top_bar_info_switcher ul a {
  color: #fff;
  display: block;
  padding: 9px 20px;
  text-decoration: none !important;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  font-size: 13px;
}
#header #top-bar .top-bar-nav .top_bar_info_wr .top_bar_info_switcher ul a:hover {
  background: #6c98e1;
}
#header #top-bar .top-bar-nav .top_bar_info_wr .top_bar_info {
  display: none;
  float: right;
  margin: 0;
  padding: 0 6px 0 0;
  list-style: none;
}
#header #top-bar .top-bar-nav .top_bar_info_wr .top_bar_info li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 23px;
  color: #fff;
  font-size: 13px;
  margin: 0;
  line-height: 49px;
}
#header #top-bar .top-bar-nav .top_bar_info_wr .top_bar_info li i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 0 0;
  font-size: 16px;
  color: #fde428;
}
#header #top-bar .top-bar-nav .top_bar_info_wr .top_bar_info li span {
  display: inline-block;
  vertical-align: middle;
}
#header #masthead {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
#header #masthead .header-nav-main.nav-right > li {
  margin: 0;
  position: relative;
}
#header #masthead .header-nav-main.nav-right > li > a {
  font-size: 17px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 14px 10px;
}
#header #masthead .header-nav-main.nav-right > li > a > i {
  display: none;
}
#header #masthead .header-nav-main.nav-right > li > ul {
  box-shadow: none;
  left: 0;
  visibility: hidden;
  border: none;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 230px;
  padding: 14px 0;
  top: 100%;
}
#header #masthead .header-nav-main.nav-right > li > ul > li {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #333333;
  display: block;
  width: 100%;
}
#header #masthead .header-nav-main.nav-right > li > ul > li > a {
  display: block;
  padding: 12px 12px 12px;
  color: #333333;
  text-decoration: none;
  position: relative;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: unset;
  letter-spacing: -0.64px;
}
#header #masthead .header-nav-main.nav-right > li > ul > li > ul {
  position: absolute;
  top: -2px;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #000;
  list-style: none;
  padding: 6px 0 4px;
  margin: 0;
  min-width: 230px;
  z-index: 1;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header #masthead .header-nav-main.nav-right > li > ul > li > ul > li {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #333333;
}
#header #masthead .header-nav-main.nav-right > li > ul > li > ul > li > a {
  display: block;
  color: #fff;
  padding: 12px 26px;
  margin: 0;
  border-bottom: none;
  font-size: 14px;
  letter-spacing: -0.64px;
}
#header #masthead .header-nav-main.nav-right > li > ul > li > ul > li > a:hover {
  color: #fde428;
}
#header #masthead .header-nav-main.nav-right > li > ul > li:hover > a {
  background-color: #000;
  color: #fff;
}
#header #masthead .header-nav-main.nav-right > li > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#header #masthead .header-nav-main.nav-right > li > ul > li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -4px 0 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #cccccc;
}
#header #masthead .header-nav-main.nav-right > li > ul > li.menu-item-has-children > a:hover:before {
  border-left-color: #fde428;
}
#header #masthead .header-nav-main.nav-right > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
  display: none;
}
@media (min-width: 48em) {
  .home #header {
    position: absolute;
    width: 100%;
  }
  .home #header .header-wrapper {
    background: rgba(255, 255, 255, 0.3);
  }
  .home #header .header-bg-color {
    background-color: transparent;
  }
}
/* btn-custom */
.btn-custom {
  margin: 0 !important;
  border-radius: 3px !important;
}
/* after-side */
.after-side .section-content > .row {
  padding: 20px 0;
}
.after-side .section-content > .row .text-banner h3 {
  margin: 0;
  color: #fff;
  line-height: 36px;
  font-size: 20px;
}
#particles_5c21a00820aa1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* section-title-container */
.section-title-container .section-title-center {
  margin-bottom: 0;
}
.section-title-container .section-title-center b {
  background-color: transparent;
}
.section-title-container .section-title-center span {
  text-transform: unset;
  font-size: 30px;
  color: #cd0000;
  letter-spacing: -1.8px;
}
/* owl */
.owl-dots {
  display: none;
}
.owl-carousel.owl-drag .owl-item .item {
  padding: 0 10px;
}
/* sec-newpost */
.ticker-label {
  position: absolute;
  background-color: #cd0000;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  padding: 0 8px;
  z-index: 5;
}
.wppm-ticker {
  margin: 0;
  padding: 0;
  height: 32px;
  background: #f5f5f5;
  overflow-y: hidden;
  overflow-x: hidden;
  font-size: 0;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.wppm-ticker span {
  display: inline-block;
  margin: 0 8px;
  font-size: 14px;
  line-height: 32px;
}
.wppm-ticker a {
  color: rgba(0, 0, 0, 0.7);
}
.wppm-ticker a:hover {
  text-decoration: underline;
}
/* tabs */
.tabs ul.tab-links li a {
  padding: 14px 20px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-color: #f7f7f7;
  background-color: #fff;
  color: #666;
  display: block;
  border-radius: 5px;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.tabs ul.tab-links li.active a {
  border-color: #f0f0f0;
  background-color: #f8f8f8;
}
.tabs .tab-ct {
  display: none;
}
.tabs .tab-content {
  padding-top: 15px;
}
/* tintuc-sukien */
.tintuc-sukien {
  padding-bottom: 0 !important;
}
.tintuc-sukien .col.post-item .col-inner {
  border-bottom: 1px solid #ccc;
}
.tintuc-sukien .col.post-item .box-text .post-title {
  text-transform: unset;
  color: #cd0000;
  font-size: 16px;
  letter-spacing: -0.28px;
  height: 40px;
  overflow: hidden;
}
.tintuc-sukien .col.post-item .box-text .is-divider {
  display: none;
}
.tintuc-sukien .col.post-item .box-text .from_the_blog_excerpt {
  height: 115px;
  overflow: hidden;
}
/* sec-dichvunb */
.sec-dichvunb {
  padding-top: 45px !important;
  padding-bottom: 10 !important;
}
/* sec-dichvu */
.sec-dichvu {
  padding-top: 15px !important;
}
/* parent-services */
.parent-services > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.parent-services > .row .info_box {
  overflow: hidden;
  position: relative;
}
.parent-services > .row .info_box .info_box_image {
  position: relative;
}
.parent-services > .row .info_box .info_box_image img {
  width: 100%;
  height: auto;
}
.parent-services > .row .info_box .info_box_text {
  position: absolute;
  left: 0;
  top: 163px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 17px 30px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.parent-services > .row .info_box .info_box_text .title {
  margin-bottom: 8px;
}
.parent-services > .row .info_box .info_box_text .title .icon {
  color: #fde428;
  font-size: 40px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 12px 0 0;
}
.parent-services > .row .info_box .info_box_text .title h6 {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  padding-top: 0;
  margin: 0;
  opacity: 1;
  text-transform: unset;
  letter-spacing: -0.26px;
  font-size: 13px;
  font-weight: 700;
}
.parent-services > .row .info_box .info_box_text .title h6 a {
  font-weight: 700;
  color: #fff;
}
.parent-services > .row .info_box .info_box_text .title:after {
  content: "";
  display: table;
  clear: both;
}
.parent-services > .row .info_box .info_box_text .mota_ser {
  margin: 0 0 20px;
  color: #fff;
  padding-left: 55px;
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
}
.parent-services > .row .info_box .info_box_text .read_more {
  text-transform: lowercase;
  font-weight: 700;
  font-size: 13px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #fde428;
  padding-left: 55px;
}
.parent-services > .row .info_box .info_box_text .read_more span {
  vertical-align: middle;
  line-height: 13px;
}
.parent-services > .row .info_box .info_box_text .read_more i {
  margin: 2px 0 0 5px;
  font-size: 12px;
  vertical-align: middle;
  color: #fde428;
}
.parent-services > .row .info_box .info_box_text .read_more:hover {
  color: #fff;
  text-decoration: none;
}
.parent-services > .row .info_box:hover .info_box_text {
  padding-top: 38px;
  top: 0;
}
/* children-services */
.children-services > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.children-services > .row .icon_box {
  position: relative;
  padding: 30px 20px;
  display: block;
}
.children-services > .row .icon_box:before,
.children-services > .row .icon_box:after {
  content: " ";
  display: table;
}
.children-services > .row .icon_box .icon {
  color: #cd0000;
  vertical-align: bottom;
  float: left;
  margin: 0;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 80px;
}
.children-services > .row .icon_box .icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 29px;
  top: -3px;
  width: 6px;
  background-color: #cd0000;
  height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.children-services > .row .icon_box .icon i {
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: none;
  color: #000;
  width: 64px;
  height: 55px;
  line-height: 55px;
  position: relative;
  font-size: 20px;
}
.children-services > .row .icon_box .icon i:after {
  content: "\e91c";
  font-family: "stm";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 55px;
}
.children-services > .row .icon_box .icon:after {
  content: "";
  display: block;
  position: absolute;
  left: 29px;
  bottom: -3px;
  width: 6px;
  background-color: #cd0000;
  height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.children-services > .row .icon_box .icon_text {
  position: relative;
  overflow: hidden;
}
.children-services > .row .icon_box .icon_text h5 {
  padding-top: 0;
  font-size: 18px;
  color: #cd0000;
  font-weight: 700;
  letter-spacing: -0.72px;
  line-height: 22px;
}
.children-services > .row .icon_box .icon_text .des_ser {
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
}
.children-services > .row .icon_box:hover {
  background-color: #fff;
}
.children-services > .row .icon_box:hover .icon {
  padding: 20px 0;
}
.children-services > .row .icon_box:hover .icon:before,
.children-services > .row .icon_box:hover .icon:after {
  height: 15px;
}
/* sec-viewallser */
.sec-viewallser .section-content > .row > .col h3 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
  color: #666;
  letter-spacing: -1.2px;
  margin-top: 5px;
}
.sec-viewallser .section-content > .row > .col a.button {
  margin: 0;
}
@media (min-width: 48em) {
  .sec-viewallser .section-content > .row > .col {
    padding-bottom: 0;
  }
}
/* sec-bannerinfo */
.sec-bannerinfo h1 {
  color: #ffffff;
  line-height: 48px;
  text-align: left;
  font-size: 45px;
  letter-spacing: -2.7px;
  margin-bottom: 70px;
}
.sec-bannerinfo h1 mark {
  color: #fde428 !important;
}
.sec-bannerinfo h1:before {
  content: "\e907";
  font-family: "stm" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 67px;
  line-height: 67px;
  margin-right: 30px;
  color: #fde428;
  display: block;
  float: left;
}
.sec-bannerinfo .row-thongso > .col > .col-inner h3 {
  font-size: 50px;
  letter-spacing: 0;
  white-space: nowrap;
  margin-bottom: 10px;
  line-height: 36px;
}
.sec-bannerinfo .row-thongso > .col > .col-inner p {
  font-weight: 600;
  font-size: 15px;
}
@media (min-width: 48em) {
  .sec-bannerinfo .row-thongso > .col {
    padding-bottom: 0;
  }
}
@media (max-width: 48em) {
  .sec-bannerinfo .row-thongso > .col > .col-inner {
    text-align: center;
  }
}
/* mark */
mark {
  background-color: transparent !important;
}
/* sec-congty */
.sec-congty {
  margin: 5px 0;
}
.sec-congty .row-thanhvien {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.sec-congty .row-thanhvien > .col > .col-inner {
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 3px;
  height: 100%;
}
.sec-congty .row-thanhvien > .col > .col-inner .box-text {
  padding-bottom: 10px;
}
.sec-congty .row-thanhvien > .col > .col-inner .box-text h4 {
  color: #cd0000;
  margin-bottom: 5px;
}
@media (min-width: 48em) {
  .sec-congty .row-thanhvien > .col {
    max-width: calc(100% / 5);
    -ms-flex-preferred-size: calc(100% / 5);
    flex-basis: calc(100% / 5);
  }
}
/* btn-chitiet */
.btn-chitiet {
  margin: 0 !important;
  line-height: unset !important;
  min-height: unset !important;
  text-transform: lowercase;
  color: #222 !important;
}
.btn-chitiet span {
  line-height: unset !important;
  text-transform: lowercase;
  font-size: 13px;
}
.btn-chitiet span:after {
  content: "\f090";
  font-family: FontAwesome;
  padding-left: 5px;
  color: #cd0000;
}
.btn-chitiet:hover {
  color: #cd0000 !important;
}
/* sec-slogan */
.sec-slogan .section-bg {
  background-attachment: fixed;
  background-position: center;
}
.sec-slogan h1 {
  font-size: 45px;
  line-height: 60px;
  letter-spacing: -2.7px;
  margin-bottom: 0;
}
.sec-slogan h1 mark {
  background-color: transparent;
  color: #fde428;
}
.sec-slogan h1 .subtitle {
  display: block;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  font-weight: 400;
  letter-spacing: normal;
}
/* sec-doitac */
.sec-doitac .owl-carousel + .owl-carousel {
  margin-top: 10px;
}
.home .sec-doitac {
  background-color: #e8e8e8;
}
/* tab-lienhe */
.tab-lienhe .tabs .tab-links {
  background-color: #000;
}
.tab-lienhe .tabs .tab-links li a {
  background-color: transparent;
  border: none;
  color: #fff;
  border-radius: unset;
  font-size: 14px;
  letter-spacing: -0.56px;
  font-weight: 500;
}
.tab-lienhe .tabs .tab-links li.active a,
.tab-lienhe .tabs .tab-links li:hover a {
  background-color: #cd0000;
}
.tab-lienhe .contact-info {
  padding: 50px;
  background-color: #000;
}
.tab-lienhe .contact-info h4 {
  color: #fff;
}
.tab-lienhe .contact-info ul {
  list-style: none;
  margin-bottom: 0;
}
.tab-lienhe .contact-info ul li {
  color: #fff;
  padding: 0;
  margin: 0 0 13px;
  line-height: 22px;
}
.tab-lienhe .contact-info ul li .icon {
  float: left;
  font-size: 20px;
  line-height: 18px;
  color: #cd0000;
  margin: 0 15px 0 0;
}
.tab-lienhe .contact-info ul li .text {
  overflow: hidden;
  padding: 1px 0 0;
  font-weight: 500;
  font-size: 14px;
}
.tab-lienhe .title-lh {
  padding-top: 20px;
  margin-bottom: 15px;
}
.tab-lienhe .form-lh form {
  margin-bottom: 0;
}
.tab-lienhe .form-lh form .row input {
  box-shadow: none !important;
  padding: 15px 30px;
  line-height: unset;
  min-height: unset;
  height: unset;
  font-weight: 500;
  font-size: 13px;
}
.tab-lienhe .form-lh form .row textarea {
  font-weight: 500;
  font-size: 13px;
  box-shadow: none !important;
}
/* custom-sidebar */
.custom-sidebar .widget-title {
  display: block;
  background-color: #cd0000;
  color: #fff;
  border-radius: 3px;
  padding: 12px 25px;
  font-size: 15px;
  line-height: 23px;
  text-transform: unset;
}
.custom-sidebar .widget-title span:before {
  content: "\f090";
  font-family: FontAwesome;
  font-size: 19px;
  font-weight: 500;
  padding-right: 10px;
}
.custom-sidebar .is-divider {
  display: none;
}
.custom-sidebar .block_widget .widget-title span:before {
  content: "\f1c1";
  font-family: FontAwesome;
  font-size: 19px;
  font-weight: 500;
  padding-right: 10px;
}
.custom-sidebar .widget-info {
  padding: 40px;
  background-color: #fde428;
  margin-top: 10px;
}
.custom-sidebar .widget-info p {
  margin-bottom: 10px !important;
}
.custom-sidebar .widget-info .button {
  margin: 0;
  background-color: #fff !important;
  color: #000 !important;
  font-size: 14px;
}
.custom-sidebar .widget-info .button:hover {
  color: #fff !important;
  background-color: #cd0000 !important;
}
.custom-sidebar .widget_nav_menu ul.menu {
  margin-top: 20px;
  margin-bottom: 0;
}
.custom-sidebar .widget_nav_menu ul.menu li {
  border: none;
  margin-bottom: 20px;
  padding: 15px 25px;
  border-radius: 3px;
  background-color: #f2f2f2;
  display: flex;
}
.custom-sidebar .widget_nav_menu ul.menu li a {
  font-family: Arimo, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  padding: 0;
}
.custom-sidebar .widget_nav_menu ul.menu li:before {
  font-family: "stm" !important;
  padding-right: 5px;
  color: #cd0000;
  opacity: 1;
  font-size: 17px;
  vertical-align: baseline;
}
.custom-sidebar .widget_nav_menu ul.menu li.fa:before {
  font-family: FontAwesome !important;
}
.custom-sidebar .widget_nav_menu ul.menu li:hover {
  background-color: #cd0000;
}
.custom-sidebar .widget_nav_menu ul.menu li:hover a {
  color: #fff;
}
.custom-sidebar .widget_nav_menu ul.menu li:hover:before {
  color: #fff;
}
.custom-sidebar .widget_custom_menu ul {
  margin-top: 5px;
}
.custom-sidebar .widget_custom_menu ul li {
  border-bottom: 1px solid #fff;
  background: #f2f2f2;
  border-top: none;
}
.custom-sidebar .widget_custom_menu ul li a {
  padding: 14px 0 14px 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 14px;
}
.custom-sidebar .widget_custom_menu ul li.active {
  border-left: 5px solid #cd0000;
}
.custom-sidebar .widget_custom_menu ul li.active a {
  color: #cd0000;
}
/* banner-header */
.banner-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 100px;
}
.banner-header p {
  line-height: 30px;
  margin-bottom: 15px !important;
  font-size: 32px;
}
.banner-header p strong {
  font-size: 48px;
}
.home .banner-header {
  display: none;
}
/* title-page */
.title-page {
  font-size: 24px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
}
/* page-wrapper */
.page-wrapper {
  padding-bottom: 0 !important;
}
/* sec-viewser */
.sec-viewser .section-content > .row > .col h3 {
  color: #fff;
}
.sec-viewser .section-content > .row > .col a.button {
  background-color: #fde428;
  color: #000;
}
.sec-viewser .section-content > .row > .col a.button:hover {
  box-shadow: none;
}
/* single */
.single .entry-header .entry-header-text {
  padding-bottom: 0;
}
.single .entry-header .entry-header-text .entry-title {
  font-size: 24px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
}
.single .entry-content {
  padding: 0;
}
/* nav-pagination */
.nav-pagination {
  text-align: left !important;
}
.nav-pagination li a,
.nav-pagination li span {
  border: none !important;
  border-radius: 0 !important;
  line-height: 2.25em !important;
  font-weight: 500;
}
.nav-pagination li a {
  background-color: #f2f2f2;
}
/* list-post */
.list-post .col.post-item .post-title {
  color: #cd0000;
}
/* linh_vuc */
.linh_vuc .title_lv {
  font-size: 24px;
  border-bottom: 1px solid #eaeaea;
  padding-top: 25px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.linh_vuc .parent-services > .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
/* list-dichvu */
.list-dichvu {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
}
.list-dichvu h6 {
  margin-bottom: 10px;
  text-transform: unset;
  letter-spacing: 0;
}
.list-dichvu h6 a {
  font-size: 24px;
  letter-spacing: -0.56px;
  color: #000;
}
.list-dichvu .mota_ser {
  font-size: 16px;
  color: #000;
}
.list-dichvu .detail_dv {
  margin: 20px 0;
}
.list-dichvu .detail_dv .children-services > .row {
  margin-left: -10px !important;
}
.list-dichvu .detail_dv .children-services > .row > .col {
  padding-bottom: 19.6px !important;
}
.list-dichvu .detail_dv .children-services > .row .icon_box {
  background-color: rgba(30, 115, 190, 0.1);
  border-radius: 3px;
}
.dichvu_child .children-services > .row .icon_box .icon_text .des_ser {
  height: 72px;
  overflow: hidden;
}
/* table */
table th,
table td {
  padding: 10px !important;
}
/* wp-pagenavi */
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0 3px !important;
  font-size: 1.1em;
  display: inline-block;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: auto;
  min-width: 2em;
  padding: 0 7px !important;
  font-weight: 700;
  border-radius: 0px;
  border: none !important;
  transition: all 0.3s;
  vertical-align: top;
}
.wp-pagenavi a {
  background-color: #f2f2f2;
}
.wp-pagenavi .current {
  background-color: #cd0000;
  color: #fff;
}
/* footer */
#footer .footer-1 {
  border-top: none;
}
#footer .footer-1 .widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 15px;
  display: block;
}
#footer .footer-1 .widget .is-divider {
  display: none;
}
#footer .footer-1 .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer-1 .widget ul li {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 14px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#footer .footer-1 .widget ul li .icon {
  float: left;
  width: 16px;
  line-height: 20px;
  font-size: 16px;
  margin-right: 14px;
  text-align: center;
  color: #fde428;
  opacity: 0.5;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#footer .footer-1 .widget ul li .text {
  overflow: hidden;
  line-height: 20px;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
}
#footer .footer-1 .row > .col .branch_w .item .title_branch {
  text-transform: uppercase;
}
#footer .footer-1 .row > .col .branch_w .item:hover .icon {
  opacity: 1;
}
#footer .footer-2 {
  border-top: 1px solid #2f2f2f;
}
#footer .footer-2 .widget .widget-title {
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  display: block;
  margin-bottom: 15px;
}
#footer .footer-2 .widget .is-divider {
  display: none;
}
#footer .footer-2 .widget p {
  color: #999999 !important;
  font-size: 10pt;
}
#footer .footer-2 .widget ul.menu li {
  border: none;
  width: 50%;
  float: left;
}
#footer .footer-2 .widget ul.menu li a {
  font-size: 10pt;
  padding: 0;
  color: #999999;
}
#footer .footer-2 .widget ul.menu li a:before {
  content: "\f101";
  font-family: FontAwesome;
  padding-right: 5px;
}
#footer .footer-2 .widget ul.menu li a:hover {
  color: #fde428;
}
#footer .absolute-footer {
  padding: 0;
}
#footer .absolute-footer .container {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #2f2f2f;
}
#footer .absolute-footer .container .footer-secondary {
  padding: 0;
}
#footer .absolute-footer .container .footer-secondary .socials ul {
  margin: 0;
  list-style: none;
  padding: 0;
  border: none;
  opacity: 1;
}
#footer .absolute-footer .container .footer-secondary .socials ul li {
  float: left;
  margin: 0 0 0 8px;
}
#footer .absolute-footer .container .footer-secondary .socials ul li a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: #fff;
  text-align: center;
  line-height: 32px;
  color: #cd0000;
  font-size: 17px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .absolute-footer .container .footer-secondary .socials ul li a.social-facebook:hover {
  background: #3a5897;
  color: #fff;
}
#footer .absolute-footer .container .footer-secondary .socials ul li a.social-youtube:hover {
  background: #cc181e;
  color: #fff;
}
#footer .absolute-footer .container .footer-primary {
  padding: 10px 0;
}
/* back-to-top */
.back-to-top {
  border-radius: 3px !important;
  color: #fff !important;
}
/* phone call */
.coccoc-alo-phone.coccoc-alo-show {
  visibility: visible;
}
.coccoc-alo-phone {
  position: fixed;
  visibility: hidden;
  background-color: transparent;
  width: 150px;
  height: 150px;
  cursor: pointer;
  z-index: 200000 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
  left: -32px;
  bottom: 0px;
}
.coccoc-alo-ph-circle {
  width: 160px;
  height: 160px;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border: 2px solid #bfebfc 9;
  opacity: 0.1;
  -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
  border-color: #cd0000;
  opacity: 0.5;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
  background-color: #cd0000;
  opacity: 0.75 !important;
}
.coccoc-alo-ph-circle-fill {
  width: 100px;
  height: 100px;
  top: 30px;
  left: 30px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
  background-color: #cd0000;
}
.coccoc-alo-ph-img-circle {
  width: 60px;
  height: 60px;
  top: 50px;
  left: 50px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(../images/phone.png) no-repeat center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
  -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
/* social right */
.predator-float-button {
  position: fixed;
  right: 0;
  bottom: 75px;
  z-index: 9999;
}
.predator-float-button ul {
  margin: 0;
}
.predator-float-button ul li {
  margin: 0;
  display: block;
  width: auto;
  height: 60px;
  margin-bottom: 3px;
}
.predator-float-button ul li a {
  display: block;
  transform: translateX(240px);
  transition: all 0.5s;
}
.predator-float-button ul li a .block-icon {
  background: rgba(0, 0, 0, 0.6);
  width: 60px;
  height: 60px;
  color: white;
  line-height: 62px;
  text-align: center;
  font-size: 36px;
  float: left;
  border-radius: 3px;
}
.predator-float-button ul li a .block-icon img {
  display: block;
  padding: 8px;
}
.predator-float-button ul li a .block-icon.email {
  background-color: #cd0000;
}
.predator-float-button ul li a .block-content {
  float: left;
  height: 60px;
  width: 240px;
  font-weight: bold;
  line-height: 60px;
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.predator-float-button ul li a:after {
  content: "";
  display: block;
  clear: both;
}
.predator-float-button ul li a:hover {
  transform: translateX(0);
}
/* social mid */
.social_mid {
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 7px;
}
.social_mid a {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 32px;
  background: #cd0000;
  text-align: center;
  line-height: 33px;
  color: #fff;
  font-size: 17px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 2px;
}
.social_mid a:hover {
  color: #fff;
}
.social_mid a:nth-child(1) {
  background-color: #4064ad;
}
.social_mid a:nth-child(2) {
  background-color: #1e9bec;
}
.social_mid a:nth-child(3) {
  background-color: #cd4537;
}
.social_mid a:nth-child(4) {
  background-color: #f70900;
}
