/* common */
b, strong {
  font-weight: bold !important; }

.dark, .dark p, .dark td {
  color: #fff !important; }

p {
  margin-bottom: 0 !important; }

/* top-bar */
#top-bar .top-bar-nav.nav-right > li {
  margin-right: 0; }
  #top-bar .top-bar-nav.nav-right > li > a {
    color: #424242;
    margin: 0; }
    #top-bar .top-bar-nav.nav-right > li > a:after {
      content: "|";
      margin: 0 0.5rem; }
    #top-bar .top-bar-nav.nav-right > li > a:hover {
      color: #f99d1b; }
#top-bar .custom.html_topbar_left {
  color: #000;
  font-size: 13px; }

/* masthead */
#masthead #logo
{
  margin-right: 0;
}
#masthead .nav-right li ul {
  list-style: none; }
#masthead .nav-right li .flex-row.flex-row__gutter .flex-col {
  margin: 0 5px; }
  #masthead .nav-right li .flex-row.flex-row__gutter .flex-col:first-child {
    margin-left: 0; }
  #masthead .nav-right li .flex-row.flex-row__gutter .flex-col:last-child {
    margin-right: 0; }
  #masthead .nav-right li .flex-row.flex-row__gutter .flex-col .contact-info {
    display: flex;
    /*margin-bottom: 1rem;*/
    flex-wrap: nowrap; }
    #masthead .nav-right li .flex-row.flex-row__gutter .flex-col .contact-info .contact-info--object {
      flex: 0 1 auto;
      padding-top: 6px; }
      #masthead .nav-right li .flex-row.flex-row__gutter .flex-col .contact-info .contact-info--object:first-child {
        padding-right: 10px; }
      #masthead .nav-right li .flex-row.flex-row__gutter .flex-col .contact-info .contact-info--object i {
        border: 2px solid #00b0e7;
        color: #00b0e7;
        width: 30px;
        height: 30px;
        line-height: 26px;
        display: inline-block;
        text-align: center;
        font-size: 20px; }
    #masthead .nav-right li .flex-row.flex-row__gutter .flex-col .contact-info .contact-info--body {
      flex: 0 1 auto;
      color: black;
      line-height: 1.5;
      font-size: 12.6px; }
      #masthead .nav-right li .flex-row.flex-row__gutter .flex-col .contact-info .contact-info--body .contact-info--phone {
        font-size: 15.75px; }
        #masthead .nav-right li .flex-row.flex-row__gutter .flex-col .contact-info .contact-info--body .contact-info--phone b {
          color: #2285c6; }
        #masthead .nav-right li .flex-row.flex-row__gutter .flex-col .contact-info .contact-info--body .contact-info--phone i {
          font-weight: bold;
          font-style: normal;
          color: #f99d1b; }
  #masthead .nav-left li.html_top_right_text
  {
    margin-top: 8px;
  }
  #masthead .nav-left li .company-name
  {
    font-size: 17.5px;
    font-weight: 700;
    text-shadow: 0px 1px 0px #656565;
    color: #35baea;
    /*font-family: 'Play';*/
  }
  #masthead .nav-left li .company-name:nth-child(2)
  {
    letter-spacing: .125em;
  }
  #masthead .nav-right li .flex-row.flex-row__gutter .flex-col .social-buttons {
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    width: 72px; }
    #masthead .nav-right li .flex-row.flex-row__gutter .flex-col .social-buttons > li {
      margin: 0; }
      #masthead .nav-right li .flex-row.flex-row__gutter .flex-col .social-buttons > li a {
        border: 2px solid #f0f0f0;
        color: #727272;
        width: 30px;
        height: 30px;
        display: block;
        line-height: 30px;
        text-align: center;
        margin: 3px;
        font-size: 16px; }
        #masthead .nav-right li .flex-row.flex-row__gutter .flex-col .social-buttons > li a:hover {
          background: #f0f0f0;
          color: #00b0e7; }
