@charset "UTF-8";
a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none; }

ol, ul, li {
  padding: 0;
  /* list-style: none; */
  margin: 0; }

label {
  font-weight: normal; }

input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 12px;
  padding-right: 12px; }

select {
  padding-left: 8px; }

input[type="number"] {
  padding-left: 5px; }

textarea {
  padding: 8px 12px 5px 12px; }

input, textarea, select, button, a {
  outline: none; }

button {
  border: none;
  background: none; }

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover; }

.relative {
  position: relative; }

.static {
  position: static; }

.absolute {
  position: absolute; }

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

.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both; }

.row-ibl {
  font-size: 0; }
  .row-ibl > [class^="col-"] {
    font-size: 14px;
    float: none;
    display: inline-block;
    vertical-align: top; }
  .row-ibl:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .row-ibl.mid > [class^="col-"] {
    vertical-align: middle; }
  .row-ibl.bot > [class^="col-"] {
    vertical-align: bottom; }
  .row-ibl > [class^="col-"].i-mid {
    vertical-align: middle; }
  .row-ibl > [class^="col-"].i-top {
    vertical-align: top; }
  .row-ibl > [class^="col-"].i-bot {
    vertical-align: bottom; }

.col-xs-f20, .col-sm-f20, .col-md-f20, .col-lg-f20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 800; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/VNF-GothamBook.ttf") format("truetype"); }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Medium.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/SVN-GothamBold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'UVNThuTu';
  src: url("../fonts/UVNThuTu.ttf") format("truetype"); }
.col-xs-f20 {
  float: left;
  width: 20%; }

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%; } }
.pad-0 {
  padding-left: 0px;
  padding-right: 0px; }

.pad-5 {
  padding-left: 5px;
  padding-right: 5px; }

.pad-8 {
  padding-left: 8px;
  padding-right: 8px; }

.pad-10 {
  padding-left: 10px;
  padding-right: 10px; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px; }

.col-mar-0 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px; }

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px; }

.col-mar-5 > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px; }

.col-mar-8 > div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px; }

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px; }

.col-mar-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.c-img {
  display: block;
  position: relative;
  padding-top: 100%; }
  .c-img img, .c-img .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit; }

.partner img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto; }

.hv-over {
  display: block;
  position: relative; }
  .hv-over:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-over:hover:after {
    background: rgba(255, 255, 255, 0.3); }

