html, body {
  overflow-x: hidden; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

html {
  font-size: 62.5%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1rem 0; }

table th, table td {
  padding: 10px 8px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000; }

table th {
  border-bottom: none;
  font-weight: 600; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: 600;
  margin: 10px 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 28px; }

/* 28px */
h2 {
  font-size: 24px; }

/* 24px */
h3 {
  font-size: 21px; }

/* 21px */
h4 {
  font-size: 18px; }

/* 18px */
h5, h6 {
  font-size: 15px; }

/* 16px */
p {
  margin-bottom: 10px; }

p img {
  margin: 0; }

p:empty {
  display: none; }

em, i {
  font-style: italic; }

strong, b {
  font-weight: bold; }

small {
  font-size: 10px; }

/*  Blockquotes  */
blockquote, blockquote p {
  font-size: 14px;
  color: #000; }

blockquote p {
  margin: 0; }

blockquote blockquote {
  font-size: 1rem; }

blockquote {
  margin: 0 0 1.5rem;
  padding: 10px 15px;
  border-left: 3px solid #F99719;
  background: #CCE4FC; }

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
  margin-top: 10px; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0px;
  height: 0; }

/* #Links */
a {
  transition: color 50ms linear;
  -moz-transition: color 50ms linear;
  -webkit-transition: color 50ms linear;
  -o-transition: color 50ms linear;
  color: #0099ff; }

a, a:visited {
  text-decoration: none;
  outline: 0; }

p a, p a:visited {
  line-height: inherit; }

a:hover {
  text-decoration: underline;
  color: #0099cc; }

/* #Lists */
ul, ol {
  margin-bottom: 10px; }

ol {
  list-style: decimal; }

ul.square {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul.disc {
  list-style: disc outside; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 10px 0 10px 30px; }

ul ul li, ul ol li,
li {
  margin-bottom: 0;
  list-style-position: inside; }

.entry-content ul, .entry-content ol {
  margin-left: 25px; }

ul.error,
.errors,
.subtext.error {
  margin: 10px 0;
  background: #FFD7D7;
  border: 1px solid #F93636;
  padding: 5px 10px;
  border-radius: 4px; }
  ul.error ul,
  .errors ul,
  .subtext.error ul {
    margin: 0; }

.messages .success {
  margin: 10px 0;
  background: #A2F998;
  border: 1px solid #1CC109;
  padding: 5px 10px;
  border-radius: 4px; }
  .messages .success ul {
    margin: 0; }

/* Images */
.left {
  float: left; }

.right {
  float: right; }

.text-center {
  text-align: center; }

.entry-content h2 {
  font-size: 16px;
  font-size: 1.6rem; }

.entry-content h3,
.entry-content h4 {
  font-size: 14px;
  font-size: 1.4rem; }

p.center {
  text-align: center; }

.alignright {
  float: right;
  margin: 5px 0px 5px 5px; }

.alignleft {
  float: left;
  margin: 5px 5px 5px 0px; }

.aligncenter {
  margin: 0 auto;
  display: block; }

.clear {
  clear: both; }

.table {
  display: table;
  margin: auto;
  width: 100%; }

.table .row {
  display: table-row; }

.table .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px; }

/* Form */
form input[type=text], form input[type=password], form textarea, form select, form input[type=email], form input[type=tel], form input[type=number] {
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 3px;
  font-size: 13px; }

form input[type=submit],
form input[type=reset],
form button {
  background-color: #0099ff;
  background-image: none;
  border: 0;
  padding: 8px 10px;
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
  cursor: pointer;
  border-radius: 3px;
  -webkit-appearance: none; }

form input[type=submit]:hover,
form input[type=reset]:hover,
form button:hover {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2)); }

form .medium {
  width: 50%; }

form .large {
  width: 90%; }

/* Parallax */
.parallax {
  position: relative;
  overflow: hidden; }

.parallax:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ddd;
  z-index: -2; }

.parallax .layer_back {
  display: block;
  position: absolute;
  z-index: -1; }

.parallax .layer_back img {
  display: block;
  height: auto;
  max-height: none; }

.parallax .background_layer {
  height: 100%;
  overflow: hidden; }

/* Body Start */
body {
  background: #f5f5f5;
  font-family: Arial, sans-serif;
  color: #333333;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem; }

.page-content *,
.entry-content *, .tab-body * {
  font-family: Arial, sans-serif !important;
  line-height: 1.8 !important;
  font-size: inherit !important; }

.no-padding {
  padding: 0px; }

#pagewrap {
  position: relative; }

#container {
  padding-top: 60px;
  padding-bottom: 40px; }

.banner-page-header + #container:not(.main-content) {
  padding-top: 0;
  padding-bottom: 0; }

.banner-page-header + #container > #primary {
  padding-top: 30px;
  padding-bottom: 30px; }

/*                                             Header
================================================================================ */
/* Code Header */
.home header.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

body:not(.home) header.header {
  background-image: url(//cdn.hstatic.net/themes/1000295373/1001453007/14/default_banner.jpg?v=157);
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

header.header {
  /* Account Icon */ }
  header.header .branding {
    position: relative;
    box-sizing: border-box;
    float: left;
    margin: 20px 0;
    border-radius: 3px;
    overflow: hidden;
    z-index: 9999; }
  header.header .logo-img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%; }
    header.header .logo-img .image {
      padding: 30px 10px;
      background: #fff;
      border-bottom-right-radius: 30px;
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.4); }
    header.header .logo-img .text {
      color: #fff;
      display: block;
      font-size: 1rem;
      padding: 10px 5px;
      text-align: right;
      white-space: nowrap;
      font-style: italic; }
    header.header .logo-img img {
      display: block; }
    header.header .logo-img:hover {
      text-decoration: none; }
  header.header .menu-bar {
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #666;
    border-radius: 5px;
    margin: 20px 0 5px;
    padding: 0px 0 0 5px;
    position: relative;
    z-index: 9999; }
  header.header .right-header {
    margin-right: 10px;
    position: relative; }
  header.header .search,
  header.header .search-form,
  header.header .account,
  header.header .cart-menu {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: .3s all ease-in-out; }
  header.header .search:before {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: ''; }
  header.header .search input[type='text'] {
    background: white;
    border-radius: 0;
    color: #7b5a2d;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    transition: .3s all ease-in-out;
    float: left;
    border: 0;
    position: absolute;
    top: 0;
    right: 100%;
    width: 0px;
    padding: 10px 0px;
    z-index: 99999; }
  header.header .search.open input[type='text'] {
    width: 220px;
    padding-left: 10px;
    padding-right: 10px; }
  header.header .search button {
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    height: 40px;
    width: 40px;
    border: 0;
    transition: .3s all ease-in-out;
    cursor: pointer;
    border-radius: 0;
    line-height: 1;
    float: right;
    background: transparent;
    color: #FFF; }
  header.header .search.open button,
  header.header .search button:hover {
    background: #fff;
    color: #0066cc; }
  header.header .account {
    height: 40px;
    color: #fff; }
    header.header .account:hover {
      background: #fff;
      color: #0066cc; }
    header.header .account > .fa {
      line-height: 40px;
      font-size: 18px;
      font-size: 1.8rem;
      padding: 0 5px;
      cursor: pointer; }
    header.header .account .sub-menu {
      transition: .3s all ease-in-out;
      position: absolute;
      top: 100%;
      right: 0;
      white-space: nowrap;
      background: #fff;
      border-radius: 3px 0 3px 3px;
      padding: 10px 15px;
      box-shadow: 0 1px 2px #888;
      color: #333;
      opacity: 0;
      visibility: hidden; }
      header.header .account .sub-menu .account-name {
        margin-bottom: 5px; }
        header.header .account .sub-menu .account-name strong {
          color: #0066cc; }
      header.header .account .sub-menu .acc {
        font-size: 13px;
        font-size: 1.3rem; }
        header.header .account .sub-menu .acc + .acc {
          margin-left: 10px; }
        header.header .account .sub-menu .acc .fa {
          margin-right: 2px; }
      header.header .account .sub-menu .item {
        display: block;
        padding: 5px 0; }
      header.header .account .sub-menu .login-form .field {
        position: relative; }
        header.header .account .sub-menu .login-form .field input {
          width: 200px;
          padding: 0 10px 0 30px; }
        header.header .account .sub-menu .login-form .field:hover input,
        header.header .account .sub-menu .login-form .field input:focus {
          border-color: #20bcf6; }
        header.header .account .sub-menu .login-form .field .icon-field {
          position: absolute;
          left: 0px;
          width: 25px;
          text-align: center;
          top: 0;
          bottom: 0;
          margin: auto;
          color: #888; }
          header.header .account .sub-menu .login-form .field .icon-field:before {
            height: 100%;
            width: 0;
            vertical-align: middle;
            display: inline-block;
            content: ''; }
          header.header .account .sub-menu .login-form .field .icon-field .fa {
            vertical-align: middle;
            display: inline-block; }
        header.header .account .sub-menu .login-form .field:hover .icon-field .fa {
          color: #0066cc; }
      header.header .account .sub-menu .login-form .btn {
        width: 100%;
        background-color: #20bcf6;
        text-transform: uppercase;
        font-weight: 400; }
      header.header .account .sub-menu .login-form .note {
        margin-top: 5px;
        font-size: 12px;
        font-size: 1.2rem; }
    header.header .account:hover .sub-menu {
      opacity: 1;
      visibility: visible; }

/*Search form*/
#container .search {
  background: #ddd;
  padding: 10px;
  border-radius: 5px; }
  #container .search input[type=text],
  #container .search button[type=submit] {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }

/* Cart Icon */
#cart-target {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  vertical-align: middle; }
  #cart-target svg {
    fill: #fff;
    height: 19px;
    width: 19px;
    margin-top: 10px; }
  #cart-target .text {
    background-color: #20bcf6;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -2px;
    text-align: center;
    top: -0px;
    width: 20px;
    transition: .3s all ease-in-out; }
    #cart-target .text:hover {
      background: #0066cc; }

/*Menu Main*/
.menu-primary {
  font-family: Arial, sans-serif; }
  .menu-primary .fix-width {
    border-bottom: 1px solid #b7b3aa;
    position: relative; }
  .menu-primary #primary-menu ul {
    list-style: none;
    margin: 0; }
    .menu-primary #primary-menu ul li {
      position: relative;
      z-index: 10000; }
      .menu-primary #primary-menu ul li a {
        display: block; }
      .menu-primary #primary-menu ul li:hover > ul {
        opacity: 1;
        visibility: visible; }
    .menu-primary #primary-menu ul ul {
      position: absolute;
      z-index: 99;
      opacity: 0;
      visibility: hidden;
      border-top: 1px solid #fff;
      min-width: 200px;
      transition: .3s all ease-in-out;
      top: 80%;
      left: 0; }
      .menu-primary #primary-menu ul ul li {
        background: rgba(255, 255, 255, 0.95); }
        .menu-primary #primary-menu ul ul li:not(:last-child) {
          border-bottom: 1px dashed rgba(8, 104, 40, 0.1); }
        .menu-primary #primary-menu ul ul li a {
          color: #555;
          display: block;
          font-size: 14px;
          font-size: 1.4rem;
          padding: 5px 20px; }
        .menu-primary #primary-menu ul ul li.dropdown > a .open-sub {
          display: inline-block;
          transition: 0.4s all ease;
          position: absolute;
          bottom: 0;
          top: 0px;
          margin: auto;
          right: 5px;
          height: 15px;
          line-height: 10px; }
        .menu-primary #primary-menu ul ul li:hover > a,
        .menu-primary #primary-menu ul ul li.dropdown > a {
          color: #B73C12; }
        .menu-primary #primary-menu ul ul li :hover > ul {
          left: 100%;
          top: 0; }
      .menu-primary #primary-menu ul ul ul {
        left: 100%;
        top: 0;
        border-top: 1px solid #b7b3aa; }
  .menu-primary #primary-menu > ul > li {
    float: left;
    margin-left: 1px;
    transition: .3s all ease-in-out; }
    .menu-primary #primary-menu > ul > li:first-child > a {
      border-radius: 5px 0 0 5px; }
    .menu-primary #primary-menu > ul > li > a {
      color: #fff;
      font-weight: 400;
      font-size: 14px;
      font-size: 1.4rem;
      height: 40px;
      line-height: 40px;
      padding: 0 12px;
      letter-spacing: 1px;
      transition: .3s all ease-in-out;
      text-transform: uppercase;
      text-shadow: 0 0 1px #000; }
      .menu-primary #primary-menu > ul > li > a:hover {
        text-decoration: none; }
    .menu-primary #primary-menu > ul > li:hover > a,
    .menu-primary #primary-menu > ul > li > a.current {
      background: rgba(0, 104, 162, 0.4);
      text-decoration: none; }
    .menu-primary #primary-menu > ul > li.dropdown > a {
      padding-right: 25px; }
      .menu-primary #primary-menu > ul > li.dropdown > a .open-sub {
        display: inline-block;
        margin-left: 5px;
        font-size: 10px;
        transition: 0.4s all ease;
        position: absolute;
        bottom: 0;
        top: 2px; }
    .menu-primary #primary-menu > ul > li.dropdown:hover > a .open-sub {
      transform: rotate(180deg);
      top: 3px; }

