@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-Medium.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'RobotoCondensed';
  src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'RobotoCondensed';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold; }
.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; }

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

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

.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; }

.product .img img, .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  (max-width: 1199px) {
  .md-left {
    text-align: left; }

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

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

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

  .sm-right {
    text-align: right; } }
@media  (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 .top {
  padding: 10px 0; }
header .logo {
  display: inline-block;
  vertical-align: middle; }
  header .logo img {
    display: block; }

.main-bar {
  background: #190f41;
  background: -webkit-gradient(linear, left top, left bottom, from(#190f41), to(#28166f));
  background: linear-gradient(#190f41,#28166f);
  text-align: center; }

.main-nav {
  display: inline-block;
  vertical-align: middle; }
  .main-nav > ul {
    font-size: 0; }
    .main-nav > ul > li {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      border-right: solid 2px #fff; }
      .main-nav > ul > li > a {
        display: block;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 18px 9px 18px; }
      .main-nav > ul > li:hover > a,.main-nav > ul > li.active > a {
        background: #1c2334;
        color: #fff; }
  .main-nav li {
    position: relative;
    text-align: left; }
    .main-nav li ul {
      position: absolute;
      min-width: 215px;
      -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;
      border: solid 1px #e0e0e0;
      border-bottom: none;
      -webkit-box-shadow: -1px -1px 6px 0 rgba(85, 85, 85, 0.3);
              box-shadow: -1px -1px 6px 0 rgba(85, 85, 85, 0.3); }
      .main-nav li ul:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 10px;
        bottom: 100%; }
      .main-nav li ul ul {
        left: 100%;
        top: 0;
        padding-top: 0;
        padding-left: 5px; }
      .main-nav li ul a {
        background: white;
        display: block;
        color: #777;
        font-size: 13px;
        padding: 10px 15px;
        border-bottom: solid 1px #e0e0e0; }
      .main-nav li ul li:hover > a {
        background: #f5f7f9; }
    .main-nav li:hover > ul {
      pointer-events: all;
      opacity: 1; }

.language {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 15px; }
  .language img {
    display: block;
    width: 22px; }
  .language ul {
    position: absolute;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    right: 1px;
    z-index: 1;
    margin-top: 8px;
    -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.4);
            box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.4);
    display: none;
    width: 42px;
    margin-right: 5px; }
    .language ul a {
      display: block;
      padding: 9px 10px;
      border-bottom: solid 1px #f1f1f1; }
      .language ul a:hover {
        background: #f1f1f1; }
  .language > a img {
    display: inline-block;
    margin-top: -1px; }
  .language > a:after {
    font-family: "FontAwesome";
    content: "";
    font-size: 13px;
    color: #fff;
    margin-left: 8px; }

#slider {
  z-index: 0; }
  #slider .img img {
    display: block;
    width: 100%; }
  #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; }
    #slider .carousel-indicators li {
      vertical-align: middle;
      background: #fff;
      width: 12px;
      height: 12px;
      margin: 0 2px; }
      #slider .carousel-indicators li.active {
        background: #29354f;
        margin: 0 2px;
        border-color: #29354f; }
  #slider .slider-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    top: 50%;
    margin-top: -30px; }
    #slider .slider-arrow img {
      display: block;
      height: 60px; }
    #slider .slider-arrow.prev {
      left: 15px; }
    #slider .slider-arrow.next {
      right: 15px; }

.break {
  height: 8px;
  background-image: url("../images/bg1.jpg"); }

.h-title {
  font-size: 28px;
  font-family: "RobotoCondensed";
  color: #fff;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-top: 32px;
  margin-bottom: 18px; }

.wrap {
  background-image: url("../images/bg3.png"); }