.hv-scale {
  overflow: hidden;
  display: block; }
  .hv-scale img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-scale:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.hv-light {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #fff; }
  .hv-light:before, .hv-light:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
  .hv-light:before {
    right: 0;
    bottom: 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-light:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
  .hv-light:hover:before {
    background: rgba(242, 211, 0, 0.2); }
  .hv-light:hover:after {
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

@media all and (max-width: 1199px) {
  .md-left {
    text-align: left; }

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

  .md-right {
    text-align: right; } }
@media all and (max-width: 991px) {
  .sm-left {
    text-align: left; }

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

  .sm-right {
    text-align: right; } }
@media all and (max-width: 767px) {
  .xs-left {
    text-align: left; }

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

  .xs-right {
    text-align: right; }

  .xs-pad-7 {
    margin: 0 -7px; }
    .xs-pad-7 > [class^="col-"] {
      padding: 0 7px; }

  .xs-pad-5 {
    margin: 0 -5px; }
    .xs-pad-5 > [class^="col-"] {
      padding: 0 5px; } }
.table {
  display: table;
  margin: 0; }
  .table .line {
    display: table-row; }
  .table .cell {
    display: table-cell;
    vertical-align: middle; }

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

body {
  font-size: 14px;
  font-family: "Roboto";
  line-height: 1.5;
  color: #333; }

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content li {
  list-style: inherit;
  margin-bottom: 5px; }
.s-content p {
  margin-bottom: 10px; }
.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  height: auto !important; }
.s-content table, .s-content iframe {
  max-width: 100%; }

.s-social .fb_iframe_widget, .s-social a.pinterest {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px; }

.slick-list {
  margin: 0 -15px; }
  .slick-list .slick-slide {
    margin: 0 15px; }

.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute; }

.slick-dots {
  text-align: center; }
  .slick-dots button {
    display: none; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: solid 2px #666;
    border-radius: 50%;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #666; }

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.dura5 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.dura15 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.dura20 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.dura100 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s; }

header {
  position: relative; }
  header .logo {
    display: inline-block;
    vertical-align: middle; }
    header .logo img {
      display: block; }

.h-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  text-align: left; }
  .h-text .name {
    text-transform: uppercase;
    font-size: 36px;
    color: #00a650;
    font-weight: 800;
    line-height: 1.4; }
  .h-text .add {
    color: #292929; }
    .h-text .add i {
      margin-right: 3px; }

.tuv {
  display: inline-block;
  vertical-align: middle; }
  .tuv img {
    display: block; }

.h-ctrl {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px; }

.language {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background: #ececec;
  border-radius: 40px; }
  .language label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; }
    .language label input {
      display: none; }
      .language label input:checked + span {
        background: #603814;
        color: #fff; }
    .language label span {
      display: block;
      font-size: 14px;
      width: 43px;
      height: 42px;
      border-radius: 38px;
      font-family: "Gotham";
      text-transform: uppercase;
      color: #444444;
      text-align: center;
      line-height: 42px;
      font-weight: 500; }

.ic-phone {
  width: 29px;
  height: 32px;
  background-image: url("../images/phone.png"); }

.h-hotline {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 15px; }
  .h-hotline i {
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -19px; }
  .h-hotline span {
    color: #929292;
    font-size: 13px;
    display: block;
    text-align: left;
    line-height: 1.3; }
  .h-hotline strong {
    font-size: 18px;
    font-weight: 800;
    color: #c81829; }

.header {
  padding: 10px 0; }

.main-bar {
  position: relative;
  padding-right: 250px;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0; }

.main-nav {
  background: #00a650; }
  .main-nav > ul {
    font-size: 0; }
    .main-nav > ul > li {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px; }
      .main-nav > ul > li > a {
        display: block;
        text-transform: uppercase;
        color: #fff;
        font-weight: 500;
        font-size: 15px;
        padding: 17px 35px; }
      .main-nav > ul > li:hover > a {
        background: #2da7fc;
        color: #fff; }
      .main-nav > ul > li:hover > a {
        background: #028b44; }
        .main-nav > ul > li.active > a {
        background: #028b44; }
  .main-nav li {
    position: relative;
    text-align: left; }
    .main-nav li ul {
      position: absolute;
      min-width: 220px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      z-index: 1;
      margin-top: 10px;
      pointer-events: none;
      opacity: 0;
      padding-top: 0px; }
      .main-nav li ul ul {
        left: 100%;
        top: 0;
        padding-top: 0;
        padding-left: 5px; }
      .main-nav li ul a {
        background: rgba(45, 167, 252, 0.85);
        display: block;
        text-transform: uppercase;
        color: #fff;
        font-size: 13px;
        padding: 10px 15px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
      .main-nav li ul li:hover > a {
        background: #2da7fc; }
    .main-nav li:hover > ul {
      margin-top: 0;
      pointer-events: all;
      opacity: 1; }

.search-fr {
  position: absolute;
  width: 250px;
  right: 0;
  top: 0;
  bottom: 0; }
  .search-fr input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 12px;
    font-family: "Gotham";
    font-style: italic;
    padding-left: 8px;
    background: #603814;
    color: #fff; }
    .search-fr input::-webkit-input-placeholder {
      color: #5a5a5b; }
    .search-fr input:-moz-placeholder {
      color: #5a5a5b; }
    .search-fr input::-moz-placeholder {
      color: #5a5a5b; }
    .search-fr input:-ms-input-placeholder {
      color: #5a5a5b; }
  .search-fr button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    color: #fff;
    font-size: 18px; }

#slider {
  z-index: 0; }
  #slider .img img {
    display: block;
    width: 100%; }
  #slider .caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    #slider .caption .table {
      height: 100%; }
    #slider .caption .ct {
      display: inline-block;
      vertical-align: middle;
      text-align: center; }
      #slider .caption .ct .title {
        text-transform: uppercase;
        font-size: 46px;
        color: #fff;
        font-weight: 800;
        line-height: 1.1; }
      #slider .caption .ct p {
        font-family: "UVNThuTu";
        color: #2da7fc;
        font-size: 38px;
        margin-bottom: 0; }
  #slider.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  #slider.carousel-fade .carousel-inner .item, #slider.carousel-fade .carousel-inner .active.left, #slider.carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  #slider.carousel-fade .carousel-inner .active, #slider.carousel-fade .carousel-inner .next.left, #slider.carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  #slider.carousel-fade .carousel-inner .next, #slider.carousel-fade .carousel-inner .prev, #slider.carousel-fade .carousel-inner .active.left, #slider.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #slider .carousel-indicators {
    z-index: 1;
    line-height: 1;
    bottom: 18px; }
    #slider .carousel-indicators li {
      vertical-align: middle;
      background: #603814;
      width: 60px;
      height: 6px;
      margin: 0 5px;
      border-radius: 0;
      border: none; }
      #slider .carousel-indicators li.active {
        width: 60px;
        height: 6px;
        background: #00a650;
        margin: 0 5px; }
  #slider .slider-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    top: 50%;
    height: 68px;
    width: 68px;
    margin-top: -34px;
    border-radius: 50%;
    background: rgba(34, 34, 34, 0.46);
    color: #fff;
    font-size: 36px;
    line-height: 68px; }
    #slider .slider-arrow:hover {
      background: rgba(194, 192, 192, 0.46); }
    #slider .slider-arrow.prev {
      left: 35px; }
    #slider .slider-arrow.next {
      right: 35px; }