/*SLIDER*/
.owl-carousel {
  margin: 0; }

.owl-nav .owl-prev,
.owl-nav .owl-next {
  font-size: 0; }
  .owl-nav .owl-prev.disabled,
  .owl-nav .owl-next.disabled {
    opacity: .8;
    cursor: not-allowed; }
  .owl-nav .owl-prev:before,
  .owl-nav .owl-next:before {
    display: inline-block;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 900;
    font-family: FontAwesome; }

.owl-nav .owl-prev:before {
  content: '\f104'; }

.owl-nav .owl-next:before {
  content: '\f105'; }

.owl-dots .owl-dot {
  display: inline-block; }
  .owl-dots .owl-dot span {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px; }
  .owl-dots .owl-dot.active span,
  .owl-dots .owl-dot:hover span {
    background: #869791 none repeat scroll 0 0; }

#ht-slider .slides {
  list-style: none;
  position: relative; }

#ht-slider .caption {
  bottom: 20%;
  color: #fff;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 500;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-shadow: 0 0 3px #333;
  letter-spacing: 1px; }
  #ht-slider .caption .caption-line span {
    display: inline-block;
    padding: 0px;
    border-radius: 3px;
    opacity: 0;
    box-sizing: border-box; }
  #ht-slider .caption .line1 {
    font-size: 28px;
    text-align: right; }
    #ht-slider .caption .line1 span {
      width: 80%; }
  #ht-slider .caption .line2 {
    overflow: hidden;
    font-size: 56px;
    text-align: right; }
    #ht-slider .caption .line2 span {
      width: 80%; }

#ht-slider .owl-item.active .caption .caption-line span {
  opacity: 1; }

#ht-slider .owl-item.active .caption .caption-line.line1 span {
  right: 0;
  transition: .5s all ease-in-out 1s; }

#ht-slider .owl-item.active .caption .caption-line.line2 span {
  right: 0;
  transition: 1s all ease-in-out 1.5s; }

#ht-slider .owl-nav .owl-prev,
#ht-slider .owl-nav .owl-next {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 0;
  transition: .3s all ease-in-out;
  z-index: 9;
  opacity: 0;
  border-radius: 3px; }
  #ht-slider .owl-nav .owl-prev:hover,
  #ht-slider .owl-nav .owl-next:hover {
    background: rgba(0, 104, 162, 0.7);
    color: #fff; }

#ht-slider .owl-nav .owl-next {
  left: auto;
  right: 10px; }

#ht-slider:hover .owl-nav .owl-prev,
#ht-slider:hover .owl-nav .owl-next {
  opacity: 1; }

/* Crumb */
#crumbs {
  color: #0066cc;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 2px 5px;
  margin: 0px 0 15px; }
  #crumbs ul {
    list-style: none;
    margin: 0; }
    #crumbs ul li {
      display: inline-block;
      vertical-align: middle;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 300; }
      #crumbs ul li:not(:last-child)::after {
        content: "/";
        display: inline-block;
        padding: 0px 5px; }
      #crumbs ul li > span {
        font-weight: 600;
        color: #fff; }
  #crumbs a {
    color: #0066cc; }

header.header .menu-bar #crumbs {
  position: absolute;
  top: 100%;
  left: 0;
  color: #fff;
  text-shadow: 0 0 1px #999;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin: 5px 0 0px; }
  header.header .menu-bar #crumbs a {
    color: #eee; }

/* Widget */
.widget {
  background: #fff;
  margin-bottom: 20px; }

.widget.full-width {
  clear: both; }

/*owl-carousel*/
.ht-widget-home .owl-carousel,
.related.products .owl-carousel {
  position: relative !important;
  width: 100%; }

.ht-widget-home .owl-prev,
.ht-widget-home .owl-next,
.related.products .owl-prev,
.related.products .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100%;
  color: #7e551b; }

.ht-widget-home .owl-next,
.related.products .owl-next {
  left: 100%; }

