.transition {
  /*Changes*/
  -webkit-transition: all 0.8s;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease; }

@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("../fonts/RobotoCondensed-Regular.woff") format("woff"); }
@font-face {
  font-family: "RobotoCondensed-Light";
  src: url("../fonts/RobotoCondensed-Light.woff") format("woff"); }
*:not(i) {
  font-family: RobotoCondensed-Regular !important; }

.homepage_top {
  width: 98%; }

.homepage_banner {
  float: left;
  width: 66%;
  padding: 0px;
  height: 504px;
  box-shadow: 1px 1px 1px 2px #969696;
  border-radius: 3px; }
  @media all and (max-width: 50em) {
    .homepage_banner {
      width: 98%;
      margin-bottom: 30px;
      height: auto; } }

.homepage_search {
  width: 32.5%;
  margin-left: 1%;
  float: left;
  height: auto;
  margin-top: 0px; }
  @media all and (max-width: 50em) {
    .homepage_search {
      width: 98%;
      margin-left: 0px; } }

.homepage_animate li section img {
  border-radius: 3px;
  padding: 2px;
  background-color: white;
  min-height: 180px;
  width: 99.6%; }
  @media only screen and (min-width: 50em) {
    .homepage_animate li section img {
      height: 500px; } }

.homepage_animate li {
  position: absolute; }

.homepage_img {
  position: relative;
  width: 100%; }

.arrow_location_left {
  float: left;
  left: 10px;
  position: absolute;
  margin-top: -250px;
  font-size: 30px;
  border-radius: 30px;
  color: black;
  filter: alpha(opacity=50); }
  @media only screen and (max-width: 40em) {
    .arrow_location_left {
      display: none; } }

.arrow_location_right {
  right: 10px;
  float: right;
  position: absolute;
  margin-top: -250px;
  font-size: 30px;
  color: black !important;
  filter: alpha(opacity=50); }
  @media only screen and (max-width: 40em) {
    .arrow_location_right {
      display: none; } }

#bx-pager {
  padding: 8px 0 8px 2px;
  opacity: .90;
  -moz-opacity: .90;
  filter: alpha(opacity=40);
  margin-top: -40px; }

#bx-pager a {
  width: 15px;
  height: 15px;
  text-decoration: none;
  color: black; }

#bx-pager a.active {
  color: white; }

.thumbnail_size {
  width: 1%;
  height: 10px; }

