@charset "UTF-8";
@font-face {
  font-family: 'SVN-EffraBold';
  src: url("../fonts/SVN-EffraBold.otf"); }
@font-face {
  font-family: 'SVN-EffraMedium';
  src: url("../fonts/SVN-EffraMedium.otf"); }
@font-face {
  font-family: 'SVN-EffraRegular';
  src: url("../fonts/SVN-EffraRegular.otf"); }
@font-face {
  font-family: 'SVN-EffraLight';
  src: url("../fonts/SVN-EffraLight.otf"); }
@font-face {
  font-family: 'SVN-EffraLightItalic';
  src: url("../fonts/SVN-EffraLightItalic.otf"); }
.title {
  font-family: 'SVN-EffraMedium';
  text-transform: uppercase;
  font-size: 140%; }

body, html {
  overflow-x: hidden;
  font-family: "SVN-EffraRegular";
  font-size: 15px; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

img {
  max-width: 100%; }

.floating_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 20%;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
  @media (max-width: 768px) {
    .floating_btn {
      width: 40%; } }

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
.call {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  width: 20%;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
  @media (max-width: 768px) {
    .call {
      width: 40%; } }

#infor {
  padding: 10px 0;
  border-bottom: 1px solid #c6e8e9;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  background: #fff; }

.logo {
  text-align: center; }

.navbar.center .navbar-inner {
  text-align: center; }
  .navbar.center .navbar-inner .nav {
    display: inline-block;
    vertical-align: middle; }

.nav > li > a {
  padding: 20px 20px; }

.navbar-default {
  background-color: #fff;
  border-color: transparent; }
  .navbar-default .navbar-nav > li > a {
    font-family: "SVN-EffraRegular";
    color: #49ca98; }
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    color: #686050;
    background-color: transparent; }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #686050;
    font-family: "SVN-EffraBold"; }

.navbar {
  margin-bottom: 0; }

.logo_menu {
  display: none; }

@media (min-width: 768px) {
  .navbar-nav {
    float: none;
    margin: 0; } }
/* Header */
#header {
  width: 100%;
  position: relative;
  text-align: center;
  color: #fff;
  margin-top: 10%; }
  @media (min-width: 1600px) {
    #header {
      margin-top: 9%; } }
  @media (min-width: 1900px) {
    #header {
      margin-top: 8%; } }
  #header .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #79888b;
    border: 0; }
  #header .carousel-indicators .active {
    background-color: #455d65;
    margin: 1px; }
  #header #thanks {
    position: absolute;
    top: 30%;
    left: 20%;
    width: 60%;
    color: #49ca98;
    background: white; }
    #header #thanks p {
      color: #000; }
    #header #thanks img {
      width: 30%; }

.pad0 {
  padding: 0 !important; }

.no-padding-left {
  padding-left: 0px; }

.no-padding-right {
  padding-right: 0px; }

#viemda {
  background: #f3f8f8;
  padding: 30px 0; }
  #viemda .title {
    color: #49ca98;
    text-align: center; }
    #viemda .title hr {
      width: 10%;
      border-top: 3px solid #49ca98;
      margin-top: 10px;
      margin-bottom: 10px; }
  #viemda .line_viemda {
    box-shadow: -5px 0 40px -10px #000000;
    background: #fff;
    padding: 20px;
    margin: 30px 0; }
  #viemda .carousel-control.left {
    background-image: none;
    left: 35%;
    top: 80%; }
  #viemda .carousel-control.right {
    background-image: none;
    right: 35%;
    top: 80%; }
  @media (max-width: 768px) {
    #viemda ul {
      margin-left: -20px;
      margin-top: 20px; } }
  #viemda ul li {
    color: #686050;
    list-style-image: url("../images/icon-ul.png"); }

#vaynen {
  background: #f8f3ed;
  position: relative;
  padding: 50px 0 10%; }
  @media (max-width: 768px) {
    #vaynen {
      padding: 20px 0 25%; } }
  #vaynen .title {
    color: #686050;
    text-align: center;
    padding: 20px 0 40px; }
    @media (max-width: 768px) {
      #vaynen .title {
        padding: 20px 0 0; } }
    #vaynen .title hr {
      width: 7%;
      border-top: 3px solid #686050;
      margin-top: 10px;
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        #vaynen .title hr {
          width: 20%; } }
  #vaynen .carousel-control.left {
    background-image: none;
    left: 35%;
    top: 105%; }
  #vaynen .carousel-control.right {
    background-image: none;
    right: 35%;
    top: 105%; }
  #vaynen .line_ovuong {
    position: absolute;
    bottom: 0; }
  #vaynen ul {
    margin-top: 40px; }
    @media (max-width: 768px) {
      #vaynen ul {
        margin-top: 15px;
        margin-left: -20px; } }
    #vaynen ul li {
      color: #686050;
      list-style-image: url("../images/icon-ul.png");
      margin-bottom: 15px; }

