/**

 * @version   $Id: style.css 3 2012-08-14 11:59 Phu $

 * @package   vFramework.theme

 * @copyright (C) 2012 Vipcom. All rights reserved.

 * @license   Commercial

 */

@charset "UTF-8";
@import url("reset.css");
@import url("content.css");

@font-face {
  font-family: 'SFUSukhoi';
  src: url('fonts/SFUSukhoi.eot');
  src: local('☺'), url('fonts/SFUSukhoi.woff') format('woff'), url('fonts/SFUSukhoi.ttf') format('truetype'), url('fonts/SFUSukhoi.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SFUHelveticaRegular';
  src: url('fonts/SFUHelveticaRegular.eot');
  src: local('☺'), url('fonts/SFUHelveticaRegular.woff') format('woff'), url('fonts/SFUHelveticaRegular.ttf') format('truetype'), url('fonts/SFUHelveticaRegular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SFUHelveticaLight';
  src: url('fonts/SFUHelveticaLight.eot');
  src: local('☺'), url('fonts/SFUHelveticaLight.woff') format('woff'), url('fonts/SFUHelveticaLight.ttf') format('truetype'), url('fonts/SFUHelveticaLight.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SFUHelveticaBold';
  src: url('fonts/SFUHelveticaBold.eot');
  src: local('☺'), url('fonts/SFUHelveticaBold.woff') format('woff'), url('fonts/SFUHelveticaBold.ttf') format('truetype'), url('fonts/SFUHelveticaBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SFUHelveticaOblique';
  src: url('fonts/SFUHelveticaOblique.eot');
  src: local('☺'), url('fonts/SFUHelveticaOblique.woff') format('woff'), url('fonts/SFUHelveticaOblique.ttf') format('truetype'), url('fonts/SFUHelveticaOblique.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SFUHelveticaCondensedBold';
  src: url('fonts/SFUHelveticaCondensedBold.eot');
  src: local('☺'), url('fonts/SFUHelveticaCondensedBold.woff') format('woff'), url('fonts/SFUHelveticaCondensedBold.ttf') format('truetype'), url('fonts/SFUHelveticaCondensedBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { overflow-x: hidden}
body {
  margin: 0 auto;
  color: #111;
  font-size: 16px;
  font-family: 'SFUHelveticaRegular';
}
img {
  max-width: 100%;
  height: auto;
}
.clr {
  clear: both
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
* html .clearfix {
  height: 1%;
}
a {
  text-decoration: none;
  outline: none;
}
input,
select,
:focus {
  outline: none;
}
/********************************* LAYOUT *****************************/
body > iframe { height: 0 !important;}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.left {
    float: left;
    width: 300px;
}
.right {
    float: right;
    width: 300px;
}
body.homepage #main {
    padding: 0;
}
.main {
  background: #fff;
}
.content {
    position: relative
}
.left + .right + .content,
.left + .content {
    margin-left: 325px;
}
.right + .content {
    margin-right: 325px;
}
/********************************* BACKGROUND *****************************/
.blk-purple, .blk-gray, .footer {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
.purple-1 { background-image: url('../img/purple-1.jpg')}
.purple-2 { background-image: url('../img/purple-2.jpg')}
.purple-3 { background-image: url('../img/purple-3.jpg')}
.purple-4 { background-image: url('../img/purple-4.jpg')}
.purple-5 { background-image: url('../img/purple-5.jpg')}
.footer { background-image: url('../img/purple-6.jpg')}
.gray-1 { background-image: url('../img/gray-1.jpg')}
.gray-2 { background-image: url('../img/gray-2.jpg')}
.gray-3 { background-image: url('../img/gray-3.jpg')}

/********************************* HEADER *****************************/

.header {
  position: relative;
  margin: 0 auto;
  background: url('../img/bgd-header.jpg') no-repeat top center;
  background-size: 100% 100%;
}
.logo {
  float: left;
  margin: 35px 0 20px;
}
.hotline {
  position: absolute;
  right: 200px;
  top: 60px;
}
.search {
  width: 470px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 15px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 113px;
}
.search input[type=text] {
  border: none;
  background: transparent;
  width: 100%;
  padding: 0 40px 0 15px;
  font-style: italic;
  font-family: 'SFUHelveticaOblique';
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.search input[type=submit] {
  border: none;
  background: url(../img/icon-search.png) no-repeat;
  width: 20px;
  height: 21px;
  font-size: 0;
  text-transform: none;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -11px;
  cursor: pointer;
}
.language {
  position: absolute;
  right: 0;
  top: 68px;
  z-index: 100;
}
.language a {
  font-size: 18px;
  font-style: italic;
  font-family: 'SFUHelveticaOblique';
}
.select-language {
  display: inline-block;
  color: #fff;
  height: 30px;
  line-height: 20px;
  padding: 0 35px 0 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: url(../img/arrow-down.png) no-repeat right 8px center;
}
.select-language.active {
  background-image: url(../img/arrow-up.png);
}
.list-language {
  display: none;
  position: absolute;
  width: 100%;
  right: 0;
  top: 100%;
  background: #fff;
  border-radius: 5px;
}
.list-language.active { display: block;}
.list-language a {
  display: block;
  padding: 5px 0 5px 10px;
  color: #333;
}
.slogan {
  width: 1200px;
  margin: auto;
  font-size: 93px;
  font-family: 'SFUSukhoi';
  color: #fff;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transform: translate(0,-30%);
  -moz-transform: translate(0,-30%);
  -o-transform: translate(0,-30%);
  transform: translate(0,-30%);
}
.slogan p {
  max-width: 620px;
  text-align: center;
}
.blk-menu {
  // background-color: rgba(81, 41, 110, 0.6);
  padding: 2px 0;
  background: url(../img/bgd-menu.png) no-repeat top center;
  background-size: 100% 100%;
}
.blk-menu.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}
.blk-menu .vf_menu > ul > li {
  float: left;
  position: relative;
  border: 1px solid transparent;
}
// .blk-menu .vf_menu > ul > li:before {
//   content: "";
//   width: 1px;
//   height: 38px;
//   position: absolute;
//   left: -2px;
//   top: 50%;
//   margin-top: -19px;
//   background-color: #fff;
// }
.blk-menu .vf_menu > ul > li > a {
  color: #fff;
  font-family: 'SFUHelveticaLight';
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
}
.blk-menu .vf_menu > ul > li:nth-child(1) > a {
  background: url(../img/icon-home.png) no-repeat center center;
  font-size: 0;
}
.blk-menu .vf_menu > ul > li:nth-child(1) > a:hover, .blk-menu .vf_menu > ul > li:nth-child(1) > a.active {
  background: url(../img/icon-home-a.png) no-repeat center center;
}
.blk-menu .vf_menu > ul > li:first-child:before {
  width: 0;
}
.blk-menu .vf_menu > ul > li:hover, .blk-menu .vf_menu > ul > li.active {
  border: 1px solid #fff;
  border-radius: 5px;
}
.blk-menu .vf_menu > ul > li:hover:before, .blk-menu .vf_menu > ul > li.active:before {
  left: -1px;
}
body.vn .blk-menu .vf_menu > ul > li + li { padding: 0 13px;}
body.en .blk-menu .vf_menu > ul > li + li { padding: 0 14px;}
.blk-menu .vf_menu > ul > li:nth-child(1) { width: 70px;}
// body.vn .blk-menu .vf_menu > ul > li:nth-child(1) { width: 70px}
// body.vn .blk-menu .vf_menu > ul > li:nth-child(2) { width: 140px}
// body.vn .blk-menu .vf_menu > ul > li:nth-child(3) { width: 110px}
// body.vn .blk-menu .vf_menu > ul > li:nth-child(4) { width: 100px}
// body.vn .blk-menu .vf_menu > ul > li:nth-child(5) { width: 100px}
// body.vn .blk-menu .vf_menu > ul > li:nth-child(6) { width: 125px}
// body.vn .blk-menu .vf_menu > ul > li:nth-child(7) { width: 200px}
// body.vn .blk-menu .vf_menu > ul > li:nth-child(8) { width: 100px}
// body.vn .blk-menu .vf_menu > ul > li:nth-child(9) { width: 70px}
// body.vn .blk-menu .vf_menu > ul > li:nth-child(10) { width: 85px}
// body.vn .blk-menu .vf_menu > ul > li:nth-child(11) { width: 85px}

// body.en .blk-menu .vf_menu > ul > li:nth-child(1) { width: 70px}
// body.en .blk-menu .vf_menu > ul > li:nth-child(2) { width: 115px}
// body.en .blk-menu .vf_menu > ul > li:nth-child(3) { width: 130px}
// body.en .blk-menu .vf_menu > ul > li:nth-child(4) { width: 190px}
// body.en .blk-menu .vf_menu > ul > li:nth-child(5) { width: 180px}
// body.en .blk-menu .vf_menu > ul > li:nth-child(6) { width: 130px}
// body.en .blk-menu .vf_menu > ul > li:nth-child(7) { width: 120px}
// body.en .blk-menu .vf_menu > ul > li:nth-child(8) { width: 100px}
// body.en .blk-menu .vf_menu > ul > li:nth-child(9) { width: 70px}
// body.en .blk-menu .vf_menu > ul > li:nth-child(10) { width: 95px}
// body.en .blk-menu .vf_menu > ul > li:nth-child(11) { width: 110px}

// body.vn .blk-menu .vf_menu > ul > li:nth-child(1) > a,
// body.vn .blk-menu .vf_menu > ul > li:nth-child(4) > a,
// body.vn .blk-menu .vf_menu > ul > li:nth-child(6) > a,
// body.vn .blk-menu .vf_menu > ul > li:nth-child(8) > a,
// body.vn .blk-menu .vf_menu > ul > li:nth-child(10) > a,
// body.vn .blk-menu .vf_menu > ul > li:nth-child(11) > a {
//   line-height: 38px;
// }
// body.en .blk-menu .vf_menu > ul > li:nth-child(1) > a,
// body.en .blk-menu .vf_menu > ul > li:nth-child(2) > a,
// body.en .blk-menu .vf_menu > ul > li:nth-child(3) > a,
// body.en .blk-menu .vf_menu > ul > li:nth-child(6) > a,
// body.en .blk-menu .vf_menu > ul > li:nth-child(8) > a,
// body.en .blk-menu .vf_menu > ul > li:nth-child(10) > a,
// body.en .blk-menu .vf_menu > ul > li:nth-child(11) > a {
//   line-height: 38px;
// }

.blk-menu .vf_menu > ul > li:hover > a,
.blk-menu .vf_menu > ul > li.active > a {
  color: #ffff00;
}
#searchbox input.submit:hover {
  color: #ffff00;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.blk-menu .vf_menu ul ul {
    width: 240px;
    position: absolute;
    display: none;
    z-index: 999;
    top: calc(100% + 1px);
    left: -10px;
    padding: 30px 20px;
    background-color: rgba(81, 41, 110, 0.6);
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.blk-menu .vf_menu > ul > li:nth-child(10) ul {
  left: auto;
  right: 0;
}
.blk-menu .vf_menu ul ul li {
    background: url(../img/dotline.png) repeat-x left bottom;
    padding: 10px 0;
    line-height: 16px;
    text-align: left
}
.blk-menu .vf_menu ul ul li a {
  color: #fff;
  line-height: 1.5;
  font-family: 'SFUHelveticaLight';
}
.blk-menu .vf_menu > ul > li:hover ul {
    display: block
}
.blk-menu .vf_menu ul ul li a:hover,
.blk-menu .vf_menu ul ul li a.active {
    color: #ffff00;
}
.mn-box {
  padding: 35px 0;
  text-align: center;
}
.mn-box ul li {
  display: inline-block;
  height: 81px;
  line-height: 81px;
  background: url(../img/bgd-btn.png) no-repeat;
  background-size: 100% 81px;
  margin-left: 50px;
  border: 1px solid #580179;
  border-radius: 15px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mn-box ul li:first-child {
  margin-left: 0;
}
.mn-box ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 27px;
  color: #fff;
  text-align: center;
  padding: 0 50px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}
.mn-box ul li:hover { background: #fff;}
.mn-box ul li:hover a {color: #580179;}
/********************************* BANNER *****************************/
.banner {
  position: relative;
  z-index: 50;
}
.slider .slick-dots {
  margin: auto;
  width: 1200px;
  text-align: right;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}
.slider .item:not(.slick-slide) + .item:not(.slick-slide) {
  display: none;
}
.slider.small .slick-dots {
  bottom: 10px;
  text-align: right;
}
.slider .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slider .slick-dots li button {
  border: none;
  background-color: #fff;
  color: #5e2f7e;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 12px;
  cursor: pointer;
}
.slider .slick-dots li:hover button, .slider .slick-dots .slick-active button {
  background: #5e2f7e;
  color: #fff;
}
.slider.small .slick-dots li button {
  width: 30px;
  height: 30px;
  font-size: 12px;
}
.slider.small {
  height: 317px;
}
.slider.small img {
  height: 317px;
  width: auto;
  max-width: none;
}
.slider.small.fix {
  height: auto;
}
.slider.small.fix img {
  width: 100%;
  height: auto;
}
.slider.mobile {
  display: none;
}
/********************************* LEFT *****************************/

.sub_menu_style {
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.sub_menu_style .vf_tit {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 50px;
    background: #580179;
    height: 55px;
    line-height: 32px;
}
.sub_menu_style.long .vf_tit {
    padding: 15px 25px
}
.sub_menu_style .vf_tit:hover {
    color: #ffff00;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.sub_menu_style > ul {
    background: #8a17a9;
    list-style: url(../img/icon_subnav.png) outside;
    padding: 10px 0
}
.sub_menu_style > ul > li {
    background: url(../img/dotline.png) repeat-x left top;
    margin: 0 15px 10px 30px;
    padding-top: 10px;
    line-height: 20px;
}
.sub_menu_style > ul > li:first-child {
    background: none;
    padding-top: 0;
}
.sub_menu_style > ul > li > a {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.sub_menu_style ul li a:hover,
.sub_menu_style ul li a.active {
    color: #ffff00;
}


.blk-video ul li {
    background: url(../img/bgvideo.png) no-repeat;
    height: 193px;
    padding: 10px;
    display: block;
    margin-bottom: 20px;
}
.blk-video ul li .img {
    width: 280px;
    height: 155px;
    display: block;
    position: relative
}
.blk-video ul li .img span {
    background: url(../img/play.png) no-repeat;
    display: block;
    width: 39px;
    height: 57px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    opacity: 0.7;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.blk-video ul li .img span:hover {
    opacity: 1;
}
.blk-video ul li .img img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    max-width: 280px;
    max-height: 155px;
}
.blk-video ul li .tit {
    text-align: center;
    display: block;
}
/********************************* RIGHT *****************************/
/********************************* CONTENT *****************************/
.breadcrumb {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: url(../img/bgd-breadcrumb.png) repeat-x left bottom;
}
.breadcrumb ul {
  width: 1200px;
  margin: 0 auto;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  display: inline-block;
  padding: 0 15px;
  color: #735e4d;
  text-transform: uppercase;
  font-size: 12px;
}
#navall {
    margin: 5px 0 15px 0
}
#navall li {
    display: inline
}
#navall li a {
    color: #999999;
}
#navall li:last-child a {
    color: #666666;
}
/********************************* BLOCK *****************************/
.no-padding {
  padding: 0 !important;
}
.blk-gray, .blk-purple {
  padding: 80px 0 40px;
}
.blk-text {
  text-align: center;
}
.blk-text .vf_tit {
  font-size: 50px;
  color: #58595b;
  position: relative;
  margin-bottom: 90px;
  font-family: 'SFUHelveticaRegular';
}
.blk-text .vf_tit a {
  font-size: 50px;
  color: #58595b;
  font-family: 'SFUHelveticaRegular';
}
.blk-text.white .vf_tit, .blk-text.white .vf_tit a {
  color: #fff;
}
.blk-text > p {
  font-size: 40px;
  color: #5e2f7e;
  font-family: 'SFUSukhoi';
  line-height: 1.5;
}
.blk-text.white p {
  color: #fcdee0;
}
.blk-text .vf_tit:after {
  content: "";
  background: url(../img/icon-flower-gray.png) no-repeat;
  width: 173px;
  height: 31px;
  position: absolute;
  top: calc(100% + 25px);
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.blk-text.white .vf_tit:after {
  background: url(../img/icon-flower.png) no-repeat;
}
.about-us-block {
  width: 595px;
  float: left;
  margin: 15px 0 0 10px;
  padding: 25px 18px;
  font-size: 22px;
  background-color: rgba(81, 41, 110, 0.6);
  color: #fff;
  text-align: left;
}
.about-us-block.first {
  margin-left: 0;
  padding-right: 20px;
}
.about-us-block .img {
  width: 232px;
  height: 366px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.about-us-block .caption {
  width: 100%;
  text-align: center;
  background-color: rgba(81, 41, 110, 0.6);
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.2;
}
.about-us-block .caption span {
  display: block;
  border-top: 1px solid #fff;
  font-size: 15px;
  line-height: 1.5;
}
.about-us-block .desc {
  line-height: 1.3;
  text-align: justify;
  min-height: 400px;
  font-family: 'SFUHelveticaLight';
}
.about-us-block .desc .tit {
  font-family: 'SFUHelveticaBold';
  color: #fcdee0;
}
.about-us-block .btn-more {
  text-align: center;
}
.about-us-block .more, .blk-new-aesthetic .more, .blk-technology .more, .vf_equipment .vf_cat .more {
  display: inline-block;
  height: 40px;
  padding: 0 25px;
  line-height: 34px;
  color: #fff;
  background: url(../img/bgd-btn.png) no-repeat;
  background-size: cover;
  border-radius: 5px;
  font-size: 22px;
  font-family: 'SFUHelveticaBold';
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}
.about-us-block .more:hover, .blk-new-aesthetic .more:hover, .blk-technology .more:hover, .vf_equipment .vf_cat .more:hover {
  background: #fff;
  border: 1px solid #580179;
  color: #580179;
}
.blk-new-aesthetic .more {
  font-size: 22px;
  margin-top: 40px;
}

.bn-partner {
  text-align: center;
  margin-top: 55px;
}
.bn-partner ul {
  margin-left: -40px;
}
.bn-partner li {
  float: left;
  margin-left: 40px;
  width: 200px;
  height: 74px;
}
.bn-partner li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 2px 0px 5px 0px rgba(230, 230, 230, 0.75);
  -moz-box-shadow:    2px 0px 5px 0px rgba(230, 230, 230, 0.75);
  box-shadow:         2px 0px 5px 0px rgba(230, 230, 230, 0.75);
}
.bn-partner li a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.blk-new-feature {
  width: 1080px;
  margin: 50px auto 0;
  position: relative;
}
.blk-new-feature img {
  width: 100%;
  height: auto;
}
// .blk-new-feature a {
//   display: block;
//   color: #fcdee0;
//   font-size: 40px;
//   font-family: 'SFUSukhoi';
// }
// .blk-new-feature .tit {
//   display: block;
//   margin-bottom: 50px;
// }
// .blk-new-feature .img {
//   display: block;
//   width: 100%;
//   height: 360px;
//   position: relative;
// }
// .blk-new-feature .img img {
//   max-width: 100%;
//   max-height: 100%;
//   position: absolute;
//   left: 0;
//   top: 0;
//   right: 0;
//   bottom: 0;
//   margin: auto;
// }
// .blk-new-feature .desc {
//   margin: 60px auto 0;
//   font-size: 22px;
//   text-align: center !important;
//   color: #fff;
//   max-width: 650px;
//   line-height: 1.5;
// }
.blk-new-feature .slick-arrow {
  width: 31px;
  height: 55px;
  background: url(../img/icon-control-white.png) no-repeat;
  border: none;
  text-transform: none;
  font-size: 0;
  position: absolute;
  // top: 245px;
  top: 50%;
  margin-top: -27px;
  cursor: pointer;
}
.blk-new-feature .slick-prev {
  left: -60px;
}
.blk-new-feature .slick-next {
  background-position: -31px 0;
  right: -60px;
}
.blk-new-feature-list li {
  margin-top: 15px;
}
.blk-new-feature-list a {
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
  position: relative;
}
.blk-new-feature-list a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: width .3s linear;
  -moz-transition: width .3s linear;
  transition: width .3s linear;
}
.blk-new-feature-list a:hover:before {
  width: 100%;
}


.blk-new-aesthetic {
  text-align: center;
}
.blk-new-aesthetic ul {
  margin-left: -90px;
}
.blk-new-aesthetic .item {
  margin-left: 90px;
  position: relative;
}
.blk-new-aesthetic .thumb {
  width: 265px;
  height: 276px;
  margin: 70px auto 65px;
  position: relative;
}
.blk-new-aesthetic .thumb:after {
  content: "";
  background: url(../img/bgd-info-thammy.png) no-repeat;
  width: 265px;
  height: 276px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
.blk-new-aesthetic .img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.blk-new-aesthetic .img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.blk-new-aesthetic .tit {
  color: #5e2f7e;
  font-size: 22px;
  line-height: 1.2;
  height: 74px;
  overflow: hidden;
}
.blk-new-aesthetic .line-seperator {
  height: 31px;
  background: url(../img/line-seperator.png) no-repeat top center;
  margin: 25px 0 35px;
}
.blk-new-aesthetic .desc {
  line-height: 1.3;
  color: #58595b;
  height: 115px;
  overflow: hidden;
}
.blk-new-aesthetic .desc *, .blk-new-feature .desc *, .blk-technology .desc * {
  font-size: 18px !important;
  font-family: 'SFUHelveticaLight' !important;
}
.blk-new-aesthetic .slick-arrow {
  width: 31px;
  height: 54px;
  background: url(../img/icon-control.png) no-repeat;
  border: none;
  text-transform: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 100;
}
.blk-new-aesthetic .slick-prev {
  left: 30px;
}
.blk-new-aesthetic .slick-next {
  background-position: -31px 0;
  right: -60px;
}
.boxbn {
  margin: 50px 0 0 0;
}
.boxbn ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.boxbn ul li {
  float: left;
  width: 25%;
  text-align: center;
}

.boxbn ul li .img {
  display: block;
  width: 278px;
  height: 278px;
  margin: 0 auto 35px;
  padding: 17px 0 0 0;
  background: url(../img/bgd-item-service.png);
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.boxbn ul li .img img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.boxbn .more {
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 6px;
  opacity: 0;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  z-index: 50;
}
.boxbn .more:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0.8s;
  transition: all 0.3s ease-in-out 0.8s;
}

.boxbn .more:after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out 0.8s;
  transition: all 0.3s ease-in-out 0.8s;
}
.boxbn .overlay-c {
  background: #803690;
  opacity: 0;
  width: 244px;
  height: 244px;
  border-radius: 50%;
  position: absolute;
  bottom: 17px;
  left: 17px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.boxbn li:hover .overlay-c {
  opacity: .75;
}
.boxbn li:hover .more {
  opacity: 1;
  bottom: 50%;
  margin-bottom: -25px;
}

.boxbn li:hover .more:before,
.boxbn li:hover .more:after {
  width: 100%;
}
.boxbn ul li .tit {
  display: block;
  color: #611771;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: bold;
}
.boxbn ul li .note {
  display: block;
  color: #000;
  font-size: 16px;
  padding: 0 40px;
  line-height: 1.6;
}

#sale ul li .more:hover,
#blk-news .more:hover,
#sale {
    width: 340px;
    float: left;
    margin: 60px 80px 35px 55px;
    color: #fff;
}
#sale .tit {
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
    color: #ffff00;
    background: url(../img/dotline.png) repeat-x left bottom;
}
#sale .desc {
    text-align: center;
    padding: 0 25px;
    line-height: 20px;
    font-size: 16px;
}
#sale ul li .more,
#blk-news .more {
    text-align: center;
    display: block;
    margin: 30px auto 0 auto;
    width: 78px;
    height: 30px;
    line-height: 24px;
    background: url(../img/bgmore_shadow.png) no-repeat;
    font-weight: bold;
}
#blk-news {
    width: 195px;
    float: left;
    margin: 60px 65px 35px 0;
}
#blk-news .vf_tit,
#blk-contact .vf_tit {
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
    color: #ffff00;
    background: url(../img/dotline.png) repeat-x left bottom;
}
#blk-news ul li {
    margin-bottom: 15px;
    line-height: 20px;
    text-align: center;
}
#blk-news ul li .tit:hover,
#blk-contact a:hover {
    color: #ffff00;
}
#blk-contact {
    width: 195px;
    float: left;
    margin: 60px 0 40px 0;
    color: #fff;
}
#blk-contact p {
    line-height: 20px;
    text-align: center;
    font-size: 13px;
}
.support-online {
  margin-top: 45px;
  padding: 0 45px;
}
.support-online a {
  display: inline-block;
  margin-left: 130px;
}
.support-online a:first-child {
  margin-left: 0
}
.blk-technology ul {
  margin: 70px 0 0 0;
  padding: 0 100px;
}
.blk-technology li {
  float: left;
  width: calc(25% - 15px);
  margin-left: 15px;
  padding-bottom: 35px;
  text-align: center;
  background: #fff;
}
.blk-technology .img {
  height: 332px;
  display: block;
  position: relative;
}
.blk-technology .img img {
  width: 100%;
  height: 100%;
}
.blk-technology .tit {
  display: block;
  font-size: 22px;
  padding: 15px 20px;
  background: #5e2f7e;
  color: #fff;
  height: 100px;
  overflow: hidden;
  line-height: 1.3;
}
.blk-technology .desc {
  padding: 30px 15px;
  color: #58595b;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.3;
  height: 199px;
  overflow: hidden;
  text-align: justify;
}
.blk-technology .slick-arrow {
  width: 31px;
  height: 54px;
  background: url(../img/icon-control.png) no-repeat;
  border: none;
  text-transform: none;
  font-size: 0;
  position: absolute;
  top: 240px;
  cursor: pointer;
  z-index: 100;
}
.blk-technology .slick-prev {
  left: 60px;
}
.blk-technology .slick-next {
  background-position: -31px 0;
  right: 45px;
}
.blk-text.blk-promo > p {
  margin-bottom: 50px;
}
.blk-promotion {
  float: left;
  width: 288px;
  background: #feeeed;
  margin: 0 0 20px 16px;
  padding: 10px;
  min-height: 460px;
  height: 460px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
.promotion {
  margin-left: -16px;
  margin-bottom: 30px;
}
.promotion .vf_cat {
  float: left;
  width: 284px;
  background: #feeeed;
  margin: 0 0 20px 16px;
  padding: 10px 10px 30px;
  position: relative;
}
// .promotion .vf_cat ul {
//   height: 400px;
//   overflow: auto;
// }
.blk-promotion.special {
  margin-left: 0;
  height: 940px;
  min-height: 940px;
}
.blk-promotion.active, .blk-promotion.special.active {
  height: auto;
}
.blk-promotion .vf_tit, .promotion .vf_cat .vf_tit {
  height: 181px;
  background: url(../img/bgd-promotion.png) no-repeat top 18px center;
  color: #fff;
  border-top: 1px solid #5c5d60;
  padding-top: 18px;
  margin-bottom: 15px;
  font-size: 58px;
  font-family: 'SFUHelveticaCondensedBold';
  text-align: center;
  text-transform: uppercase;
}
.blk-promotion .vf_tit span, .promotion .vf_cat .vf_tit span {
  display: block;
  font-size: 22px;
  font-family: 'SFUHelveticaLight';
  margin-top: 45px;
}
.blk-promotion ul {
  max-height: 190px;
  margin-bottom: 50px;
  overflow: hidden;
}
.blk-promotion.active ul, .blk-promotion.special.active ul {
  max-height: none;
}
.blk-promotion.special ul {
  max-height: 640px;
}
.blk-promotion li, .promotion li {
  border-bottom: 1px solid #5c5d60;
  padding: 10px 0;
  text-align: center;
}
.blk-promotion li:last-child, .promotion li:last-child {
  border-bottom: none;
}
.blk-promotion li p, .promotion li p {
  font-size: 17px;
  margin-bottom: 40px;
  font-family: 'SFUHelveticaLight';
  line-height: 1.5;
}
.blk-promotion li a, .promotion li a {
  color: #5c5d60;
  font-size: 17px;
  line-height: 1.4;
  font-family: 'SFUHelveticaLight';
}
.blk-promotion li .tit { display: none;}
.blk-promotion li a:hover, .promotion li a:hover {
  color: #5e2f7e;
}
.blk-promotion .more {
  height: 36px;
  text-align: center;
  background: url(../img/bgd-btn.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.blk-promotion .more:before {
  content: "";
  width: 33px;
  height: 19px;
  background: url(../img/arrow-white-down.png);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.blk-promotion .more.active:before {
  background: url(../img/arrow-white-up.png);
}
/********************************* ARTICLE *****************************/
.inner-ctn, .vf-ctn {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.inner-ctn.fix {
  padding-bottom: 50px;
}
.intro-title {
  padding-bottom: 50px;
  background: url(../img/bgd-title-view.png) no-repeat bottom center;
  margin: 60px 0;
  text-align: center;
}
.title {
  color: #4b4b4a;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  display: none;
}
.vf_article.title-fix .vf_view .vf_tit {
  padding-bottom: 50px;
  background: url(../img/bgd-title-view.png) no-repeat bottom center;
  margin: 60px 0;
  text-align: center;
  color: #4b4b4a;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
}
.vf_article.title-fix .vf_view .vf_tit p { font-size: 36px}
.intro-title p {
  max-width: 875px;
  margin: 30px auto 0;
  line-height: 1.5;
  display: none;
}
body.vn .title.vn, body.vn p.vn { display: block;}
body.en .title.en, body.en p.en { display: block;}
.vf_article,
.vf_product {
    width: 100%;
    float: left;
}
.vf_article .vf_cat { margin-bottom: 60px;}
.vf_article .vf_cat .vf_tit, .vf_equipment .vf_cat .vf_tit {
  margin-bottom: 25px;
}
.vf_article .vf_cat .vf_tit a, .vf_equipment .vf_cat .vf_tit a {
  display: inline-block;
  color: #fff;
  background: #5f2c80;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 30px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}
.vf_article .vf_cat .vf_tit a:hover, .vf_equipment .vf_cat .vf_tit a:hover {
  background: #ffff00;
  color: #282828;
}
.vf_article .vf_cat img {
  float: left;
  width: 586px;
  height: 322px;
  border-radius: 5px;
  border: 1px solid #edebdd;
}
.vf_article .vf_cat .col-right {
  float: right;
  width: calc(100% - 595px);
  height: 322px;
  background: #f8f3ef;
  border-radius: 5px;
  padding: 25px 20px 25px 35px;
}
.vf_article .vf_cat p {
  margin: 30px 0;
  line-height: 1.5;
}
.vf_article .vf_cat ul {
  height: 275px;
  overflow: auto;
}
.vf_article .vf_cat li {
  padding: 15px 0;
  border-top: 1px dashed #5e2f7e;
  margin-right: 25px;
}
.vf_article .vf_cat li:first-child {
  border-top: none;
}
.vf_article .vf_cat li a {
  color: #5e2f7e;
  font-size: 16px;
  line-height: 1.7;
}
.vf_equipment .vf_cat { margin-bottom: 70px;}
.vf_equipment .vf_cat .view-mobile { display: none;}
.vf_equipment .vf_cat .view-mobile {
  margin-left: -30px;
}
.vf_equipment .vf_cat .view-mobile li {
  float: left;
  width: calc(25% - 30px);
  margin: 0 0 30px 30px;
}

@media only screen and (min-width: 993px) {
  .vf_equipment .vf_cat .view-mobile li:nth-child(4n + 1) {
    clear: both;
  }
}
.vf_equipment .vf_cat .view-mobile .tit {
  color: #5e2f7e;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.vf_equipment .vf_cat .view-mobile .img {
  display: block;
  margin-bottom: 10px;
  height: 321px;
  position: relative;
  overflow: hidden;
}
.vf_equipment .vf_cat .view-mobile .img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.vf_equipment .vf_cat .view-mobile .preview {
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 20px;
  line-height: 1.5;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.vf_equipment .vf_cat .view-mobile .overlay-equip {
  background: #803690;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.vf_equipment .vf_cat .view-mobile li:hover .preview {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.vf_equipment .vf_cat .view-mobile li:hover .overlay-equip {
  top: 0;
  opacity: .75;
}
.vf_equipment .vf_cat .view-mobile li:hover img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.vf_equipment .vf_cat .view-desktop .tit {
  font-size: 20px;
  line-height: 1.2;
  color: #5f2c80;
  padding: 10px 15px 15px;
  display: inline-block;
}
.title-modal {
  color: #5f2c80;
  font-size: 18px;
  line-height: 1.6;
}
.vf_equipment .vf_cat .view-desktop .preview {
  background: #5f2c80;
  color: #fff;
  padding: 15px;
  line-height: 1.5;
}
.vf_equipment .vf_cat .view-desktop .modal {
  display: none;
  border: 7px solid #5f2c80;
  background: #5f2c80;
  text-align: center;
  width: 250px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  position: absolute;
  top: -200px;
  left: calc(100% - 20px);
  z-index: 10;
}
.vf_equipment .vf_cat .view-desktop .modal .inner {
  background: #fff;
  padding: 30px 0 15px;
}
.vf_equipment .vf_cat .view-desktop .modal img {
  margin-bottom: 30px;
  max-width: 90%;
  height: auto;
}
.vf_equipment .vf_cat .view-desktop li {
  width: 25%;
  float: left;
  background: url(../img/icon-dot.png) no-repeat left 15px;
  padding-right: 20px;
  padding-left: 17px;
  margin-bottom: 50px;
  position: relative;
  background-size: 15px 15px;
}
.vf_equipment .vf_cat .view-desktop li:hover .tit {
  color: #fff;
  background: #5f2c80;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.vf_equipment .vf_cat .view-desktop li:hover .modal {
  display: block;
}
.vf_equipment .vf_cat .view-desktop li:nth-child(4n+1) {
  clear: both;
}
.vf_equipment .vf_cat .view-desktop li:hover:nth-child(4n+4) .modal {
  left: auto;
  right: 100%;
}

.vf_article .vf_list .vf_tit { display: none;}
.vf_article .vf_list .list, .vf_article .vf_next .list {
  margin: 0 -7px;
}
.vf_article .vf_list .list .item, .vf_article .vf_next .list .item {
  float: left;
  width: 25%;
  padding: 0 7px;
  margin-bottom: 25px;
}
.vf_article .vf_list .list .item:nth-child(4n+1) {
  clear: left;
}
.vf_article .vf_list .tit, .vf_article .vf_next .tit {
  display: block;
  text-align: center;
  color: #383838;
  font-size: 18px;
  line-height: 24px;
  margin: 25px 0;
}
.vf_article .vf_list .item:hover .tit, .vf_article .vf_next .item:hover .tit {
  color: #5e2f7e;
  font-weight: bold;
}
.vf_article .vf_list .thumb, .vf_article .vf_next .thumb {
  display: block;
  border-radius: 5px;
  height: 321px;
  position: relative;
  overflow: hidden;
}
.vf_article .vf_list .thumb img, .vf_article .vf_next .thumb img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.vf_article .vf_list .thumb .more, .vf_article .vf_next .thumb .more {
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 6px;
  opacity: 0;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  z-index: 50;
}
.vf_article .vf_list .thumb .more:before, .vf_article .vf_next .thumb .more:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0.8s;
  transition: all 0.3s ease-in-out 0.8s;
}

.vf_article .vf_list .thumb .more:after, .vf_article .vf_next .thumb .more:after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out 0.8s;
  transition: all 0.3s ease-in-out 0.8s;
}
.overlay {
  background-color: #735e4d;
  left: 0;
  right: 0;
  bottom: -100%;
  height: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.note-result {
  font-style: italic;
  font-size: 18px;
}
.vf_article .vf_list .thumb:hover .overlay, .vf_article .vf_next .thumb:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}
.vf_article .vf_list .thumb:hover img, .vf_article .vf_next .thumb:hover img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.vf_article .vf_list .thumb:hover .more, .vf_article .vf_next .thumb:hover .more {
  opacity: 1;
  bottom: 50%;
  margin-bottom: -25px;
}

.vf_article .vf_list .thumb:hover .more:before, .vf_article .vf_list .thumb:hover .more:after,
.vf_article .vf_next .thumb:hover .more:before, .vf_article .vf_next .thumb:hover .more:after {
  width: 100%;
}
.vf_article .vf_next .slick-dots {
  text-align: center;
}
.vf_article .vf_next .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c3bdb7;
  margin-right: 10px;
  overflow-x: hidden;
}
.vf_article .vf_next .slick-dots li.slick-active {
  background: #f06e35;
}
.vf_article .vf_next .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  text-transform: none;
  font-size: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.vf_article:not(.title-fix) .vf_view .vf_tit {
    font-size: 30px;
    text-transform: uppercase;
    color: #5e2f7e;
    line-height: 48px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}
.vf_article .vf_view, .vf_article .vf_view p, .vf_article .vf_view div {
  font-size: 16px;
  line-height: 1.6;
}
.vf_article .vf_view a {
    color: #580179;
    line-height: 24px;
}
.vf_article .vf_view a:hover {
    text-decoration: underline;
}

.vf_article .preview {
  font-size: 18px;
  line-height: 1.6;
  max-width: 70%;
  margin: 0 auto 45px;
  text-align: center;
}
.vf_article .view-content {
  padding: 50px 0;
  background: #f7f1eb;
  border-top: 1px solid #eae6e1;
  border-bottom: 1px solid #eae6e1;
}
.vf_article .view-content .view-txt {
  line-height: 1.8;
}
.vf_article .view-content .view-txt p {
  margin-bottom: 30px;
}
.vf_article .vf_view .title-2 {
  font-size: 30px;
  font-weight: bold;
  color: #5e2f7e;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 65px;
  position: relative;
}
.vf_article .vf_view .tech {
  line-height: 1.8;
  text-align: center;
  border-bottom: 4px solid #e5cbb5;
  padding: 65px 0 35px;
  clear: both;
}
.vf_article .vf_view .tech p {
  margin-bottom: 30px;
}
.vf_article .vf_view .title-2:after {
  content: "";
  width: 90px;
  height: 4px;
  background: #787878;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -ms-transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.vf_article .process {
  padding: 65px 0;
}
.vf_article .process ul li {
  padding-left: 90px;
  margin-bottom: 30px;
  line-height: 1.8;
  position: relative;
}
.vf_article .process .step {
  width: 47px;
  height: 47px;
  background: url(../img/bgd-process.png);
  text-align: center;
  line-height: 47px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 20px;
}
.vf_article .result {
  background: #f1edeb;
  padding: 65px 0;
  text-align: center;
}
.vf_article .result .item .thumbnail {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #333;
  height: 180px;
  overflow-x: hidden;
  position: relative;
}
.vf_article .result .item span {
  display: block;
  margin-top: 25px;
  font-size: 16px;
  color: #2b2b2b;
}
.vf_article .result .slide-center.slick-slider {
  min-height: 410px;
}
.vf_article .result .slide-center:not(.slick-slider) .item {
  width: 30%;
  display: inline-block;
}
.slide-center .slick-arrow {
  width: 31px;
  height: 54px;
  background: url(../img/icon-control.png) no-repeat;
  border: none;
  text-transform: none;
  font-size: 0;
  position: absolute;
  top: 27%;
  cursor: pointer;
  z-index: 100;
}
.slide-center .slick-prev { left: -60px}
.slide-center .slick-next { right: -60px; background-position: -31px 0;}
.vf_article .result .slick-slider .item {
  opacity: .65;
  margin-top: 50px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}
.vf_article .result .item.slick-center {
  opacity: 1;
  position: relative;
  margin-top: 0;
}
.vf_article .result .item.slick-center span {
  font-size: 18px;
  text-transform: uppercase;
}
.vf_article .result .item.slick-center .thumbnail {
  height: 300px;
  width: 594px;
  left: -90px;
  z-index: 99;
}
.vf_article .result .item .thumbnail img {
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  margin: auto;
}
.vf_article .plugin-social {
  margin-top: 1px;
  background: url(../img/bgd-social.jpg) repeat-x;
  height: 86px;
}
.fb-cmt {
  padding: 40px 0 50px;
}
.vf_article .vf_next {
  background: #f7f1eb;
  padding-bottom: 42px;
}
.vf_article .vf_next .vf_tit {
    font-size: 24px;
    text-transform: uppercase;
    color: #2b2b2b;
    line-height: 30px;
    margin-bottom: 50px;
    text-align: center;
}
.vf_article .vf_next .vf_tit span {
  display: inline-block;
  padding: 0 50px 20px 50px;
  background: #fff;
}

.vf_pag {
    text-align: right;
    float: left;
    width: 100%;
    margin: 20px 0;
}
.vf_pag span {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.vf_pag a {
    color: #000;
    text-align: center;
    background: url(../img/page2.png) no-repeat;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
}
.vf_pag a.active,
.vf_pag a:hover {
    background: url(../img/page2_a.png) no-repeat;
    color: #fff;
}
.vf_pag a.next,
.vf_pag a.prev {
    display: none;
}
.sub_menu_style .vf_pag {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}
.blk-news {
    width: 100%;
    float: left
}
.blk-news .vf_tit {
    color: #cc0000;
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 5px;
    margin-bottom: 12px;
    font-weight: bold;
    text-transform: uppercase
}
.blk-news ul li {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
}
.blk-news ul li .tit {
    display: block;
    color: #1f8a45;
    font-weight: bold;
    margin-bottom: 5px
}
.blk-news ul li .img img {
    border: 1px solid #e5e5e5;
    padding: 3px;
    max-width: 127px;
    max-height: 85px;
    background: #fff;
    float: left;
    margin-right: 10px
}
.blk-lastest {
    background: url(../img/bgnewspaper.png) no-repeat left top;
    margin-bottom: 20px;
}
.blk-lastest .vf_tit {
    background: url(../img/bgnews.png) no-repeat 10px 2px;
    height: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 0 45px;
    line-height: 26px;
}
.blk-lastest ul.new {
    border: 1px solid #dcdcdc;
    border-top: none;
    padding: 20px 10px 20px 25px;
    background: url(../img/bglastest.jpg) left top;
    background-size: 100% 100%;
}
.blk-lastest ul li {
    list-style: disc outside;
    color: #b4b4b4;
    background: url(../img/dotline.png) repeat-x left bottom;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.blk-lastest ul li .tit:hover {
    color: #1f8a45
}
.blk-lastest a.more {
    color: #ff9900;
    font-size: 11px;
}
.blk-lastest a.more:hover {
    text-decoration: underline;
}
/*********************************  SEARCH *****************************/
.vf_se .vf_list .info{line-height:25px;}
.vf_se .vf_list .more{float:right;color:#5e2f7e;}
.vf_se .vf_list ul li .tit{color:#5e2f7e;}
.vf_se .vf_list ul li{display:block; border-bottom:1px dashed #5e2f7e;padding:20px 0 20px 0;}
.vf_se .vf_list ul li .img{width:120px; max-height:150px; float:left;margin-right:20px;}
.vf_se .vf_list ul li .img img{width:100%; height:auto; max-height:150px;}
.vf_se .vf_list ul li .desc{font-weight:normal !important; font:inherit;}
/********************************* PRODUCT *****************************/

.vf_product .vf_list .vf_tit,
.vf_product .vf_view .title {
    text-transform: uppercase;
    padding-left: 15px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    background: url(../img/bgtit_article.png) no-repeat;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
.vf_product .vf_list ul li {
    float: left;
    margin: 0 0 20px 19px;
    width: 220px;
    height: 205px;
    background: url(../img/bgsp.png) no-repeat;
    text-align: center;
}
.vf_product .vf_list ul li.fix {
    margin-left: 0
}
.vf_product .vf_list ul li .img {
    display: block;
    width: 100%;
    ;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 17px;
}
.vf_product .vf_list ul li .img img {
    max-width: 210px;
    max-height: 160px
}
.vf_product .vf_list .about {
    line-height: 20px;
    margin-bottom: 15px
}
.vf_product .vf_view {
    margin-bottom: 80px
}
.vf_product .vf_view .media {
    width: 318px;
    float: left;
    position: relative;
    margin-right: 20px;
}
.vf_product .vf_view .media img {
    max-width: 318px;
    border: 1px solid #cccccc
}
.vf_product .vf_view .vf_tit {
    font-size: 20px;
    margin-bottom: 10px
}
.vf_product .vf_next {} .vf_product .vf_next .vf_tit {
    text-transform: uppercase;
    font-size: 18px;
    color: #509226;
    padding-bottom: 6px;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 16px
}
.vf_product .vf_next ul li {
    float: left;
    margin: 0 0 20px 19px;
    width: 180px;
    height: 168px;
    background: url(../img/bgsp.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.vf_product .vf_next ul li:first-child {
    margin-left: 0
}
.vf_product .vf_next ul li .img {
    display: block;
    width: 174px;
    height: 125px;
    text-align: center;
    padding-top: 3px;
    margin: 0 3px 10px 3px;
}
.vf_product .vf_next ul li .img img {
    max-width: 100%;
    max-height: 125px;
}
/********************************* GALLERY *****************************/
.vf_gallery, .vf_video {
  position: relative;
  margin-bottom: 60px;
}
.vf_gallery ul, .vf_video ul {
  margin-left: -20px;
}
.vf_gallery ul li, .blk-gallery ul li {
  float: left;
  margin-left: 20px;
  margin-bottom: 30px;
  width: calc(20% - 20px);
}
.vf_video ul li {
  width: calc(25% - 20px);
  float: left;
  margin-left: 20px;
  margin-bottom: 30px;
}
.vf_gallery ul li:nth-child(5n + 1), .blk-gallery ul li:nth-child(5n + 1), .vf_video ul li:nth-child(4n + 1) {
  clear: both;
}
.vf_gallery .img, .blk-gallery .img, .vf_video .img {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  -webkit-box-shadow: 0 0 5px 0 rgba(10, 10, 10, 0.75);
  -moz-box-shadow:    0 0 5px 0 rgba(10, 10, 10, 0.75);
  box-shadow:         0 0 5px 0 rgba(10, 10, 10, 0.75);
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.vf_gallery .img:before, .blk-gallery .img:before, .vf_video .img:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.vf_gallery ul li:hover .img:before, .blk-gallery li:hover .img:before, .vf_video li:hover .img:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.vf_gallery .img img, .blk-gallery .img img, .vf_video .img img {
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width:100%;
}

.vf_gallery .vf_list .tit, .blk-gallery .tit,.vf_video .tit {
  display: block;
  color: #5e2f7e;
  text-align: center;
  line-height: 1.6;
}

#viewVideo .vf_tit,
.vf_gallery .vf_view .vf_tit {
  font-size: 18px;
  text-transform: uppercase;
  color: #580179;
  line-height: 24px;
  margin-bottom: 10px;
}
#viewVideo .vf_tit {
  margin: 15px 0 30px;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
#viewVideo iframe,
#viewVideo embed,
#viewVideo object {
  width: 853px !important;
  height: 480px !important;
}
#viewVideo {
  width: 933px;
  margin: 0 auto 50px auto;
  display: none;
  padding: 40px;
  background: rgb(94,22,119);
  background: -moz-radial-gradient(center, ellipse cover,  rgba(94,22,119,1) 0%, rgba(98,22,126,1) 44%, rgba(125,21,154,1) 100%);
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(94,22,119,1) 0%,rgba(98,22,126,1) 44%,rgba(125,21,154,1) 100%);
  background: radial-gradient(ellipse at center,  rgba(94,22,119,1) 0%,rgba(98,22,126,1) 44%,rgba(125,21,154,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e1677', endColorstr='#7d159a',GradientType=1 );
  border-radius: 10px;
}
#viewVideo .vf_tit {
  font-size: 25px;
  color: #ffff00;
  font-weight: bold;
  line-height: 30px;
}
.vf_gallery .vf_view {
  text-align: center;
}
.blk-gallery {
  margin: 50px 0;
}
.blk-gallery .vf_tit {
  font-size: 20px;
  text-transform: uppercase;
  color: #580179;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/********************************** FAQ *******************************/
.box-facebook {
  margin-top: 20px;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.vf_faq {
  margin: 50px 0;
}
.vf_faq .vf_list {
  float: right;
  width: calc(100% - 320px);
}
.vf_faq .nav-faq {
    position: relative
}
.vf_faq .btn_green {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 16px;
    color: red;
    text-decoration: none;
    color: #580179;
    font-weight: bold;
}
.vf_faq .vf_list .vf_tit {
    margin-bottom: 5px;
}
.vf_faq .vf_tit a {
    text-transform: uppercase;
    color: #580179;
    font-size: 26px;
}
.vf_faq .viewans {
    color: #333;
    margin-bottom: 10px;
    font-style: italic;
    border-top: 1px solid #580179;
    padding-top: 10px
}
.vf_faq .question {
    padding-top: 15px;
    margin-top: 15px;
    color: #333;
    cursor: pointer;
    line-height: 20px;
    color: #580179
}
.vf_faq .question:hover {} .vf_faq .bg-faq {
    background: #e3f2fb;
    padding: 10px 30px;
    color: #333;
    line-height: 24px
}
.vf_faq .vf_list li {
    background: url(../img/question.png) no-repeat left 18px;
    padding-left: 40px;
}
.vf_faq .vf_list li,
.vf_faq .vf_list li a {
    color: #580179
}
.vf_faq .vf_list li .desc {
    color: #333
}
.vf_faq .vf_list li a:hover {
    text-decoration: underline;
}
.vf_faq .vf_list li.accor .accordion {
    display: none;
}
.vf_faq .vf_list li .accordion {
    line-height: 22px;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #e9c5f5;
    background: #f1daf9;
}
.vf_faq .vf_list li.accor .question {
    background: url(../img/dotline.png) repeat-x left top;
}
.vf_faq h5 {
    margin-bottom: 10px;
    color: #580179
}
.vf_faq table.form tr {
    display: block;
    margin-top: 10px
}
.vf_faq table.form th {
    width: 80px;
    vertical-align: top;
    text-align: right;
    padding-right: 10px
}
.boxask {
    width: 100%;
    padding: 4%;
    padding-top: 20%;
    background: #f5d1ff url(../img/faqs.png) no-repeat left top;
    border: 3px solid #e5aaf5;
    color: #b01dd8;
    line-height: 18px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.boxask h4 {
    display: none;
}
.boxask .row {
    padding: 5px 0;
}
.boxask input[type=text],
.boxask select,
.boxask textarea {
    width: 100%;
    border: 1px solid #e5aaf5;
    padding: 1%;
}
.boxask select {
    font-size: 11px;
}
.boxask h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.boxask label {
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
}
.boxask .btn {
    padding: 5px 10px;
    background: #cb60b3;
    /* Old browsers */

    background: -moz-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cb60b3), color-stop(50%, #c146a1), color-stop(51%, #a80077), color-stop(100%, #db36a4));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=0);
    /* IE6-9 */

    color: #fff;
    border: 1px solid #db36a4;
    cursor: pointer;
    border-radius: 3px;
}
.row.prop_birthday,
.row.prop_gender {
    float: left;
    width: 40%;
}
.row.prop_birthday {
    width: 100%;
}
.row.prop_tel {
  clear: both;
}
.row.prop_birthday label,
.row.prop_gender label {
    float: left;
}
.row.prop_gender label {
    display: none;
}
.row.prop_birthday input,
.row.prop_gender input {
    margin-left: 4px;
}
.row.prop_birthday input {
    width: 100px;
    float: left;
}
.boxask .report {
    color: red;
    margin-left: 0 !important;
}
.getanswer {
    font-weight: bold;
    display: inline-block;
    padding: 0px 5px;
    margin: 10px 0 0;
    border-top: 1px solid #B038B0;
    border-bottom: 1px solid #B038B0;
    color: #B038B0;
}
/********************************* DOWNLOAD *****************************/

.blk-download {
    background: url(../img/bgtitdownload.jpg) repeat-x;
    margin-bottom: 20px;
}
.blk-download .vf_tit {
    height: 32px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
    background: url(../img/dl.png) no-repeat 10px 8px;
    padding-left: 38px;
}
.blk-download .vf_tit a {
    color: #fff
}
.blk-download ul {
    background: #1f8a45;
    padding: 10px;
}
.blk-download ul li {
    background: url(../img/dotline.png) repeat-x left bottom;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.blk-download ul li a {
    color: #fff;
}
.blk-download ul li a img {
    float: left;
    margin-right: 5px;
    padding-top: 5px;
}
/*************************************** CONTACT ****************************************/
.vf_contact {
  width: 50%;
  float: right;
  line-height: 1.7;
  padding-left: 5%;
  border-left: 1px solid #ccc;
  padding-bottom: 50px;
}
.info-ct {
  width: 50%;
  float: left;
  line-height: 1.7;
}
.map {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-bottom: 50px;
}
.map iframe {
  height: 100%;
  min-height: 350px;
  width: 100%;
}
.map p {margin-bottom: 15px;}
.map .map-left {
  float: left;
  width: 50%;
  padding: 50px 5% 0 0;
}
.map .map-right {
  float: right;
  width: 50%;
  padding: 50px 0 0 5%;
  border-left: 1px solid #ccc;
}
.form {
  width: 100%;
}
.form th {
  text-align: right;
  width: 120px;
  vertical-align: top;
}
.form input[type=text],
.form input[type=email],
.form input[type=url] {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 0px 3px;
  height: 22px;
  line-height: 22px;
  width: 318px;
}
.form select {
  height: 22px;
  line-height: 22px;
  width: 324px;
  border: 1px solid #ccc
}
.form label {
  display: block;
  color: #333;
  padding: 0 15px;
}
.ico.inn:after {
  content: "*";
  color: red;
  float: right;
}
.form .gender {
  float: left;
}
.form .gender label {
  display: inline;
  padding: 0;
  margin-left: 3px;
  margin-right: 10px;
}
.form textarea {
  width: 100%;
  padding: 4px 3px;
  border: 1px solid #ccc;
  height: 150px;
  margin-bottom: 5px;
}
.form input[type=submit],
.form input[type=reset] {
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
  background: #580179;
  border: none;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  text-align: center;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0 10px;
}
.form input[type=submit]:hover,
.form input[type=reset]:hover {
  color: #ffff00;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.report {
    margin-bottom: 15px !important;
    margin-left: 15px !important;
    color: #333;
    line-height: 20px;
}
/********************************* FOOTER *****************************/
.footer {
  padding: 20px 0;
}
#fcontact {
  padding: 15px 55px 0 55px;
  font-size: 16px;
  color: #ffff00;
  line-height: 20px;
  text-align: center;
}
#fcontact a {
  color: #ffff00;
}
#fcontact a:hover {
    text-decoration: underline;
}
.blk-support { font-family: 'SFUHelveticaLight';}
.blk-support strong { font-family: 'SFUHelveticaBold';}
.info-support {
  margin-top: 25px;
  padding-top: 60px;
  background: url(../img/bgd-flower-long.png) no-repeat top center;
}
.info-support.fix { display: none;}
body.homepage .info-support.fix {display: block;}
.info-support .item {
  float: left;
  width: 33.33333333%;
  color: #fff;
  font-size: 22px;
  line-height: 1.5
}
@media only screen and (min-width: 992px) {
  body.en .info-support .item { width: 50%}
  body.en .info-support.fix .item { width: 33.33333333%}
}

.info-support .item.last {
  float: right;
}
.info-support .item.text-left {
  text-align: left;
}
.info-support .item p { margin-bottom: 10px;}
.info-support .item a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 23px;
  background: url(../img/bgd-btn.png) no-repeat;
  background-size: 100% 40px;
  border-radius: 5px;
  font-family: 'SFUHelveticaBold';
  font-size: 22px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}
.info-support .item a:hover {
  background: #fff;
  border: 1px solid #580179;
  color: #580179;
}
.cpr {
  font-size: 13px;
  font-family: 'SFUHelveticaLight';
  line-height: 1.5;
  color: #fff;
  float: left;
}
.cpr a {
  color: #fff;
}
.cpr a:hover {
  text-decoration: underline;
}
.counter {
  float: right;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}
.counter span {
  display: inline-block;
  text-align: right;
  width: 120px;
  margin-left: 35px;
  font-size: 25px;
}
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#lightbox img {
  width: auto;
  height: auto;
}
#lightbox a img {
    bor der: none;
}
#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#imageContainer {
  padding: 10px;
}
#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#imageContainer>#hoverNav {
  left: 0;
}
#hoverNav a {
  outline: none;
}
#prevLink,
#nextLink {
  width: 49%;
  height: 100%;
  background-image: url(data:image/gif;base64,AAAA);
  /* Trick IE into showing hover */

  display: block;
}
#prevLink {
  left: 0;
  float: left;
}
#nextLink {
  right: 0;
  float: right;
}
#prevLink:hover,
#prevLink:visited:hover {
  background: url(../img/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover,
#nextLink:visited:hover {
  background: url(../img/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
}
#imageData {
  padding: 0 10px;
  color: #666;
}
#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left;
}
#imageData #caption {
  font-weight: bold;
}
#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
}
#advisory, #register-promotion {
  padding: 40px;
  line-height: 1.8;
}
.btn-backtop {
  position: fixed;
  right: 20px;
  bottom: 70px;
  display: none;
  z-index: 999;
}