.text_color {
  color: #00183c; }

.text_space {
  color: #00183c;
  margin-left: 12px;
  text-decoration: none; }

.homepage_search_header {
  font-size: 24px;
  font-weight: bold;
  color: #00183c;
  padding-left: 15px;
  padding-right: 15px; }

.homepage_column_header {
  font-size: 24px;
  font-weight: bold;
  color: #00183c; }

.search_header_title {
  font-size: 24px; }
  @media only screen and (min-width: 55em) {
    .search_header_title {
      font-size: 30px; } }

.homepage_search div {
  width: 100%;
  border: 1px solid #969696;
  height: 438px;
  padding-top: 20px; }

.homepage_search .dish_icon {
  width: 30px; }

.homepage_search .test_solution_icon {
  margin-left: 15px;
  width: 91%;
  margin-top: 30px; }

.homepage_search span {
  background: #00183c;
  color: white;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  cursor: pointer; }

.find_your_product label {
  padding-left: 15px;
  padding-right: 15px; }

.find_your_product form input {
  margin-left: 15px;
  margin-right: 3px;
  width: 74%;
  height: 26px;
  margin-bottom: 40px;
  border: 1px solid #00183c;
  padding-left: 30px;
  font-size: 16px; }
  @media only screen and (min-width: 50em) {
    .find_your_product form input {
      width: 59%; } }
  @media only screen and (min-width: 58em) {
    .find_your_product form input {
      width: 65%; } }
  @media only screen and (min-width: 67em) {
    .find_your_product form input {
      width: 73.5%; } }

.find_your_product select {
  margin-left: 15px;
  width: 81%;
  height: 28px;
  margin-bottom: 40px;
  border: 1px solid #00183c;
  text-align-last: center;
  font-size: 16px; }
  @media only screen and (min-width: 50em) {
    .find_your_product select {
      width: 70%; } }
  @media only screen and (min-width: 58em) {
    .find_your_product select {
      width: 74%; } }
  @media only screen and (min-width: 67em) {
    .find_your_product select {
      width: 81%; } }

.homepage_search_box {
  position: relative; }

.model_searching_icon {
  position: absolute;
  font-size: 22px !important;
  margin-top: 3px;
  left: 20px; }

.img_right_side {
  width: 60%;
  float: right; }
  @media only screen and (max-width: 50em) {
    .img_right_side {
      margin-right: right; } }

.master_search_box {
  position: relative;
  margin-top: 10px;
  width: 40%; }

.website_icon {
  position: absolute;
  font-size: 20px !important;
  margin-top: 0px;
  left: 5px;
  z-index: 1; }

.master_search_box form input {
  padding-left: 25px;
  margin-top: -7px;
  height: 30px;
  font-size: 20px;
  width: 40%;
  min-width: 90px; }

.master_search_box span {
  background: #00183c;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  cursor: pointer; }

.sitemap_top_img {
  width: 200px;
  float: left;
  margin-top: 8px; }
  @media only screen and (max-width: 50em) {
    .sitemap_top_img {
      float: right; } }

.homepage_middle_portion {
  width: 98%; }

.homepage_column_one, .homepage_column_two, .homepage_column_three {
  width: 32.4%;
  height: auto;
  float: left;
  margin-top: 50px;
  padding: 0px; }
  @media all and (max-width: 50em) {
    .homepage_column_one, .homepage_column_two, .homepage_column_three {
      width: 98%;
      margin-left: 0px; } }

.homepage_column_one, .homepage_column_two {
  margin-right: 1.2%; }

div.column_contents {
  width: 100%;
  height: 580px;
  border: 1px solid #969696;
  background: white;
  padding-top: 15px;
  overflow-y: auto; }
  @media all and (max-width: 50em) {
    div.column_contents {
      height: auto; } }

.column_middle {
  text-align: center; }

.column_middle p {
  font-size: 16px;
  line-height: 18px !important;
  font-style: italic; }

.column_middle .middle_test_solution {
  width: 70%; }

.homepage_middle_hr {
  border: none;
  color: #C9D9E6;
  margin-left: 10%;
  margin-right: 10%;
  border-top: 1px solid #C9D9E6; }

.mix_group {
  width: 90%;
  padding: 10px; }

.mix_group a {
  color: black;
  font-size: 12px; }

.mix_group:hover {
  /*   -moz-box-shadow: 0 0 15px #999;
     -webkit-box-shadow: 0 0 15px #999;
     box-shadow: 0 0 15px #999;    */
  z-index: 1;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.03);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.03);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.03);
  transition: all 200ms ease-in;
  transform: scale(1.03);
  filter: blur(0); }

.item_img {
  width: 40%;
  display: inline-block;
  float: left;
  margin-top: 12px; }

.item_detail {
  width: 60%;
  display: inline-block;
  float: left;
  font-size: 16px;
  color: black;
  padding-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 15px;
  /* fallback */
  max-height: 75px;
  /* fallback */
  -webkit-line-clamp: 5;
  /* number of lines to show */
  -webkit-box-orient: vertical; }

.home_news_now p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 15px;
  /* fallback */
  max-height: 90px;
  /* fallback */
  -webkit-line-clamp: 6;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  padding: 10px; }

.home_news_now a {
  color: #0548b5; }

.item_detail ul {
  margin-top: -3px !important; }

.item_detail li {
  margin-left: -28px; }

/*# sourceMappingURL=homepage_new.css.map */