#dieutri {
  padding: 50px 0; }
  @media (max-width: 768px) {
    #dieutri {
      padding: 20px 0; } }
  #dieutri .title {
    color: #49ca98;
    text-align: center;
    padding: 20px 0; }
    #dieutri .title hr {
      width: 10%;
      border-top: 3px solid #49ca98;
      margin-top: 10px;
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        #dieutri .title hr {
          width: 20%; } }
  #dieutri .line_2 {
    padding: 30px 0; }
  #dieutri .text-dieutri {
    font-family: "SVN-EffraMedium";
    color: #686050; }
    @media (max-width: 768px) {
      #dieutri .text-dieutri {
        padding: 10px 0 0 20px; } }

#canhbao {
  background: #eaf0e6;
  padding: 40px 0; }
  #canhbao .text_canhbao {
    color: #686050;
    border-left: 3px solid #49ca98;
    padding-left: 30px; }
  #canhbao .tieude {
    text-align: center;
    font-family: "SVN-EffraBold";
    color: #686050;
    font-size: 140%;
    padding: 20px 0; }
  #canhbao h5 {
    color: #686050;
    font-family: "SVN-EffraBold";
    text-align: center;
    padding: 5px 0; }

#giaiphap .title {
  color: #686050;
  text-align: center;
  margin: 20px 0 50px; }
  @media (max-width: 768px) {
    #giaiphap .title {
      margin: 20px 0 50%; } }
  #giaiphap .title hr {
    width: 10%;
    border-top: 3px solid #686050;
    margin-top: 10px;
    margin-bottom: 10px; }
#giaiphap .line_gp {
  position: relative; }
  #giaiphap .line_gp .thuoc {
    position: absolute;
    width: 23%;
    left: 40%;
    top: 15%; }
    @media (max-width: 768px) {
      #giaiphap .line_gp .thuoc {
        top: -16%;
        width: 20%; } }
  #giaiphap .line_gp .tieude {
    font-family: "SVN-EffraBold";
    color: #686050;
    font-size: 130%;
    position: relative;
    padding: 0 0 5px 20px;
    border-bottom: 2px solid #686050; }
    #giaiphap .line_gp .tieude span {
      color: #49ca98;
      font-size: 150%; }
    #giaiphap .line_gp .tieude::after {
      content: '●';
      position: absolute;
      color: #49ca98;
      bottom: -13px;
      left: -5px; }
  #giaiphap .line_gp .img_gp {
    margin-top: 15px; }
  #giaiphap .line_gp .line_den2 {
    color: #49ca98;
    font-family: "SVN-EffraBold";
    border-bottom: 2px solid #686050;
    text-align: left;
    position: relative;
    font-size: 180%;
    padding-left: 10%;
    padding-bottom: 10px;
    margin-top: 30px; }
    #giaiphap .line_gp .line_den2::after {
      content: '●';
      position: absolute;
      color: #49ca98;
      top: 27px;
      left: -5px; }
  #giaiphap .line_gp .giaiphap_r {
    margin-top: 25%;
    padding: 0 10%;
    font-family: "SVN-EffraMedium";
    text-align: justify; }
    @media (max-width: 768px) {
      #giaiphap .line_gp .giaiphap_r {
        margin-top: 20px; } }
    #giaiphap .line_gp .giaiphap_r h5 {
      color: #686050;
      font-size: 120%; }
    #giaiphap .line_gp .giaiphap_r ul {
      margin-left: -40px;
      list-style-image: url("../images/icon-ul.png"); }
      #giaiphap .line_gp .giaiphap_r ul li {
        color: #686050;
        margin-bottom: 5px; }
    #giaiphap .line_gp .giaiphap_r p {
      color: #686050;
      padding-bottom: 20px;
      font-style: italic; }
  #giaiphap .line_gp .line_den {
    color: #49ca98;
    font-family: "SVN-EffraBold";
    border-top: 2px solid #686050;
    text-align: right;
    position: relative;
    font-size: 180%;
    padding-right: 10%;
    padding-top: 20px; }
    #giaiphap .line_gp .line_den::after {
      content: '●';
      position: absolute;
      color: #49ca98;
      top: -23px;
      right: -5px; }