/*ht-widget-home*/
.ht-widget-home {
  background: #fff;
  padding: 30px 0;
  /* group Product */
  /* End group Product */
  /* Slogan */
  /* End Slogan */
  /* About us */
  /* End about us */
  /* khoang-khong */
  /* End khoang-khong */
  /* Recent Projects */
  /* End recent Projects */
  /* Partners */
  /* End partners */ }
  .ht-widget-home .section-header {
    margin-bottom: 10px; }
  .ht-widget-home .section-title {
    height: 50px;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 400;
    margin: 0 0 0px;
    color: #0066cc;
    position: relative;
    text-transform: uppercase;
    font-family: Arial, sans-serif; }
    .ht-widget-home .section-title a {
      display: block;
      color: #0066cc; }
  .ht-widget-home .section-description {
    font-size: 14px;
    font-size: 1.4rem;
    color: #555;
    font-weight: 300; }
  .ht-widget-home .widget-content {
    padding: 10px;
    box-sizing: border-box; }
  .ht-widget-home.our-products .group-product {
    margin-bottom: 20px; }
    .ht-widget-home.our-products .group-product .thumb {
      padding: 5px;
      border: 1px solid #ddd;
      transition: .3s all ease;
      border-radius: 3px;
      text-align: center; }
      .ht-widget-home.our-products .group-product .thumb img {
        display: inline-block;
        vertical-align: bottom; }
    .ht-widget-home.our-products .group-product:hover .thumb {
      border-color: #f00; }
    .ht-widget-home.our-products .group-product .title {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      color: #333;
      transition: .3s all ease; }
      .ht-widget-home.our-products .group-product .title span {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 30px);
        line-height: 25px;
        line-height: 2.5rem; }
      .ht-widget-home.our-products .group-product .title .fa {
        background: #0066cc;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        font-size: 2rem;
        height: 20px;
        line-height: 18px;
        margin-right: 10px;
        margin-top: 2px;
        padding-left: 2px;
        text-align: center;
        vertical-align: top;
        width: 18px;
        transition: .3s all ease; }
      .ht-widget-home.our-products .group-product .title:hover {
        color: #0066cc; }
        .ht-widget-home.our-products .group-product .title:hover .fa {
          background: #0068a2; }
    .ht-widget-home.our-products .group-product a:hover {
      text-decoration: none; }
  .ht-widget-home.slogans {
    color: #fff;
    font-style: italic;
    position: relative;
    text-shadow: 0 0 1px #999;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed; }
    .ht-widget-home.slogans:before {
      content: '';
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.3);
      position: absolute; }
    .ht-widget-home.slogans .fix-width {
      position: relative; }
    .ht-widget-home.slogans .slogan-line1 {
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 300;
      line-height: 1.4;
      color: #fff; }
    .ht-widget-home.slogans .slogan-line2 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.6; }
  .ht-widget-home.about-us {
    background: linear-gradient(to right bottom, rgba(0, 104, 162, 0.1) 0px, #fff 100%); }
    .ht-widget-home.about-us .section-description {
      color: #000; }
    .ht-widget-home.about-us .content-block {
      text-align: justify; }
    .ht-widget-home.about-us .readmore a {
      background: #fff;
      display: inline-block;
      border: 1px solid rgba(10, 243, 210, 0.4);
      border-radius: 4px;
      padding: 3px 10px;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
      transition: .5s all ease; }
      .ht-widget-home.about-us .readmore a:hover {
        background: #0066cc;
        color: #fff;
        text-decoration: none; }
    .ht-widget-home.about-us .readmore .fa {
      margin-right: 5px; }
  .ht-widget-home.khoang-khong {
    background: linear-gradient(to right bottom, rgba(0, 104, 162, 0.1) 0px, #fff 100%);
    padding-top: 0px;
    padding-bottom: 0px;
    height: 90px; }
    .ht-widget-home.khoang-khong .section-description {
      color: #000; }
    .ht-widget-home.khoang-khong .content-block {
      text-align: justify; }
    .ht-widget-home.khoang-khong .readmore a {
      background: #fff;
      display: inline-block;
      border: 1px solid rgba(10, 243, 210, 0.4);
      border-radius: 4px;
      padding: 3px 10px;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
      transition: .5s all ease; }
      .ht-widget-home.khoang-khong .readmore a:hover {
        background: #0066cc;
        color: #fff;
        text-decoration: none; }
    .ht-widget-home.khoang-khong .readmore .fa {
      margin-right: 5px; }
  .ht-widget-home.recent-projects {
    padding: 40px 0 20px;
    background: rgba(0, 104, 162, 0.7) url(//cdn.hstatic.net/themes/1000295373/1001453007/14/bg_project.png?v=157);
    position: relative;
    padding-bottom: 0px;
    padding-top: 20px; }
    .ht-widget-home.recent-projects:after {
      background: transparent linear-gradient(transparent, rgba(0, 0, 0, 0.15)) repeat scroll 0 0;
      bottom: 0;
      content: "";
      display: block;
      height: 3px;
      left: 0;
      position: absolute;
      width: 100%; }
    .ht-widget-home.recent-projects .section-header {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 100%;
      margin: 0 auto;
      text-align: center;
      padding-bottom: 20px; }
      .ht-widget-home.recent-projects .section-header:after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: transparent transparent rgba(0, 104, 162, 0.7);
        border-image: none;
        border-style: solid;
        border-width: 16px;
        bottom: 0;
        content: "";
        display: inline-block;
        height: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 0; }
    .ht-widget-home.recent-projects .owl-item {
      padding-bottom: 20px; }
  .ht-widget-home.partners .section-header {
    text-align: center;
    margin-bottom: 10px; }
    .ht-widget-home.partners .section-header .section-title {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 400; }
  .ht-widget-home.partners .section-content {
    padding: 0 40px; }
  .ht-widget-home.partners .list-partners .partner .thumb {
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: block;
    padding: 5px;
    transition: all 0.3s ease 0s;
    border-radius: 3px;
    margin: 1px;
    height: 65px;
    font-size: 0; }
    .ht-widget-home.partners .list-partners .partner .thumb:before {
      height: 100%;
      display: inline-block;
      content: '';
      vertical-align: middle; }
    .ht-widget-home.partners .list-partners .partner .thumb:hover {
      border-color: #f00; }
      .ht-widget-home.partners .list-partners .partner .thumb:hover img {
        filter: grayscale(0%); }
    .ht-widget-home.partners .list-partners .partner .thumb img {
      transition: all 0.3s ease 0s;
      max-width: 100%;
      max-height: 100%;
      vertical-align: middle;
      display: inline-block; }

.ht-widget-home.recent-projects .product,
.products .product {
  position: relative;
  transition: all 0.3s ease 0s; }
  .ht-widget-home.recent-projects .product .circle.sale,
  .products .product .circle.sale {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 3px 10px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 99;
    font-weight: 600;
    border-radius: 2px; }
    .ht-widget-home.recent-projects .product .circle.sale:before,
    .products .product .circle.sale:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: .95;
      background: #0066cc;
      content: '';
      display: block;
      z-index: -1;
      border-radius: 2px; }
  .ht-widget-home.recent-projects .product .actions .detail,
  .ht-widget-home.recent-projects .product .actions .block-add-to-cart,
  .products .product .actions .detail,
  .products .product .actions .block-add-to-cart {
    border-radius: 3px;
    color: #fff;
    border: 1px solid #aaa;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0 7px;
    transition: left 0.55s ease 0.55s, right 0.55s ease 0.55s, background 0.5s ease 0s;
    white-space: nowrap;
    z-index: 2; }
  .ht-widget-home.recent-projects .product .actions .block-add-to-cart .add-to-cart,
  .products .product .actions .block-add-to-cart .add-to-cart {
    background: transparent;
    padding: 0;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    font-size: 1.4rem; }
  .ht-widget-home.recent-projects .product .actions .fa,
  .products .product .actions .fa {
    margin-right: 5px; }
  .ht-widget-home.recent-projects .product .entry-title,
  .products .product .entry-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    transition: .3s all ease; }
    .ht-widget-home.recent-projects .product .entry-title a,
    .products .product .entry-title a {
      color: #383A47; }
      .ht-widget-home.recent-projects .product .entry-title a:hover,
      .products .product .entry-title a:hover {
        color: #0066cc;
        text-decoration: none; }
  .ht-widget-home.recent-projects .product .product-price,
  .products .product .product-price {
    margin: 7px 0; }
  .ht-widget-home.recent-projects .product .price,
  .products .product .price {
    display: inline-block;
    color: #0066cc;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: tahoma;
    letter-spacing: 0.5px; }
    .ht-widget-home.recent-projects .product .price.old-price,
    .products .product .price.old-price {
      font-weight: 400;
      font-size: 14px;
      font-size: 1.4rem;
      color: #222; }
    .ht-widget-home.recent-projects .product .price .contact,
    .products .product .price .contact {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      font-family: Arial, sans-serif;
      letter-spacing: 0px; }

.ht-widget-home.recent-projects .product:after,
.products.grid .product:after {
  border-radius: 100%;
  bottom: 0;
  box-shadow: 0 2px 10px #000;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 90%;
  z-index: 0; }

.ht-widget-home.recent-projects .product .entry-summary,
.products.grid .product .entry-summary {
  background: #fff none repeat scroll 0 0;
  border-radius: 0 0 2px 2px;
  color: #333;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
  text-align: center; }

.ht-widget-home.recent-projects .product .thumb,
.products.grid .product .thumb {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px dashed #ddd;
  border-radius: 2px 2px 0 0;
  display: block;
  overflow: hidden;
  font-size: 0;
  padding-bottom: 5px;
  position: relative;
  text-align: center; }
  .ht-widget-home.recent-projects .product .thumb:after,
  .products.grid .product .thumb:after {
    background: transparent;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all 0.65s ease 0s; }
  .ht-widget-home.recent-projects .product .thumb > a,
  .products.grid .product .thumb > a {
    display: inline-block; }
  .ht-widget-home.recent-projects .product .thumb .actions,
  .products.grid .product .thumb .actions {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    text-align: center; }
    .ht-widget-home.recent-projects .product .thumb .actions .detail,
    .ht-widget-home.recent-projects .product .thumb .actions .block-add-to-cart,
    .products.grid .product .thumb .actions .detail,
    .products.grid .product .thumb .actions .block-add-to-cart {
      position: absolute;
      top: calc(50% - 15px); }
      .ht-widget-home.recent-projects .product .thumb .actions .detail:hover,
      .ht-widget-home.recent-projects .product .thumb .actions .block-add-to-cart:hover,
      .products.grid .product .thumb .actions .detail:hover,
      .products.grid .product .thumb .actions .block-add-to-cart:hover {
        background: #d2390a none repeat scroll 0 0;
        text-decoration: none; }
    .ht-widget-home.recent-projects .product .thumb .actions .block-add-to-cart,
    .products.grid .product .thumb .actions .block-add-to-cart {
      right: 100%; }
    .ht-widget-home.recent-projects .product .thumb .actions .detail,
    .products.grid .product .thumb .actions .detail {
      left: 100%; }

.ht-widget-home.recent-projects .product .thumb.no-effect:after, .ht-widget-home.recent-projects .product .thumb.no-effect .actions,
.products.grid .product .thumb.no-effect:after,
.products.grid .product .thumb.no-effect .actions {
  display: none; }

.ht-widget-home.recent-projects .product:hover .thumb:after,
.products.grid .product:hover .thumb:after {
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  transition: all 0.65s ease 0.2s; }

.ht-widget-home.recent-projects .product:hover .thumb .actions .block-add-to-cart,
.products.grid .product:hover .thumb .actions .block-add-to-cart {
  right: 50%; }

.ht-widget-home.recent-projects .product:hover .thumb .actions .detail,
.products.grid .product:hover .thumb .actions .detail {
  left: 50%; }

.ht-widget-home.recent-projects .product .price,
.products.grid .product .price {
  border: 1px solid #d2d2d2;
  border-radius: 15px;
  padding: 5px 15px; }
  .ht-widget-home.recent-projects .product .price.old-price,
  .products.grid .product .price.old-price {
    border: 0;
    border-radius: 0;
    display: block; }

.ht-widget-home.recent-projects .product .entry-excerpt,
.products.grid .product .entry-excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  display: none; }

.ht-widget-home.recent-projects .owl-dots {
  padding-top: 10px;
  text-align: center; }
  .ht-widget-home.recent-projects .owl-dots .active span,
  .ht-widget-home.recent-projects .owl-dots:hover span {
    background: rgba(0, 104, 162, 0.7); }

.ht-video-show-thumb {
  background: #ccc none repeat scroll 0 0;
  position: relative; }
  .ht-video-show-thumb.video:not(.play):before {
    background-image: url(//cdn.hstatic.net/themes/1000295373/1001453007/14/button_video.png?v=157);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    cursor: pointer;
    display: block;
    height: 112px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 112px;
    transition: .3s all ease-in-out; }
  .ht-video-show-thumb.video:not(.play):hover:before {
    height: 120px;
    width: 120px; }
  .ht-video-show-thumb > img {
    display: block;
    width: 100%; }
  .ht-video-show-thumb .iframe {
    display: none; }
    .ht-video-show-thumb .iframe iframe,
    .ht-video-show-thumb .iframe object,
    .ht-video-show-thumb .iframe object embed {
      height: auto;
      min-height: 180px;
      width: 100%;
      display: block; }

/* Product */
.products .product .thumb {
  border-bottom: 0; }

.products .product img {
  display: block; }

.products .product .entry-title {
  margin: 0px 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  border-top: 0;
  padding: 0px 0 5px; }

.products .product a {
  color: #0068a2; }
  .products .product a:hover {
    color: #0066cc;
    text-decoration: none; }

.products .product .product-price {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
  line-height: 1.4; }

.products .product .description {
  font-size: 13px;
  font-size: 1.3rem;
  color: #555; }

.products.grid .product {
  margin-top: 15px;
  margin-bottom: 15px; }
  .products.grid .product .product-price {
    text-align: center; }

.products.row .product {
  padding: 10px;
  margin-top: 10px; }
  .products.row .product:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee; }
  .products.row .product:after {
    content: "";
    clear: both;
    display: table;
    width: 100%; }
  .products.row .product:hover {
    background: #fff;
    box-shadow: 1px 1px 2px #eee;
    border-radius: 3px; }
  .products.row .product .circle.sale {
    right: auto;
    left: 2px; }
  .products.row .product .thumb {
    width: 30%;
    margin-right: 5%;
    float: left;
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid #eee;
    background: #fff; }
  .products.row .product .entry-summary {
    width: 65%;
    float: left; }
    .products.row .product .entry-summary .actions {
      margin-top: 15px; }
      .products.row .product .entry-summary .actions .block-add-to-cart,
      .products.row .product .entry-summary .actions .detail {
        background: #0068a2;
        border: 0;
        transition: .3s all ease-in-out;
        margin: 0 10px 0 0; }
        .products.row .product .entry-summary .actions .block-add-to-cart:hover,
        .products.row .product .entry-summary .actions .detail:hover {
          background: #0066cc; }
  .products.row .product .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 0; }
  .products.row .product .product-price {
    margin-bottom: 10px; }
    .products.row .product .product-price .old-price {
      margin-left: 10px; }

.products.row .product .thumb .actions,
.products.grid .product .entry-summary .actions,
.products.grid .product .entry-summary .description {
  display: none; }

.main-product {
  /* Content Tabs */ }
  .main-product .header-product .product-title {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.4;
    margin: 0 0;
    padding-bottom: 5px;
    font-weight: 600;
    color: #0068a2;
    font-family: Open Sans; }
    .main-product .header-product .product-title a {
      color: #0068a2; }
  .main-product .header-product .meta-product li {
    list-style: none;
    padding: 5px 0; }
    .main-product .header-product .meta-product li p {
      margin: 0; }
    .main-product .header-product .meta-product li ul {
      margin: 0 0 0 15px; }
    .main-product .header-product .meta-product li.description {
      color: #555; }
    .main-product .header-product .meta-product li.purchase {
      background: #fff;
      padding-left: 10px;
      padding-right: 10px;
      border-radius: 2px; }
      .main-product .header-product .meta-product li.purchase .product-price .price:not(.old-price) {
        font-size: 25px;
        font-size: 2.5rem;
        color: #0066cc;
        font-weight: 600;
        vertical-align: middle;
        margin-right: 15px; }
      .main-product .header-product .meta-product li.purchase .product-price .old-price {
        color: #555;
        font-size: 20px;
        font-size: 2.0rem;
        vertical-align: middle; }
    .main-product .header-product .meta-product li.cart {
      margin-top: 20px; }
      .main-product .header-product .meta-product li.cart .purchase-section {
        margin-top: 10px;
        font-size: 0; }
        .main-product .header-product .meta-product li.cart .purchase-section button {
          border: 0 none;
          height: 40px;
          margin-right: 4%;
          width: 48%;
          box-sizing: border-box;
          padding-left: 10px;
          padding-right: 25px;
          background-color: #0068a2;
          font-size: 16px;
          font-size: 1.6rem; }
          .main-product .header-product .meta-product li.cart .purchase-section button.btn-buy-now {
            background-color: #0066cc;
            margin-right: 0; }
          .main-product .header-product .meta-product li.cart .purchase-section button.disabled {
            background-color: #999;
            cursor: not-allowed; }
          .main-product .header-product .meta-product li.cart .purchase-section button .fa {
            margin-right: 5px;
            vertical-align: text-bottom;
            padding: 0 10px;
            font-size: 18px;
            font-size: 1.8rem; }
  .main-product .header-product .meta-product .select {
    display: table; }
    .main-product .header-product .meta-product .select .selector-wrapper {
      display: table-row; }
      .main-product .header-product .meta-product .select .selector-wrapper label {
        display: table-cell;
        padding: 5px; }
      .main-product .header-product .meta-product .select .selector-wrapper .value {
        display: table-cell;
        padding: 5px; }
      .main-product .header-product .meta-product .select .selector-wrapper input, .main-product .header-product .meta-product .select .selector-wrapper select {
        padding: 5px;
        background: #fff; }
      .main-product .header-product .meta-product .select .selector-wrapper > input, .main-product .header-product .meta-product .select .selector-wrapper > select {
        display: table-cell;
        margin: 5px; }
  .main-product .left-content {
    position: relative; }
  .main-product .product-slider {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    padding: 5px;
    position: relative;
    width: 80%;
    left: 20%;
    box-sizing: border-box; }
    .main-product .product-slider .zoomWrapper {
      position: relative; }
    .main-product .product-slider img {
      display: block;
      width: 100%; }
  .main-product .product-gallery {
    width: 20%;
    float: left;
    position: absolute;
    box-sizing: border-box;
    padding: 20px 10px;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f9f9f9; }
    .main-product .product-gallery .wrap-gallery {
      height: 100%;
      left: 10px;
      overflow: hidden;
      top: 20px;
      width: 100%;
      font-size: 0; }
    .main-product .product-gallery .nav {
      margin: 0; }
      .main-product .product-gallery .nav .btn {
        border-radius: 2px;
        height: 20px;
        line-height: 18px;
        text-align: center;
        width: 20px;
        position: absolute;
        margin: auto;
        color: #999;
        transition: .3s all ease;
        font-size: 16px;
        font-size: 1.6rem;
        left: 0;
        right: 0;
        list-style: none;
        cursor: pointer; }
      .main-product .product-gallery .nav .prev {
        top: 0px; }
      .main-product .product-gallery .nav .next {
        top: auto;
        bottom: 0px; }
      .main-product .product-gallery .nav:hover {
        background: #20bcf6;
        color: #fff; }
  .main-product .thumbs-nav {
    position: relative;
    top: 0;
    transition: top .5s ease-in-out; }
    .main-product .thumbs-nav .item {
      cursor: pointer;
      border-radius: 1px;
      overflow: hidden;
      margin: 10px 0 0;
      border: 1px solid #ddd;
      display: block;
      position: relative; }
      .main-product .thumbs-nav .item:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        opacity: .05;
        transition: .3s all ease-in-out;
        content: ''; }
      .main-product .thumbs-nav .item:first-child {
        margin-top: 0; }
      .main-product .thumbs-nav .item.active {
        border-color: #0066cc; }
      .main-product .thumbs-nav .item:hover:after, .main-product .thumbs-nav .item.active:after {
        opacity: 0; }
      .main-product .thumbs-nav .item img {
        display: block; }
  .main-product .content-tabs {
    margin-top: 30px; }
    .main-product .content-tabs .tab-title {
      display: block;
      list-style: none;
      margin: 0; }
      .main-product .content-tabs .tab-title li {
        display: inline-block;
        color: #333;
        transition: .3s all ease-in-out; }
        .main-product .content-tabs .tab-title li:hover a, .main-product .content-tabs .tab-title li.active a {
          color: #0066cc;
          background: #fff; }
        .main-product .content-tabs .tab-title li a {
          color: #333;
          transition: .3s all ease-in-out;
          padding: 8px 15px;
          text-transform: uppercase;
          font-weight: 600;
          border-radius: 5px 5px 0 0;
          display: block; }
          .main-product .content-tabs .tab-title li a:hover {
            text-decoration: none; }
    .main-product .content-tabs .tab-body {
      background: #fff;
      padding: 10px 15px; }
      .main-product .content-tabs .tab-body .tab-content {
        display: none; }
        .main-product .content-tabs .tab-body .tab-content.active {
          display: block; }

.product .article-content {
  font-size: 1.4rem;
  line-height: 1.6; }

.products-related {
  margin-top: 40px; }
  .products-related .collection-title {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px;
    font-size: 20px;
    font-size: 2rem;
    color: #0066cc;
    border-bottom: 1px solid #ebebeb; }
    .products-related .collection-title span {
      display: inline-block;
      position: relative;
      border-bottom: 1px solid #20bcf6;
      margin-bottom: -1px; }

.cart-animation {
  background: #f45b4f none repeat scroll 0 0 !important;
  border: 3px solid #f45b4f;
  border-radius: 50%;
  color: #fff !important;
  display: none;
  font-size: 16px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  position: fixed;
  text-align: center;
  width: 25px;
  z-index: 99999; }

.collection-tools {
  background: #fcfcfc none repeat scroll 0 0;
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 5px;
  box-shadow: 1px 1px 2px #ccc; }
  .collection-tools:before {
    content: "";
    display: inline-block !important;
    height: 30px !important;
    vertical-align: middle; }
  .collection-tools > * {
    display: inline-block;
    vertical-align: middle; }
  .collection-tools label,
  .collection-tools select {
    display: inline-block;
    vertical-align: middle; }
  .collection-tools label {
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #555;
    margin-right: 5px; }
  .collection-tools select {
    padding: 3px 5px;
    border: 1px solid #ccc; }
  .collection-tools .change-layout {
    float: right; }
    .collection-tools .change-layout .layout {
      background: #f5f5f5 none repeat scroll 0 0;
      border: 1px solid #ddd;
      cursor: pointer;
      display: inline-block;
      height: 30px;
      line-height: 30px;
      text-align: center;
      width: 30px; }
      .collection-tools .change-layout .layout.select {
        color: #0066cc; }

/* Tags */
.tag-wrapper .tags {
  display: inline-block;
  margin: 0; }
  .tag-wrapper .tags li {
    display: inline-block;
    list-style: none;
    background: #ddd;
    border-radius: 3px;
    margin-left: 10px;
    padding: 0 5px;
    font-size: 12px;
    font-size: 1.2rem; }
    .tag-wrapper .tags li a {
      color: #222; }

/* Socials Share */
.socials-sharing {
  background: #f5f5f5;
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding: 5px 0px; }

.social-sharing {
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; }
  .social-sharing * {
    box-sizing: border-box; }
  .social-sharing a {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    margin: 5px 10px 5px 0;
    text-decoration: none; }
    .social-sharing a:hover {
      color: #fff; }
      .social-sharing a:hover .share-count {
        background-color: whitesmoke; }
        .social-sharing a:hover .share-count:after {
          border-right-color: whitesmoke; }
  .social-sharing span {
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    vertical-align: top; }
  .social-sharing .icon {
    font-family: fontawesome;
    display: inline-block;
    padding: 0 5px 0 10px; }
    .social-sharing .icon:before {
      line-height: 22px; }
  .social-sharing .icon-fancy::before {
    content: "F";
    font-family: "Arial"; }
  .social-sharing .icon-twitter::before {
    content: "\f081"; }
  .social-sharing .icon-facebook::before {
    content: "\f09a"; }
  .social-sharing .icon-google::before {
    content: "\f0d5"; }
  .social-sharing .icon-pinterest::before {
    content: "\f0d2"; }
  .social-sharing .share-title {
    font-size: 12px;
    font-weight: 900;
    padding-right: 10px; }
  .social-sharing .share-facebook {
    background-color: #3b5998; }
  .social-sharing .share-facebook:hover {
    background-color: #2d4373; }
  .social-sharing .share-twitter {
    background-color: #00aced; }
  .social-sharing .share-twitter:hover {
    background-color: #0087ba; }
  .social-sharing .share-pinterest {
    background-color: #cb2027; }
  .social-sharing .share-pinterest:hover {
    background-color: #9f191f; }
  .social-sharing .share-fancy {
    background-color: #4999dc; }
  .social-sharing .share-fancy:hover {
    background-color: #2780cb; }
  .social-sharing .share-google {
    background-color: #dd4b39; }
  .social-sharing .share-google:hover {
    background-color: #c23321; }
  .social-sharing .share-count {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 0 2px 2px 0;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin-right: -2px;
    padding: 0 8px;
    position: relative;
    transition: opacity 0.2s ease-in 0s; }
    .social-sharing .share-count:before, .social-sharing .share-count:after {
      border-bottom: 6px solid transparent;
      border-right: 6px solid;
      border-top: 6px solid transparent;
      content: "";
      display: block;
      height: 0;
      margin-top: -6px;
      position: absolute;
      top: 50%;
      width: 0; }
    .social-sharing .share-count:before {
      border-right-color: #ececec;
      left: -6px; }
    .social-sharing .share-count:after {
      border-right-color: #fff;
      left: -5px; }
  .social-sharing .share-count.is-loaded {
    opacity: 1; }

.social-sharing.is-large a {
  height: 44px;
  line-height: 44px; }
  .social-sharing.is-large a span {
    font-size: 18px;
    height: 44px;
    line-height: 44px; }
  .social-sharing.is-large a .icon {
    padding: 0 10px 0 18px; }
    .social-sharing.is-large a .icon:before {
      line-height: 44px; }

.social-sharing.is-large .share-title {
  padding-right: 16px; }

.social-sharing.is-large .share-count {
  font-size: 18px;
  padding: 0 14px; }

/* Page */
.home-about-us.page .page-header .page-title,
.template-contact-us.page .page-header .page-title {
  font-size: 40px;
  font-size: 4rem;
  color: #046AA3;
  margin-bottom: 20px;
  border: 0; }

.home-about-us.page .block {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: justify; }

.home-about-us.page .block .content-image {
  text-align: center; }

.home-about-us.page .section-boxes .box {
  margin-top: 40px; }
  .home-about-us.page .section-boxes .box .title-box {
    border-bottom: 1px solid #ebebeb;
    color: #333;
    font-family: Roboto Condensed;
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0 0 5px;
    position: relative; }
    .home-about-us.page .section-boxes .box .title-box:after {
      border-bottom: 1px solid #20bcf6;
      bottom: -1px;
      content: "";
      display: block;
      position: absolute;
      width: 50px; }
  .home-about-us.page .section-boxes .box .content-box {
    font-size: 13px;
    font-size: 1.3rem;
    color: #555; }

/* Archive */
.archive-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }
  .archive-header.banner-page-header {
    padding: 40px 0;
    text-align: center;
    position: relative;
    background: #fff;
    margin-bottom: 0; }
    .archive-header.banner-page-header .taxonomy-description,
    .archive-header.banner-page-header .section-description {
      max-width: 650px;
      display: inline-block;
      color: #444;
      position: relative;
      margin-top: 10px; }
      .archive-header.banner-page-header .taxonomy-description:empty,
      .archive-header.banner-page-header .section-description:empty {
        display: none; }
      .archive-header.banner-page-header .taxonomy-description p,
      .archive-header.banner-page-header .section-description p {
        color: #666;
        font-size: 13px;
        font-size: 1.3rem;
        margin: 0; }
  .archive-header .archive-title {
    padding: 0 0;
    margin: 0 0;
    color: #0066cc;
    font-size: 25px;
    font-size: 2.5rem;
    text-transform: uppercase; }

.archive .archive-content {
  position: relative; }
  .archive .archive-content .entry:not(.product):not(:last-child) {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dashed #eee; }
  .archive .archive-content .entry:not(.product) .thumbnail {
    width: 22%;
    float: left;
    margin-right: 10px;
    border: 1px solid rgba(5, 104, 57, 0.5);
    padding: 3px;
    text-align: center; }
    .archive .archive-content .entry:not(.product) .thumbnail a {
      display: block; }
    .archive .archive-content .entry:not(.product) .thumbnail img {
      display: inline-block;
      vertical-align: bottom;
      width: 100%;
      height: auto; }
  .archive .archive-content .entry:not(.product) .entry-title {
    font-size: 14px;
    font-size: 1.4rem;
    color: #555;
    margin: 0 0 5px;
    text-align: justify; }
    .archive .archive-content .entry:not(.product) .entry-title a {
      color: #555; }
      .archive .archive-content .entry:not(.product) .entry-title a:hover {
        color: #29970E; }
  .archive .archive-content .entry:not(.product) .excerpt {
    font-size: 13px;
    font-size: 1.3rem;
    color: #777;
    text-align: justify; }
  .archive .archive-content .entry:not(.product) .readmore {
    margin: 0;
    text-align: right; }
    .archive .archive-content .entry:not(.product) .readmore a {
      color: #29970E; }
    .archive .archive-content .entry:not(.product) .readmore .fa {
      margin-left: 5px; }

.blog-service .list-services {
  padding-bottom: 30px; }
  .blog-service .list-services .service .entry-title {
    margin: 0 0 15px;
    font-size: 22px;
    font-size: 2.2rem; }
    .blog-service .list-services .service .entry-title a {
      color: #0068a2;
      transition: .5s all ease; }
      .blog-service .list-services .service .entry-title a:hover {
        color: #0066cc; }
  .blog-service .list-services .service .excerpt {
    font-weight: 300;
    line-height: 1.9; }
  .blog-service .list-services .service .read-more {
    margin: 15px 0 0; }
    .blog-service .list-services .service .read-more > a {
      background: #0066cc;
      padding: 5px 20px;
      border-radius: 2px;
      color: #ffffff;
      display: inline-block;
      font-weight: 600;
      transition: .5s all ease; }
      .blog-service .list-services .service .read-more > a:hover {
        background: #0068a2; }

.archive-news .section-content > .entry:first-child {
  padding: 0 0px 0px;
  border-style: solid; }
  .archive-news .section-content > .entry:first-child .thumb {
    display: block;
    text-align: center;
    margin-bottom: 10px; }
  .archive-news .section-content > .entry:first-child .entry-title {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 1.3; }
  .archive-news .section-content > .entry:first-child .readmore {
    margin: 15px 0 0; }
    .archive-news .section-content > .entry:first-child .readmore a {
      border-top: 1px solid #c5c5c5;
      color: #f00;
      display: inline-block;
      line-height: 2;
      padding-right: 10px;
      text-transform: uppercase; }

.archive-news .section-content > .entry a:hover {
  text-decoration: underline; }

.archive-news .section-content > .entry .thumb {
  font-size: 0; }
  .archive-news .section-content > .entry .thumb img {
    display: inline-block;
    max-width: 100%; }

.archive-news .section-content > .entry .entry-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0px;
  line-height: 1.4; }
  .archive-news .section-content > .entry .entry-title a {
    color: #3e3e3e;
    line-height: 1;
    vertical-align: top; }

.archive-news .section-content > .entry .meta {
  font-size: 0;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.08); }
  .archive-news .section-content > .entry .meta .date,
  .archive-news .section-content > .entry .meta .category,
  .archive-news .section-content > .entry .meta .author {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 0;
    padding: 0 10px; }
    .archive-news .section-content > .entry .meta .date .fa,
    .archive-news .section-content > .entry .meta .category .fa,
    .archive-news .section-content > .entry .meta .author .fa {
      vertical-align: top;
      padding-top: 1px; }
  .archive-news .section-content > .entry .meta .date,
  .archive-news .section-content > .entry .meta .author {
    color: #333; }
  .archive-news .section-content > .entry .meta .author {
    padding-left: 0;
    border-right: 1px solid #868686; }
  .archive-news .section-content > .entry .meta .category {
    display: none;
    color: #0068a2; }

.archive-news .section-content > .entry .excerpt {
  color: #3e3e3e;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: justify; }

.archive-news .section-content > .entry:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #ddd; }
  .archive-news .section-content > .entry:not(:first-child) .thumb {
    width: 25%;
    float: left;
    margin-right: 3%; }
  .archive-news .section-content > .entry:not(:first-child) .section-content {
    width: 72%;
    float: left; }
  .archive-news .section-content > .entry:not(:first-child) .readmore {
    display: none; }

.navigation {
  border-top: 1px solid #eaeaea;
  font-size: 0;
  list-style: outside none none;
  margin: 30px 0 30px;
  padding-top: 20px;
  text-align: center; }
  .navigation .pages {
    color: #515151;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    border: 0; }
  .navigation > a,
  .navigation > span {
    color: #273a6a;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    margin-right: 4px;
    padding: 5px 10px;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-radius: 2px; }
  .navigation > a:hover,
  .navigation .current {
    background: #78B43D none repeat scroll 0 0 !important;
    color: #fff !important; }
  .navigation > a.prev .fa {
    margin-right: 5px; }
  .navigation > a.next .fa {
    margin-left: 5px; }

/* Single & Page */
.single header.header {
  margin-bottom: 20px; }

.main-content > .entry .entry-header {
  margin: 0px 0 15px; }
  .main-content > .entry .entry-header > .entry-title {
    border-bottom: 1px solid #ddd;
    color: #e25440;
    font-size: 16px;
    font-size: 1.6em;
    line-height: 35px;
    font-weight: 400;
    margin: 0; }
  .main-content > .entry .entry-header .entry-meta {
    font-size: 12px;
    font-size: 1.2rem;
    color: #555;
    font-style: italic; }
    .main-content > .entry .entry-header .entry-meta .hidden {
      display: none; }
    .main-content > .entry .entry-header .entry-meta .meta {
      padding: 0 15px 0 0; }
      .main-content > .entry .entry-header .entry-meta .meta:first-child {
        padding-left: 0;
        border-left: 0; }
      .main-content > .entry .entry-header .entry-meta .meta .fa {
        vertical-align: top;
        padding-top: 4px; }

.entry-content {
  text-align: justify; }
  .entry-content table {
    width: 100%; }

.main-content .entry + .socials {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.entry-related {
  margin: 0; }
  .entry-related .widget-title {
    margin-bottom: 10px; }
  .entry-related .list-entry .entry {
    margin-bottom: 20px;
    width: 48%;
    float: left;
    margin-left: 4%; }
    .entry-related .list-entry .entry:nth-child(2n + 1) {
      margin-left: 0;
      clear: left; }
    .entry-related .list-entry .entry .thumbnail a {
      background: #fff;
      border: 1px solid #eee;
      text-align: center;
      display: block;
      padding: 5px; }
    .entry-related .list-entry .entry .thumbnail img {
      display: inline-block;
      vertical-align: bottom;
      max-width: 100%; }
    .entry-related .list-entry .entry .entry-title {
      font-size: 12px;
      font-size: 1.2rem;
      text-align: center;
      line-height: 1.4;
      margin: 5px 0 0;
      color: #555; }
      .entry-related .list-entry .entry .entry-title a {
        color: #555; }
        .entry-related .list-entry .entry .entry-title a:hover {
          color: #29970E; }

.page #primary {
  padding: 0 10px 10px;
  background: #fff;
  border-radius: 3px; }

.page .page-header .page-title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #0066cc;
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
  padding-bottom: 5px; }

/* Contact Page */
.template-contact-us {
  padding: 60px 0 0; }
  .template-contact-us .form-contact {
    background: #eaebe5 none repeat scroll 0 0;
    border-radius: 1px;
    padding: 4% 5%; }
    .template-contact-us .form-contact form .row {
      margin: 0 0 20px; }
    .template-contact-us .form-contact form label {
      display: block;
      line-height: 2; }
    .template-contact-us .form-contact form input[type="text"],
    .template-contact-us .form-contact form input[type="email"],
    .template-contact-us .form-contact form input[type="tel"],
    .template-contact-us .form-contact form textarea {
      border-color: #d1d1d1 #f9f9f9 #fcfcfc #dfdfdf;
      border-style: solid;
      border-width: 1px; }
    .template-contact-us .form-contact form input {
      background: #f7f7f7 none repeat scroll 0 0;
      border-radius: 4px;
      height: 35px;
      line-height: 35px;
      margin: 0;
      padding: 0 10px;
      box-sizing: border-box;
      width: 100%; }
    .template-contact-us .form-contact form textarea {
      background: #f7f7f7 none repeat scroll 0 0;
      border-radius: 4px;
      display: block;
      height: 200px;
      padding: 10px;
      resize: vertical;
      box-sizing: border-box;
      width: 100%; }
    .template-contact-us .form-contact form input[type="submit"] {
      background: #29970E;
      border-radius: 5px;
      color: #fff;
      cursor: pointer;
      float: right;
      font-size: 12px;
      font-weight: bold;
      height: 35px;
      line-height: 35px;
      padding: 0 15px;
      text-transform: uppercase;
      width: auto; }
      .template-contact-us .form-contact form input[type="submit"]:hover {
        background: #FFA500; }
  .template-contact-us iframe {
    width: 100% !important; }
  .template-contact-us .map-location {
    margin-top: 20px; }
    .template-contact-us .map-location iframe {
      width: 100%;
      height: 250px; }

/* Account */
#customer-login .page-header .page-title,
#customer-register .page-header .page-title,
#customer-reset-password .page-header .page-title {
  border-bottom: 0; }

#customer-login .entry-content,
#customer-register .entry-content,
#customer-reset-password .entry-content {
  text-align: center; }

#customer-login .userbox .icon-title,
#customer-register .userbox .icon-title,
#customer-reset-password .userbox .icon-title {
  text-align: center; }

#customer-login .userbox .icon-title .fa,
#customer-register .userbox .icon-title .fa,
#customer-reset-password .userbox .icon-title .fa {
  background: #e1e1e1 none repeat scroll 0 0;
  border-radius: 50%;
  color: #bdbdbd;
  font-size: 80px;
  height: 80px;
  line-height: 100px;
  overflow: hidden;
  width: 80px; }

#customer-login .userbox .field,
#customer-register .userbox .field,
#customer-reset-password .userbox .field {
  position: relative; }
  #customer-login .userbox .field .fa,
  #customer-register .userbox .field .fa,
  #customer-reset-password .userbox .field .fa {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    height: 20px;
    line-height: 20px;
    color: #0066cc;
    margin: auto;
    text-align: center;
    width: 20px; }

#customer-login .userbox input,
#customer-register .userbox input,
#customer-reset-password .userbox input {
  min-width: 220px;
  margin: 0px 0; }

#customer-login .userbox input[type=text],
#customer-login .userbox input[type=email],
#customer-login .userbox input[type=password],
#customer-register .userbox input[type=text],
#customer-register .userbox input[type=email],
#customer-register .userbox input[type=password],
#customer-reset-password .userbox input[type=text],
#customer-reset-password .userbox input[type=email],
#customer-reset-password .userbox input[type=password] {
  padding-left: 40px;
  width: 100%; }

#customer-login .userbox input[type=submit],
#customer-register .userbox input[type=submit],
#customer-reset-password .userbox input[type=submit] {
  border-radius: 3px;
  width: 100%;
  background-color: #0068a2; }

.userbox {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: auto auto 20px;
  max-width: 100%;
  padding: 15px 20px;
  display: inline-block; }

.customer_address_table {
  width: 100%; }

.customer_address_table .head td {
  background: #ddd; }

.customer_address_table .default_address {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  color: #0066cc; }

#address_tables .edit-title {
  margin-top: 30px;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  background: #eee; }

#customer_sidebar {
  box-sizing: border-box;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 3px; }

#customer_sidebar .customer-name {
  margin: 0 0 10px; }

#customer_orders .block-title {
  background: #eee;
  padding: 5px 10px;
  margin: 0 0 10px; }

#customer-order .order_section_title {
  margin: 0 0 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px; }

#customer-order #order_details {
  margin: 20px 0 20px; }

/* Sidebar */
.sidebar .widget {
  border: none;
  padding: 0;
  margin-bottom: 20px;
  border-radius: 3px; }
  .sidebar .widget .widget-title {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
    padding: 0 10px;
    background: #fbfbfb;
    border-radius: 3px 3px 0 0; }
  .sidebar .widget .widget-content {
    padding: 5px; }

.sidebar .menu-project {
  border-color: #e7e7e7;
  border-style: solid;
  border-width: 1px;
  position: relative;
  border-radius: 0; }
  .sidebar .menu-project .widget-title {
    display: none;
    height: 50px;
    line-height: 70px;
    margin-bottom: 15px;
    padding: 0 0 5px; }
  .sidebar .menu-project .widget-content {
    padding: 0; }
  .sidebar .menu-project ul.menu {
    margin: 0;
    padding: 0 10px; }
    .sidebar .menu-project ul.menu > li {
      padding: 5px 0;
      position: relative;
      line-height: 1.5;
      list-style: outside none none;
      margin: 0; }
      .sidebar .menu-project ul.menu > li:not(:last-child):after {
        border-bottom: 1px solid #eee;
        bottom: 0;
        content: "";
        display: block;
        height: 0;
        left: 0;
        margin: 0 0 0 5px;
        position: absolute;
        right: 0; }
      .sidebar .menu-project ul.menu > li > a {
        color: #3e3e3e;
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 5px 0 5px 5px;
        transition: all 200ms ease-out 0s;
        text-transform: uppercase; }
        .sidebar .menu-project ul.menu > li > a:hover, .sidebar .menu-project ul.menu > li > a.current {
          color: #0066cc;
          text-decoration: none; }
          .sidebar .menu-project ul.menu > li > a:hover:before, .sidebar .menu-project ul.menu > li > a.current:before {
            opacity: 1;
            background: #0066cc; }
        .sidebar .menu-project ul.menu > li > a:before {
          background: #0068a2;
          bottom: 0;
          content: "";
          display: block;
          right: 100%;
          margin: 5px 0 7px;
          opacity: 1;
          position: absolute;
          top: 0;
          transition: all 200ms ease-out 0s;
          width: 4px; }
      .sidebar .menu-project ul.menu > li ul {
        margin: 0 0 0 15px;
        display: none; }
        .sidebar .menu-project ul.menu > li ul li:not(:last-child) {
          border-bottom: 1px dashed #eee; }
        .sidebar .menu-project ul.menu > li ul li a {
          padding: 5px 0;
          display: block;
          color: #333; }
        .sidebar .menu-project ul.menu > li ul li > a:hover,
        .sidebar .menu-project ul.menu > li ul li > a.current {
          color: #0068a2;
          text-decoration: none; }
        .sidebar .menu-project ul.menu > li ul ul {
          display: none; }
      .sidebar .menu-project ul.menu > li.current > ul {
        display: block; }

.banner-page-header + #container .sidebar .menu-project {
  border-top: 0;
  margin-top: -1px; }
  .banner-page-header + #container .sidebar .menu-project:after, .banner-page-header + #container .sidebar .menu-project:before {
    bottom: 40%;
    box-shadow: 0 0 10px 0 #999;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2; }
  .banner-page-header + #container .sidebar .menu-project:after {
    background: transparent linear-gradient(rgba(245, 245, 245, 0), whitesmoke) repeat scroll 0 0;
    bottom: calc(40% - 10px);
    box-shadow: none;
    left: -10px;
    width: calc(100% + 20px);
    z-index: -1; }

.banner-page-header + #container .sidebar > .widget:first-child:not(.menu-project) {
  margin-top: 10px; }

.supports {
  font-size: 13px;
  font-size: 1.3rem; }
  .supports .people {
    margin: 0 5px 20px; }
    .supports .people p {
      margin: 10px 0; }
    .supports .people .ho-tro,
    .supports .people .name,
    .supports .people .yahoo,
    .supports .people .skype {
      display: inline-block;
      margin: 0;
      padding: 0 10px;
      vertical-align: middle; }
    .supports .people .name {
      color: #d90000;
      font-weight: 600;
      padding-left: 0;
      font-size: 16px;
      font-size: 1.6rem; }
    .supports .people .ho-tro {
      color: #0066cc;
      font-weight: 600;
      padding-left: 0;
      font-size: 16px;
      font-size: 1.6rem; }
    .supports .people .skype {
      padding-right: 0; }
    .supports .people .yahoo img,
    .supports .people .skype img {
      display: block;
      max-height: 30px; }
    .supports .people .label {
      padding: 0 10px 0 0; }
    .supports .people .tel {
      color: #d90000;
      display: inline-block;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 1;
      padding: 0 0 0 10px;
      vertical-align: top; }
      .supports .people .tel br {
        content: '' !important;
        padding: 10px 0 0;
        display: block; }

.sidebar .widget.news .article {
  padding: 10px 0; }
  .sidebar .widget.news .article:not(:last-child) {
    border-bottom: 1px dashed #eee; }
  .sidebar .widget.news .article .thumb {
    float: left;
    font-size: 0;
    margin-right: 5%;
    max-width: 40%; }
    .sidebar .widget.news .article .thumb img {
      display: block; }
  .sidebar .widget.news .article .date {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    color: #aeaeae;
    vertical-align: top;
    line-height: 1; }
  .sidebar .widget.news .article .entry-title {
    border: 0 none;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 5px;
    padding: 0; }
    .sidebar .widget.news .article .entry-title a {
      color: #333;
      vertical-align: top;
      line-height: 1; }
      .sidebar .widget.news .article .entry-title a:hover {
        color: #0066cc;
        text-decoration: none; }

#secondary .product-sidebar .product {
  padding: 10px 0;
  position: relative; }
  #secondary .product-sidebar .product:not(:last-child) {
    border-bottom: 1px dashed #ddd; }
  #secondary .product-sidebar .product:after {
    clear: both;
    content: "";
    display: block;
    width: 100%; }
  #secondary .product-sidebar .product .sale {
    display: none; }
  #secondary .product-sidebar .product .thumb {
    float: left;
    width: 25%; }
    #secondary .product-sidebar .product .thumb img {
      border: 1px solid #eee;
      display: block; }
    #secondary .product-sidebar .product .thumb .actions {
      display: none; }
  #secondary .product-sidebar .product .entry-summary {
    float: left;
    margin-left: 4%;
    width: 71%; }
  #secondary .product-sidebar .product .entry-title {
    margin: 0;
    padding: 0; }
    #secondary .product-sidebar .product .entry-title a {
      color: #383a47;
      font-size: 13px;
      font-size: 1.3rem; }
      #secondary .product-sidebar .product .entry-title a:hover {
        color: #0066cc;
        text-decoration: none; }
  #secondary .product-sidebar .product .product-price {
    font-size: 0;
    white-space: pre-line; }
  #secondary .product-sidebar .product .price {
    font-size: 1.4rem; }
    #secondary .product-sidebar .product .price .contact {
      font-size: 1.3rem;
      font-style: italic; }
    #secondary .product-sidebar .product .price.old-price {
      font-size: 12px;
      font-size: 1.2rem;
      color: #333;
      font-weight: 400; }
  #secondary .product-sidebar .product .description,
  #secondary .product-sidebar .product .entry-summary .actions {
    display: none; }
  #secondary .product-sidebar .product .entry-summary .block-add-to-cart {
    margin: 5px 0 0;
    background: #0068a2;
    font-size: 13px;
    font-size: 1.3rem;
    border: 0;
    height: 25px;
    line-height: 25px; }

/* Footer */
footer.footer {
  background: #191919;
  position: relative;
  z-index: 5;
  color: #aaa;
  /*informations*/
  /* Subscribe Form */
  /* Bar Footer */ }
  footer.footer .informations {
    margin-top: 30px;
    margin-bottom: 20px; }
    footer.footer .informations .widget {
      padding: 0 20px;
      background: transparent;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 13px;
      font-size: 1.3rem; }
      footer.footer .informations .widget .widget-title {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        background: transparent;
        font-family: "Roboto Condensed", tahoma;
        font-weight: 400;
        color: #0066cc;
        padding: 0 0 10px;
        margin-bottom: 0px;
        border-bottom: 1px solid #444;
        letter-spacing: 1px; }
        footer.footer .informations .widget .widget-title:not(.no-margin) {
          margin-bottom: 10px; }
  footer.footer .footer-menu {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    list-style: outside none none;
    margin: 0; }
    footer.footer .footer-menu li {
      list-style: none;
      line-height: 25px; }
      footer.footer .footer-menu li a {
        color: #aaa;
        display: block;
        padding: 2px 0px 0 0px;
        text-decoration: none; }
        footer.footer .footer-menu li a:before {
          font-family: FontAwesome;
          line-height: 25px;
          line-height: 2.5rem;
          font-size: 12px;
          font-size: 1.2rem;
          color: #0066cc;
          display: inline-block;
          vertical-align: top;
          content: "\f0da";
          margin-right: 5px; }
        footer.footer .footer-menu li a:hover:before, footer.footer .footer-menu li a:hover {
          color: #0066cc; }
      footer.footer .footer-menu li ul {
        display: none; }
  footer.footer .company-information {
    font-size: 13px;
    font-weight: 300; }
  footer.footer .line-footer {
    background: #086a29;
    border: 0 none;
    height: 1px;
    margin: 10px auto;
    width: 80%; }
  footer.footer .social-links {
    text-align: center; }
    footer.footer .social-links li {
      display: inline-block;
      vertical-align: middle; }
      footer.footer .social-links li a {
        padding: 0px 5px;
        color: #666;
        display: inline-block;
        border-radius: 3px;
        transition: .3s all ease-in-out; }
        footer.footer .social-links li a:hover {
          text-decoration: none;
          color: #0066cc;
          background: rgba(255, 255, 255, 0.85); }
  footer.footer .newsletter form {
    margin-top: 15px; }
    footer.footer .newsletter form input[type="email"] {
      box-sizing: border-box;
      margin-bottom: 10px;
      width: 100%; }
    footer.footer .newsletter form input[type=submit] {
      background-color: #0066cc;
      color: #ffffff; }
  footer.footer .bar-footer {
    background: rgba(0, 0, 0, 0.2);
    padding-top: 7px;
    line-height: 30px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    color: #ddd; }
    footer.footer .bar-footer a {
      color: #ddd; }
      footer.footer .bar-footer a:hover {
        color: #0066cc;
        text-decoration: none; }
    footer.footer .bar-footer .copyright {
      text-align: center;
      line-height: 20px;
      color: #FFF; }

/* Cart */
#cart .buttons {
  margin-top: 30px; }

#cart .extra-checkout-buttons {
  float: right;
  text-align: right;
  padding-top: 15px; }
  #cart .extra-checkout-buttons input {
    border: none;
    box-shadow: none;
    height: 42px; }

#cart .qty {
  text-align: center; }

#cart .price,
#cart .remove {
  text-align: right; }

#cart .price {
  white-space: nowrap; }

#cart .image {
  text-align: center; }
  #cart .image a,
  #cart .image img {
    margin: 0;
    border: none; }

#cart a .variant_title {
  display: block;
  color: #555; }

#cart .item {
  max-width: 400px; }
  #cart .item .cart {
    display: none; }

#cart .item-description {
  font-size: 12px;
  font-size: 1.2rem; }

#cart table {
  width: 100%; }
  #cart table tr td {
    border-top: none; }
  #cart table tr:first-child td {
    border-top: 1px solid #ddd; }
  #cart table tr:last-child td {
    border-top: 1px solid #ddd; }

#cart #note {
  margin-top: 10px;
  width: 100%; }

#cart .cart-buttons {
  text-align: right; }

#cart .cart-item__discount {
  display: block; }

#cart textarea {
  min-height: 120px; }

#cart input.btn {
  background-color: #0068a2;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 7px 15px; }

#go_top {
  position: fixed;
  bottom: 70px;
  right: 10px;
  background: #0068a2;
  display: inline-block;
  width: 25px;
  height: 30px;
  padding: 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  z-index: 9; }

#go_top > i {
  text-align: center;
  display: block; }

.overlay-background {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease;
  visibility: hidden;
  z-index: 999999; }

.search.phonehot a {
  color: #fff;
  font-size: 16px; }
  .search.phonehot a i {
    font-size: 20px; }

ul.dropdown.menu-child {
  left: 100%;
  width: 220px; }

.product .price .contact {
  cursor: pointer; }

#myModal.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0%, -50%);
  top: 30%;
  transition: transform 0s !important; }

#myModal .modal-header {
  color: #fff;
  background: #0066cc; }

#myModal .modal-title {
  text-align: center;
  color: #fff; }

#myModal .modal-header .close {
  color: #fff;
  opacity: 1; }

#myModal .modal-footer {
  text-align: center; }

#myModal input {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #ededed;
  border-radius: 0; }

.purchase {
  display: flex; }

.cart-animation {
  display: none !important; }

.card_style {
  position: relative;
  margin-right: 10px; }

.card_style span {
  position: absolute;
  top: 0;
  right: -13px;
  background: #0066cc;
  color: #fff;
  width: 20px;
  padding: 4px;
  border-radius: 50%;
  height: 20px;
  line-height: 12px;
  font-size: 12px;
  text-align: center; }

/*** menu sidebar left **/
.list-group {
  clear: both;
  background: #fff;
  margin-top: 0px; }

.group_sidebar .sb-title, .main-content .sb-title-content, .AccountTitle {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  border-bottom: none;
  padding-bottom: 10px; }

.sb-title:before, .AccountTitle:before {
  position: absolute;
  top: 100%;
  content: '';
  width: 45px;
  height: 2px; }

.sidebar > li.item > a {
  text-transform: uppercase;
  font-size: 13px !important; }

.group_sidebar .sidebar a {
  padding: 15px 20px; }

.nav > li > a:hover, .nav > li > a:focus {
  background: none; }

.group_sidebar .sign.drop-down {
  position: absolute;
  right: 10px;
  padding: 15px 3px;
  top: 5px;
  font-weight: normal;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome; }

.group_sidebar .sign.drop-down:before {
  content: "\f107" !important;
  font-family: "FontAwesome" !important; }

.group_sidebar .sign.drop-down.open-nav:before {
  content: "\f105" !important; }

.group_sidebar .nav.children {
  left: 0 !important;
  position: static;
  box-shadow: none;
  min-width: 210px;
  margin: 0;
  padding: 0;
  opacity: 1;
  visibility: visible; }

.group_sidebar .sidebar .children > li {
  padding: 0px !important; }

.group_sidebar .sidebar > li.has-sub > ul > li {
  border-bottom: none; }

.group_sidebar .sidebar > li.has-sub > ul > li a {
  line-height: 22px;
  color: #999;
  font-size: 14px;
  padding: 10px 50px; }

.group_sidebar .sidebar > li.item > ul > li > a {
  margin-left: 0;
  padding-left: 30px; }

#primary-menu * {
  box-sizing: inherit !important;
  -webkit-box-sizing: inherit !important; }

