@charset "UTF-8";
* {
  font-family: "Arial, " Helvetica Neue ", Helvetica, sans-serif", sans-serif; }

.glyphicon {
  font-family: "Glyphicons Halflings" !important; }

.fa {
  font-family: "FontAwesome" !important; }

* {
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 14px;
  color: #333;
  overflow-x: hidden;
  background: #fff; }

/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

/* 1.4 - Typography */
h1, h2, h3, h4, h5, h6 {
  color: #333333;
  margin: 0 0 13px 0; }

h1 {
  font-weight: 400;
  color: #333333;
  font-size: 36px;
  line-height: 36px; }

h2 {
  font-weight: 400;
  color: #333333;
  font-size: 28px;
  line-height: 28px; }

h3 {
  font-weight: 400;
  color: #333333;
  font-size: 24px;
  line-height: 24px; }

h4 {
  font-size: 13px;
  line-height: 18px; }

h5 {
  font-size: 12px;
  line-height: 18px; }

h6 {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase; }

h1 .note, h2 .note, h3 .note, h4 .note, h5 .note, h6 .note {
  margin-left: 8px;
  font-weight: 400;
  font-size: 12px; }

h1 .note a, h2 .note a, h3 .note a, h4 .note a, h5 .note a, h6 .note a {
  color: #ef8742; }

p {
  margin: 0 0 10px 0;
  /*color:#777; */ }

/* 1.5 - Links and Buttons */
a {
  text-decoration: none;
  outline: none;
  color: #333; }

a:focus {
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #00AF00; }

a:active {
  outline: none;
  color: #00AF00; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #333333; }

/* 1.6 - Tables */
table {
  width: 100%;
  border-spacing: 0; }

table tr td {
  border-top: 1px solid #dddddd; }

table tr td, table tr th {
  padding: 10px;
  text-align: left; }

/*table tr td:first-child, table tr th:first-child { padding-left: 0px; }*/
table tr td:last-child, table tr th:last-child {
  padding-right: 0px; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

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

img {
  max-width: 100%; }

input, select {
  outline: none; }

.pb10 {
  padding-bottom: 10px; }

.mg0-30 {
  margin: 0 30px; }

.pd80 {
  padding: 80px 0; }

.pd50 {
  padding: 50px 0; }

.pd40 {
  padding: 40px 0; }

.mt20 {
  margin-top: 20px; }

th {
  font-weight: bold;
  text-align: center; }

caption {
  text-align: center; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

h2 {
  font-size: 1.5em;
  margin: .75em 0; }

h3 {
  font-size: 1.17em;
  margin: .83em 0; }

h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu {
  margin: 1.12em 0; }

h5 {
  font-size: .83em;
  margin: 1.5em 0; }

h6 {
  font-size: .75em;
  margin: 1.67em 0; }

h1, h2, h3, h4,
h5, h6, b,
strong {
  font-weight: bold; }

blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  font-style: italic;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px; }

i, cite, em,
var, address {
  font-style: italic; }

pre, tt, code,
kbd, samp {
  font-family: monospace; }

pre {
  white-space: pre; }

big {
  font-size: 1.17em; }

small, sub, sup {
  font-size: .83em; }

sub {
  vertical-align: sub; }

sup {
  vertical-align: super; }

table {
  border-spacing: 2px;
  border-collapse: separate; }

thead, tbody,
tfoot {
  vertical-align: middle; }

td, th, tr {
  vertical-align: inherit; }

s, strike, del {
  text-decoration: line-through; }

hr {
  border: 1px inset; }

ol, ul, dir,
menu, dd {
  margin-left: 40px; }

ol {
  list-style-type: decimal; }

ul {
  list-style-type: disc; }

ol ul, ul ol,
ul ul, ol ol {
  margin-top: 0;
  margin-bottom: 0; }

body {
  line-height: 1.2; }

/* HTML5 */
figure {
  margin: 1em 40px; }

p.subtext.success {
  color: #2b9e30;
  font-weight: 600; }

.title-bl > p {
  color: #000;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600; }

h3.author {
  font-size: 16px;
  margin-bottom: 0; }

.comment.border-bottom {
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb; }

@-webkit-keyframes animateright {
  from {
    right: -500px;
    opacity: 0; }
  to {
    right: 0px;
    opacity: 1; } }

@keyframes animateright {
  from {
    right: -500px;
    opacity: 0; }
  to {
    right: 0px;
    opacity: 1; } }

/*Header*/
.wrapper {
  position: relative; }

.header-top {
  background: #126128; }

.header-top .header-top-content {
  padding: 15px 0; }

.header-top .header-top-content .header-top-left {
  float: left;
  margin-right: 30px; }

.header-top .header-top-content .header-top-info p {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin: 0; }

.header-top .header-top-content .header-top-info a {
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400; }

.header-social-bookmark ul {
  margin: 0; }

.header-social-bookmark ul li {
  display: inline-block;
  padding-left: 24px; }

.header-social-bookmark ul li:first-child {
  padding-left: 0; }

.header-social-bookmark ul li a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 0 3px; }

.header-social-bookmark ul li a:hover {
  color: #00AF00; }

.navbar.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  background-color: rgba(255, 255, 255, 0.8); }

.not-index .navbar.header {
  position: relative;
  top: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4); }

.navbar.header.scroll-fixed {
  position: fixed;
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
  top: 0;
  animation-name: slideInDown;
  background: #fff; }

.navbar.header {
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.navbar {
  margin: 0;
  border-radius: 0;
  border: 0; }

.navbar .brand {
  display: block;
  float: left;
  padding: 20px 0; }

#mobile-nav ul.nav {
  position: relative;
  left: 0;
  display: block;
  float: left; }

#mobile-nav ul li {
  float: left; }

#mobile-nav > ul > li > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: transparent; }

#mobile-nav > ul > li:hover > a:before, #mobile-nav > ul > li.active > a:before {
  background: #00AF00; }

#mobile-nav ul li a {
  text-transform: uppercase;
  box-shadow: none;
  font-size: 12px;
  color: #fff;
  padding: 32px 13px;
  line-height: 20px;
  display: block;
  transition: all 0.3s;
  font-weight: 700; }

#mobile-nav > ul > li > a {
  color: #333; }

#mobile-nav > ul > li:hover > a, #mobile-nav > ul > li.active > a {
  background: #eee;
  color: #00AF00; }

#mobile-nav .sub-menu {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  padding: 5px;
  border-top: 5px solid #00AF00; }

#mobile-nav ul.nav li.has-child > a:after {
  display: inline-block;
  content: "\f0d7";
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 0.8333em;
  margin: 0 0 0 5px;
  line-height: 1; }

.sub-menu li {
  display: block;
  position: relative;
  width: 100%; }

.sub-menu li a {
  color: #777 !important;
  border-bottom: 1px solid #f2f2f2;
  padding: 8px !important;
  text-transform: initial !important; }

.sub-menu li:last-child a {
  border: 0; }

.sub-menu li:hover > a {
  background: #eee !important;
  color: #777 !important; }

.sub-menu ul {
  position: absolute;
  top: 100%;
  left: 100%;
  min-width: 200px;
  background-color: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-out 0.2s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  border-top: 5px solid #00AF00;
  padding: 5px; }

#mobile-nav > ul > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible; }

#mobile-nav > ul > li > ul li:hover ul {
  top: 0px;
  opacity: 1;
  visibility: visible; }

.slicknav_btn {
  padding: 7px 8px !important;
  background: #00AF00;
  margin: 15px 0; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff !important; }

.slicknav_nav {
  top: 100% !important; }

.slicknav_nav ul {
  margin: 0 !important; }

.slicknav_parent.slicknav_open > ul > li {
  padding-left: 10px; }

/*Slider*/
#owl-index .item img {
  width: 100%; }

#owl-index .owl-controls .owl-buttons div {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0.7;
  margin: 0;
  padding: 0;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 0;
  position: absolute;
  top: calc(50% - 30px);
  transform: rotate(45deg); }

#owl-index .owl-controls .owl-buttons div:hover {
  background: #000;
  opacity: 1; }

#owl-index .owl-controls .owl-buttons div i {
  display: block;
  line-height: 40px;
  transform: rotate(-45deg); }

#owl-index .owl-prev {
  left: 40px; }