#b-a-carousel {
  width: 100%;
  float: left;
  height: 400px;
  padding-left: 0
}
.wrinkle-v2 #b-a-carousel {
  height: 345px;
}
#b-a-carousel .item {
  background: #fff;
  text-align: center;
  max-width: 635px
}
#b-a-carousel .item .b-a-title {
  text-align: center;
  font-weight: bold
}
#b-a-carousel .eriitem .b-a-title {
  font-size: 25px;
  font-family: 'SFUSukhoi';
  font-weight: bold;
  color: #611771;
  margin: 15px 0;
}
#b-a-carousel .eriitem .b-a-desc {
  font-size: 22px
}
#b-a-carousel .eriitem.active .b-a-title {
  font-size: 30px;
  font-weight: bold;
}
#b-a-carousel .eriitem.active .b-a-desc {
  font-size: 16px;
  padding: 0 15px 10px 15px;
  color: #333;
}
#b-a-carousel .b-a-desc {
  line-height: 1.5em;
  text-align: center;
}
.b-a-wrapper {
  width: 100%;
  float: left;
  position: relative
}
.b-a-controls {
  width: 100%
}
.ba-ct .previous {
  left: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 40%;
  font-size: 51px;
  color: #c69831
}
.ba-ct .next {
  right: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 40%;
  font-size: 51px;
  color: #c69831
}
.col-xs-6 {
  float: left;
  width: 50%;
  padding: 10px 15px;
  text-align: center;
  color: #333;
}