.modal-open {
  overflow: auto;
  overflow-x: hidden; }

#myCart tr.line-item:nth-child(odd) {
  background-color: #f8f8f8; }

#myCart tr.line-item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1); }

#myCart .modal-footer {
  margin: 0px 15px 5px 15px; }

#myCart .modal-body {
  padding-bottom: 0px;
  padding: 0 15px;
  max-height: 300px;
  overflow: auto; }

#myCart table tr td {
  vertical-align: middle; }

#myCart {
  background-color: rgba(0, 0, 0, 0.31); }

@media (max-width: 768px) {
  #cartformpage, #cartform .modal-body {
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: auto;
    overflow-y: visible; }
  .item-delete a {
    position: static; }
  #cartformpage table, #cartform table {
    overflow: visible;
    white-space: nowrap !important; }
  .modal-header h4 {
    width: 90%; } }

#cart .item, #cartform table .item-title {
  max-width: 200px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#cart .item, #cartform table .item-title {
  max-width: 200px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#cartform table .item-title {
  padding-right: 10px; }

checkout-buttons.clearfix * {
  vertical-align: top; }

td.item-image {
  width: 170px;
  text-align: center;
  height: 70px; }

.comment_form .btn-primary {
  padding: 10px 40px;
  font-weight: bold;
  border-radius: 4px; }