.def-cas .slick-arrow {
  width: 30px;
  height: 30px;
  background: #fff;
  font-size: 20px;
  color: #999999;
  text-align: center;
  line-height: 30px;
  right: 0; }
  .def-cas .slick-arrow:hover {
    background: #1c2334;
    color: #fff; }
  .def-cas .slick-arrow.prev {
    margin-right: 33px; }

/* .pro-cas {
  margin-bottom: 25px; } */
  .pro-cas .slick-list {
    margin: 0 -12px; }
    .pro-cas .slick-list .slick-slide {
      margin: 0 12px; }
  .pro-cas .slick-arrow {
    top: -65px; }

.product {
  margin-bottom: 24px;
  background: #fff;
  position: relative;
  margin-top: 2px;
 text-align: center}
  .product .img {
    display: block;
    height: 235px;
    position: relative;
    overflow: hidden; }
    .product .img img {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .product .title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 43px;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#56bc3e), to(#2c8f4c));
    background: linear-gradient(#56bc3e, #2c8f4c); }
  .product .ct {
    padding: 12px 8px;
    text-align: center; }
    .product .ct p {
      line-height: 22px;
      height: 44px;
      overflow: hidden;
      margin-bottom: 0; }
  .product:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .product:hover .title {
    background: -webkit-gradient(linear, left top, left bottom, from(#190f41), to(#28166f));
    background: linear-gradient(#190f41,#28166f); }
  .product .new {
    position: absolute;
    top: -3px;
    left: -3px;
    pointer-events: none; }

.h-box {
  background-image: url("../images/bg.png");
  padding: 15px 20px 15px 18px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 1px rgba(51, 51, 51, 0.3);
          box-shadow: 0 3px 1px rgba(51, 51, 51, 0.3); }
  .h-box .i-title {
    text-transform: uppercase;
    font-size: 20px;
    color: #00923f;
    font-weight: bold;
    font-family: "RobotoCondensed";
    border-bottom: solid 1px #00923f;
    padding-bottom: 6px;
    margin-bottom: 13px; }

.post {
  margin-bottom: 8px; }
  .post span {
    display: block;
    font-size: 12px;
    color: #999999;
    margin-bottom: 7px; }
  .post .title {
    text-transform: uppercase;
    font-size: 13px;
    color: #333333;
    line-height: 20px;
    height: 40px;
    overflow: hidden; }
    .post .title a:hover {
      color: #2e904f; }

.partner {
  display: block;
  background: #fff;
  height: 48px;
  position: relative;
  margin-bottom: 17px; }

.partner-cas {
  min-height: 219px; }

.box-cas .slick-arrow {
  top: -50px; }

.footer {
  background-image: url("../images/footer.png");
  color: #fff;
  padding-top: 9px;
  padding-bottom: 11px; }
  .footer .f-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-family: "RobotoCondensed";
    border-bottom: solid 1px #fff;
    padding-bottom: 6px;
    margin-top: 30px;
    margin-bottom: 19px; }
 .line {
    line-height: 18px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px; }
  .line i {
      position: absolute;
      left: 0;
      top: 1px; }
  .footer ul li {
    margin-bottom: 3px;
  list-style: none; }
  .footer a:hover {
    color: #1f9d5e; }
  .footer .social a {
    font-size: 18px;
    margin-right: 10px;
   }

.foot {
  background: #00923f;
  color: #fff;
  line-height: 26px;
  padding: 7px 0; }
  .foot a:hover {
    text-decoration: underline; }

.container{
  width: auto;
  max-width: 1014px;
}


/*@media  (min-width: 1200px) {
  .container {
    width: 1014px; } }
@media  (max-width: 1199px) {
  .main-nav > ul > li {
    margin-right: 0; }

  .h-cart {
    margin-left: 20px; } }
@media  (max-width: 991px) {
  .menu-btn {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    z-index: 1; }
    .menu-btn i {
      display: block;
      margin: auto;
      border-top: solid 2px #29354f;
      width: 17px;
      border-bottom: double 7px #29354f;
      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 #29354f; }
      .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: #29354f; }
      .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: 18px; }
    .m-nav .nav-close {
      top: 9px;
      right: 10px;
      background: none; }
    .m-nav .language {
      margin-left: 15px;
      margin-bottom: 18px; }
      .m-nav .language > a:after {
        color: #29354f; }
    .m-nav .main-nav {
      display: block;
      margin: 0;
      padding: 0; }
      .m-nav .main-nav > ul > li {
        display: block;
        margin: 0;
        border-right: none; }
        .m-nav .main-nav > ul > li > a {
          border: none;
          border-top: solid 1px #e6e6e6;
          line-height: 20px;
          padding: 10px 15px;
          color: #29354f; }
        .m-nav .main-nav > ul > li:hover > a {
          color: #fff;
          background: #29354f; }
      .m-nav .main-nav li {
        position: relative; }
        .m-nav .main-nav li ul {
          -webkit-box-shadow: none;
                  box-shadow: none;
          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: #29354f;
            border: none;
            border-top: solid 1px #e6e6e6;
            padding: 10px 15px 10px 30px; }
          .m-nav .main-nav li ul li:hover > a {
            background: #29354f;
            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: #29354f;
          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; }

  header {
    position: relative; }
    header .language {
      display: none; }
    header .logo img {
      max-height: 60px; }
    header .nav-open, header .sb-open {
      position: absolute;
      top: 50%;
      margin-top: -20px; }
    header .nav-open {
      right: 10px; }
    header .sb-open {
      left: 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; }

  .partner-cas {
    min-height: auto; } }
@media  (max-width: 767px) {
  header .logo img {
    max-height: 50px; }

  .h-title {
    font-size: 24px; } }
@media  (min-width: 992px) {
  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); } }
@media  (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; } }
*/


/* code mới */
.posts{
    padding: 10px;
    font-size: 14px !important;
    line-height: unset !important;
}
.btn-call{
  position: fixed;
  left: 80px;
  bottom: 111px;
  z-index: 9999;
}
.btn-call strong{
  background: #1c2334;
  display: inline-block;
  border-radius: 8px 0 0 8px;
  color: #fff;
  font-size: 20px;
  font-family: "OpenSans";
  position: absolute;
  right: 72px;
  top: 50%;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  margin-right: 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  min-width: 160px;
  text-align: center;

  font-weight: normal;
}
.btn-call strong:after{
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 10px solid #1c2334;
  border-bottom: 20px solid transparent;
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
}
.btn-call:hover strong{
  opacity: 1;
  pointer-events: all;
  margin-right: 0px;
}
.btn-call span{
  display: block;
  font-size: 42px;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50% !important;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #1c2334;
  position: relative;
}
.btn-call span i{
  animation-name: lac;
  -webkit-animation-name: lac;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-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(28, 35, 52, 0.6);
  animation-name: zoomin;
  -webkit-animation-name: zoomin;

  animation-name: zoomin;
  -webkit-animation-name: zoomin;

  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;

  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.btn-call span:after{
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: rgba(28, 35, 52, 0.6);
  z-index: -1;

  animation-name: zoomout;
  -webkit-animation-name: zoomout;

  animation-duration: 1s;
  -webkit-animation-duration: 1s;

  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;

  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@keyframes lac {
  0% {transform: rotate(0deg);}
  10% {transform: rotate(-25deg);}
  20% {transform: rotate(25deg);}
  30% {transform: rotate(-25deg);}
  40% {transform: rotate(25deg);}
  50% {transform: rotate(0deg);}
  100% {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%{transform: scale(.8);opacity: 1;}
100%{transform: scale(2.2);opacity: .1;}
}
@-webkit-keyframes zoomin{
0%{-webkit-transform: scale(.8);opacity: 1;}
100%{-webkit-transform: scale(2.2);opacity: .1;}
}
@keyframes zoomout{
0%{transform: scale(0.8);opacity: 1;}
100%{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;}
}

.back-top-div {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.back-top-div .container {
  position: relative;
}
.back-to-top.show {
  opacity: 1;
}
.back-to-top {
  display: block;
  width: 60px;
  height: 62px;
  z-index: 1000;
  position: absolute;
  opacity: 0;
  bottom: 111px;
  right: -74px;
  color: #FFF;
  text-align: center;
  line-height: 57px;
  font-size: 24px;
}
.back-to-top:hover{
  color: #FFF;
}
.back-to-top:focus{
  color: #FFF;
}
.show {
  display: block !important;
}
.back-to-top:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c2334;
  content: "";
  display: block;
}
.back-to-top span {
  position: relative;
}
.fa-arrow-up:before {
  content: "\f062";
}
.item > a{
  border: none !important;
}
.product-detail .add-cart {
  display: inline-block;
  margin-top: 20px;
}
.pt-15 {
  padding: 20px 0;
}
.theme-btn{
  background-color: #2a2a2a;
}
.btn-cart{
  border-radius: 0% !important;
  font-size: 18px !important;
}
.edit-lang{
  list-style: none
}
footer {
    clear: both;
}
/*21.04.2018*/
.post2{
    margin-bottom: 38px;
    padding-bottom: 38px;
    border-bottom: solid 1px #c2c2c2;
}
.post2 .img{
    display: block;
    float: left;
    width: 270px;
    border: solid 1px #ebebeb;
}
.post2 .img img{
      display: block;
    width: 100%;
}
.post2 .ct{
      margin-left: 300px;
    padding-top: 1px;
}
.post2 .title{
      text-transform: uppercase;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: -7px;
}
.post2 time{
  text-transform: uppercase;
    display: block;
    font-size: 12px;
    color: #999999;
    font-style: italic;
    margin-bottom: 10px;
}
.post2 .more{
      color: #188ac7
}
.post2 .title:after{
      content: '';
    display: block;
    background: #188ac7;
    height: 1px;
    width: 47px;
    margin-top: 7px;
}
.post2 .des2{
      color: #999;
    line-height: 20px;
    margin-bottom: 7px;
}