.menu-mb {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.menu-mb.active {
  display: block;
}
.overlay-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.menu-mb .vf_menu {
  width: 300px;
  height: 100%;
  background: #fff;
  border-right: 10px solid #401a57;
  position: absolute;
  right: -300px;
  top: 0;
  z-index: 50;
}
.menu-mb .vf_menu > ul {
  padding: 100px 40px 0 20px;
  height: 100%;
  overflow-y: auto;
}
.menu-mb .vf_menu > ul > li > a {
  color: #401a57;
  font-size: 14px;
  padding: 15px 0;
  background: url(../img/icon-menu.png) no-repeat left center;
}
.menu-mb .vf_menu > ul > li > a.active {
  color: #ffff00;
  background: #401a57;
  padding: 15px 10px;
}
.menu-mb .vf_menu > ul > li {
  border-bottom: 1px solid #cec1d1;
}
.menu-mb .vf_menu li:last-child {
  border-bottom: none;
}
.menu-mb .vf_menu li li:first-child {
  // border-top: 1px solid #d9d9d9;
}
.menu-mb .vf_menu li a{
  text-transform: uppercase;
  display: block;
}
.menu-mb .vf_menu li li a {
  padding: 10px 25px 10px 0;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
.menu-mb .vf_menu li li a.active {
  color: #333;
  font-weight: bold;
}
.menu-mb .vf_menu ul ul {
  display: none;
  list-style: square;
  color: #333;
  margin: 0 0 10px 40px;
}
.menu-mb .vf_menu li.has-child {
  background: url(../img/arrow-white-down.png) no-repeat left top 26px;
  background-size: 20px 12px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu-mb .vf_menu li.has-active ul {
  display: block;
}
.menu-mb .vf_menu li.has-child.has-active {
  background: url(../img/arrow-white-up.png) no-repeat left top 26px;
  background-size: 20px 12px;
}
.menu-mb .btn-close {
  background: url(../img/btn-close.png);
  width: 84px;
  height: 40px;
  position: absolute;
  top: 27px;
  left: -20px;
}
.btn-menu {
  display: none;
  width: 55px;
  height: 12px;
  background: url(../img/btn-menu.png);
  position: absolute;
  right: 30px;
  top: 40px;
  z-index: 200;
}
.logo-mobile, .language.mobile, .about-us-block .img-mobile, .vf_equipment .vf_cat .desc-mb, .vf_equipment .vf_cat .more,
.info-support.mobile, .cpr.mobile, .text-mobile { display: none;}
/********************************* RESPONSIVE *****************************/
@media (max-width: 1199px) {
  .container, .slogan, .slider .slick-dots, .breadcrumb ul {
    width: 100%;
    padding: 0 15px;
  }
  .inner-ctn, .vf-ctn { padding: 0 15px;}
  .inner-ctn table, .vf-ctn table {width: 100% !important;}
  .logo {
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
  }
  .hotline {top: 35px}
  .language {
    top: 42px;
    right: 15px;
  }
  .search {
    width: 450px;
    right: 15px;
    top: 85px;
  }
  .slider.small { height: auto}
  .slider.small img {
    width: 100%;
    height: auto
  }
  body.vn .blk-menu .vf_menu > ul > li + li {padding: 0 8px;}
  body.en .blk-menu .vf_menu > ul > li + li {padding: 0 6px;}
  // body.vn .blk-menu .vf_menu > ul > li:nth-child(2),
  // body.vn .blk-menu .vf_menu > ul > li:nth-child(3),
  // body.vn .blk-menu .vf_menu > ul > li:nth-child(4),
  // body.vn .blk-menu .vf_menu > ul > li:nth-child(5),
  // body.vn .blk-menu .vf_menu > ul > li:nth-child(6),
  // body.vn .blk-menu .vf_menu > ul > li:nth-child(7),
  // body.vn .blk-menu .vf_menu > ul > li:nth-child(8),
  // body.vn .blk-menu .vf_menu > ul > li:nth-child(9),
  // body.vn .blk-menu .vf_menu > ul > li:nth-child(10),
  // body.vn .blk-menu .vf_menu > ul > li:nth-child(11) {
  //   width: auto;
  //   padding: 0 8px;
  // }
  // body.en .blk-menu .vf_menu > ul > li:nth-child(2),
  // body.en .blk-menu .vf_menu > ul > li:nth-child(3),
  // body.en .blk-menu .vf_menu > ul > li:nth-child(4),
  // body.en .blk-menu .vf_menu > ul > li:nth-child(5),
  // body.en .blk-menu .vf_menu > ul > li:nth-child(6),
  // body.en .blk-menu .vf_menu > ul > li:nth-child(7),
  // body.en .blk-menu .vf_menu > ul > li:nth-child(8),
  // body.en .blk-menu .vf_menu > ul > li:nth-child(9),
  // body.en .blk-menu .vf_menu > ul > li:nth-child(10),
  // body.en .blk-menu .vf_menu > ul > li:nth-child(11) {
  //   width: auto;
  //   padding: 0 6px;
  // }
  .blk-menu .vf_menu > ul > li > a { font-size: 14px;}
  .blk-menu .vf_menu > ul > li:before {
    height: 16px;
    margin-top: -8px;
  }
  .slider .slick-dots { display: none !important}
  .mn-box ul li { margin: 0 0 15px 30px;}
  .boxbn ul li {
    width: 50%;
    margin-bottom: 30px;
  }


  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .boxbn ul li:nth-child(2n + 1) {clear: both;}
  }

  .about-us-block {
    width: 100%;
    margin-left: 0;
  }
  .about-us-block .desc {
    min-height: 0;
    margin-bottom: 15px;
  }
  .blk-technology ul { padding: 0}
  .ba-ct { display: none;}
  #b-a-carousel .eriitem {
    width: 100%;
    background: none;
  }
  .col-xs-6, #b-a-carousel .eriitem .b-a-title { color: white}
  .ericarousel .eriitem {
    position: static;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .ericarousel .eriitem img { display: inline-block;}
  #b-a-carousel {
    height: auto;
    padding: 0 50px;
  }
  #b-a-carousel .slick-arrow {
    width: 31px;
    height: 55px;
    background: url(../img/icon-control-white.png) no-repeat;
    border: none;
    text-transform: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    cursor: pointer;
  }
  #b-a-carousel .slick-prev {left: 15px;}
  #b-a-carousel .slick-next {
    background-position: -31px 0;
    right: 15px;
  }
  .blk-new-aesthetic { padding: 0 50px;}
  .blk-new-aesthetic ul { margin-left: -30px}
  .blk-new-aesthetic .item { margin-left: 30px}
  .blk-new-aesthetic .slick-prev {left: -30px}
  .purple-4 { text-align: center;}
  .blk-promotion.special {
    height: 460px;
    min-height: 460px;
    margin-left: 8px;
  }
  .blk-promotion {
    float: none;
    display: inline-block;
    margin: 0 8px 20px;
    vertical-align: top;
  }
  .support-online a {
    width: 16%;
    margin-left: 0;
    text-align: center;
  }
  .info-support .item.text-left, .info-support.fix .item.last { width: 50%}
  .footer { padding-bottom: 20px;}
  .cpr { width: 50%}
}