.button-default {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0 !important;
  text-transform: uppercase;
  height: 40px;
  line-height: 28px;
  font-size: 13px;
  letter-spacing: 0; }

.buttons.btn-modal-cart {
  width: 150px;
  float: right;
  padding-left: 5px;
  padding-right: 5px; }

#myCart.modal.in .modal-dialog {
  top: 15%; }

.comeback {
  text-align: left;
  margin-top: 30px; }

.comeback a {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px; }

.modal-note {
  text-align: left; }

.modal-note textarea {
  outline: none;
  border: 1px #D8D8D8 solid;
  padding-left: 10px;
  height: 70px;
  padding-top: 5px;
  width: 100%; }

.total-price-modal {
  text-align: right;
  font-size: 20px;
  margin-top: 20px;
  color: #808080;
  font-size: 16px; }

.total-price-modal span {
  font-size: 20px;
  color: #303030;
  vertical-align: middle; }

button#buy-now i {
  margin-top: 3px;
  /* margin-left: 7px; */
  margin-right: 0; }

.cover_price {
  cursor: pointer;
  border: 1.6px solid #0066cc !important;
  box-shadow: 0px 1px 3px #5c610b !important;
  line-height: 25px;
  border-radius: 9px !important; }

#myModal {
  z-index: 999999999999999; }