#giaiphap .dangki {
  cursor: pointer;
  width: 20%;
  margin: auto; }
  @media (max-width: 768px) {
    #giaiphap .dangki {
      width: 50%;
      margin-top: 20px; } }

#cauhoi .title {
  color: #49ca98;
  text-align: center;
  padding: 30px 0; }
  #cauhoi .title hr {
    width: 10%;
    border-top: 3px solid #49ca98;
    margin-top: 10px;
    margin-bottom: 10px; }
#cauhoi .accordion {
  background-color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-top: 2px solid #b8b4ad;
  border-left: 2px solid #b8b4ad;
  border-right: 2px solid #b8b4ad;
  border-bottom: none;
  font-family: "SVN-EffraBold"; }
#cauhoi .accordion:after {
  content: '\002B';
  float: right;
  text-align: center;
  background: #49ca98;
  width: 20px;
  height: 20px;
  color: #fff; }
#cauhoi .active:after {
  content: "\2212"; }
#cauhoi .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  border-bottom: 2px solid #b8b4ad;
  border-left: 2px solid #b8b4ad;
  border-right: 2px solid #b8b4ad;
  overflow: hidden;
  font-family: "SVN-EffraRegular"; }
#cauhoi .form_hd {
  box-shadow: -5px 0 20px -10px #000000;
  padding: 20px; }
  #cauhoi .form_hd .tieude {
    color: #49ca98;
    font-size: 120%;
    text-align: center;
    font-family: "SVN-EffraBold"; }
  #cauhoi .form_hd .field-input {
    margin-top: 15px;
    background-color: #fff;
    border: 2px solid #a9e6cf;
    width: 100%;
    color: #000000;
    padding: 10px 15px; }
  #cauhoi .form_hd .field-input-register {
    width: 60%;
    margin-left: 20%;
    color: #fff;
    font-family: "SVN-EffraBold";
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: #49ca98;
    border: 0;
    padding: 10px 0;
    font-size: 120%;
    margin-top: 15px;
    text-transform: uppercase; }

#khachhang {
  background: #f8f3ed;
  padding: 50px 0 10%;
  position: relative; }
  #khachhang .title {
    color: #686050;
    text-align: center;
    padding: 30px 0; }
    #khachhang .title hr {
      width: 10%;
      border-top: 3px solid #686050;
      margin-top: 10px;
      margin-bottom: 10px; }
  #khachhang .kh_slider {
    width: 100%;
    height: 100%;
    overflow: visible !important;
    margin: 5% 0; }
    #khachhang .kh_slider .swiper-slide {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      opacity: 0.4 !important; }
      #khachhang .kh_slider .swiper-slide .content_slider {
        width: 100%; }
        #khachhang .kh_slider .swiper-slide .content_slider figure {
          width: 100%;
          overflow: hidden;
          border-radius: 10px; }
          #khachhang .kh_slider .swiper-slide .content_slider figure img {
            width: 100%; }
    #khachhang .kh_slider .swiper-slide-active {
      opacity: 1 !important;
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(1.1);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(1.1);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(1.1);
      transition: all 200ms ease-in;
      transform: scale(1.1);
      z-index: 55; }
      @media (max-width: 767px) {
        #khachhang .kh_slider .swiper-slide-active {
          transform: scale(1); } }
      #khachhang .kh_slider .swiper-slide-active .content_slider .text {
        display: block; }
    #khachhang .kh_slider .swiper-button-prev-kh, #khachhang .kh_slider .swiper-button-next-kh {
      background-image: none;
      background-color: #49ca98;
      border-radius: 999px;
      text-align: center; }
      #khachhang .kh_slider .swiper-button-prev-kh i, #khachhang .kh_slider .swiper-button-next-kh i {
        color: #fff;
        font-size: 20px;
        margin: auto; }
    #khachhang .kh_slider .swiper-button-next-kh {
      position: absolute;
      z-index: 999;
      right: 40%;
      bottom: 45%;
      width: 30px;
      height: 30px;
      display: flex;
      cursor: pointer; }
    #khachhang .kh_slider .swiper-button-prev-kh {
      position: absolute;
      z-index: 999;
      left: 40%;
      bottom: 45%;
      width: 30px;
      height: 30px;
      display: flex;
      cursor: pointer; }
    #khachhang .kh_slider .swiper-button-next-kh {
      right: 20%; }
      @media (max-width: 1300px) {
        #khachhang .kh_slider .swiper-button-next-kh {
          right: 14%; } }
      @media (max-width: 768px) {
        #khachhang .kh_slider .swiper-button-next-kh {
          right: 0%; } }
    #khachhang .kh_slider .swiper-button-prev-kh {
      left: 20%; }
      @media (max-width: 1300px) {
        #khachhang .kh_slider .swiper-button-prev-kh {
          left: 14%; } }
      @media (max-width: 768px) {
        #khachhang .kh_slider .swiper-button-prev-kh {
          left: 0%; } }
  #khachhang .line_ovuong {
    position: absolute;
    bottom: 0; }