@media (max-width: 992px) {
  body { overflow-x: hidden;}
  .main video, .main iframe { width: 100% !important; height: auto; min-height: 400px;}
  // .blk-purple, .blk-gray, .footer, .header { background-size: cover;}
  .header .container { padding: 0;}
  .search {
    float: left;
    width: 100%;
    height: auto;
    position: static;
    background: #5e2e7d;
    padding: 15px;
    margin-top: 25px;
    border-radius: 0;
    border: none;
    line-height: 1;
  }
  .search form {
    height: 40px;
    border: 1px solid #fff;
    border-radius: 15px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
  }
  .search input[type=text] {
    background: #4e2368;
    line-height: 40px;
  }
  .hotline {
    top: 80px;
    right: 15px;
  }
  .sub_menu_style { margin-bottom: 30px;}
  .sub_menu_style > ul { display: none;}
  .sub_menu_style > ul.active { display: block;}
  .sub_menu_style .vf_tit {
    text-align: left;
    background: #5e2e7d url(../img/triangle-white.png) no-repeat right 20px center;
    height: auto;
    line-height: 1;
    padding: 0;
  }
  .sub_menu_style .vf_tit a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 15px 50px 15px 15px;
  }
  .title-faq {
    font-size: 16px;
    color: #5e2e7d;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background: #fcf8fa;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 5px;
  }
  .vf_pag { text-align: center;}
  .vf_pag a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    background: #e9e9df;
  }
  .vf_pag a.active, .vf_pag a:hover { background: #341648;}
  .blk-gray, .blk-purple { padding: 20px 0;}
  .blk-text .vf_tit { margin-bottom: 60px;}
  .blk-technology ul { margin-top: 20px;}
  .blk-text .vf_tit a, .blk-text .vf_tit { font-size: 22px; font-weight: bold}
  .blk-text > p { font-size: 24px;}
  .hotline p { font-size: 24px !important}
  .blk-menu, .purple-1, .logo, .language, .bn-partner, .box-facebook, .slider { display: none;}
  .btn-menu, .logo-mobile, .language.mobile, .slider.mobile { display: block;}
  .language {
    width: 165px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #b183cd;
    border-radius: 20px;
    top: 27px;
  }
  .select-language {
    line-height: 39px;
    border: none;
    border-right: 2px solid #b183cd;
    width: 85px;
    height: 39px;
    border-radius: 0;
    padding: 0 32px 0 20px;
    position: relative;
  }
  .select-language img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .logo-mobile { margin-top: 15px; float: left; width: 100%; padding: 0 15px;}
  .logo-mobile a { display: block; margin: 0 0 15px 20px;}
  .vf_equipment .vf_cat .view-mobile { display: block;}
  .vf_equipment .vf_cat .view-desktop { display: none;}
  .vf_equipment .vf_cat ul { margin-left: 0}
  .vf_equipment .vf_cat li { margin-left: 0; padding: 0 15px; text-align: center;}
  .vf_equipment .vf_cat .tit { font-weight: bold; color: #3a1952;}
  .vf_equipment .vf_cat .desc-mb {
    display: block;
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.5;
    color: #282828;
    text-align: center;
  }
  .vf_equipment .vf_cat .desc-mb p { text-align: center !important;}
  .vf_equipment .vf_cat .slick-arrow {
    width: 44px;
    height: 59px;
    border: none;
    font-size: 0;
    background: url(../img/prev-mb.png);
    position: absolute;
    top: 118px;
    z-index: 10;
  }
  .vf_equipment .vf_cat .slick-prev {
    left: 15px;
  }
  .vf_equipment .vf_cat .slick-next {
    right: -15px;
    background: url(../img/next-mb.png);
  }
  .vf_equipment .vf_cat .more { display: inline-block; margin-top: 25px;}
  .blk-technology ul { text-align: center;}
  .blk-technology li {
    padding: 15px;
    margin-left: 0;
    background: none;
  }
  .blk-technology .slick-arrow, .blk-new-aesthetic .slick-arrow, #b-a-carousel .slick-arrow {
    width: 44px;
    height: 59px;
    background: url(../img/prev-mb.png);
    z-index: 50;
  }
  .blk-technology .slick-arrow { top: 128px;}
  .blk-technology .slick-prev, #b-a-carousel .slick-prev {left: -15px;}
  .blk-technology .slick-next, #b-a-carousel .slick-next {
    right: -15px;
    background: url(../img/next-mb.png) no-repeat 0 0;
  }
  .blk-new-aesthetic .slick-prev {left: -35px;}
  .blk-new-aesthetic .slick-next {
    right: -65px;
    background: url(../img/next-mb.png) no-repeat 0 0;
  }
  .blk-technology .img, .vf_equipment .vf_cat .view-mobile .img {
    width: 278px;
    height: 278px;
    margin: 0 auto 35px;
    background: url(../img/bgd-item-service.png);
    border-radius: 50%;
    overflow: hidden;
    z-index: 10;
  }
  .blk-technology .img img, .vf_equipment .vf_cat .view-mobile .img img {
    width: auto;
    height: auto;
    max-width: 195px;
    max-height: 195px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .blk-technology .tit {
    background: none;
    color: #3a1952;
    font-size: 18px;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
    text-transform: uppercase;
  }
  .blk-technology .desc {
    padding: 0;
    height: auto;
  }
  .blk-new-aesthetic .thumb {
    margin: 30px auto;
  }
  .blk-new-aesthetic .desc *, .blk-new-feature .desc *, .blk-technology .desc * { font-size: 16px !important;}
  .blk-promotion {
    float: left;
    margin: 0 8px;
  }
  .promotion-wrapper { padding: 0 4px}
  .promotion-wrapper .slick-arrow {
    width: 44px;
    height: 59px;
    border: none;
    font-size: 0;
    background: url(../img/prev-mb.png);
    position: absolute;
    top: 80px;
    z-index: 10;
  }
  .promotion-wrapper .slick-prev {
    left: -15px;
  }
  .promotion-wrapper .slick-next {
    right: -17px;
    background: url(../img/next-mb.png);
  }
  .vf_gallery ul li, .blk-gallery ul li, .vf_video ul li {
    float: none;
    display: inline-block;
    width: calc(32% - 20px);
    vertical-align: top;
  }
  .intro-title {padding: 0 15px 50px;}
  .vf_equipment .vf_cat li {
    float: none;
    display: inline-block;
    width: calc(50% - 35px);
    vertical-align: top;
  }
  .vf_article .vf_cat .vf_tit, .vf_equipment .vf_cat .vf_tit { line-height: 1.5}
  .vf_article .vf_cat img {
    float: none;
    width: 100%;
    height: auto;
  }
  .vf_article .vf_cat .col-right { width: 100%;}
  .inner-ctn.fix { text-align: center;}
  .vf_article .vf_list .list .item, .vf_article .vf_next .list .item { width: 50%}
  .vf_article .vf_list .thumb, .vf_article .vf_next .thumb { height: auto; text-align: center;}
  .vf_article .vf_list .thumb img, .vf_article .vf_next .thumb img { position: static; display: inline-block;}
  .vf_article .vf_list .list .item:nth-child(2n + 1) { clear: left;}
  #viewVideo {width: 100%; padding: 20px;}
  #viewVideo .vf_tit { font-size: 16px;}
  #viewVideo iframe, #viewVideo embed, #viewVideo object { width: 100% !important}
  .left, .vf_faq .vf_list {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  .info-ct, .vf_contact { width: 100%;}
  .map {
    margin-top: 50px;
    border: none;
  }
  .map .map-right { border: none;}
  .vf_contact { text-align: left; border-left: none; padding-left: 0;}
  .map .map-left, .map .map-right { float: none; width: 100%; padding: 0; margin: 50px 0;}
  .vf_article .preview { max-width: 100%}
  .vf_article .result .slide-center.slick-slider { min-height: 0; margin-bottom: 50px}
  .vf_article .result .slick-slider .item { opacity: 1; padding: 0 15px}
  .about-us-block {
    background: none;
    padding: 0;
    position: relative;
  }
  .about-us-block .desc { text-align: left; font-size: 16px;}
  .about-us-block .img-mobile {
    display: block;
    text-align: center;
  }
  .about-us-block .desc .tit, .about-us-block .tit { color: #ffff00 !important; font-size: 18px; margin: 45px 0 25px; line-height: 1.5; text-align: center;}
  .about-us-block .tit strong {color: #ffff00 !important;}
  .about-us-block .img-mobile .tit span {
    display: block;
    font-size: 14px;
    color: #fff;
  }
  .about-us-block.first { padding: 0;}
  .about-us-block.first:before {
    content: "";
    width: 180px;
    height: 2px;
    background: #9c8ca6;
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -90px;
  }
  .about-us-block .img, .about-us-block.first .desc .tit, .counter, .purple-3, .info-support { display: none;}
  .about-us-block .more, .blk-new-aesthetic .more, .blk-technology .more, .vf_equipment .vf_cat .more { font-size: 15px; height: 30px; line-height: 28px;}
  .info-support .item, .info-support .item.text-left, .info-support.fix .item.last{ width: 100%; margin-bottom: 30px; text-align: center;}
  .cpr { width: 100%; margin-bottom: 0; text-align: center; display: none;}
  .cpr.mobile { display: block;}
  .vf_article .vf_cat .vf_tit a, .vf_equipment .vf_cat .vf_tit a { font-size: 16px; text-transform: uppercase; width: 100%; text-align: center; font-weight: bold;}
  .vf_article .vf_cat p { display: none;}
  .info-support.fix, .info-support.mobile { display: block;}
  .vf_faq .vf_list li {
    padding: 0;
    background: none;
    border: none;
    margin-bottom: 17px;
  }
  .vf_faq .question, .vf_faq .vf_list li.accor .question {
    padding: 25px 15px;
    background: #fcf8fa;
    position: relative;
  }
  .vf_faq .question:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/icon-faq.png);
    position: absolute;
    left: 25px;
    top: -5px;
  }
  .getanswer {
    border: none;
    width: 88px;
    height: 23px;
    background: url(../img/icon-answer.png);
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
    position: absolute;
    right: 11px;
    bottom: -7px;
  }
  .vf_faq .vf_list li .accordion {
    background: #fce7f0;
    border: none;
    padding-top: 25px;
    border-radius: 5px;
    margin-top: 0;
    position: relative;
  }
  .vf_faq .vf_list li .accordion:before {
    content: "";
    width: 39px;
    height: 20px;
    background: url(../img/icon-accor.png);
    position: absolute;
    left: 31px;
    top: -14px;
  }
  .vf_faq .vf_list li.active .getanswer { display: none;}
  .row.prop_birthday, .row.prop_gender { width: 100%;}
  .row.prop_birthday input { width: 100%; margin-left: 0;}
  .boxask {
    background: #fbf4f7;
    border: none;
    color: #333;
    padding: 0 0 20px;
  }
  .boxask select { font-size: 14px;}
  .boxask .row.last-row { text-align: center;}
  .boxask .btn {
    display: inline-block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    background: #3a1952;
    padding: 0;
    text-align: center;
    border: none;
  }
  .boxask input[type=reset] {
    background: #856e92;
  }
  .text-mobile {
    display: block;
    height: 65px;
    background: #5e2e7d;
    padding: 15px 25px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
  }
  .text-mobile:before {
    content: "";
    width: 39px;
    height: 20px;
    background: url(../img/icon-accor.png);
    position: absolute;
    left: 40px;
    bottom: -9px;
  }
  .boxask .row {
    padding: 5px 20px;
  }
}

@media (max-width: 767px) {
  .promotion-wrapper { padding: 0 12px}
  .logo-mobile a { margin: 0 0 15px; width: 85px}
  .hotline img { max-width: 19px}
  .blk-new-aesthetic { padding: 0;}
  .blk-promotion, .blk-promotion.special { margin: 0 0 20px}
  .support-online a { width: 33%; margin-bottom: 30px}
  #b-a-carousel {
    padding: 0 12px;
    margin-bottom: 50px;
  }
  .blk-technology li {
    width: 100%;
    margin-left: 0;
  }
  .vf_article.title-fix .vf_view .vf_tit p { font-size: 18px;}
  .blk-technology .desc { height: auto}
  .mn-box ul li {
    display: block;
    margin-left: 0;
    height: auto;
    line-height: 1.5;
    background-size: 100% 100%;
    padding: 15px 0;
  }
  // .boxbn ul li {width: 100%}
  .about-us-block .img {
    float: none;
    margin: 0 auto 30px;
  }
  .form th, .form td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .form input[type=text], .form input[type=email], .form input[type=url] {width: 100%;}
  .form label {
    display: inline-block;
    padding: 0;
  }
  #advisory, #register-promotion {padding: 15px;}
  .report { margin-left: 0 !important}
  .vf_ctn img {
    float: none !important;
    display: block;
  }
  .vf_gallery ul li, .blk-gallery ul li, .vf_video ul li { width: calc(50% - 25px);}
  .vf_equipment .vf_cat ul { margin-left: 0;}
  .vf_equipment .vf_cat li  {
    width: 100%;
    margin-left: 0;
  }
  // .vf_article .vf_list .list .item, .vf_article .vf_next .list .item { width: 100%;}
  .vf_article .result .slick-slider .item { padding: 0}
  .blk-new-aesthetic .slick-arrow {top: 180px;}
  .blk-new-aesthetic .slick-prev {left: 15px;}
  .blk-new-aesthetic .slick-next {right: -15px;}
  .blk-new-aesthetic .tit { font-size: 16px; height: auto; color: #282828;}
  .blk-new-aesthetic .line-seperator, .blk-new-aesthetic .desc, .breadcrumb { display: none;}
  .blk-new-aesthetic .more { margin-top: 20px;}
  #b-a-carousel .slick-arrow { top: 115px;}
  .title { font-size: 22px;}
  .boxbn ul li {
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .boxbn ul li.slick-current {
    opacity: 1;
    position: relative;
    z-index: 50;
  }
  .boxbn ul li .tit, .boxbn ul li .note { opacity: 0; margin-right: -100%; margin-left: -100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .boxbn ul li.slick-current .tit, .boxbn ul li.slick-current .note { opacity: 1;}
  .boxbn ul li .img { width: 192px; height: 192px; background-size: cover; margin-top: 43px; margin-right: -100%; margin-left: -100%; display: inline-block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .boxbn ul li .img img { max-width: 90%; max-height: 90%;}
  .boxbn ul li.slick-current .img { width: 278px; height: 278px; margin-top: 0;}
  .boxbn ul li.slick-current .img img { max-width: 100%; max-height: 100%}
  .boxbn ul li.nextdiv, .boxbn ul li.prevdiv { z-index: 40; opacity: .45}
  .boxbn .slick-arrow {
    width: 44px;
    height: 59px;
    border: none;
    font-size: 0;
    background: url(../img/prev-mb.png);
    position: absolute;
    top: 110px;
    z-index: 100;
  }
  .boxbn .slick-prev {left: -15px;}
  .boxbn .slick-next {
    right: -15px;
    background: url(../img/next-mb.png);
  }
  .info-support { margin-top: 0}
  .info-support .item { font-size: 18px;}
  .info-support .item a { height: auto; line-height: 1; font-size: 18px; padding-top: 10px; padding-bottom: 10px;}
  .vf_gallery .img, .blk-gallery .img, .vf_video .img { height: 120px; overflow: hidden;}
  .vf_gallery .img img, .blk-gallery .img img, .vf_video .img img { height: 100%; width: auto;}
  #viewVideo iframe, #viewVideo embed, #viewVideo object {height: 240px !important;}
  .main video, .main iframe { min-height: 240px;}
  #viewVideo .vf_tit, .vf_gallery .vf_view .vf_tit { text-transform: none;}
  .boxask .row.last-row + .row { font-size: 14px;}
}


.blk-new-aesthetic .slick-dots, #b-a-carousel .slick-dots, .vf_article .result .slide-center.slick-slider .slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
    margin-left: 0;
}
.blk-new-aesthetic .slick-dots li, #b-a-carousel .slick-dots li, .vf_article .result .slide-center.slick-slider .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.blk-new-aesthetic .slick-dots li button, #b-a-carousel .slick-dots li button, .vf_article .result .slide-center.slick-slider .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.blk-new-aesthetic .slick-dots li button:hover, #b-a-carousel .slick-dots li button:hover, .vf_article .result .slide-center.slick-slider .slick-dots li button:hover,
.blk-new-aesthetic .slick-dots li button:focus, #b-a-carousel .slick-dots li button:focus, .vf_article .result .slide-center.slick-slider .slick-dots li button:focus
{
    outline: none;
}
.blk-new-aesthetic .slick-dots li button:hover:before, #b-a-carousel .slick-dots li button:hover:before, .vf_article .result .slide-center.slick-slider .slick-dots li button:hover:before,
.blk-new-aesthetic .slick-dots li button:focus:before, #b-a-carousel .slick-dots li button:focus:before, .vf_article .result .slide-center.slick-slider .slick-dots li button:focus:before
{
    opacity: 1;
}
.blk-new-aesthetic .slick-dots li button:before, #b-a-carousel .slick-dots li button:before, .vf_article .result .slide-center.slick-slider .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.blk-new-aesthetic .slick-dots li.slick-active button:before, #b-a-carousel .slick-dots li.slick-active button:before, .vf_article .result .slide-center.slick-slider .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.popup-data{display:none;}

.offline{margin-top:50px;}
.offline p{line-height:1.5;}