 
#vnt-container {
  padding-top: 0;
}
.block-banner {
  margin-bottom: 15px;
}
.carousel-btn {
  position: absolute;
  top: 37%;
  z-index: 10;
  padding: 5px;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
  color: #ffffff;
  width: 20px;
  height: 30px;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  text-align: center;
  line-height: 50px;
}
.carousel-btn i {
  font-size: 20px;
  line-height: 20px;
}
.carousel-btn.left {
  left: 0px;
}
.carousel-btn.right {
  right: 0px;
}
.carousel-btn:hover {
  color: #ffffff;
  background-color: #e25d14;
  transition: all 0.3s;
}
.carousel-inner img {
  width: 100%;
}
.carousel-inner .img {
  display: block;
  width: 100%;
}
.carousel-indicators {
  bottom: 5px;
}
.carousel-indicators li {
  border-width: 2px;
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 100%;
}
.carousel-indicators li.active {
  border-color: transparent;
  width: 10px;
  height: 10px;
  background-color: #e25d14;
}


.slide_item { position: relative ; padding: 0px 25px}

.slide_item  .slick-slide a {
  display: block;
  margin: 5px;
  text-align: center;
}
.slide_item  .slick-slide a img {
  display: inline-block !important;
}

/*-------------Slider-------------*/

.slide_item .slick-dots{
  text-align:center;
}
.slide_item .slick-prev{
  left: 0px;
  width: 30px;
  height: 30px;
}

.slide_item .slick-next{
  right: 0px;
  width: 30px;
  height: 30px;
}

.slide_item .slick-prev:before,
.slide_item .slick-next:before
{
  font-family: 'FontAwesome';
  font-size: 40px;
  line-height: 30px;
  font-weight: bold;
  opacity: .75;
  color: #c1c1c1;
}
.slide_item .slick-prev:before
{
  content: '\f104';
  left: -5px;
}
.slide_item .slick-next:before
{
  content: '\f105';
  right: -5px;
}



.box-product {
  margin-bottom: 40px;
  position: relative;
}

.box-product .box-item {

}
.box-product .box-item .img {
  border: 1px solid #cccccc;
  max-width: 225px;
  max-height: 225px;
  overflow: hidden;
  margin: 0px auto;
}
.box-product .box-item .img img {
  max-width: 100%;
  max-height: 100%;
}
.box-product .box-item .name {
  margin: 10px 0px;
  font-size: 16px;
  line-height: 22px;
}
.box-product .box-item .name a {
  color: #2469b9;
}
.box-product .box-item .list-info {
  list-style: none;
}
.box-product .box-item .list-info li {
  overflow: hidden;
  position: relative;
  color: #666666;
}
.box-product .box-item .list-info .row-label {
  float: left;
  width: 60px;
  position: relative;
}
.box-product .box-item .list-info .row-label::after {
  position: absolute;
  content: ":";
  right: -10px;
}
.box-product .box-item .list-info .row-value {
  float: right;
  width: calc(100% - 80px);
}
.box-product .box-item .list-info .row-value .price {
  color: #e25d14;
  font-weight: bold;
}


.box-product .slick-slide {
  margin: 0 10px;
}
/* the parent */
.box-product .slick-list {
  margin: 0 -10px;
}


.box-product .slick-dots li button:before
{
  opacity: 1;
  font-size: 20px;
  color: #2469b9;
}

.box-product .slick-dots li.slick-active button:before
{
  opacity: 1;
  color: #e25d14;
}



.block-about {
  margin-bottom: 20px;
}
.block-about .company {
  color: #ff0000;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.div-more {
  padding: 5px 0px;
}
.div-more a {
  display: inline-block;
  background: #e5e5e5;
  padding: 5px 20px;
  font-size: 20px;
  color: #333333;

  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}



.block-product-special {}
.product-special ul {
  list-style: none;
}
.product-special li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.product-special li::before {
  position: absolute;
  content: "•";
  left:0;
  top: 0;
  color: #333333;
  font-size: 20px;
  line-height: 20px;
}
.product-special li a {
  display: block;
  line-height: 20px;
}


@media screen and (max-width: 320px) {


  .box-item .list-info .row-label {
    width: 50px !important;
  }
  .box-item .list-info .row-value {
    width: calc(100% - 70px) !important;
  }
  .box-item .list-info {
    font-size: 12px;
  }
}












.tab_wrapper {
  margin-bottom:20px;
}