#chuyengia .title {
  color: #49ca98;
  text-align: center;
  padding: 30px 0; }
  #chuyengia .title hr {
    width: 10%;
    border-top: 3px solid #49ca98;
    margin-top: 10px;
    margin-bottom: 10px; }
#chuyengia p {
  text-align: center;
  font-family: "SVN-EffraMedium";
  color: #686050; }
#chuyengia #quote-carousel {
  padding: 20px; }
  #chuyengia #quote-carousel .carousel-indicators {
    right: 50%;
    top: 0;
    margin-right: -19px;
    width: 75%;
    margin-left: -35%; }
    #chuyengia #quote-carousel .carousel-indicators li {
      width: 120px;
      height: 120px;
      margin: 5px 60px;
      cursor: pointer;
      border-radius: 50px;
      opacity: 0.4;
      overflow: hidden;
      transition: all 0.4s; }
      @media (max-width: 768px) {
        #chuyengia #quote-carousel .carousel-indicators li {
          width: 60px;
          height: 60px;
          display: none; } }
  #chuyengia #quote-carousel .carousel-indicators .active {
    width: 180px;
    height: 180px;
    border-radius: 100px;
    opacity: 1;
    overflow: hidden; }
    @media (max-width: 768px) {
      #chuyengia #quote-carousel .carousel-indicators .active {
        display: block;
        margin: auto !important; } }
#chuyengia .item {
  padding-top: 190px;
  padding-bottom: 55px;
  opacity: 1;
  color: #000000; }
  #chuyengia .item blockquote {
    border-left: none;
    margin: 0; }
    #chuyengia .item blockquote .content-caroul {
      border: 3px solid #686050;
      border-radius: 10px;
      position: relative;
      padding: 20px 10px; }
      #chuyengia .item blockquote .content-caroul .cm_left {
        position: absolute;
        top: -25px;
        left: -25px;
        width: 10%; }
        @media (max-width: 768px) {
          #chuyengia .item blockquote .content-caroul .cm_left {
            width: 20%; } }
      #chuyengia .item blockquote .content-caroul .cm_right {
        position: absolute;
        bottom: -25px;
        right: -25px;
        width: 10%; }
        @media (max-width: 768px) {
          #chuyengia .item blockquote .content-caroul .cm_right {
            width: 20%; } }
      #chuyengia .item blockquote .content-caroul h5 {
        color: #49ca98;
        font-family: "SVN-EffraBold";
        font-size: 150%; }
      #chuyengia .item blockquote .content-caroul p {
        font-family: "SVN-EffraRegular";
        color: #686050; }

#thuvien {
  padding: 30px 0; }
  @media (max-width: 768px) {
    #thuvien {
      padding: 0; } }
  #thuvien .title {
    color: #686050;
    text-align: center;
    padding: 30px 0; }
    #thuvien .title hr {
      width: 10%;
      border-top: 3px solid #686050;
      margin-top: 10px;
      margin-bottom: 10px; }
  #thuvien .line_1 {
    padding: 30px 0; }
    @media (max-width: 768px) {
      #thuvien .line_1 {
        padding: 30px 0 0 0; } }
  @media (max-width: 768px) {
    #thuvien img {
      margin-bottom: 10px; } }

