.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  background: #e5e5e5;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
@font-face {
  font-family: 'open_sans_regular';
  src: url('../fonts/opensans-regular-webfont.eot');
  src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#open_sans_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans_light';
  src: url('../fonts/opensans-light-webfont.eot');
  src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light-webfont.woff') format('woff'), url('../fonts/opensans-light-webfont.ttf') format('truetype'), url('../fonts/opensans-light-webfont.svg#open_sans_light') format('svg');
  font-weight: normal;
  font-style: normal;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
body {
  background: #FFF;
  font-family: 'open_sans_regular';
  font-size: 12px;
  color: #878787;
}
.vina-slideshow .vina-camera-slider .camera_amber_skin {
  margin-bottom: -1px !important;
}
.vina-slideshow .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul {
  margin-top: 2px;
}
.vina-slideshow .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li {
  background: transparent;
  margin: 0 5px 0 0;
}
.vina-slideshow .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li > span {
  width: 10px;
  height: 10px;
  border: 2px solid #cccccc;
  background: transparent;
  border-radius: 50%;
}
.vina-slideshow .vina-camera-slider .camera_amber_skin .camera_next:hover,
.vina-slideshow .vina-camera-slider .camera_amber_skin .camera_prev:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.vina-slideshow .vina-camera-slider .camera_amber_skin .camera_next {
  right: 21px;
}
.vina-slideshow .vina-camera-slider .camera_amber_skin .camera_next > span:before {
  content: "\f101";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}
.vina-slideshow .vina-camera-slider .camera_amber_skin .camera_prev {
  left: 21px;
}
.vina-slideshow .vina-camera-slider .camera_amber_skin .camera_prev > span:before {
  content: "\f100";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}
.vina-slideshow .vina-camera-slider .camera_caption > div {
  position: absolute;
  display: block;
  bottom: 18px;
  left: 0;
  margin-right: 0;
  padding: 7px;
  background: #FFFFFF;
  z-index: 50;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 15px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.vina-slideshow .vina-camera-slider .camera_caption > div > span {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 15px;
}
.vina-slideshow .vina-camera-slider .camera_caption > div p {
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  margin: 0;
  padding-top: 5px;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding: 15px 0;
}
#sp-header-wrapper .logo-wrapper .logo:focus {
  outline: none;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 29px;
  line-height: normal;
  margin-top: 11px;
  font-family: 'open_sans_light';
}
#sp-header-wrapper .logo-wrapper .logo-text a {
  color: #565656 !important;
}
#sp-header-wrapper .logo-wrapper .logo-text .color {
  font-family: tahoma;
  font-weight: bold;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
  margin-bottom: 12px;
  font-style: italic;
  line-height: 23px;
  color: #5D5D5D;
}
#sp-header-wrapper .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.homepage #sp-main-body-wrapper {
  padding: 0;
}
#sp-main-body-wrapper {
  padding: 30px 0;
}
.category .items-row .item .entry-title {
  font-size: 24.5px;
}
.category .items-row .item .entry-meta.muted {
  background: transparent;
  margin-bottom: 0;
  padding: 5px 0;
}
.category .items-row .item .modhdg1.line {
  margin-bottom: 5px;
}
.category .items-row .item .media {
  margin-top: 5px;
}
.category .items-row .item .media p {
  margin-bottom: 3px;
}
.category .items-row .item img.introtext-image {
  max-width: 500px;
}
.category .items-row .item .readmore {
  margin-top: 5px;
}
.fulltext-image {
  max-width: 500px;
  background-color: #F5F5F5;
  border: 1px solid #E9E9E9;
  padding: 6px;
  margin-top: 3px;
}
.k2AccountPage table.admintable {
  width: 100%;
}
.k2AccountPage table.admintable th.k2ProfileHeading {
  background: transparent;
}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  background: transparent;
  border: 0;
  display: inline-block;
}
#sp-breadcrumb-wrapper {
  background: url("../images/backgrounds/bg_slide.png");
  position: relative;
}
#sp-breadcrumb-wrapper:before {
  -webkit-box-shadow: 0 5px 5px #9F9F9F;
  -moz-box-shadow: 0 5px 5px #9F9F9F;
  box-shadow: 0 5px 5px #9F9F9F;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#sp-bottom-wrapper {
  padding: 40px 0;
  background: none repeat scroll 0 0 #4B4B4B;
  border-top: 10px solid #CECECE;
}
#sp-feature-wrapper {
  padding: 26px 0 25px;
  background: url(../images/backgrounds/bg_slide.png);
  text-align: center;
  position: relative;
}
#sp-feature-wrapper:before {
  box-shadow: 0 5px 5px #9F9F9F;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#sp-promotion-wrapper {
  padding-top: 30px;
}
#sp-users-wrapper {
  padding: 30px 0;
}
ul.breadcrumb {
  margin: 0;
  padding: 10px 0;
  background: transparent;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.pagination ul > li.pagination-active > a,
.pagination ul > li.pagination-active > span {
  background-color: #F5F5F5;
}
#sp-footer-wrapper {
  padding: 30px 0;
  position: relative;
}
#sp-footer-wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#sp-right #login-form input:not([type]),
#sp-right #login-form input[type="color"],
#sp-right #login-form input[type="email"],
#sp-right #login-form input[type="number"],
#sp-right #login-form input[type="password"],
#sp-right #login-form input[type="tel"],
#sp-right #login-form input[type="url"],
#sp-right #login-form input[type="text"],
#sp-right #login-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  height: auto;
}
div.k2SearchBlock form input.inputbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  height: auto;
}
.nav-collapse,
.nav-collapse.collapse {
  z-index: 10000;
}
.btn-inverse {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sp-mobile-menu ul li a {
  color: #333;
}
ul.gallery li {
  -webkit-transform: translateZ(0);
}
ul.gallery li a {
  overflow: hidden;
}
ul.gallery li img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
ul.gallery li:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#sp-footer-wrapper {
  padding: 30px 0;
  background: none repeat scroll 0 0 #2A2A2A;
  border-top: 1px solid #CCCCCC;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  color: #0378a9;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  color: #17b8fb;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
button.social.pinterest,
input[type='submit'].social.pinterest,
input[type='button'].social.pinterest,
submit.social.pinterest {
  color: #dc4e44;
}
button.social.pinterest:hover,
input[type='submit'].social.pinterest:hover,
input[type='button'].social.pinterest:hover,
submit.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  color: #9d261d;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
.btn.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
@-webkit-keyframes vinabounce {
  0% {
    -webkit-transform: scale(1.0);
  }
  25% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: rotateZ(1.0);
  }
  75% {
    -webkit-transform: rotateZ(1.1);
  }
  100% {
    -webkit-transform: rotateZ(1.0);
  }
}
@-moz-keyframes vinabounce {
  0% {
    -moz-transform: scale(1.0);
  }
  25% {
    -moz-transform: scale(0.9);
  }
  50% {
    -moz-transform: rotateZ(1.0);
  }
  75% {
    -moz-transform: rotateZ(1.1);
  }
  100% {
    -moz-transform: rotateZ(1.0);
  }
}
@keyframes vinabounce {
  0% {
    transform: scale(1.0);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: rotateZ(1.0);
  }
  75% {
    transform: rotateZ(1.1);
  }
  100% {
    transform: rotateZ(1.0);
  }
}
#sp-main-menu >ul {
  float: right;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li.parent >a:after {
  content: "\f0D7";
  font-family: "FontAwesome";
  margin-left: 5px;
}
#sp-main-menu ul.level-0 > li a {
  color: #2A2A2A;
  display: block;
  font-size: 18px;
  padding: 30px 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: 0 1px 0 #fff;
  border-bottom: 2px solid #fff;
}
#sp-main-menu ul.level-0 > li a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li a:focus {
  outline: none;
}
#sp-main-menu ul.level-0 > li:hover >a,
#sp-main-menu ul.level-0 > li.active >a {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  color: #FFFFFF;
  text-decoration: none;
}
#sp-main-menu ul.level-0 > li:last-child {
  margin-right: 0;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid #CCCCCC;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group):last-child {
  border-bottom: 1px solid #CCCCCC;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  color: #2A2A2A;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  border-bottom: 0;
}
#sp-main-menu li li:not(.sp-menu-group):hover >a,
#sp-main-menu li li:not(.sp-menu-group).active >a {
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f0DA";
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 11px;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title {
  border-bottom: 1px solid #eee;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px;
  color: #999;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
ul.level-0 > li  >.sp-submenu >.sp-submenu-wrap >.sp-submenu-inner:before {
  border-bottom: 7px solid rgba(0,0,0,0.2);
  border-left: 7px solid rgba(0,0,0,0);
  border-right: 7px solid rgba(0,0,0,0);
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
ul.level-0 > li  >.sp-submenu >.sp-submenu-wrap >.sp-submenu-inner:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid rgba(0,0,0,0);
  border-right: 6px solid rgba(0,0,0,0);
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
.sp-submenu-inner {
  margin-top: 13px;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  padding-bottom: 25px;
  padding-top: 10px;
  position: relative;
  float: left;
  z-index: 10000;
}
.menu-fixed {
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 900ms;
  -moz-animation: fadeInDown 900ms;
  -ms-animation: fadeInDown 900ms;
  animation: fadeInDown 900ms;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .sp-submenu-inner {
    margin-top: 12px;
  }
}
.fixed .hidden-desktop {
  display: none;
}
.vina-menu {
  position: absolute !important;
  right: 0;
  top: 25px !important;
  padding: 8px 16px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  margin: 0 !important;
}
.vina-menu:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.vina-menu:after {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.vina-menu-small {
  position: absolute !important;
  right: 5px;
  top: 5px;
  padding: 4px 10px 5px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  margin: 0 !important;
  color: #fff !important;
}
.vina-menu-small:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.vina-menu-small:after {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: none !important;
}
.sp-mobile-menu {
  position: relative;
  background: #000;
  z-index: 10;
}
.sp-mobile-menu select.select-menu {
  width: 32px;
  height: 27px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.sp-mobile-menu >ul >li {
  border-bottom: 1px solid #333;
}
.sp-mobile-menu >ul >li:last-child {
  border: none;
}
.sp-mobile-menu >ul >li ul.collapse li {
  background: #333;
}
.sp-mobile-menu >ul >li ul.collapse ul li {
  background: #444;
}
.sp-mobile-menu ul {
  width: 100% !important;
}
.sp-mobile-menu ul li {
  background: rgba(0,0,0,0.9);
}
.sp-mobile-menu ul li:last-child {
  margin-bottom: 10px;
}
.sp-mobile-menu ul li a {
  color: #fff !important;
}
.sp-mobile-menu .menu-mobile-wrapper {
  position: fixed;
  width: 50%;
}
.sp-mobile-menu .mobile-inner {
  margin-top: 40px;
  overflow: auto;
  max-height: 600px;
}
.sp-mobile-menu .mobile-inner >ul >li {
  border-bottom: 1px solid #333;
  background: rgba(0,0,0,0.9);
}
.sp-mobile-menu .mobile-inner >ul >li:last-child {
  border: none;
}
.sp-mobile-menu .mobile-inner >ul >li ul.collapse li {
  background: #333;
}
.sp-mobile-menu .mobile-inner >ul >li ul.collapse ul li {
  background: #444;
}
@media (max-width: 979px) {
  .responsive .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .responsive .row-offcanvas-left {
    left: 0;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -50%;
    right: auto;
  }
  .responsive .row-offcanvas-left.active
		.sidebar-offcanvas {
    left: 0;
    right: auto;
  }
  .responsive .row-offcanvas-left.active {
    left: 50%;
  }
  .responsive .row-offcanvas-left.active
		.sidebar-offcanvas {
    left: 0%;
  }
  .responsive .sidebar-offcanvas {
    position: fixed !important;
    top: 0 !important;
    width: 50%;
    height: auto;
    overflow-y: auto;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .responsive .sidebar-offcanvas ul {
    width: 100% !important;
  }
}
@media (max-width: 599px) {
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -80%;
  }
  .responsive .row-offcanvas-left.active {
    left: 80%;
  }
  .responsive .sidebar-offcanvas {
    width: 80%;
  }
}
li.preset1:hover > a {
  background: #22b8f0 !important;
}
li.preset2:hover > a {
  background: #68b06d !important;
}
li.preset3:hover > a {
  background: #f37331 !important;
}
li.preset4:hover > a {
  background: #6d7f1b !important;
}
li.preset5:hover > a {
  background: #aa824a !important;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.tcvn_wowslider a.ws_next {
  background-image: none !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tcvn_wowslider a.ws_next:before {
  content: "\f101";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  margin-left: 15px;
}
.tcvn_wowslider a.ws_prev {
  background-image: none !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tcvn_wowslider a.ws_prev:before {
  content: "\f100";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  margin-left: 13px;
}
.tcvn_wowslider .ws_bullets {
  width: 100%;
  text-align: center !important;
}
.tcvn_wowslider .ws_bullets div {
  width: 100%;
}
.tcvn_wowslider .ws_bullets div a {
  float: none !important;
  display: inline-block;
  border: 2px solid #CCCCCC !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.tcvn_wowslider .ws_bullets div a:first-child {
  margin-left: 0 !important;
}
.custom_promotion {
  text-align: center;
}
.custom_promotion h1 {
  color: #4F575E;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 30px;
}
.custom_promotion h2 {
  color: #84939E;
  font-family: Abel, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: lighter;
  line-height: 26px;
}
.custom_promotion .prbd1 {
  background: #CCCCCC;
  height: 3px;
  margin-top: 25px;
  margin-bottom: 15px;
  width: 100%;
}
.custom_promotion .prbd2 {
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
  height: 3px;
  margin: 0 auto;
  text-indent: -9999px;
  width: 55%;
}
.custom_user {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 20px 15px 10px;
  text-align: center;
}
.custom_user img {
  width: 50%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.custom_user img:hover {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.custom_user h3 {
  font-size: 24.5px;
  line-height: 40px;
  font-weight: bold;
}
.custom_user .content {
  border-top: 1px solid #CCCCCC;
  line-height: 22px;
  margin-top: 10px;
  padding: 20px 0 10px;
}
.modhdg1 {
  background: #CCCCCC;
  width: 100%;
}
.modhdg1.lines {
  height: 3px;
  margin-bottom: 30px;
}
.modhdg1.line {
  height: 1px;
  margin-bottom: 15px;
}
.modhdg2 {
  width: 15%;
}
.modhdg2.lines {
  border-right: 5px solid #FFFFFF;
  height: 3px;
}
.modhdg2.line {
  border-right: 20px solid #FFFFFF;
  height: 1px;
}
.vina-carousel-k2 {
  overflow: visible !important;
}
.vina-carousel-k2 .owl-controls .owl-buttons > div {
  cursor: pointer;
  height: 45px;
  margin-left: -29px;
  position: absolute;
  width: 30px;
  z-index: 100;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.vina-carousel-k2 .owl-controls .owl-buttons > div:hover:before,
.vina-carousel-k2 .owl-controls .owl-buttons > div:focus:before {
  font-size: 35px;
}
.vina-carousel-k2 .owl-controls .owl-buttons > div:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 45px;
  color: #333;
}
.vina-carousel-k2 .owl-controls .owl-buttons > div.owl-prev {
  top: -80px !important;
  left: auto !important;
  right: 20px !important;
  background: none !important;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.vina-carousel-k2 .owl-controls .owl-buttons > div.owl-prev:hover,
.vina-carousel-k2 .owl-controls .owl-buttons > div.owl-prev:focus {
  right: 25px !important;
}
.vina-carousel-k2 .owl-controls .owl-buttons > div.owl-prev:before {
  content: "\f100";
}
.vina-carousel-k2 .owl-controls .owl-buttons > div.owl-next {
  right: -15px !important;
  left: auto !important;
  top: -80px !important;
  background: none !important;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.vina-carousel-k2 .owl-controls .owl-buttons > div.owl-next:hover,
.vina-carousel-k2 .owl-controls .owl-buttons > div.owl-next:focus {
  right: -20px !important;
}
.vina-carousel-k2 .owl-controls .owl-buttons > div.owl-next:before {
  content: "\f101";
}
.vina-carousel-k2 .owl-item .item {
  min-height: 100% !important;
}
.vina-carousel-k2 .owl-item .item .item-waper {
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 15px 10px 10px;
}
.vina-carousel-k2 .owl-item .item .image-block a {
  display: inline-block;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  max-width: 100%;
}
.vina-carousel-k2 .owl-item .item .image-block a:hover {
  background: url(../images/backgrounds/more.png) center center no-repeat;
}
.vina-carousel-k2 .owl-item .item .image-block a:hover img {
  -webkit-animation: vinabounce 750ms ease;
  -moz-animation: vinabounce 750ms ease;
  -ms-animation: vinabounce 750ms ease;
  animation: vinabounce 750ms ease;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  opacity: 0.3 !important;
}
.vina-carousel-k2 .owl-item .item .image-block a img {
  webkit-box-shadow: 0 1px 2px #888888;
  -moz-box-shadow: 0 1px 2px #888888;
  box-shadow: 0 1px 2px #888888;
  -webkit-transition: transform 0.5s ease-out 0s;
  -moz-transition: transform 0.5s ease-out 0s;
  -o-transition: transform 0.5s ease-out 0s;
  transition: transform 0.5s ease-out 0s;
}
.vina-carousel-k2 .owl-item .item img {
  -webkit-box-shadow: 0 1px 2px #888888;
  -moz-box-shadow: 0 1px 2px #888888;
  box-shadow: 0 1px 2px #888888;
  -webkit-transition: transform 0.5s ease-out 0s;
  -moz-transition: transform 0.5s ease-out 0s;
  -o-transition: transform 0.5s ease-out 0s;
  transition: transform 0.5s ease-out 0s;
}
.vina-carousel-k2 .owl-item .item img.bw {
  display: none !important;
}
.vina-carousel-k2 .owl-item .item .imgholder {
  overflow: visible !important;
}
.vina-carousel-k2 .owl-item .item .imgholder .hover-more-sign {
  display: none;
}
.vina-carousel-k2 .owl-item .item .imgholder:hover {
  background: url(../images/backgrounds/more.png) center center no-repeat;
}
.vina-carousel-k2 .owl-item .item .imgholder:hover img {
  -webkit-animation: vinabounce 750ms ease;
  -moz-animation: vinabounce 750ms ease;
  -ms-animation: vinabounce 750ms ease;
  animation: vinabounce 750ms ease;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  opacity: 0.3 !important;
}
.vina-carousel-k2 .owl-item .item h3 {
  line-height: 22px;
  padding: 0;
  font-size: 17px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.vina-carousel-k2 .owl-item .item h3 a {
  font-size: 17px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
  margin: 0;
  width: 100%;
  text-decoration: none;
}
.vina-carousel-k2 .owl-item .item h3 a:hover {
  color: #999999 !important;
}
.vina-carousel-k2 .owl-item .item p {
  padding: 0 15px;
}
.tcvn-scroller-k2 {
  width: 100% !important;
}
.tcvn-scroller-k2.theme1 .main-container,
.tcvn-scroller-k2.theme2 .main-container {
  background: #fff !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.tcvn-scroller-k2.theme1 .main-container .services-wrapper-top,
.tcvn-scroller-k2.theme2 .main-container .services-wrapper-top {
  min-height: 88% !important;
}
.tcvn-scroller-k2 ul {
  margin: 0;
}
.tcvn-scroller-k2 ul li {
  -webkit-transform: translateZ(0);
  display: initial;
}
.tcvn-scroller-k2 .toolbar .left {
  top: -80px !important;
  left: auto !important;
  right: 20px !important;
  background: none !important;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.tcvn-scroller-k2 .toolbar .left:hover {
  right: 25px !important;
}
.tcvn-scroller-k2 .toolbar .left:hover:before {
  font-size: 35px;
}
.tcvn-scroller-k2 .toolbar .left:before {
  content: "\f100";
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 45px;
}
.tcvn-scroller-k2 .toolbar .right {
  right: 17px !important;
  top: -80px !important;
  background: none !important;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.tcvn-scroller-k2 .toolbar .right:hover {
  right: 12px !important;
}
.tcvn-scroller-k2 .toolbar .right:hover:before {
  font-size: 35px;
}
.tcvn-scroller-k2 .toolbar .right:before {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 45px;
}
ul.circle-number {
  margin: 0;
}
ul.circle-number li {
  list-style: none;
  line-height: 35px;
}
ul.circle-number li span.circle-success {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  line-height: 18px;
  margin-right: 10px;
}
.client-say {
  line-height: 32px;
}
.module_blog ul {
  margin: 0;
}
.module_blog ul li {
  list-style: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 7px;
}
.module_blog ul li a.moduleItemTitle {
  color: #fcfcfc !important;
  font-size: 14px;
  font-weight: bold;
}
.module_blog ul li .moduleItemReadMore {
  float: right;
}
.module_blog ul li .moduleItemDateCreated i {
  font-size: 18px;
  margin-right: 3px;
}
.module_blog ul li:last-child {
  margin-bottom: 0;
}
.module_blog.k2ItemsBlock ul li div.moduleItemIntrotext {
  line-height: 20px;
  padding-bottom: 8px;
}
.module_blog.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: left;
  margin: 0 10px 5px 0;
}
.custom_vina_gallery ul.gallery li > a {
  background: transparent;
  border: 1px solid #ccc;
}
ul.about {
  margin: 0;
}
ul.about li {
  list-style: none;
  line-height: 30px;
}
ul.about li em {
  display: inline-block;
  min-width: 30px;
  font-size: 20px;
}
.custom_vina_follow {
  margin-top: 0;
}
.custom_vina_follow h3.header {
  margin-top: 5px;
}
.custom_vina_follow .btn.social {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin-right: 10px;
  background: #464646;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.custom_vina_follow .btn.social i {
  color: #8B8B8B;
  font-size: 24px;
  line-height: 40px;
  text-shadow: none;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.custom_vina_follow .btn.social:hover {
  -webkit-transition: background-color 500ms ease 300ms;
  -moz-transition: background-color 500ms ease 300ms;
  -o-transition: background-color 500ms ease 300ms;
  transition: background-color 500ms ease 300ms;
}
.custom_vina_follow .btn.social:hover i {
  color: #fff;
  -webkit-animation: fontsize 500ms ease;
  -moz-animation: fontsize 500ms ease;
  -ms-animation: fontsize 500ms ease;
  animation: fontsize 500ms ease;
}
.module_menu .k2CategoriesListBlock ul {
  margin: 0;
}
.module_menu .k2CategoriesListBlock ul li {
  list-style: none;
  position: relative;
  padding-left: 12px;
  line-height: 30px;
}
.module_menu .k2CategoriesListBlock ul li:before {
  content: "\f0DA";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  font-size: 18px;
}
.module_menu .k2CategoriesListBlock ul li a {
  color: #878787 !important;
}
.module_menu ul {
  margin: 0;
}
.module_menu ul li {
  list-style: none;
  position: relative;
  padding-left: 12px;
  line-height: 30px;
}
.module_menu ul li:before {
  content: "\f0DA";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  font-size: 18px;
}
.module_menu ul li a {
  color: #878787 !important;
}
.module_blog.module_latest_news ul li {
  margin-bottom: 12px;
}
.module_blog.module_latest_news ul li a.moduleItemTitle {
  color: #878787 !important;
}
table.calendar {
  width: 100%;
}
.page-header {
  border-bottom: 0 none;
  font-size: 24.5px;
  line-height: 40px;
  margin: 10px 0;
  padding-bottom: 0;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
.no-modal {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  left: auto;
  margin-left: auto;
  outline: 0 none;
  position: inherit;
  top: auto;
  margin-right: auto;
}
.text-hidden span {
  display: none;
}
.border {
  border: 1px solid ;
}
.rtl .pull-left {
  float: right;
}
.rtl .pull-right {
  float: left;
}
.icon-hidden span {
  display: none !important;
}
#vina_pricing_table {
  padding: 0 20px 20px;
  -webkit-transform: translateZ(0);
}
#vina_pricing_table .pricing_table .thumbnail {
  background: #fff;
  padding: 10px 4px 20px;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  overflow: hidden;
}
#vina_pricing_table .pricing_table .thumbnail .badge h2 {
  font-size: 50px;
  line-height: normal;
}
#vina_pricing_table .pricing_table .thumbnail button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
#vina_pricing_table .pricing_table .thumbnail:hover >h2 {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover .badge {
  -webkit-animation: swing 1500ms ease;
  -moz-animation: swing 1500ms ease;
  -ms-animation: swing 1500ms ease;
  animation: swing 1500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover p {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover button {
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-animation: bounceInLeft 500ms ease;
  -ms-animation: bounceInLeft 500ms ease;
  animation: bounceInLeft 500ms ease;
}
#vina_pricing_table .testimonial .media-body {
  overflow: visible;
}
#vina_pricing_table .testimonial .media-body .testimonial-content {
  padding-bottom: 20px;
  border-bottom: 1px dashed #aaaaaa;
}
#vina_pricing_table .testimonial .media-body .testimonial-author {
  margin-top: 20px !important;
  text-align: center;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left {
  float: none;
  margin: 0;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left img {
  margin-right: 0;
}
#vina_company .img-polaroid {
  position: relative;
  overflow: hidden;
}
#vina_company .img-polaroid .info_team {
  -webkit-transform: translateZ(0);
  position: absolute;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  z-index: 1000;
  top: 0;
  width: 90%;
  padding: 0 5%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #fff;
}
#vina_company .img-polaroid .info_team:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#vina_company .img-polaroid .info_team p {
  margin-bottom: 5px;
}
#vina_company .img-polaroid .info_team ul li:first-child {
  padding-left: 0;
}
#vina_company .img-polaroid .info_team ul li a {
  width: 30px;
  height: 26px;
  padding-top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #8B8B8B;
  display: block;
  text-align: center;
  color: #fff;
}
#vina_company .img-polaroid:hover .info_team {
  opacity: 1;
  filter: alpha(opacity=100);
}
#vina_company .img-polaroid:hover img {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 0;
}
#vina_company #sp_simple_map_canvas {
  border: 1px solid #aaaaaa;
}
#vina_company .info .thumbnail {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_company .info .thumbnail .sp-blocknumber >span {
  margin-top: 28px;
}
#vina_company .info .thumbnail:hover .sp-blocknumber {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_company .info .thumbnail:hover .sp-blocknumber >span {
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-animation: bounceInLeft 500ms ease;
  -ms-animation: bounceInLeft 500ms ease;
  animation: bounceInLeft 500ms ease;
}
#vina_about_us h3,
#vina_about_us h4 {
  font-weight: normal;
}
#vina_about_us .about_us_header {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}
#vina_about_us .progress {
  margin-bottom: 12px;
}
#vina_about_us .carousel {
  margin-top: 10px;
  padding: 20px 60px;
  background: #fff;
  line-height: normal;
}
#vina_about_us .carousel .item {
  padding: 7px;
}
#vina_about_us .carousel .item .incon_bg {
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 24px;
  color: #fff;
}
#vina_about_us .carousel .item h4 {
  margin-top: 13px;
}
#vina_about_us .carousel .item p {
  float: left;
  margin-top: 10px;
}
#vina_about_us .carousel .item .item_do {
  overflow: hidden;
}
#vina_about_us .carousel .item .item_do:hover .incon_bg {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_about_us .carousel .item .item_do:hover h4 {
  -webkit-animation: moveFromRight 1000ms ease;
  -moz-animation: moveFromRight 1000ms ease;
  -ms-animation: moveFromRight 1000ms ease;
  animation: moveFromRight 1000ms ease;
}
#vina_about_us .carousel .item .item_do:hover p {
  -webkit-animation: bounceInLeft 1000ms ease;
  -moz-animation: bounceInLeft 1000ms ease;
  -ms-animation: bounceInLeft 1000ms ease;
  animation: bounceInLeft 1000ms ease;
}
#vina_about_us .carousel .carousel-control {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  outline: none;
  border: 0;
  top: 50%;
  background: transparent;
}
#vina_about_us .carousel .carousel-control.left {
  left: -100px;
}
#vina_about_us .carousel .carousel-control.right {
  right: -100px;
}
#vina_about_us .carousel:hover .carousel-control:hover {
  color: #fff;
}
#vina_about_us .carousel:hover .carousel-control.left {
  left: 10px;
}
#vina_about_us .carousel:hover .carousel-control.left:hover {
  left: 5px;
}
#vina_about_us .carousel:hover .carousel-control.right {
  right: 10px;
}
#vina_about_us .carousel:hover .carousel-control.right:hover {
  right: 5px;
}
#vina_about_us .skill ul {
  margin: 0;
  padding: 0;
}
#vina_about_us .skill ul li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}
#vina_about_us .skill .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us .contact_us {
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_contact_us .contact_us h3 {
  line-height: 20px;
}
#vina_contact_us .contact_us .qlform {
  position: relative;
}
#vina_contact_us .contact_us .qlform form {
  margin-bottom: 0;
}
#vina_contact_us .contact_us .qlform .control-group {
  margin-bottom: 5px;
}
#vina_contact_us .contact_us .qlform .control-group .control-label {
  width: 100%;
  text-align: left;
}
#vina_contact_us .contact_us .qlform .control-group .controls {
  width: 100%;
  display: block;
  margin: 0;
}
#vina_contact_us .contact_us .qlform .control-group .controls input,
#vina_contact_us .contact_us .qlform .control-group .controls textarea {
  height: auto;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .control-group .controls textarea {
  height: 135px;
}
#vina_contact_us .contact_us .qlform .control-group.jform_name {
  width: 47%;
  margin-right: 6%;
  float: left;
}
#vina_contact_us .contact_us .qlform .control-group.jform_email {
  width: 47%;
  float: left;
}
#vina_contact_us .map {
  background: #fff;
  padding: 15px 20px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