.h-about {
  background-image: url("../images/bg1.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-top: 78px;
  padding-bottom: 3px; }
  .h-about .i-title {
    text-transform: uppercase;
    font-size: 34px;
    color: #00a650;
    font-weight: 800;
    margin-bottom: 12px;
    margin-top: -8px; }
  .h-about .s-content {
    font-size: 30px;
    color: #3b3b3b;
    line-height: 1.5333;
    font-weight: 300; }
  .h-about .item {
    position: relative;
    padding-left: 67px;
    margin-bottom: 48px;
    margin-left: 50px; }
    .h-about .item .icon {
      width: 50px;
      position: absolute;
      left: 0; }
      .h-about .item .icon img {
        display: block;
        margin: auto; }
    .h-about .item .title {
      text-transform: uppercase;
      font-weight: 500;
      color: #454545;
      margin-bottom: 13px; }
      .h-about .item .title a:hover {
        color: #2da7fc; }
    .h-about .item p {
      margin-bottom: 0;
      color: #919191;
      line-height: 25px; }

.h-title {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #00a650;
  text-transform: uppercase;
  background-image: url("../images/bor.png");
  background-position: center bottom;
  padding-bottom: 35px;
  background-repeat: no-repeat;
  margin-bottom: 32px;
  margin-top: 60px; }
  .h-title.v2 {
    margin-top: 0px;
    color: #fff; }
  .h-title.v3 {
    text-align: left;
    margin-left: 35px;
    background: none;
    padding-bottom: 0; }

.h-products {
  background: #603814;
  padding-top: 32px;
  padding-bottom: 56px; }

.product {
  display: block;
  position: relative; }
  .product:first-child {
    margin-bottom: 30px; }
  .product img {
    display: block;
    width: 100%; }
  .product:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url("../images/bg2.png");
    background-size: cover;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0; }
  .product:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -28px;
    margin-top: -28px;
    width: 56px;
    height: 56px;
    background-image: url("../images/view.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0; }
  .product .title {
    position: absolute;
    left: 6px;
    right: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    bottom: 8px;
    color: #fff;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .product:hover:before {
    opacity: 0.76; }
  .product:hover:after, .product:hover .title {
    opacity: 1; }

.pro-cas {
  padding-bottom: 75px; }
  .pro-cas .slick-arrow {
    bottom: 0;
    width: 70px;
    height: 34px;
    background: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    color: #00a650; }
    .pro-cas .slick-arrow.prev {
      right: 50%;
      margin-right: 4px; }
    .pro-cas .slick-arrow.next {
      left: 50%;
      margin-left: 4px; }
    .pro-cas .slick-arrow:hover {
      color: #2c3e50; }

.post {
  margin: 0 auto 30px auto;
  max-width: 400px; }
  .post .img {
    display: block;
    position: relative;
    margin-bottom: 29px; }
    .post .img img {
      display: block;
      width: 100%; }
    .post .img time {
      position: absolute;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      top: 0;
      left: 0;
      font-size: 18px;
      color: #fff;
      background: #3a3a3c;
      line-height: 50px;
      padding-top: 2px;
      width: 98px;
      text-align: center;
      pointer-events: none;
      z-index: 1; }
      .post .img time span {
        font-size: 144.44%;
        line-height: 1; }
  .post .title {
    font-size: 18px;
    line-height: 24px;
    color: #2e2e2e;
    margin-bottom: 15px; 
    height: 48px;
    overflow: hidden;
  }
  .post p {
    margin-bottom: 0;
    line-height: 24px;
    color: #818181; }
  .post:hover .img time {
    background: #00a650; }
  .post:hover .title a {
    color: #00a650; }

.h-respon .h-title {
  margin-top: 20px; }

.testi p {
  color: #818181;
  line-height: 24px;
  margin-bottom: 22px; }
.testi .ct .img {
  width: 160px; }
  .testi .ct .img .c-img {
    border-radius: 50%;
    overflow: hidden; }
.testi .ct .info {
  padding-left: 25px; }
  .testi .ct .info .name {
    color: #2c3e50;
    font-weight: bold;
    margin-bottom: 2px; }
  .testi .ct .info span {
    color: #818181;
    font-size: 13px;
    font-style: italic; }

.testi-cas {
  margin-bottom: 30px; }
  .testi-cas .slick-dots {
    margin-top: 30px; }
    .testi-cas .slick-dots li {
      border-radius: 0;
      border: none;
      width: 35px;
      height: 5px;
      background: #603814;
      margin: 0 4px; }
      .testi-cas .slick-dots li.slick-active {
        background: #2da7fc; }

.part-cas:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #eee;
  pointer-events: none;
  z-index: 1; }
.part-cas .slick-list {
  margin: 0; }
  .part-cas .slick-list .slick-slide {
    margin: 0; }
.part-cas .slick-arrow {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  text-align: center;
  line-height: 36px;
  background: rgba(0, 166, 80, 1.0);
  color: #fff;
  z-index: 2; }
  .part-cas .slick-arrow.prev {
    left: 0; }
  .part-cas .slick-arrow.next {
    right: 0; }

.partner {
  display: block;
  border: solid 1px #eeeeee;
  border-right: none;
  height: 150px;
  position: relative; }
  .partner:first-child {
    border-bottom: none; }
  .partner img {
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .partner:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }

.ic-zalo {
  width: 19px;
  height: 19px;
  background-image: url("../images/zalo.png"); }

footer {
  margin-top: 10px;
  background: #683814;
  color: #fff;
  padding-top: 5px; }
  footer .foot-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 23px;
    margin-top: 30px; }
  footer .f-line {
    font-size: 13px;
    margin-bottom: 15px; }
    footer .f-line i {
      width: 20px;
      font-size: 16px;
      vertical-align: middle;
      margin-top: -1px; }
      footer .f-line i.fa-envelope {
        font-size: 14px; }
  footer li {
    margin-bottom: 15px; }
    footer li a:hover {
      color: #2da7fc; }
  footer .ct {
    margin-bottom: 22px; }
  footer .social a {
    display: inline-block;
    vertical-align: middle;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    background: #505050;
    font-size: 13px;
    line-height: 43px;
    color: #fff;
    text-align: center;
    margin-right: 12px; }
    footer .social a:last-child {
      margin-right: 0; }
    footer .social a:hover {
      background: #00a650; }
  footer .fcol-1 {
    margin-left: 79px; }
  footer .fcol-2 {
    margin-left: 100px; }
    footer .fcol-2 .social {
      margin-left: -100px;
      text-align: right; }

.footer {
  background: #603814;
  line-height: 26px;
  font-size: 13px;
  padding: 15px 0;
  margin-top: 10px; }
  .footer a {
    color: #028b44; }
    .footer a:hover {
      text-decoration: underline; }

.back-to-top {
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 20px;
  border-radius: 50% 50% 0 0;
  background: #eb3737;
  color: #fff;
  width: 56px;
  height: 52px;
  font-size: 26px;
  text-align: center;
  cursor: pointer;
  line-height: 52px; }

.btn-call {
  position: fixed;
  left: 40px;
  bottom: 90px;
  z-index: 99; }

.btn-call span {
  display: block;
  font-size: 36px;
  width: 64px;
  height: 64px;
  margin: auto;
  border-radius: 50%;
  line-height: 68px;
  text-align: center;
  color: #fff;
  background: #2da7fc;
  position: relative; }

.btn-call span i {
  -webkit-animation-name: lac;
  animation-name: lac;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.btn-call span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: solid 1px rgba(45, 167, 252, 0.6);
  -webkit-animation-name: zoomin;
  animation-name: zoomin;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.btn-call span:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: rgba(45, 167, 252, 0.6);
  z-index: -1;
  -webkit-animation-name: zoomout;
  animation-name: zoomout;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  20% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  30% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  40% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
@-webkit-keyframes lac {
  0% {
    -webkit-transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(-25deg); }
  20% {
    -webkit-transform: rotate(25deg); }
  30% {
    -webkit-transform: rotate(-25deg); }
  40% {
    -webkit-transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: .1; } }
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.2);
    opacity: .1; } }
@keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .3; } }
@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.1);
    opacity: .3; } }
@media all and (min-width: 1200px) {
  .container {
    width: 1200px; } }
@media all and (max-width: 1199px) {
  header .logo {
    max-width: 140px; }

  .main-nav > ul > li > a {
    padding: 15px 20px; }

  .h-text {
    margin-left: 15px; }
    .h-text .name {
      font-size: 26px; }
    .h-text .add {
      font-size: 11px; }

  #slider .slider-arrow {
    height: 50px;
    width: 50px;
    margin-top: -25px;
    font-size: 32px;
    line-height: 50px; }
    #slider .slider-arrow.prev {
      left: 15px; }
    #slider .slider-arrow.next {
      right: 15px; } }