.ht-widget-home.recent-projects .product:hover .thumb:after, .products.grid .product:hover .thumb:after {
  pointer-events: none; }

span.price.cover_price:hover {
  color: #fff !important;
  background: #0066cc; }

.title-prd-noname a:hover {
  text-decoration: none;
  color: blue; }

.title-prd-noname a {
  font-size: 14px;
  font-size: 1.3rem;
  margin: 0;
  transition: .3s all ease;
  text-transform: capitalize;
  color: #000; }

.entry-summary {
  line-height: 15px;
  text-align: center; }

.change-layout.row .devai {
  display: flex; }

.change-layout.row .devai > div {
  width: 100%; }

.change-layout.row .ht-widget-home.recent-projects .product .entry-title a, .products .product .entry-title a {
  color: #383A47;
  line-height: 23px;
  margin-bottom: 13px;
  display: inline-block; }

#suntory-alo-phoneIcon {
  bottom: 100px !important; }

.icon-zalo,
.icon-messenger {
  position: fixed;
  width: 45px;
  left: 15px;
  z-index: 999; }

.icon-zalo {
  bottom: 70px; }

.icon-messenger {
  bottom: 10px; }

@media only screen and (min-width: 860px) {
  header.header .branding {
    width: 12% !important; }
  .ht-widget-home.recent-projects .product .entry-title, .products .product .entry-title {
    height: 60px; } }

@media (max-width: 767px) {
  .md-flex {
    display: flex !important;
    flex-wrap: wrap; }
  .md-flex .entry.product {
    width: calc(100% / 3);
    margin-bottom: 30px;
    padding: 0 10px; }
  .ht-widget-home.recent-projects .product .price, .products.grid .product .price {
    padding: 5px; }
  header.header .branding {
    width: 20% !important; }
  .ht-widget-home.recent-projects .product .entry-summary, .products.grid .product .entry-summary {
    height: 170px;
    padding: 5px; }
  .ht-widget-home.recent-projects .product .entry-title, .products .product .entry-title {
    height: 100px;
    overflow: hidden; } }

@media (max-width: 580px) {
  .md-flex {
    display: flex !important;
    flex-wrap: wrap; }
  .md-flex .entry.product {
    width: calc(100% / 3);
    margin-bottom: 30px; } }

.phone-modal {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #00aff2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px; }

.phone-modal i {
  color: #fff;
  font-size: 22px;
  pointer-events: none; }

.phone-modal:hover {
  text-decoration: none; }

.zalo-modal {
  padding-top: 5px; }

.zalo-modal img {
  width: 35px; }

.d-flex {
  display: flex;
  align-items: center; }

@media (max-width: 767px) {
  .entry-content table {
    table-layout: unset !important;
    width: 100% !important; } }

#product-content table td {
  text-align: left; }

.products.grid {
  display: flex;
  flex-wrap: wrap; }

.ht-widget-home.recent-projects .product .price, .products.grid .product .price {
  line-height: 19px; }

@media only screen and (min-width: 860px) {
  .ht-widget-home.recent-projects .product .entry-title, .products .product .entry-title {
    height: 75px; } }