#vina_contact_us .map span {
  margin: 10px 0 0;
  display: inline;
  width: 100%;
}
#vina_contact_us .map span em {
  display: inline-block;
  margin-right: 2px;
  width: 20px;
}
#vina_contact_us .map span.contact {
  margin-bottom: 12px;
  display: block;
}
#vina_contact_us ul.social {
  text-align: center;
  position: absolute;
  margin: 0;
  top: 20%;
  left: -42px;
}
#vina_contact_us ul.social li {
  list-style: none;
  margin-bottom: 20px;
}
#vina_contact_us ul.social li a {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  text-align: center;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  overflow: hidden;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us ul.social li a em {
  font-size: 24px;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  color: #fff;
  font-weight: bold;
  display: block !important;
  margin-top: 12px;
}
#vina_contact_us ul.social li a:hover {
  background: #fff;
}
#vina_contact_us ul.social li a:hover em {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #vina_contact_us .contact_us .qlform .control-group .controls textarea {
    height: 126px;
  }
}
@media (max-width: 1300px) {
  .responsive #vina_company .info .thumbnail {
    min-height: 170px;
  }
  .responsive #vina_contact_us ul.social {
    left: -34px;
  }
  .responsive #vina_contact_us ul.social li a {
    height: 44px;
    width: 44px;
  }
  .responsive #vina_contact_us ul.social li a span {
    margin-top: 10px;
  }
  .responsive #vina_contact_us .map span.contact {
    margin: 0 0 2px 0;
  }
}
@media (max-width: 979px) {
  .responsive #vina_company .img-polaroid {
    width: 45%;
    margin: 10px 2%;
  }
  .responsive #vina_company .info .thumbnail {
    width: 100%;
    margin: 10px 0;
    min-height: 10px;
  }
  .responsive #vina_contact_us .contact_us h3 {
    margin-top: 0;
  }
  .responsive #vina_contact_us .contact_us .qlform .control-group.jform_name,
  .responsive #vina_contact_us .contact_us .qlform .control-group.jform_email {
    margin-right: 0;
    width: 100%;
  }
  .responsive #vina_contact_us .map span {
    margin-top: 20px;
  }
  .responsive #vina_contact_us .map span.contact {
    margin-top: 14px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .responsive #vina_company .img-polaroid {
    margin: 10px auto;
  }
  .responsive #vina_pricing_table .pricing_table .thumbnail {
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us .contact_us {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us .map {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us ul.social {
    left: auto;
    margin-left: -20px;
    width: 100%;
    top: -42px;
  }
  .responsive #vina_contact_us ul.social li {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .responsive #vina_about_us .carousel {
    padding: 20px 40px;
  }
  .responsive #vina_about_us .carousel .item .incon_bg {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  .responsive #vina_about_us .carousel .item h4 {
    margin-top: 4px;
  }
  .responsive #vina_company .img-polaroid {
    width: 100%;
  }
  .responsive #vina_pricing_table {
    padding-left: 15px;
    padding-right: 15px;
  }
  .responsive #vina_contact_us .contact_us,
  .responsive #vina_contact_us .map {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 319px) {
  .responsive #vina_about_us .carousel {
    padding: 0 10px;
  }
  .responsive #vina_about_us .carousel .item .item_do {
    padding-bottom: 20px;
    padding-top: 25px;
  }
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
}
@-ms-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -ms-transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0%);
  }
}
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(100%);
  }
  to {
    -ms-transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -ms-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromTop {
  from {
    opacity: 0;
    -ms-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
  }
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  20% {
    -ms-transform: rotate(15deg);
  }
  40% {
    -ms-transform: rotate(-10deg);
  }
  60% {
    -ms-transform: rotate(5deg);
  }
  80% {
    -ms-transform: rotate(-5deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fontsize {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-moz-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-ms-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-o-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }
  80% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.vina-header-toolbar {
  margin: 0;
  padding: 0;
}
.vina-header-toolbar li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.vina-header-toolbar li:last-child {
  margin-right: 0;
}
#k2Container.itemListView .catItemTitle {
  padding-top: 4px;
  padding-bottom: 10px;
  font-family: 'open_sans_regular';
}
#k2Container.itemListView .modhdg1.line {
  margin-bottom: 5px;
}
#k2Container.itemListView .itemListCategoriesBlock {
  position: relative;
}
#k2Container.itemListView .itemListCategoriesBlock .k2FeedIcon {
  position: absolute;
  top: 4px;
  right: 0;
}
#k2Container.itemListView .itemListCategoriesBlock h1 {
  margin: 0 0 5px 0;
}
#k2Container.itemListView .itemListCategoriesBlock p {
  margin-bottom: 0;
}
#k2Container.itemListView .itemListCategoriesBlock .itemListCategory {
  background: transparent;
  margin-bottom: 25px;
  border: 0;
  padding: 8px 0;
}
#k2Container.itemListView .itemList .itemContainer {
  background: #fff;
  margin-bottom: 15px;
}
#k2Container.itemListView .itemList .itemContainer .catItemView {
  border: 0;
  padding: 0;
}
#k2Container.itemListView .itemList .itemContainer .catItemView .catItemIntroText {
  padding: 0;
  margin-top: -5px;
}
#k2Container.itemListView .itemList .itemContainer .catItemView .catItemIntroText p {
  margin-bottom: 7px;
}
#k2Container.itemListView .itemList .itemContainer .catItemImageBlock {
  padding: 0;
  margin-bottom: 0;
}
#k2Container.itemListView .itemList .itemContainer .catItemImageBlock .catItemImage {
  margin-bottom: 0;
}
#k2Container.itemListView .itemList .itemContainer .catItemCategory {
  border: 0;
}
#k2Container.itemListView .itemList .itemContainer .catItemCommentsLink {
  border: 0;
  margin: 0;
}
#k2Container.itemListView .itemList .itemContainer .catItemHitsBlock {
  border: 0;
}
#k2Container.itemListView .itemList .itemContainer .catItemLinks {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#k2Container.itemListView .itemList .itemContainer .catItemLinks .catItemRatingBlock {
  float: left;
  padding: 0;
  margin-right: 15px;
}
#k2Container.itemListView .itemList .itemContainer .catItemLinks .catItemRatingBlock a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#k2Container.itemListView .itemList .itemContainer .catItemLinks .catItemTagsBlock {
  float: left;
  padding: 0;
  border: 0;
}
#k2Container.itemListView #itemListLinks {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
#k2Container.itemListView #itemListLinks .itemContainer {
  background: transparent;
  margin-bottom: 5px;
}
#k2Container.itemListView #itemListLinks .itemContainer .catItemView {
  border: 0;
}
#k2Container.itemListView #itemListLinks .itemContainer .catItemView .catItemTitle {
  font-size: 12px;
  margin: 0;
  line-height: 20px;
  padding: 0;
  font-weight: normal;
}
#k2Container.itemListView #itemListLinks .itemContainer .catItemView .catItemTitle [class^="icon-"],
#k2Container.itemListView #itemListLinks .itemContainer .catItemView .catItemTitle [class*=" icon-"] {
  float: left;
  margin: 0 5px 0 1px;
  font-size: 7px;
  line-height: 20px;
}
#k2Container.itemView {
  background: #fff;
  padding: 0 5px 5px;
  border: 0;
}
#k2Container.itemView h1.itemTitle {
  font-size: 24.5px;
  line-height: 40px;
}
#k2Container.itemView .vina-header-toolbar .itemCategory {
  border: 0;
  color: #fff;
}
#k2Container.itemView .vina-header-toolbar .itemCategory a {
  color: #fff;
}
#k2Container.itemView .vina-header-toolbar .itemHits {
  padding: 4px;
}
#k2Container.itemView .itemImageBlock {
  margin-bottom: 10px;
  padding-left: 0;
}
#k2Container.itemView .itemIntroText {
  font-size: 12px;
  line-height: 23px;
  font-weight: normal;
  font-style: italic;
}
#k2Container.itemView .itemFullText {
  clear: both;
  padding: 0 5px;
}
#k2Container.itemView .itemAuthorLatest ul li,
#k2Container.itemView .itemRelated ul li {
  background: transparent;
  border: 0;
}
#k2Container.itemView div.itemNavigation {
  background: transparent;
}
#k2Container.itemView .itemRatingList a {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
#k2Container.itemView .itemTagsBlock {
  border: 0;
}
#k2Container.itemView div.itemCommentsForm form input#submitCommentButton {
  border: 0;
  padding: 5px 10px;
}
#k2Container.itemView .commentToolbar .modal {
  left: 0;
  margin-left: 0;
  position: relative;
  top: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#k2Container.itemView div.itemComments ul.itemCommentsList li.authorResponse {
  background: #fff;
  border: 0;
  margin-bottom: 10px;
}
#k2Container.tagView {
  background: #fff;
  padding: 0;
  border: 0;
}
#k2Container.tagView .modhdg1.line {
  margin-bottom: 0;
}
#k2Container.tagView .tagItemView {
  border: 0;
  margin: 0;
  padding: 0;
}
#k2Container.tagView .tagItemView .tagItemTitle {
  padding-bottom: 10px;
  font-family: 'open_sans_regular';
}
#k2Container.tagView .tagItemView .tagItemBody {
  padding: 12px 0 0;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemIntroText {
  padding: 0;
  margin-top: -5px;
}
#k2Container.tagView .tagItemView .tagItemBody .tagItemIntroText p {
  margin-bottom: 8px;
}
#k2Container.tagView .tagItemView .vina-header-toolbar {
  background: #dddddd;
}
#k2Container.tagView .tagItemView .vina-header-toolbar .tagItemCategory {
  border: 0;
  color: #fff;
  padding: 4px;
  display: inline-block;
}
#k2Container.tagView .tagItemView .vina-header-toolbar .tagItemCategory a {
  color: #fff;
}
#k2Container.tagView .tagItemView .vina-header-toolbar .tagItemDateCreated {
  padding: 2px;
  display: inline-block;
}
#k2Container.tagView .tagItemView .vina-header-toolbar .tagItemReadMore {
  padding: 4px;
  display: inline-block;
}
#k2Container.userView {
  background: #fff;
  padding: 5px;
  border: 0;
}
#k2Container.userView .userBlock {
  position: relative;
  background: transparent;
}
#k2Container.userView .userBlock .k2FeedIcon {
  float: left;
  position: absolute;
  top: 4px;
  right: 0;
}
#k2Container.userView .userItemTitle {
  font-family: 'open_sans_regular';
  padding-bottom: 10px;
}
#k2Container.userView .userItemBody {
  padding: 12px 0 0;
}
#k2Container.userView .userItemBody .userItemIntroText {
  padding: 0;
  margin-top: -5px;
}
#k2Container.userView .userItemBody .userItemIntroText p {
  margin-bottom: 8px;
}
#k2Container.userView .vina-header-toolbar {
  background: #dddddd;
}
#k2Container.userView .vina-header-toolbar .userItemCategory {
  border: 0;
  color: #fff;
  padding: 4px;
  display: inline-block;
}
#k2Container.userView .vina-header-toolbar .userItemCategory a {
  color: #fff;
}
#k2Container.userView .vina-header-toolbar .userItemCommentsLink {
  margin: 0;
  padding: 0;
  border: 0;
}
#k2Container.userView .userItemLinks {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#k2Container.userView .userItemLinks .userItemTagsBlock {
  float: left;
  border: 0;
}
#k2Container.userView .userItemReadMore {
  padding: 0;
}
#k2Container.genericView h2.genericItemTitle {
  font-family: 'open_sans_regular';
  line-height: normal;
  font-size: 20px;
  padding-top: 4px;
}
#k2Container.genericView .genericItemDateCreated {
  margin-right: 10px;
}
#k2Container.genericView .genericItemCategory {
  border-right: 0;
}
#k2Container.genericView span.genericItemImage {
  margin-top: 4px;
}
#k2Container.genericView div.genericItemIntroText {
  padding: 0;
}
#k2Container.genericView div.genericItemIntroText p {
  margin-bottom: 7px;
}
#k2Container.genericView .genericItemView {
  border: 0;
  margin: 0;
  padding: 2px 0;
}
.itemRatingForm {
  line-height: 22px;
}
.vina-tag {
  padding: 3px 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-tag:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff !important;
}
div.catItemHeader span.catItemDateCreated,
div.tagItemHeader span.tagItemDateCreated {
  font-size: 12px;
}
@media (max-width: 1200px) {
  .responsive #sp-main-menu ul.level-0 > li a {
    font-size: 14px;
  }
  .responsive .tcvn-scroller-k2 .main-container {
    width: 100% !important;
  }
  .responsive .module_blog.k2ItemsBlock ul li div.moduleItemIntrotext {
    line-height: 16px;
  }
  .responsive .module_blog.k2ItemsBlock.module_latest_news ul li div.moduleItemIntrotext a.moduleItemImage img {
    margin: 3px 5px 5px 0;
  }
  .responsive .module_blog.k2ItemsBlock.module_latest_news ul li a.moduleItemTitle {
    line-height: normal;
    font-size: 12px;
  }
  .responsive.category .items-row .item img.introtext-image {
    max-width: 320px;
  }
  .responsive .fulltext-image {
    max-width: 335px;
  }
  .responsive .module h3.header {
    font-size: 20.5px;
  }
}
@media (max-width: 979px) {
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
  .responsive #sp-header-wrapper #header {
    position: relative;
  }
  .responsive #k2Container.itemView .itemImageBlock {
    width: 100%;
    padding: 0;
    margin-right: 0;
  }
  .responsive #k2Container.itemView .itemImageBlock span.itemImage {
    border: 1px solid #ccc;
    padding: 8px;
  }
  .responsive #k2Container.itemView .itemImageBlock span.itemImage img {
    display: block;
    border: 0;
    padding: 0;
    width: 100% !important;
  }
  .responsive .module_blog.k2ItemsBlock.module_latest_news ul li div.moduleItemIntrotext a.moduleItemImage img {
    width: 100%;
    margin-right: 0;
  }
  .responsive ul.gallery li {
    width: 50% !important;
  }
  .responsive .thumbnail.map p {
    line-height: 25px;
  }
  .responsive.category .items-row .item .entry-title {
    font-size: 19.5px;
  }
  .responsive.category .items-row .item .pull-left {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .responsive.category .items-row .item img.introtext-image {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 20px;
    max-width: 600px;
    min-width: 180px;
  }
  .responsive .tcvn_wowslider .ws_bullets {
    padding: 3px !important;
  }
  .responsive .custom_user {
    margin-bottom: 20px;
  }
  .responsive #sp-feature-wrapper {
    padding: 20px 0;
  }
  .responsive #sp-feature-wrapper #feature h1 {
    font-size: 200%;
    line-height: 200%;
  }
  .responsive #sp-feature-wrapper #feature p {
    font-size: 100%;
  }
  .responsive #sp-feature-wrapper #feature .btn {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .responsive ul.gallery li {
    width: 33% !important;
  }
  .responsive #sp-footer1 {
    text-align: center;
  }
  .responsive #sp-footer2 {
    text-align: center !important;
    margin-top: 20px;
  }
  .responsive.category .category-desc h1 {
    font-size: 26px;
    line-height: 20px;
  }
  .responsive .vina-header-toolbar li.pull-right {
    float: none;
  }
  .responsive .vina-header-toolbar li.pull-right span.itemHits {
    float: none;
  }
  .responsive .module_blog.k2ItemsBlock.module_latest_news ul li div.moduleItemIntrotext a.moduleItemImage img {
    width: auto;
    margin-right: 10px;
  }
}
@media (max-width: 479px) {
  .responsive #sp-header-wrapper .container {
    padding: 0;
  }
  .responsive #sp-header-wrapper #header {
    padding-bottom: 20px;
  }
  .responsive #sp-header-wrapper #header > [class*="span"] {
    width: 100%;
    text-align: center;
  }
  .responsive #sp-header-wrapper .vina-menu {
    width: 100% !important;
    top: inherit !important;
    border: 0 !Important;
  }
  .responsive .tcvn_wowslider .ws-title {
    padding: 3px !important;
  }
  .responsive .tcvn_wowslider .ws-title div {
    line-height: 12px;
  }
  .responsive.category .category-desc {
    text-align: center;
  }
  .responsive.category .category-desc img {
    margin: 0 auto;
  }
  .responsive .post .entry-content .pull-left {
    margin-right: 0;
  }
  .responsive .post .entry-content .pull-left .fulltext-image {
    padding: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .responsive div.itemCommentsForm form textarea.inputbox,
  .responsive div.itemCommentsForm form input.inputbox {
    width: 95%;
  }
  .responsive .page-header {
    font-size: 22px;
    line-height: normal;
  }
  .responsive #k2Container.tagView .tagItemView .tagItemTitle {
    font-size: 18px;
  }
  .responsive #k2Container.tagView .tagItemView div.tagItemImageBlock {
    float: none;
  }
  .responsive #k2Container.tagView .tagItemView div.tagItemImageBlock span.tagItemImage {
    margin-right: 0;
    border: 1px solid #ccc;
    padding: 8px;
  }
  .responsive #k2Container.tagView .tagItemView div.tagItemImageBlock span.tagItemImage img {
    width: 100% !important;
    border: 0;
    padding: 0;
  }
  .responsive #k2Container.userView .userItemReadMore {
    margin-top: 13px;
    float: none;
    display: inline-block;
  }
  .responsive div.userItemImageBlock {
    float: none;
  }
  .responsive div.userItemImageBlock span.userItemImage {
    margin-right: 0;
    border: 1px solid #ccc;
    padding: 8px;
  }
  .responsive div.userItemImageBlock span.userItemImage img {
    width: 100% !important;
    border: 0;
    padding: 0;
  }
  .responsive div.catItemImageBlock {
    float: none;
    margin-right: 0;
  }
  .responsive div.catItemImageBlock span.catItemImage {
    margin-right: 0;
    border: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 10px !important;
  }
  .responsive div.catItemImageBlock span.catItemImage img {
    width: 100% !important;
    border: 0;
    padding: 0;
  }
  .responsive div.itemContentFooter {
    text-align: left;
  }
  .responsive.category .items-row .item .entry-title {
    font-size: 18.5px;
    line-height: normal;
  }
  .responsive .entry-meta.muted >span,
  .responsive .entry-meta.muted >time {
    margin-left: 0;
  }
  .responsive .entry-meta ul.actions {
    float: none;
    margin-left: 0;
  }
  .responsive .entry-meta ul.actions li a {
    margin-left: 0;
  }
}
@media (max-height: 400px) {
  .responsive .modal-body {
    max-height: 200px;
  }
}
@media (max-width: 360px) {
  .responsive .tcvn_wowslider .ws-title {
    display: none !important;
  }
  .responsive .module_blog.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    margin-bottom: 0;
  }
  .responsive ul.gallery li {
    width: 50% !important;
  }
  .responsive #k2Container.itemListView .itemListCategoriesBlock h1 {
    font-size: 24px;
  }
  .responsive #k2Container.itemListView .catItemTitle {
    font-size: 18px;
  }
  .responsive #k2Container.userView .userItemTitle {
    font-size: 18px;
  }
  .responsive div.userBlock h1 {
    font-size: 24px;
    line-height: normal;
  }
}
@media (max-width: 319px) {
  .responsive .container {
    padding: 0 10px;
  }
  .responsive #sp-header-wrapper .container {
    padding: 0;
  }
  .responsive ul.circle-number li {
    line-height: 24px;
  }
  .responsive blockquote {
    line-height: 21px;
  }
  .responsive ul.gallery li {
    width: 100% !important;
  }
  .responsive .custom_vina_follow .btn.social {
    margin-right: 3px;
  }
  .responsive #sp-header-wrapper [class*="span"] {
    width: 100%;
  }
  .responsive #sp-header-wrapper .logo-wrapper {
    text-align: center;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    margin-bottom: 10px;
  }
  .responsive .btn-inverse {
    position: relative;
    float: left;
    width: 100%;
    padding: 4px 0;
    right: 0;
    top: 0;
    border-left: 0;
    border-right: 0;
  }
  .responsive .sp-mobile-menu {
    top: 130px;
  }
  .responsive.category .items-row .item .entry-title {
    font-size: 18px;
    line-height: normal;
  }
  .responsive #k2Container.itemView h1.itemTitle {
    font-size: 16px;
    line-height: normal;
  }
  .responsive #k2Container.tagView .tagItemView .tagItemTitle {
    font-size: 16px;
  }
  .responsive .page-header {
    font-size: 18px;
  }
  .responsive div.itemListCategory img {
    width: 95% !important;
  }
  .responsive .module.module_recent .header {
    font-size: 18.5px;
  }
  .responsive .tcvn-scroller-k2 .toolbar .left {
    right: 15px !important;
  }
  .responsive .tcvn-scroller-k2 .toolbar .left:before {
    line-height: 33px;
  }
  .responsive .tcvn-scroller-k2 .toolbar .right:before {
    line-height: 33px;
  }
  .responsive .module_blog ul li .moduleItemReadMore {
    float: left;
  }
  .responsive .module_blog.k2ItemsBlock.module_latest_news ul li div.moduleItemIntrotext a.moduleItemImage img {
    margin-right: 0;
    width: 99%;
  }
}
.fixed .hidden-desktop {
  display: none;
}