@media (min-width: 1366px)
{
  #masthead .nav-left li .company-name
  {
    font-size: 26px;
    line-height: 34px;
  }
#masthead .nav-left li .company-name-1{
font-size: 32px;
text-align: center;
font-weight: 700;
color: #35baea;
text-shadow: 0px 1px 0px #656565;
}
}

/* wide-nav */
#wide-nav {
  position: relative; }
  #wide-nav:before {
    content: "";
    background: #75b811;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }
  #wide-nav .flex-row.container {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #75b811;
    position: relative;
    min-height: 48px; }
  #wide-nav .nav > li > a {
    font-family: "Arial", sans-serif !important;
    font-weight: 500; }
  #wide-nav .nav > li
  {
    position: relative;
    line-height: 48px;
  }
  #wide-nav .nav > li > ul {
    padding: 0;
    border: none;
    min-width: 200px;
    /*display: none;*/ 
    left: 0;
    transform: translateY(50px);
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, transform;
  }
  #wide-nav .nav > li:hover > ul
  {
    /*display: block;*/
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #wide-nav .nav > li > ul > li
  {
    position: relative;
    display: block;
    min-width: 200px;
  }
  #wide-nav .nav > li > ul > li > ul
  {
    position: absolute;
    left: 100%;
    top: 0;
    background: #00b0e6;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    transform: translateY(50px);
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, transform;
  }
  #wide-nav .nav > li > ul > li > ul > li:hover
  {
    background-color: #f99d1b;
  }
  #wide-nav .nav > li > ul > li:hover > ul
  {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #wide-nav .nav > li > ul > li > ul > li
  {
    position: relative;
    display: block;
  }
  #wide-nav .nav > li > ul > li > ul > li > ul
  {
    position: absolute;
    left: 100%;
    top: 0;
    background: #00b0e6;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    transform: translateY(50px);
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, transform;
  }
  #wide-nav .nav > li > ul > li > ul > li:hover > ul
  {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
    #wide-nav .nav > li > ul > li {
      background-color: #00b0e7; }
      #wide-nav .nav > li > ul > li > a {
        color: #fff;
        text-transform: uppercase;
        border-bottom: none;
        padding: 5px;
        font-weight: 500;
        font-size: 15px; }
        #wide-nav .nav > li > ul > li a {
        color: #fff;
        border-bottom: none;
        padding: 5px;
        font-weight: 500;
        font-size: 15px; }
      #wide-nav .nav > li > ul > li:hover {
        background-color: #f99d1b; }



/* page-wrapper */
.page-wrapper {
  padding: 0 !important; }

/* breadcum */
.breadcum {
  margin: 10px 0; }

/* title_page */
.title_page {
  font-weight: bold;
  color: #048cbc;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px dashed #ccc; }

/* right sidebar */
#secondary {
  margin-top: 10px; }
  #secondary aside {
    box-shadow: 1px 1px 1px #ccc; }
    #secondary aside .is-divider {
      display: none; }
    #secondary aside span.widget-title {
      font-weight: 500;
      display: block;
      color: #fff;
      background: #fe8f23;
      margin-bottom: .51em; }
      #secondary aside span.widget-title span {
        display: block; }
        #secondary aside span.widget-title span:before {
          font: normal normal normal 14px/1 FontAwesome;
          display: inline-block;
          color: #083044;
          background: #ffe992;
          width: 48px;
          height: 48px;
          text-align: center;
          line-height: 48px;
          font-size: 24px;
          margin-right: 8px;
          content: "\f080"; }
    #secondary aside ul li.suport-li p
    {
      font-size: 14px;
    }
    #secondary aside ul li.suport-li .title-support {
      font-weight: 500;
      text-align: center;
      font-size: 16px;
      text-transform: uppercase;
      border-bottom: 1px dashed #ccc;
      margin-bottom: 10px !important; }
    #secondary aside ul li.suport-li i.fa-phone {
      color: #00b0e7;
      font-size: 25px;
      padding-right: 10px; }
    #secondary aside ul li.suport-li .hotro_ten {
      padding-left: 10px;
      color: #FF9300; }
    #secondary aside .textwidget {
      padding: 5px 10px; }
    #secondary aside.widget {
      margin-bottom: 10px; }
    #secondary aside.widget_media_image {
      margin-bottom: 5px; }
    #secondary aside ul.danhmuc > li {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0; }
      #secondary aside ul.danhmuc > li > a {
        display: inline-block;
        padding: 6px 0;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      #secondary aside ul.danhmuc > li .submenu {
        display: none;
        width: 100%; }
        #secondary aside ul.danhmuc > li .submenu li {
          margin-bottom: 5px;
          border-bottom: 1px dashed #e2dede; }
          #secondary aside ul.danhmuc > li .submenu li:hover {
            background-color: #75b811; }
            #secondary aside ul.danhmuc > li .submenu li:hover a {
              color: #fff; }
          #secondary aside ul.danhmuc > li .submenu li a {
            font-size: 13.5px;
            display: block;
            padding: 5px;
            padding-left: 10px; }
      #secondary aside ul.danhmuc > li .btn-toggle {
        height: auto;
        line-height: 1;
        box-shadow: none !important;
        padding: 0;
        color: currentColor;
        opacity: .6;
        width: 1em;
        min-height: 1em;
        margin: 0 0 0 5px; }
        #secondary aside ul.danhmuc > li .btn-toggle i {
          top: 1px;
          font-size: 1.2em; }
        #secondary aside ul.danhmuc > li .btn-toggle.active {
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