@media all and (max-width: 991px) {
  .menu-btn {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    z-index: 1; }
    .menu-btn i {
      display: block;
      margin: auto;
      border-top: solid 2px #2da7fc;
      width: 17px;
      border-bottom: double 7px #2da7fc;
      height: 12px; }
    .menu-btn.act i {
      width: auto;
      height: auto;
      border: none; }
      .menu-btn.act i:after, .menu-btn.act i:before {
        content: '';
        display: block;
        margin: auto;
        width: 17px;
        border-bottom: solid 2px #2da7fc; }
      .menu-btn.act i:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -2px; }
      .menu-btn.act i:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .menu-btn.v2 {
      background: #2da7fc; }
      .menu-btn.v2 i {
        border-color: #fff; }
      .menu-btn.v2.act i:after, .menu-btn.v2.act i:before {
        border-color: #fff; }

  .main-nav {
    display: none; }

  .m-nav {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #f9f9f9;
    -webkit-box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    width: 290px;
    right: -290px; }
    .m-nav.act {
      right: 0; }
    .m-nav .nav-ct {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      padding-top: 15px; }
    .m-nav .nav-close {
      top: 9px;
      right: 10px;
      background: none; }
    .m-nav .tuv {
      margin-left: 15px; }
      .m-nav .tuv img {
        max-height: 80px; }
    .m-nav .language {
      margin-left: 15px; }
    .m-nav .h-hotline {
      margin-left: 15px;
      margin-top: 15px;
      margin-bottom: 15px; }
    .m-nav .main-nav {
      display: block;
      margin: 0;
      padding: 0;
      background: none; }
      .m-nav .main-nav > ul > li {
        display: block;
        margin: 0; }
        .m-nav .main-nav > ul > li > a {
          border: none;
          border-top: solid 1px #e6e6e6;
          line-height: 20px;
          padding: 10px 15px;
          color: #2da7fc; }
        .m-nav .main-nav > ul > li:hover > a {
          color: #fff;
          background: #2da7fc; }
      .m-nav .main-nav li {
        position: relative; }
        .m-nav .main-nav li ul {
          display: none;
          width: auto;
          position: static;
          background: rgba(0, 0, 0, 0.03);
          border: none;
          margin: 0px;
          opacity: 1;
          -webkit-transition: none;
          transition: none;
          pointer-events: all;
          padding: 0; }
          .m-nav .main-nav li ul:after {
            content: none;
            display: none; }
          .m-nav .main-nav li ul a {
            display: block;
            font-size: 14px;
            line-height: 20px;
            background: none;
            color: #2da7fc;
            border: none;
            border-top: solid 1px #e6e6e6;
            padding: 10px 15px 10px 30px; }
          .m-nav .main-nav li ul li:hover > a {
            background: #2da7fc;
            color: #fff; }
          .m-nav .main-nav li ul ul a {
            padding-left: 45px; }
        .m-nav .main-nav li .nav-drop {
          display: block;
          font-style: normal;
          height: 40px;
          width: 40px;
          text-align: center;
          padding-top: 2px;
          font-size: 16px;
          line-height: 39px;
          background: rgba(0, 0, 0, 0.03);
          color: #2da7fc;
          float: right;
          position: relative;
          z-index: 1;
          cursor: pointer; }
          .m-nav .main-nav li .nav-drop:after {
            font-family: "FontAwesome";
            content: ""; }
          .m-nav .main-nav li .nav-drop.act:after {
            content: "\f0d8"; }
        .m-nav .main-nav li:hover > .nav-drop {
          color: #fff; }
        .m-nav .main-nav li:hover > ul {
          margin-top: 0;
          pointer-events: all;
          opacity: 1; }

  .h-text {
    margin-top: 2px; }
    .h-text .add {
      font-size: 13px; }

  header {
    position: relative;
    padding: 10px 0; }
    header .logo img {
      max-height: 70px; }
    header .nav-open, header .sb-open {
      position: absolute;
      top: 50%;
      margin-top: -42px; }
    header .nav-open {
      right: 10px; }
    header .sb-open {
      left: 10px; }

  .header {
    padding: 0; }

  .main-bar {
    padding: 0;
    position: static; }
    .main-bar .search-fr {
      position: relative;
      height: 40px;
      width: 100%;
      margin-top: 10px; }

  .search {
    display: block; }
    .search > button {
      display: none; }
    .search .ct {
      margin-top: 10px;
      display: block;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: static;
      width: auto; }

  .h-about .i-title {
    font-size: 28px; }
  .h-about .s-content {
    font-size: 22px;
    margin-bottom: 30px; }
  .h-about .item {
    margin-left: 0px;
    padding-right: 20px; }

  .product:after {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px; }
  .product .title {
    font-size: 15px; }

  footer .fcol-1 {
    margin-left: 0px; }
  footer .fcol-2 {
    margin-left: 0px; }
    footer .fcol-2 .social {
      margin-left: 0px;
      text-align: left; } }
@media all and (max-width: 767px) {
  header .logo img {
    max-width: 110px; }

  .h-text {
    margin-left: 8px; }
    .h-text .name {
      font-size: 18px; }
    .h-text .add {
      display: none; }

  #slider .img img {
    min-height: 180px; }
  #slider .caption {
    padding: 0 30px; }
    #slider .caption .ct .title {
      font-size: 24px;
      line-height: 1.3; }
    #slider .caption .ct p {
      font-size: 18px; }
  #slider .carousel-indicators {
    bottom: 10px; }
    #slider .carousel-indicators li {
      width: 40px; }
      #slider .carousel-indicators li.active {
        width: 40px; }
  #slider .slider-arrow {
    top: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    font-size: 24px;
    line-height: 40px; }
    #slider .slider-arrow.prev {
      left: 5px; }
    #slider .slider-arrow.next {
      right: 5px; }

  .h-about .i-title {
    font-size: 24px; }
  .h-about .s-content {
    font-size: 18px; }
  .h-about .item {
    padding-right: 0px; }

  .h-title {
    font-size: 26px; }

  .product:first-child {
    margin-bottom: 10px; }
  .product:after {
    content: none;
    display: none; }
  .product .title {
    font-size: 15px; }

  .pro-cas .slick-list {
    margin: 0 -5px; }
    .pro-cas .slick-list .slick-slide {
      margin: 0 5px; }

  .btn-call {
    top: auto;
    bottom: 20px;
    left: 20px; }

  .btn-call span {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 42px; } }
