@import url(../assets/css/bootstrap.min.css);
@import url(../assets/css/font-awesome.min.css);
@import url(../assets/css/jquery.mCustomScrollbar.min.css);
@import url(../assets/css/animate.css);
@import url(../assets/css/slick.css);
@import url(../assets/css/reset.css);
@import url(../assets/css/jquery.fancybox.css);
@import url(../assets/css/jquery.smartmenus.bootstrap.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url(call_phone.css);
.top-menu {
  padding: 15px 0px;
  border-bottom: 1px solid #eee;
}
.top-menu .phone,
.top-menu .email {
  color: #848484;
}
.top-menu .phone .icon,
.top-menu .email .icon {
  color: #fda30e;
  margin-right: 5px;
}
.search-container {
  padding: 10px 0px;
  background: white;
}
.search-container {
  padding: 30px 0px;
}
.logo {
  height: 39px;
}
.search-box-content {
  padding-right: 58px;
  position: relative;
  border: 1px solid #eee;
}
.search-box-content .search-cat {
  float: right;
  width: 30%;
  border-left: 1px solid #eee;
}
.search-box-content .search-cat .btn {
  background: none;
  padding: 8px 12px;
  width: 100%;
  position: relative;
  text-align: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.search-box-content .search-cat .btn .icon {
  position: absolute;
  top: 8px;
  right: 12px;
}
.search-box-content .search-box-form {
  position: relative;
  overflow: hidden;
  width: 70%;
  float: left;
}
.search-box-content .search-box-form .input-search {
  height: 40px;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.search-box-content .search-box-form .input-search:focus {
  border: 1px solid #fda30e;
}
.btn-search {
  width: 58px;
  font-size: 16px;
  color: white;
  background: #fda30e;
  line-height: 38px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 40px;
  height: 40px;
}
.btn-search:hover {
  background: #023567;
  color: white;
}
.list-social {
  text-align: right;
}
.list-social .cta {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #848484;
  display: inline-block;
  margin-left: 5px;
  text-align: center;
  line-height: 31px;
}
.list-social .cta .fa {
  line-height: 31px;
}
.header-menu {
  background: #000;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header-menu.scrolled {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}
.header-menu .navbar-header {
  padding: 10px 0px;
}
.header-menu .navbar-header img {
  height: 35px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}
@media (min-width: 768px) {
  .navbar-nav {
    position: static;
  }
  .navbar-nav > li [class^="pe-7s-"],
  .navbar-nav > li [class*=" pe-7s-"] {
    line-height: 20px;
  }
  .navbar-nav > li ul {
    top: 100% !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    min-width: 200px !important;
  }
  .navbar-nav > li ul a {
    padding: 5px 20px !important;
  }
  .navbar-nav > li .name {
    display: inline-block;
    float: left;
  }
  .navbar-nav > li:last-child > a {
    margin-right: 0px;
  }
  .navbar-nav > li > a {
    padding: 20px 0px;
    margin-right: 40px;
    color: white;
    float: left;
    text-transform: uppercase;
  }
  .navbar-nav > li > a:before {
    position: absolute;
    width: 0px;
    height: 3px;
    content: "";
    bottom: 0px;
    left: 50%;
    background: #fda30e;
  }
  .navbar-nav > li.active > a,
  .navbar-nav > li:hover > a,
  .navbar-nav > li:focus > a {
    background: none;
    position: relative;
  }
  .navbar-nav > li.active > a:before,
  .navbar-nav > li:hover > a:before,
  .navbar-nav > li:focus > a:before {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 100%;
    left: 0px;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background: none;
  }
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover {
    background: #fda30e;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .navbar-collapse {
    width: 100%;
  }
}
.navbar-toggle {
  background: #002448;
}
.navbar-toggle .icon-bar {
  background: white;
}
.navbar-nav > li > a {
  color: white;
}
.hotline {
  text-transform: uppercase;
  color: white;
  text-align: right;
  font-family: "UTMAvo";
}
.hotline .box {
  padding: 9px 20px;
  padding-bottom: 10px;
  text-align: center;
  background: #fda30e;
  display: inline-block;
}
.hotline .head {
  display: block;
  margin-bottom: 5px;
  font-weight: 300;
}
.hotline .number {
  font-size: 20px;
  font-weight: normal;
}
.hotline .number a {
    color: white;
    font-size: 20px;
}
.section-banner .item {
  margin-bottom: 1%;
  position: relative;
  float: left;
}
.section-banner .small {
  max-width: 33%;
  margin-right: 1%;
}
.section-banner .tall {
  float: right;
  max-width: 32%;
  margin-right: 0px;
}
.section-banner .four {
  max-width: 67%;
  margin-right: 0px;
}
.section-banner .seven {
  margin-right: 0px;
}
.section-banner img {
  width: 100%;
}
.section-banner .content {
  position: relative;
  overflow: hidden;
}
.section-banner #slider-ads {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  left: 0px;
  z-index: 1;
}
.section-banner #slider-ads .li {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.section-banner .image {
  position: relative;
  display: block;
}
.section-banner .image.main {
  opacity: 0;
}
.section-banner .image:hover:before {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 200px rgba(0, 0, 0, 0.5) inset;
}
.section-banner .image:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0) inset;
}
#slider-customer .item {
  padding: 15px;
  text-align: center;
}
#slider-customer .item img {
  max-width: 100%;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-ms-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn,