@media (min-width: 1366px)
{
  #secondary aside ul li.suport-li p
  {
    font-size: 16px;
  }
}
#secondary #menu-danh-muc-dich-vu
{
  padding: 5px 10px;
}
#secondary #menu-danh-muc-dich-vu > li
{
  border-top: none;
}
#secondary #menu-danh-muc-dich-vu > li a
{
  padding: 5px 0;
}
#secondary #menu-danh-muc-dich-vu > li .sub-menu
{
  border-left: none;
  margin: 0;
  padding: 0;
}
/*#secondary #menu-danh-muc-dich-vu > li .sub-menu li:hover
{
  background-color: #75b811;
}
#secondary #menu-danh-muc-dich-vu > li .sub-menu li:hover a
{
  color: #fff;
}*/
#secondary #menu-danh-muc-dich-vu > li .sub-menu li a
{
    font-size: 13.5px;
    padding: 5px;
    padding-left: 10px;
}
#secondary #menu-danh-muc-dich-vu > li .sub-menu li a:before
{
  content: "\f101";
  font-family: FontAwesome;
  margin-right: 5px;
}
/* wpcf7-form */
.wpcf7-form .row.row-small .col {
  padding-bottom: 0; }
  .wpcf7-form .row.row-small .col input[type='email'], .wpcf7-form .row.row-small .col input[type='date'], .wpcf7-form .row.row-small .col input[type='search'], .wpcf7-form .row.row-small .col input[type='number'], .wpcf7-form .row.row-small .col input[type='text'], .wpcf7-form .row.row-small .col input[type='tel'], .wpcf7-form .row.row-small .col input[type='url'], .wpcf7-form .row.row-small .col input[type='password'], .wpcf7-form .row.row-small .col textarea, .wpcf7-form .row.row-small .col select, .wpcf7-form .row.row-small .col .select2-container .select2-choice, .wpcf7-form .row.row-small .col .select2-container .select2-selection {
    height: 2em; }
  .wpcf7-form .row.row-small .col input[type="submit"] {
    width: 100%;
    text-transform: unset;
    font-weight: 500; }

/* single */
.single .entry-header-text {
  padding: 0;
  display: none; }
.single .entry-content {
  padding: 0; }

/* archive van ban */
#vb-list ol li {
  margin-left: 1em; }
  #vb-list ol li a:hover {
    color: #00b0e7; }