/*Footer*/
footer {
  background: #686050;
  color: #fff;
  padding: 45px 0 30px 0; }
  footer .logo_ft {
    width: 20%;
    margin: auto; }
  footer hr {
    width: 100%;
    border-top: 1px solid #49ca98;
    margin-top: 10px;
    margin-bottom: 10px; }
  footer .tieude {
    font-family: "SVN-EffraMedium";
    color: #49ca98;
    font-size: 120%; }
  footer p {
    color: #fff;
    font-family: "SVN-EffraRegular"; }
  footer a {
    text-decoration: none !important;
    color: #49ca98; }
  footer a:hover {
    color: #49ca98; }
  footer .web {
    color: #49ca98;
    font-family: "SVN-EffraRegular"; }

.form_fixed {
  position: fixed;
  z-index: 99999;
  right: -200%;
  bottom: 120px;
  background-color: #fff;
  box-shadow: -5px 0 40px -10px #000000;
  color: #686050;
  border-top-left-radius: 80px;
  width: 400px;
  padding: 30px; }
  .form_fixed .close-form-fixed {
    position: absolute;
    right: 10px;
    top: 10px;
    background: 0;
    border: 0; }
    .form_fixed .close-form-fixed .fa-times {
      color: #000000;
      height: 1.2rem;
      width: 1.2rem;
      cursor: pointer;
      z-index: 999; }
  .form_fixed .line_1 {
    display: flex;
    margin: 15px 0; }
    .form_fixed .line_1 label {
      margin-right: 10px; }
    .form_fixed .line_1 .dau {
      background: #fff;
      border: 1px solid #49ca98;
      padding: 5px 15px; }
    .form_fixed .line_1 .input-1 {
      border: 1px solid #49ca98;
      width: 20%;
      text-align: center;
      padding: 5px 15px; }
    .form_fixed .line_1 .o15ml {
      border: 1px solid #49ca98;
      background: #fff;
      margin: 0 15px;
      padding: 5px;
      cursor: pointer; }
    .form_fixed .line_1 .o30ml {
      border: 1px solid #49ca98;
      background: #fff;
      padding: 5px;
      cursor: pointer; }
  .form_fixed .line_2 {
    display: flex; }
    .form_fixed .line_2 .input-2 {
      background-color: #fff;
      border: 1px solid #49ca98;
      width: 60%;
      color: #000000;
      padding: 5px 15px;
      margin: 0 15px;
      text-align: center; }
  .form_fixed .field-input {
    margin-top: 15px;
    background-color: #fff;
    border: 2px solid #49ca98;
    width: 100%;
    color: #000000;
    padding: 10px 15px; }
  .form_fixed .field-register {
    width: 100%;
    color: #fff;
    font-family: "SVN-EffraBold";
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: #49ca98;
    border: 0;
    padding: 10px 0;
    font-size: 120%;
    margin-top: 15px;
    text-transform: uppercase; }

/*Mobile*/
@media (max-width: 768px) {
  .logo_menu {
    margin-left: 0;
    width: 35%;
    display: block; }

  .navbar-toggle {
    margin-top: 17px; }

  .nav > li > a {
    padding: 10px; }

  #infor {
    display: none; }

  .header_list {
    float: left; }
    .header_list .img_text {
      padding-left: 0;
      margin-top: 5px; }
      .header_list .img_text img {
        padding-right: 5px; }
    .header_list .social {
      display: block;
      padding-left: 0;
      margin-top: 5px; }

  #header {
    margin-top: 60px; }
    #header .header_form {
      position: relative;
      width: 100%;
      left: 0; }

  #nhakhoa {
    padding: 20px 0; }
    #nhakhoa .nhakhoa_text {
      padding: 10px 0px 0 0; }
    #nhakhoa .dkngay {
      margin-bottom: 20px; }

  #bacsi .owl-prev {
    position: relative;
    left: auto;
    top: auto; }
  #bacsi .owl-next {
    position: relative;
    right: auto;
    top: auto; }
  #bacsi .dkngay {
    margin-top: 20px; }

  #formft #video {
    height: 300px; }

  #kh .swiper-slide-active {
    opacity: 1; }
  #kh .swiper-button-next {
    right: 10px !important; }
  #kh .swiper-button-prev {
    left: 10px !important; }

  .row_brand {
    padding: 20px 0; }
    .row_brand img {
      margin-top: 10px; }

  footer .warning {
    float: left;
    margin-top: 15px; }

  .modal-body {
    padding: 50px 15px; }

  .thanks {
    position: relative;
    width: 100%;
    left: 0; } }
@media (min-width: 1200px) and (max-width: 1400px) {
  #header .header_form {
    width: 370px;
    z-index: 9;
    top: 28%;
    left: 3%; }

  #formft #video {
    height: 325px; } }
/* IP 5 */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #989898;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #989898;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #989898;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #989898;
  opacity: 1; }

/*# sourceMappingURL=style.css.map */