.nivo-caption .caption_1 a,
.nivo-caption .caption_2 a {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-ms-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown,
.nivo-caption .caption_2 h3 {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-ms-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-ms-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight,
.nivo-caption .caption_1 h3,
.nivo-caption .caption_1 p {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp,
.nivo-caption .caption_2 p {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade,
.nivo-caption .caption_1 .text_first,
.nivo-caption .caption_2 .text_first,
.nivo-caption .caption_3 h3,
.nivo-caption .caption_3 p,
.nivo-caption .caption_3 a,
.nivo-caption .caption_3 .text_first {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none;
}
#custombullet {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 270px;
}
.slideshow-right {
  float: left;
  width: 100%;
  padding-left: 270px;
}
#slideshow .slider-container {
  overflow: hidden;
  background-color: #ffffff;
  max-height: 645px;
}
#slideshow .nivo-directionNav {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#slideshow:hover .nivo-directionNav {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.slider-container {
  margin: 0px;
  background-color: transparent;
  position: relative;
  width: 100%;
}
.apollo_slides {
  position: relative;
  background: url(../img/loading.gif) no-repeat center center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.apollo_slides img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}
.apollo_slides a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}
.apollo-html-caption {
  display: none;
}
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.nivo-box img {
  display: block;
}
.nivo-caption {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 8;
  display: none;
  opacity: 1;
  font-family: UTMAvo;
  -moz-opacity: 1;
  filter: alpha(opacity=1);
  top: 20%;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.slide-caption .text_first {
  font-size: 24px;
  text-shadow: none;
  font-style: normal;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 10px 0px;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.4;
}
.slide-caption .title {
  font-weight: 700;
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0px;
  line-height: 1.4;
}
.slide-caption .btn-slide {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-transform: uppercase;
}
.slide-caption .btn-slide:hover,
.slide-caption .btn-slide:focus {
  background: #fda30e;
  border-color: #fda30e;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.caption_1 {
  top: 0px;
  left: 0px;
  right: auto;
}
.nivo-caption .caption_1 h3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.nivo-caption .caption_1 p {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.nivo-caption .caption_1 a {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.nivo-caption .btn {
  padding: 10px 40px;
  color: #fff;
  border-radius: none;
  margin-top: 20px;
}
.nivo-caption .btn .fa {
  margin-left: 10px;
}
.nivo-caption .text_first .title {
  font-size: 60px;
  line-height: 1.4;
}
.nivo-caption .caption_1 .text_first {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.caption_2 {
  top: 0px;
  left: 0px;
  right: auto;
}
.nivo-caption .caption_2 h3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.nivo-caption .caption_2 p {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.nivo-caption .caption_2 a {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.nivo-caption .caption_2 .text_first {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.caption_3 {
  top: 0px;
  left: 0px;
  right: auto;
}
.nivo-caption .caption_3 h3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.nivo-caption .caption_3 p {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.nivo-caption .caption_3 a {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.nivo-caption .caption_3 .text_first {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.nivo-controlNav {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 10;
}
.nivo-controlNav .nivo-control {
  position: relative;
  border: 0;
  background: url(../img/bullets.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.nivo-controlNav .nivo-control.active {
  background-position: 0 -22px;
}
.nivo-directionNav a {
  position: absolute;
  top: 50%;
  margin: -18px 0px 0px 0px;
  width: 36px;
  height: 36px;
  border-radius: 2px;
  display: block;
  cursor: pointer;
  font-size: 0px;
  z-index: 10;
  color: #FFFFFF;
  background: rgba(241, 250, 255, 0.24);
}
.nivo-directionNav a.nivo-prevNav {
  left: 12px;
  right: auto;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nivo-directionNav a.nivo-prevNav:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 34px;
  position: absolute;
  top: 0px;
  left: 13px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nivo-directionNav a.nivo-prevNav:hover {
  background: #0083c1;
  color: #FFFFFF;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nivo-directionNav a.nivo-nextNav {
  right: 12px;
  left: auto;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nivo-directionNav a.nivo-nextNav:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 34px;
  position: absolute;
  top: 0px;
  left: 15px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nivo-directionNav a.nivo-nextNav:hover {
  background: #0083c1;
  color: #FFFFFF;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.caption-fullwidth.container {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 9;
}
.product-item {
  padding: 15px 15px;
  text-align: center;
}
.product-item .product-img {
  position: relative;
  text-align: center;
}
.product-item .product-img .p-badge {
  position: absolute;
  top: 5px;
  right: -5px;
}
.product-item .product-img .overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  height: 100%;
}
.product-item .product-img .img img {
  width: 100%;
  max-width: 100%;

}
.product-item .product-img .price {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  margin: auto;
  line-height: 120px;
  color: white;
  font-weight: bold;
  z-index: 2;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.product-item .product-img .price:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.product-item .product-img .list-cta {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 0px;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 100%;
  text-align: center;
  opacity: 0;
  padding: 5px 0px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.product-item .product-img .list-cta .cta {
  border-left: 1px solid #fff;
  color: white;
  padding: 5px 10px;
  display: inline-block;
}
.product-item .product-img .list-cta .cta:first-child {
  border-left: 0px;
}
.product-item .product-img .list-cta .cta:hover {
  color: #fda30e;
}
.product-item .product-img .btn-viewall {
  padding: 7px 20px;
  color: white;
  position: relative;
  z-index: 1;
  margin-top: 45px;
  line-height: 18px;
  text-transform: uppercase;
  background: #fda30e;
  display: inline-block;
  white-space: nowrap;
}
.product-item .product-img .btn-viewall:hover {
  background: #a46701;
}
.product-item .product-img .detail {
  position: absolute;
  background: black;
  padding: 5px 10px;
  color: white;
  bottom: 10px;
  left: 0px;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  width: 100%;
  text-transform: uppercase;
}
.product-item:hover .overlay {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.product-item:hover .price,
.product-item:hover .list-cta,
.product-item:hover .detail {
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.product-item .title {
  margin: 10px 0px;
  /*text-transform: uppercase;*/
  font-size: 12px;
  font-weight: 500;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  display: -webkit-box;
  text-overflow: ellipsis;
  line-height: 20px;
  word-wrap: break-word;
}
.product-item .price-bottom {
  color: red;
  font-weight: bold;
}
.head-product {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.head-product.-related {
  border: none;
}
.head-product.-related .title {
  background: none;
  border-left: 4px solid #fda30e;
}
.head-product .title {
  font-weight: bold;
  padding: 10px 20px;
  background: #fda30e;
  text-align: center;
  text-transform: uppercase;
}
.head-product .cta {
  padding: 13px 0px;
}
.head-product .cta .icon {
  margin-left: 10px;
  color: red;
}
.product-detail .name-product {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.product-detail .info {
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
  border-top: 1px solid #eee;
  color: #303030;
  margin: 10px 0px;
}
.product-detail .info .cat {
  color: #fda30e;
}
.product-detail .info .cat:hover {
  text-decoration: underline;
}
.product-detail .detail-product .title-detail {
  background: #f3f3f3;
  color: #0065bb;
  display: inline-block;
  margin: 10px 0px;
  padding: 10px 20px;
  border-radius: 0px 20px 20px 0px;
  text-transform: uppercase;
}
.product-detail .detail-product .row-info {
  margin-bottom: 15px;
  font-weight: bold;
}
.product-detail .detail-product .row-info .name {
  display: inline-block;
  width: 150px;
  font-weight: normal;
}
.product-detail .price {
  font-weight: bold;
  margin-top: 20px;
  color: #fa0016;
  font-size: 30px;
  line-height: 1.3;
}
.product-detail .cta-download {
  padding: 15px 20px;
  border: 2px solid #eee;
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
}
.product-detail .cta-download:hover {
  color: #fda30e;
  border: 2px solid #fda30e;
}
.product-detail .cta-download .icon {
  padding: 0px 5px;
  display: inline-block;
  vertical-align: middle;
}
.product-detail .cta-download .icon img {
  height: 20px;
}
.product-detail .cta-download .icon.right {
  color: #fda30e;
}
.product-detail .hotline {
  padding: 10px 20px;
  font-size: 22px;
  font-weight: normal;
  padding-left: 50px;
  background: #fda30e;
  margin-top: 20px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.product-detail .hotline .icon {
  position: absolute;
  width: 40px;
  text-align: center;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 10px 0px;
  background: #d68602;
}
.product-detail .box-transport {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}
.product-detail .box-transport .head {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  position: relative;
  color: #666;
  text-transform: uppercase;
  font-size: 13px;
}
.product-detail .box-transport .head .number {
  font-size: 18px;
  color: red;
  font-weight: bold;
}
.product-detail .box-transport .head .number a {
  font-size: 18px;
  color: red;
  font-weight: bold;
}
.product-detail .box-transport .head .icon {
  position: absolute;
  top: 15px;
  left: 20px;
}
.product-detail .box-transport .head:before {
  content: "";
  width: 2px;
  background: #fa0016;
  height: 32px;
  position: absolute;
  top: 10px;
  left: -5px;
}
.product-detail .box-transport .li {
  padding: 15px 20px;
  border-bottom: 1px dotted #eee;
  line-height: 20px;
  color: #303030;
}
.product-detail .box-transport .li:last-child {
  border-bottom: 0px;
}
.product-detail .box-transport .li .avatar {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.product-detail .box-transport .li .avatar img {
  width: 100%;
}
.product-detail .box-transport .li .top-line {
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
}
.product-detail .box-transport .li .number {
  font-weight: bold;
  font-size: 15px;
  color: #0076bc;
}
.product-detail .box-transport .li .number .icon {
  margin-right: 5px;
}
.img-slider-product .item img {
  width: 100%;

    max-width: 100%;
}
.thumb-list.slick-initialized.slick-slider {
    height: 10%;
}
.img-slider-product .thumbs-list {
  max-width: 70%;
  margin: 0px auto;
}
.img-slider-product .thumbs-list .slick-slider .slick-arrow {
  opacity: 1;
  background: none;
}
.img-slider-product .thumbs-list .slick-slider .slick-arrow:before {
  font-size: 24px;
  color: #c8c8c8;
}
.img-slider-product .thumbs-list .slick-slider .slick-arrow:hover {
  font-size: 0px;
  padding: 0px;
}
.img-slider-product .thumbs-list .slick-slider .slick-arrow:hover:before {
  color: #303030;
}
.img-slider-product .thumbs-list .slick-slider .slick-prev {
  left: -30px;
}
.img-slider-product .thumbs-list .slick-slider .slick-next {
  right: -30px;
}
.img-slider-product .thumbs-list .item {
  margin: 10px 2px;
  
  border: 1px solid #eee;
}
.img-slider-product .thumbs-list .item.slick-current {
  border: 1px solid #fa0016;
}
.detail-product-tabs {
  margin-top: 40px;
  border-top: 1px dotted #eee;
  padding-top: 40px;
}
.detail-product-tabs .list-nav {
  margin-bottom: 40px;
}
.detail-product-tabs .list-nav li {
  display: inline-block;
}
.detail-product-tabs .list-nav li a {
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
}
.detail-product-tabs .list-nav li.active a,
.detail-product-tabs .list-nav li:hover a {
  background: #fda30e;
  color: white;
}
#list-related {
  margin-top: 60px;
}
#list-product-related {
  padding: 60px;
}
.nav-slider .nav {
  display: inline-block;
  line-height: 28px;
  text-align: center;
  margin-top: 0px;
  background: none;
  z-index: 100;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 5px;
  cursor: pointer;
  font-size: 20px;
  width: 32px;
  opacity: 0.5;
}
.nav-slider .nav:hover {
  opacity: 1;
}
.nav-slider .nav img {
  width: 100%;
}
.nav-slider .nav.nav-prev {
  left: 0px;
}
.nav-slider .nav.nav-next {
  right: 0px;
}
.box-news-content {
  padding: 20px 0px;
}
.item-news {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #eee;
}
.item-news .title {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 22px;
}
.item-news .date-post {
  font-size: 13px;
  color: #888;
  font-weight: 300;
}
.item-news .image-news {
  margin-top: 10px;
  width: 200px;
  float: left;
  margin-right: 20px;
}
.item-news .image-news img {
  width: 100%;
}
.item-news .blog-shortdesc {
  margin-top: 10px;
  line-height: 20px;
  color: #666;
}
.item-news .btn-detail {
  margin-top: 20px;
  display: block;
  text-align: right;
}
.sidebar-content-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.sidebar-content-box:last-child {
  border-bottom: 0px;
}
.sidebar-content-box .title-news-sb {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 22px;
  text-transform: uppercase;
}
.sidebar-content-box .list-news .li {
  display: block;
  padding: 7px 0px;
}
.sidebar-content-box .list-news .li .date-post {
  font-size: 12px;
  color: #aaa;
}
.box-contact {
  margin-top: 40px;
  padding: 40px 0px;
}
.box-contact .title {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 32px;
  display: block;
  text-align: center;
}
.box-contact .box {
  padding: 40px;
  max-width: 768px;
  margin: 0px auto;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.box-contact .label {
  display: block;
  color: #666;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 5px;
}
.box-contact .form-control {
  background: #fafafa;
  box-shadow: none;
  border-radius: 0px;
  height: auto;
  padding: 10px 20px;
}
.box-contact .textarea .form-control {
  resize: none;
  max-height: 130px;
}
.box-contact .list-add {
  margin-top: 40px;
}
.box-contact .list-add .title {
  font-size: 18px;
  text-align: left;
  margin-bottom: 5px;
}
.box-contact .list-add .item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
.box-contact .list-add .item .icon {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 2px solid #0076bc;
  color: #0076bc;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 10px;
  left: 0px;
}
.box-contact .maps {
  margin-top: 40px;
}
.red {
  color: red;
}
article h1,
.article h1,
article h2,
.article h2,
article h3,
.article h3,
article h4,
.article h4,
article h5,
.article h5 {
  line-height: 1.2;
  margin-bottom: 20px;
}
article h2,
.article h2 {
  font-size: 24px;
}
article h3,
.article h3 {
  font-size: 20px;
}
article h4,
.article h4 {
  font-size: 18px;
}
article h5,
.article h5 {
  font-size: 16px;
}
article p,
.article p,
article div,
.article div,
article li,
.article li {
  margin-bottom: 20px;
  line-height: 20px;
}
article img,
.article img {
  max-width: 100%;
  margin: 0px auto;
}
#footer .title-top {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 3px solid #fda30e;
  padding-bottom: 10px;
  margin: 20px 0px;
}
#footer {
  background: #191919;
}
#footer .top-footer {
  background: #171717;
  padding: 40px 0px;
}
#footer .top-footer .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fda30e;
}
#footer .top-footer .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 50px;
}
#footer .top-footer .mCustomScrollbar {
  height: 245px;
  overflow: hidden;
}
#footer .top-footer .li {
  width: 100%;
  float: left;
  padding-right: 20px;
  margin-bottom: 30px;
}
#footer .top-footer .li a {
  color: white;
}
#footer .top-footer .li a:hover {
  color: #fda30e;
}
#footer .top-footer .img {
  width: 55px;
  float: left;
  margin-right: 10px;
}
#footer .top-footer .img img {
  width: 100%;
}
#footer .top-footer .title {
  font-size: 12px;
  line-height: 18px;
}
#footer .top-footer .list a {
  display: block;
  margin-bottom: 10px;
  color: white;
  font-size: 12px;
}
#footer .top-footer .list a:hover {
  color: #fda30e;
}
#footer .top-footer .list a .fa {
  margin-right: 5px;
}
#footer .bottom-footer {
  padding: 30px 0px;
}
#footer .bottom-footer .title {
  font-size: 16px;
  color: white;
  margin: 20px 0px;
}
#footer .bottom-footer .list .li {
  color: white;
  position: relative;
  min-height: 35px;
  margin-bottom: 10px;
  font-size: 12px;
  vertical-align: middle;
}
#footer .bottom-footer .list .icon {
  display: table-cell;
  vertical-align: middle;
  left: 0px;
}
#footer .bottom-footer .list .icon .fa {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  border: 1px solid #fff;
}
#footer .bottom-footer .list .text {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
#footer .bottom-footer .list .text .name {
  opacity: 0.6;
}
#footer .list-social {
  padding: 20px 0px;
}
#footer .list-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  color: white;
  text-align: center;
  line-height: 35px;
}
#footer .list-social a.-fb {
  background: #3c5b9b;
}
#footer .list-social a.-tt {
  background: #359BED;
}
#footer .list-social a.-gg {
  background: #E33729;
}
#footer .list-social a.-rss {
  background: #FD9F13;
}
#footer .list-social a.-pt {
  background: #cb2027;
}
#footer .list-social a.-yt {
  background: #F03434;
}
.copyright-list {
  padding: 20px 0px;
  background: #171717;
}
.copyright-list .copyright {
  color: white;
  font-size: 12px;
}
.copyright-list .menu-footer {
  text-align: right;
}
.copyright-list .menu-footer a {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
  opacity: 0.6;
}
.copyright-list .menu-footer a:hover {
  opacity: 1;
}
.container {
  max-width: 1140px;
  width: 100%;
}
.relative {
  position: relative;
}
body,
a {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #2c2c2c;
  text-decoration: none;
  font-weight: bold;
}
@font-face {
  font-family: UTMAvo;
  font-weight: normal;
  src: url(../fonts/UTM_Avo.ttf);
}
@font-face {
  font-family: UTMAvo;
  font-weight: bold;
  src: url(../fonts/UTM_AvoBold.ttf);
}
a:focus,
a:hover {
  color: #b10505;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  text-decoration: none;
}
.select-custom {
  position: relative;
  display: inline-block;
}
.select-custom.select-s1 select {
  padding: 6px 12px;
}
.select-custom:before {
  content: "\f0d7";
  right: 0px;
  font-size: 14px;
  transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  color: #333;
  top: 50%;
  right: 2px;
  left: auto;
}
.select-custom select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  padding-right: 20px;
  border: 1px solid #d5d5d5;
}
.section {
  padding: 30px 0px;
}
.breadcrumb {
  border-bottom: 1px solid #eee;
  border-radius: 0px;
  padding: 10px 0px;
  background: none;
}
.breadcrumb a {
  display: inline-block;
  font-size: 11px;
  color: #848484;
  text-transform: uppercase;
}
.breadcrumb a:hover {
  color: #fda30e;
}
.breadcrumb a:after {
  color: #fda30e;
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  margin: 0px 5px;
}
.breadcrumb a:last-child:after {
  display: none;
}
.nav-pagination {
  margin-top: 20px;
}
.nav-pagination a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #eee;
  line-height: 30px;
}
.nav-pagination a:hover,
.nav-pagination a .active {
  border: 1px solid #fda30e;
  color: #fda30e;
}
.popup {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  height: 100%;
  display: none;
}
.popup .show {
  display: block;
}
.popup .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}
.popup .icon-close {
  width: 25px;
  height: 25px;
  right: -15px;
  top: -15px;
  position: absolute;
  border: 1px solid red;
  color: red;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  background: red;
  color: white;
}
.popup .icon-close:hover {
  background: #cc0000;
}
.popup .poup-body {
  position: fixed;
  top: 240px;
  left: 0px;
  right: 0px;
  z-index: 2;
  max-width: 600px;
  margin: 0px auto;
}
.popup .poup-body .box-img img {
  border-radius: 5px;
  width: 100%;
}
p.fa.fa-phone {
    padding-left: 7px;
}
p.fa.fa-map-marker {
    padding-left: 7px;
}
.product-item .product-img .detail{
  display: none;
}
.text a{
  color: #fff
}
.product-item.col-md-3.col-sm-6.col-xs-12:nth-child(4n+1){
    clear: left;
    }