/* featured-vb */
.featured-vb {
  padding-bottom: 9.8px;
  border: 1px dashed #fe8f23;
  border-radius: 4px;
  margin-bottom: 15px;
  background: #75b81014; }
  .featured-vb button.button {
    float: right;
    color: #00b0e7 !important;
    text-transform: unset;
    font-weight: 500;
    font-size: 15px; }
    .featured-vb button.button:before {
      content: "\f101";
      font-family: FontAwesome; }

/* nav-pagination */
.nav-pagination {
  text-align: left !important; }
  .nav-pagination li {
    margin: 0 3px !important; }
    .nav-pagination li a, .nav-pagination li span {
      border: 1px solid #000 !important;
      border-radius: 0 !important;
      height: 2em !important;
      min-width: 2em !important; }

/* table */
.table-bordered {
  border: 1px solid #ddd; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

table {
  background-color: transparent; }

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

.header_table {
  background: #00b0e6;
  color: #fff; }
  .header_table td {
    color: #fff !important; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  color: #000; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }
  th:first-child, td:first-child
  {
    padding-left: .5em !important;
  }
  .table td[rowspan]
  {
    vertical-align: middle;
  }

/* xyz-heading */
.xyz-heading {
  display: block; }
  .xyz-heading h3 {
    margin: 0;
    background: #2285c6;
    display: inline-block;
    width: auto; }
    .xyz-heading h3 span {
      color: white;
      padding: 4px 8px;
      font-size: 18px;
      text-transform: uppercase;
      display: inline-block;
      font-weight: 500; }
    .xyz-heading h3 i.fa {
      width: 20px;
      text-align: center;
      margin-right: 4px; }

/* row-custom */
.row-custom .row-post {
  border: 1px solid #2285c6;
  margin: 0 !important;
  padding-top: 9.8px; }
  .row-custom .row-post .col.medium-6.small-12.large-6 {
    padding-bottom: 0; }
    .row-custom .row-post .col.medium-6.small-12.large-6:nth-child(2) h5.post-title {
      font-size: 14px; }
    .row-custom .row-post .col.medium-6.small-12.large-6:nth-child(2) .is-divider {
      display: none; }

/* footer */
#footer .footer-2
{
  border-top: none;
}
#footer .footer-2 .widget .widget-title {
  display: block;
  color: #fff;
  background: #fe8f23;
  margin: 0;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  margin-bottom: 16px; }  
  #footer .footer-2 .widget:last-child p
  {
    font-size: 13px;
  }
  #footer .footer-2 .widget p.company-name
  {
    font-size: 17px;
    font-weight: bold;
  }
  #footer .footer-2 .widget .widget-title:before {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    color: #083044;
    background: #ffe992;
    width: 48px;
    height: 48px;
    float: left;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    margin-right: 8px; }
#footer .footer-2 .widget:nth-child(1) .widget-title:before {
  content: "\f09a"; }
#footer .footer-2 .widget:nth-child(2) .widget-title:before {
  content: "\f044"; }
#footer .footer-2 .widget:nth-child(4) .widget-title:before {
  content: "\f007"; }
#footer .footer-2 .widget:nth-child(3) .widget-title:before {
  content: "\f0f6"; }
#footer .footer-2 .widget .textwidget {
  font-size: 13px; }
#footer .footer-2 .widget .textwidget p{
font-size:12px;
}
#footer .footer-2 .is-divider {
  display: none; }
#footer .footer-2 .fa-ul {
  margin-left: 2.14286em !important;
  font-size: 13px; }
#footer .footer-2 ul li {
  margin-bottom: 0; }
  #footer .footer-2 ul li a
  {
    font-size: 14px;
  }
#footer .absolute-footer {
  padding: 10px 0;
  font-family: "Arial", sans-serif !important;
  font-size: 14px;
  color: #fff; }
  #footer .absolute-footer .footer-secondary {
    padding: 0; }

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