.tab_wrapper .tab-title{
  position: relative;
}
.tab_wrapper .tab-title .select_title{
  width: 100%;

  font-size: 15px;
  line-height: 30px;
  padding: 5px 10px;
  text-align: center;
  background: #2469b9;
  border: 1px solid #2469b9;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  display: none;


  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

}
.tab_wrapper .tab-title .select_title:after{
  position: absolute;
  font-family:"fontawesome";
  content:"\f0d7";
  right: 10px;
  color: #FFFFFF;
}

ul.tab_nav {
  width: 100%;
  position: relative;
  z-index: 10;
  text-align: left;
  overflow: hidden;
  top: 1px;
}
ul.map_nav {
  border-bottom:0;
}

ul.map_nav li, ul.tab_nav li {
  float: left;
  list-style:none;
  padding:0;
  position: relative;
  margin-right: 10px;
}
ul.tab_nav li:first-child{
  margin-left: 0px;
}
ul.tab_nav li:last-child{
  margin-right: 0px;
}
ul.tab_nav li a {
  font-size: 14px;
  line-height: 25px;
  display: block;
  text-align:center;
  text-decoration:none;
  padding:5px 10px ;
  position:relative;
  overflow:hidden;

  color: #333;

  border-bottom: none;
  text-transform: uppercase;
  background-color: #ffffff;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
ul.tab_nav li a.active,
ul.tab_nav li a:hover{
  background-color: #ffffff;
  color: #000;
  border: 1px solid #cbcdcc;
  border-bottom: none;

}

.tab_content {
  border: 1px solid #2469b9;
  padding: 15px;
}
.tab_content ul {  list-style:none;}
.tab_content li {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0px;
}
.tab_content li:last-child {
  border-bottom: none;
}
.tab_content table {
  width:100%;
  border-collapse:collapse;
}
.tab_content table th {
  white-space:nowrap;
}
.tab_content table th,
.tab_content table td {
  font-size:13px;
  padding: 5px;
  text-align:left;
  vertical-align: top;
}
.tab_content table td.tit {
  white-space: nowrap;
}

 


  .tab_wrapper .tab-title .select_title{
    display:block;
    cursor: pointer;
  }
  .tab_wrapper .tab-title .tab_nav{
    position: absolute;
    z-index: 101;
    top: 200%;
    left: 0px;
    width: 100%;
    background-color: #cbcdcc;
    -webkit-box-shadow:1px 1px 1px #f3f3f3;
    -moz-box-shadow:1px 1px 1px #f3f3f3;
    box-shadow:2px 2px 3px rgba(0,0,0,0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
  }
  .tab_wrapper .tab-title.show .tab_nav {
    top:100%;
    visibility: visible;
    opacity: 1;
  }
  .tab_wrapper .tab_nav li{
    float: none;
    top: 0px;
    width: 100%;
    text-align: left;
    padding: 0px;
    border-bottom: 1px solid #c0bcb2 ;
    margin:0;
  }
  .tab_wrapper .tab_nav li:last-child { border-bottom: none}
  .tab_wrapper .tab_nav a {
    border: none;

  }
  .tab_wrapper .tab_nav li a span{
    text-align: left;
  }
  .tab_wrapper .tab_nav li:hover a,
  .tab_wrapper .tab_nav .activeli a{
    background: #2469b9;
  }
  .tab_wrapper .tab_nav li:hover a span,
  .tab_wrapper .tab_nav .activeli a span{
    background: transparent;
    color: #FFFFFF;
  }
  .tab_wrapper .tab_nav a.active {
    border: none;
    font-weight: normal;
    background: #2469b9;
    color: #ffffff;
  }

  .tab_wrapper .tab{
    border-top:none;
  }

  .tab_wrapper .tab iframe, .tab_wrapper .tab object, .tab_wrapper .tab embed {
    width: 100%;
  }

.box_website{
  margin-bottom: 20px;
  border: 1px solid #2469b9;
  padding: 12px;
  text-align: justify;
  border-radius: 0 5px 5px;
}
.box_website ul{

}
.box_website ul li{
  width: 50%;
  float: left;
}
.tab_website li{
  width: 270px;
}
.tab_website li a{
  display: block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 9px 15px 10px;
  position: relative;
  border: 1px solid #2469b9;
  border-bottom: 0;
  font-size: 14px;
  border-radius: 5px 5px 0 0;
  background-color: #2469b9;
}
 
.box_website table {
  width:100%;
  border:1px solid #dddddd;
  border-collapse:collapse;
}
.box_website table th {
  background:#dddddd;
  white-space:nowrap;
  border-color:#c6c6c6 !important;
}
.box_website table td, .box_website table td {
  font-size:13px;
  padding: 10px 10px 11px;
  border:1px solid #dddddd;
  text-align:left;
}