article img, .article img {
    height: auto !important;
}
@media (max-width: 768px) {
    .popup .poup-body {
        max-width: 225px; 
      }
    .dropdown-menu>li>a {
        color: #fff !important;
      }
    .col-lg-3.col-md-3.col-sm-6.col-xs-6:nth-child(2n+1) {
        clear: left;
    }
    
    .product-item.col-md-3.col-sm-6.col-xs-12:nth-child(2n+1) {
      clear: left;
    }
}


@media (max-width: 460px) {
    .col-md-3.col-sm-6.col-xs-6.col-lg-3:nth-child(2n+1){
      clear: both;
    }

}
@media (max-width: 1366px) {
    .product-item.col-md-3.col-sm-6.col-xs-6:nth-child(4n+1){
      clear: left;
    }
    .col-lg-3.col-md-3.col-sm-6.col-xs-6:nth-child(4n+1){
      clear: left;
    }
}

@media (max-width: 1024px) {
    .product-item.col-md-3.col-sm-6.col-xs-12:nth-child(4n+1) {
    clear: left;
    }

}

.item.slick-slide.slick-cloned img {
    width: 100%;
    max-width: 100%;
    height: 60%;
}
    .img-slider-product .thumbs-list .item {

    width: 60px !important;
    height: 50px !important;
}

.slick-arrow{
  top:35% !important;
}
span.fa.fa-phone-square {
    color: #fda30e;
}
.pull-left .phone a {
    color: red;
    font-size: 16px;
}
.article, .box-detail  {
    font-weight: normal;
}