@media all and (max-width: 480px) {
  .h-text .name {
    font-size: 16px; }

  header .logo img {
    max-width: 100px; }
  header .left-480 {
    text-align: left; } }
@media all and (min-width: 992px) {
  header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9; }
    header.fixed .header {
      display: none; }
    header.fixed .main-bar {
      position: static;
      -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
              box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5); } }
@media all and (max-width: 991px) {
  header.fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5); }
    header.fixed .search, header.fixed .search-fr {
      display: none; }
    header.fixed .nav-open {
      margin-top: -20px; } }

/*EDIT HEADING*/
.breadcrumb-bg {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 94px 0 40px;
    text-align: center;
    margin-bottom: 0px;

}
.top-title{
    font-size: 26px;
    color: white;
    font-weight: 400;
}
/* code moi */
.pt-15 {
padding: 15px 0 13px;
}
.pt-15 {
padding-top: 15px;
}
.add-cart {
margin-bottom: 14px;
}
.theme-btn {
background-color: #00a650;
}
.btn-cart {
border-radius: 0% !important;
font-size: 18px !important;
}
.theme-btn, .theme-btn-2, .theme-btn-3 {
  border: medium none;
  border-radius: 2em;
  box-shadow: none;
  font-size: 18px;
  height: 52px;
  padding: 0 30px;
  color: #fff;
  line-height: 50px;
}
.theme-btn:hover, .theme-btn:focus {
  background-color: #525252;
  color: #fff;
  }
  .cnv-block{
    padding-top: 0px !important;
  }
  
  .cnv-post-title {
    font-weight: bold !important;
  }
  .btn-inline {
    background-color:#00a650 !important;
  }
  
  .cnv-block .cnv-social-icons li a:hover {
    background-color: #00a650 !important;
  }

/*Cnv*/
.remove_padding_left{
  padding-left: 0px;
}
.cnv-block{
  padding-bottom:0px;
}
.post-box{
  padding-bottom: 0px !important;

}

.bor-box{
  margin-bottom:0px !important;
}



footer.child{
  margin-top:25px !important;
}


.product_search:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url(../images/bg2.png);
    background-size: cover;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}


.product_search:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-left: -28px;
    margin-top: -28px;
    width: 56px;
    height: 56px;
    background-image: url(../images/view.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}


.product_search .title {
    position: absolute;
    z-index: 3;
    left: 6px;
    right: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    bottom: 8px;
    color: #fff;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product_search:hover:before {
    opacity: 0.76;
}




.product_search:hover:after, .product_search:hover .title {
    opacity: 1;
}



@media (max-width: 768px){
  .page_content article img{
    object-fit: contain;
  }

  .phone_tuvan{
    float: left;
  }

  .main-nav{
    margin-top:35px !important;
  }


}


/*End CNV*/