#owl-index .owl-next {
  right: 40px; }

#owl-index .slider-caption.right {
  position: absolute;
  right: 0;
  bottom: 54px;
  width: calc(50% - 50px);
  text-align: right;
  padding: 0 15px;
  background: #00AF00; }

#owl-index .slider-caption.right:before {
  content: '';
  position: absolute;
  left: -50px;
  border-bottom: 50px solid #00AF00;
  border-left: 50px solid transparent; }

#owl-index .slider-caption.right .slider-title {
  line-height: 50px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  text-align: left; }

.owl-item.active .slider-caption.right .slider-title {
  -webkit-animation: animateright 2s;
  animation: animateright 2s; }

/*who we are*/
.about-left {
  position: relative; }

.who-title {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 500px;
  right: -250px;
  background: #00AF00;
  height: 130px;
  overflow: hidden; }

.who-title.text-right {
  right: 0;
  left: 0;
  margin-left: -258px; }

.who-title.text-right .who-shortdes {
  margin: 30px 50px 0 0px;
  padding: 0 30px 0 10px;
  border-right: 3px solid #fff;
  border-left: 0; }

.who-title h2, .service h2, .album-block h2, .blog-index h2, .project-block h2 {
  color: #fff;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.who-shortdes {
  margin: 30px 0 0 50px;
  padding: 0 10px 0 30px;
  border-left: 3px solid #fff; }

.who-shortdes p {
  font-size: 21px;
  font-weight: 300;
  color: #fff;
  line-height: 1.33;
  max-height: calc(21*1.33*2px);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.who-des {
  margin-top: 200px; }

.who-des p {
  color: #777;
  font-weight: 500;
  margin-bottom: 20px; }

.view-more {
  margin: 0;
  height: initial !important; }

.view-more a {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 46px;
  line-height: 46px;
  margin-top: 22px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 147px;
  text-transform: uppercase;
  background-color: #00AF00;
  border: 1px solid #00AF00; }

.view-more a:hover {
  background-color: transparent;
  color: #00AF00; }

/*Contact index*/
.contact-index {
  background: #5B7B57; }
  .contact-index .contact-content {
    padding: 90px 0; }
    .contact-index .contact-content .title {
      color: #fff;
      line-height: 30px;
      margin-bottom: 30px;
      text-transform: uppercase;
      font-weight: bold; }
    .contact-index .contact-content .des {
      color: #fff;
      line-height: 24px; }
    .contact-index .contact-content .contact-more {
      margin-top: 25px; }
      .contact-index .contact-content .contact-more a {
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        transition: all 0.3s ease-in-out;
        padding: 0 25px;
        text-transform: uppercase;
        border: 1px solid #fff; }
        .contact-index .contact-content .contact-more a:hover {
          border: 1px solid #f3cc29;
          background-color: #f3cc29; }
  .contact-index .contact-img {
    margin-top: 30px; }

/*Service*/
.service {
  overflow: hidden; }

.blog-index h2 {
  margin-bottom: 40px; }

.service-item {
  margin-bottom: 30px;
  background: #eee;
  text-align: center; }

.service-item > a {
  display: block;
  padding: 52px 0 40px; }

.service-item > a:hover .img-left {
  background: #00AF00;
  color: #fff; }

.service-item .img-left {
  background-color: #fff;
  border-radius: 10px;
  color: #2b2b35;
  display: inline-block;
  font-size: 30px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 58px; }

.service-item .info-right {
  margin-top: 30px; }

.service-item .img-left i {
  transform: rotate(45deg); }

.service-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  color: #2e353e;
  text-transform: uppercase; }

.service-item p {
  line-height: 1.5;
  margin-bottom: 0;
  color: #777;
  margin-top: 10px;
  padding: 0 10px;
  height: calc(14*1.5*4px);
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #00AF00; }

.item-content {
  margin-top: 200px; }

.item-content .item-row {
  margin-bottom: 50px; }

.item-right {
  float: right; }

.item-right > a {
  background-color: #2d3e50;
  border-radius: 10px;
  display: inline-block;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transform: rotate(-45deg);
  width: 72px; }

.item-right > a img {
  transform: rotate(45deg);
  width: 35px; }

.item-left {
  padding-right: 100px;
  text-align: right; }

.item-left h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #2b2b35;
  text-transform: uppercase; }

.item-left p {
  max-height: calc(14*1.5*2px);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; }

/*Article loop*/
.articles-loop {
  margin-bottom: 25px; }

.blog-index .articles-loop {
  padding: 0 15px; }

.articles-loop .article-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px; }

.articles-loop .article-img .item-img {
  width: 100%;
  height: 250px;
  transition: all 0.3s; }

.articles-loop .article-img:hover .item-img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.articles-loop .article-info {
  padding-bottom: 15px;
  position: relative; }

.post-date {
  margin: 3px 10px 8px 0;
  float: left;
  text-align: center;
  width: 60px; }

.post-date .day {
  background: #f4f4f4;
  border-radius: 0 0 0 0;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  color: #00AF00; }

.post-date .month {
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
  color: #fff;
  font-size: 0.9em;
  padding: 0 0 2px;
  display: block;
  background-color: #00AF00; }

.articles-loop .article-info h3 {
  max-height: 50px;
  overflow: hidden;
  margin-bottom: 8px; }

.articles-loop .article-info h3 a {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  height: 48px;
  overflow: hidden;
  margin-top: 5px; }

.articles-loop .article-info p {
  margin-bottom: 0;
  height: 63px;
  overflow: hidden;
  clear: both; }

#blogs {
  padding: 0 0 20px 0; }

#pagination {
  float: left; }

#pagination .page-node {
  float: left;
  display: block;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 16px;
  margin-right: 5px;
  color: #575757; }

#pagination .page-node.current, #pagination a.page-node:hover {
  background: #00AF00;
  color: #fff;
  border-color: #00AF00; }

#pagination .page-node.disabled {
  color: #eaeaea;
  cursor: default;
  border-color: #eaeaea; }

.breadcrumb {
  background: #fff;
  margin-bottom: 5px; }

p.date {
  font-size: 12px;
  font-style: italic;
  color: #777; }

.articles h1 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 28px;
  line-height: 32px; }

.news-all {
  margin: 20px 0; }

.news-all .title-news {
  color: #000;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 600;
  border-bottom: 1px solid #ddd; }

.news-all ul {
  margin: 0; }

.news-related {
  margin: 10px 0; }

.news-all ul li a {
  font-size: 15px;
  padding: 5px 0px 5px 20px;
  margin: 0;
  position: relative;
  color: #757575;
  display: block; }

.news-all ul li a:before {
  content: '';
  border: 3px solid #000;
  position: absolute;
  box-shadow: 1px 1px 2px;
  left: 5px;
  top: 12px;
  color: #000; }

.news-all ul li a:hover {
  text-decoration: underline; }

.category {
  margin-bottom: 50px; }

.category h3.category-title {
  font-size: 24px;
  color: #333;
  letter-spacing: 0px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  font-weight: 300;
  display: inline-block;
  margin-top: 15px; }

.category h3.category-title:after {
  background: #666;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%; }

ul.list-tag li {
  float: left;
  margin: 0 5px 5px 0;
  border-bottom: 0px;
  padding-left: 0; }

ul.list-tag li a {
  display: block;
  padding: 4px 10px 3px;
  margin: 5px 0 0 5px;
  min-height: 29px;
  font-size: 12px !important;
  line-height: 20px;
  color: #757575;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 200ms ease-in-out; }

ul.list-tag li a:hover {
  background: #00AF00;
  color: #fff; }

p.blog-tag {
  padding: 0 15px;
  color: #333;
  font-weight: 600; }

.blog-index {
  border-top: 1px solid #ebebeb; }

/*---------------Couter--------------*/
.counter_area {
  background: transparent url(//cdn.hstatic.net/themes/200000962577/1001410338/14/counter_bg.jpg?v=581) no-repeat scroll center center/cover;
  margin-bottom: 120px;
  padding: 75px 0 75px;
  position: relative; }

.counter_area::after {
  background: #2D3E50 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  opacity: .8; }

.counter_area .counter-next {
  color: #fff;
  position: relative;
  z-index: 99; }

.counter_area .counter-next h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700; }

.counter_area .counter {
  color: #fff;
  font-size: 40px;
  position: relative;
  z-index: 99;
  font-weight: 700; }

/*-------------Why us---------------*/
.whyus-des {
  margin-top: 200px; }

.whyus-des ul li {
  display: block;
  padding-left: 30px;
  margin: 0 0 15px;
  position: relative;
  font-size: 22px;
  color: #666;
  font-weight: bold; }

.whyus-des ul li:before {
  content: "\f00c";
  position: absolute;
  left: 0px;
  top: 1px;
  font-family: FontAwesome;
  font-size: 16px;
  color: #00AF00; }

#owl-blog .owl-controls {
  top: -90px !important;
  right: 15px;
  position: absolute; }

#owl-blog .owl-controls .owl-prev, #owl-blog .owl-controls .owl-next {
  border-radius: 5px; }

#owl-blog .owl-controls .owl-prev:hover, #owl-blog .owl-controls .owl-next:hover {
  background: #00AF00; }

.banner-ad {
  margin-top: 15px; }

/*nhanxet*/
.nhanxet-bg {
  background: url(//cdn.hstatic.net/themes/200000962577/1001410338/14/nhanxet_bg.jpg?v=581) center center no-repeat;
  min-height: 500px; }

.testimonial {
  padding: 6px 20px;
  margin-top: 70px; }

.testimonial > p {
  font-size: 20px;
  color: #777;
  line-height: 26px;
  font-style: italic;
  position: relative;
  padding: 0 40px;
  text-align: justify; }

.testimonial > p:before {
  left: 0;
  top: -10px;
  color: #777;
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  font-family: Georgia,serif; }

.testimonial > p:after {
  color: #777;
  content: "\201D";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  bottom: -50px;
  right: 0;
  font-family: Georgia,serif; }

.testimonial .whopic {
  text-align: center;
  margin-top: 20px; }

.brand-title {
  color: #333;
  line-height: 30px;
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: bold; }

#client-slider {
  margin: 30px 0 40px; }

/*page.company*/
.title-bg {
  background: #eaeff3;
  padding: 25px 0; }

.title-bg h1, .title-bg h2 {
  font-size: 30px;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 300;
  color: #00AF00;
  line-height: 46px; }

ul.menu-company {
  z-index: 9; }

ul.menu-company li, .category ul.list-cate li {
  position: relative;
  margin: 0;
  line-height: 1.4;
  border-bottom: 1px solid #ededed;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 0 8px 15px; }

ul.menu-company li:before, .category ul.list-cate li:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
  margin-left: -11px;
  margin-right: 5px; }

ul.menu-company li a, .category ul.list-cate li a {
  color: #666; }

ul.menu-company li a:hover, ul.menu-company li.active a, .category ul.list-cate li a:hover, .category ul.list-cate li.active a {
  color: #00AF00; }

.company-block {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc; }

.company-block.pt40 {
  padding-top: 40px; }

.company-block h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  padding: 40px 0 30px;
  margin: 0; }

ul.tang2-list {
  margin: 0; }

ul.tang2-list li {
  padding: 15px 0;
  border-bottom: 1px solid #dbdbdb; }

ul.tang2-list li strong {
  font-size: 17px;
  color: #e04622; }

.company-block:last-child, ul.tang2-list li:last-child, ul.menu-company li:last-child, .category ul.list-cate li:last-child {
  border: 0; }

.tang4-img {
  width: 160px;
  float: left;
  margin-right: 15px; }

.tang4-info {
  width: calc(100% - 175px);
  float: left; }

.tang4-info h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px; }

.tang4-info span {
  font-size: 13px;
  text-transform: uppercase;
  color: #777;
  font-weight: 600; }

.tang4-info p {
  font-size: 13px;
  color: #666; }

.partner {
  padding: 25px;
  border: 1px dashed #dadada; }

.view-item i {
  color: #00AF00;
  font-size: 40px;
  margin-bottom: 20px; }

.view-item h4 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px; }

/*Product*/
#products .product-vendor, .inventory {
  padding: 0; }

#price-preview {
  margin-bottom: 10px; }

#price-preview span {
  font-weight: bold;
  color: #f0545a;
  font-size: 20px; }

#price-preview del {
  color: #666;
  margin-right: 10px; }

.select-wrapper label, .selector-wrapper label {
  display: inline-block;
  margin-right: 10px;
  cursor: initial; }

.selector-wrapper {
  margin-bottom: 10px; }

.selector-wrapper select {
  width: initial; }

input#quantity {
  height: 34px;
  width: 80px;
  text-indent: 10px; }

.actions-btn .btn-fix {
  margin: 0; }

.bonus {
  border: 1px solid #ccc; }

.bonus .title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  margin-bottom: 0; }

.bonus-list li {
  padding: 0 10px 0 0;
  font-size: 14px; }

#sliderproduct {
  margin: 15px 0; }

#sliderproduct .item.product-thumb {
  float: left;
  width: 60px;
  margin: 0 10px 10px 0; }

#mota {
  margin-bottom: 30px; }

.product-comment h4, .title-line h4 {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 16px; }

.product-comment h4 span, .title-line h4 span {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  font-weight: 600; }

.product-comment h4 span:after, .title-line h4 span:after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 3px;
  background: #00AF00;
  width: 100%;
  left: 0; }

.title-line {
  margin-bottom: 15px; }

.pdp_social {
  padding: 5px 0 10px; }

.pdp_social a span {
  width: 22px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  background: url(//sw001.hstatic.net/2/04fdfa3dc3371d/new_icon_social.png) no-repeat;
  background-size: 100%; }

.pdp_social a .icon_s_facebook {
  background-position: 0 0; }

.pdp_social a .icon_s_twitter {
  background-position: 0 -22.5px; }

.pdp_social a .icon_s_google {
  background-position: 0 -45.6px; }

.pdp_social a .icon_s_pinterest {
  background-position: 0 -92px; }

/*collection*/
.product-filter {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc; }

.product-filter > ul li {
  float: left; }

.product-filter > ul li a {
  padding: 6px 12px;
  color: #00AF00;
  display: block; }

.product-filter > ul li.active a {
  color: #fff;
  background: #00AF00; }

.product-item {
  margin-bottom: 30px; }

.product-item .img {
  position: relative;
  overflow: hidden; }

.product-item .img:after {
  content: "";
  background: rgba(23, 23, 23, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  bottom: 0;
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  opacity: 0;
  z-index: 1; }

.product-item .img img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  position: relative;
  width: 100%; }

.product-item .img:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.product-item .img .overlay {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 2;
  opacity: 0; }

.product-item .img .overlay a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 40px; }

.product-item .img:hover .overlay, .product-item .img:hover:after {
  opacity: 1; }

.product-item .info h3 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 0;
  margin-top: 15px; }

.product-item .info h3 a {
  color: #666; }

.product-item .info h3 a:hover {
  color: #00AF00; }

.flex-direction-nav a {
  font-size: 0; }

.flex-direction-nav a:before {
  line-height: 40px; }

/*-------------------------Footer----------------------------*/
a.scrollToTop {
  position: fixed;
  right: 5px;
  bottom: 100px;
  width: 40px;
  height: 40px;
  display: none; }

.copyright {
  background-color: #313131;
  padding: 15px 0;
  color: #ffffff; }

.copyright a {
  color: #ffffff;
  display: inline-block; }

.footer-intro {
  color: #ffffff; }
  .footer-intro * {
    color: #ffffff; }

.footer_bg {
  background: #126128;
  padding: 30px 0;
  border-bottom: 1px solid #464648; }

.footer_bg h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px; }

.footer_bg ul li {
  line-height: 25px;
  padding: 3px 0; }

.footer_bg ul li a {
  display: block;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 14px; }

.footer-address {
  padding-top: 7px;
  margin-bottom: 7px; }

.footer-address span {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  font-size: 18px;
  color: #fff; }

.footer-address span.email {
  font-size: 14px;
  line-height: 24px; }

.footer-address p {
  float: right;
  width: calc(100% - 40px);
  color: #ffffff;
  margin-bottom: 0; }

.newsletter input {
  text-indent: 10px;
  height: 40px;
  line-height: 40px;
  width: calc(100% - 100px);
  float: left; }

.newsletter button {
  margin: 0 0 0 10px;
  padding: 0;
  width: 90px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #fff;
  color: #126128;
  font-weight: bold; }
  .newsletter button:hover {
    background: #00AF00;
    color: #126128; }

ul.sitemap {
  margin-bottom: 0;
  float: right; }

ul.sitemap li {
  float: left; }

ul.sitemap li a {
  padding: 0 10px;
  border-left: 1px solid #626262;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase; }

ul.sitemap li:first-child a {
  border: 0; }

.socials {
  margin: 15px 0; }

.socials ul {
  margin: 0; }

.socials ul li {
  display: inline-block;
  margin-right: 15px;
  padding: 0; }

.socials ul li a {
  width: 36px;
  height: 36px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #126128;
  background: #fff; }
  .socials ul li a:hover {
    background: #00AF00;
    color: #126128; }

.maps iframe {
  width: 100%; }

.pages {
  padding: 0 0 30px 0; }

.pages h1 {
  font-size: 32px;
  line-height: 36px; }

.pages h3 {
  margin: 15px 0; }

.text-center iframe {
  width: 100%; }

.input-lg {
  height: 40px;
  font-size: 14px;
  padding: 10px 12px; }

.baogia-img-right {
  margin-top: -42px;
  padding-right: 0; }

.baogia-img-right img {
  width: 100%; }

.form-group > span.choise {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0px 12px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 15px;
  color: #555; }

.form-group > span.choise:after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  border: 5px solid #333;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent; }

.form-group > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #888;
  background: #f5f5f5;
  box-shadow: 0 7px 18px -11px rgba(0, 0, 0, 0.8);
  z-index: 9;
  padding: 5px 0;
  display: none;
  border-radius: 5px; }

.form-group > ul li {
  padding: 5px 12px;
  border-bottom: 1px dotted #ccc;
  cursor: pointer; }

.form-group > ul li:last-child {
  border: 0; }

input#checkin {
  cursor: pointer; }

.btn-baogia {
  color: #fff;
  background: #00AF00; }

.btn-baogia:hover {
  color: #fff;
  opacity: 0.9; }

/*Style các trang customer*/
#layout-page input {
  width: 240px;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  margin-bottom: 10px;
  padding-left: 5px; }

#layout-page form label {
  display: none; }

#layout-page .action-bottom a, #layout-page input[type="submit"] {
  text-transform: uppercase;
  padding: 7px 16px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  background: #f5f5f5;
  color: #666;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.content-page .body-content {
  margin-bottom: 20px; }

/*Media*/
@media screen and (max-width: 991px) {
  .pd50 {
    padding: 30px 0; }
  .who-title {
    left: 0;
    right: initial;
    height: auto; }
    .who-title.text-right {
      margin-left: 0; }
  .who-des {
    margin-top: 30px; }
  .item-content {
    margin-top: 0; }
  .counter_area {
    margin-bottom: 0; }
    .counter_area .counter {
      margin-bottom: 30px; }
  .whyus-des {
    margin-top: 30px; }
  .fancybox-nav span {
    visibility: visible !important; }
  div#header-mobile-menu {
    border: 0 !important; }
  .mg0-30 {
    margin: 0; }
  .navbar .brand {
    padding: 10px 0; }
  .navbar.header {
    position: relative;
    top: 0; }
  .share-links {
    margin: 14px 10px 10px;
    height: 30px; }
  .share-links .share-facebook {
    background: #3b5a9a;
    color: #fff; }
  .share-links .share-twitter {
    background: #1aa9e1;
    color: #fff; }
  #owl-index .slider-caption.right {
    bottom: 20px; }
  .info-member.clearfix {
    margin-bottom: 30px; }
  .maps {
    margin-top: 30px; }
  #owl-index .slider-caption.right {
    width: 90%; }
  #owl-index .slider-caption.right .slider-title {
    line-height: 40px;
    font-size: 16px; }
  #owl-index .slider-caption.right:before {
    border-bottom: 40px solid #00AF00;
    left: -40px;
    border-left: 40px solid transparent; }
  .content-page {
    margin-top: 20px; }
  #blogs {
    padding-top: 20px; } }

@media screen and (max-width: 767px) {
  .footer_bg h4 {
    margin-top: 15px; }
  .mg0-30 {
    margin: 0 0 30px; }
  .text-center.view-item {
    margin-bottom: 30px; }
  .who-shortdes {
    margin: 15px 0 15px 20px;
    padding: 0 10px 0 15px;
    border-left: 2px solid #fff; }
  .who-title.text-right .who-shortdes {
    margin: 15px 20px 15px 0px;
    padding: 0 15px 0 10px;
    border-right: 2px solid #fff; }
  .who-title h2, .service h2, .blog-index h2, .contact-index .contact-content .title, .brand-title {
    font-size: 20px;
    line-height: 24px; }
  .who-shortdes p {
    font-size: 16px; }
  .counter_area, .contact-index .contact-content {
    padding: 50px 0; }
  .whyus-des ul li {
    font-size: 18px; }
  .blog-index h2 {
    margin-bottom: 20px; }
  #owl-blog .owl-controls {
    top: -70px !important; } }

@media screen and (max-width: 479px) {
  .testimonial {
    padding: 0;
    margin-top: 30px; }
  #owl-index .slider-caption.right .slider-title {
    line-height: 24px;
    font-size: 13px; }
  #owl-index .slider-caption.right:before {
    left: -24px;
    border-left: 24px solid transparent;
    border-bottom: 24px solid #00AF00; }
  #owl-index .slider-caption.right {
    bottom: 5px; }
  #owl-index .owl-prev {
    left: 10px; }
  #owl-index .owl-next {
    right: 10px; }
  #owl-index .owl-controls .owl-buttons div {
    width: 24px;
    height: 24px;
    line-height: 24px; }
  #owl-index .owl-controls .owl-buttons div i {
    line-height: 24px; }
  .share-links {
    margin: 14px 5px 0 0; } }

.body-content ul, .product-description-wrapper ul,
.content-page ul {
  list-style: initial;
  padding-left: 30px; }

.body-content ol, .product-description-wrapper ol,
.content-page ol {
  list-style-type: decimal;
  padding-left: 30px; }

.body-content ul ul, .product-description-wrapper ul ul,
.content-page ul ul {
  list-style-type: circle; }

.body-content ul ul ul, .product-description-wrapper ul ul ul,
.content-page ul ul ul {
  list-style-type: square; }

.body-content ul li, .body-content ol li, .product-description-wrapper ul li, .product-description-wrapper ol li,
.content-page ul li,
.content-page ol li {
  margin: 5px 0; }

.content_style_list ul {
  list-style: initial;
  padding-left: 30px; }

.content_style_list ol {
  list-style: decimal;
  padding-left: 30px; }

.content_style_list ul, .content_style_list ol {
  margin-bottom: 10px; }
  .content_style_list ul li:last-child, .content_style_list ol li:last-child {
    margin-bottom: 0; }
  .content_style_list ul ul, .content_style_list ol ul {
    list-style: circle; }

.content_style_list li, .content_style_list p {
  margin-bottom: 10px; }

.content_style_list table {
  width: 100% !important; }

.content_style_list h1, .content_style_list h2, .content_style_list h3, .content_style_list h4 {
  margin: 0 0 10px;
  font-weight: bold; }

.content_style_list a[href] {
  color: #007bff; }

.footer-address p a {
  display: block;
  color: #fff; }
