:root {
  --main-color: #f56a00;
  --extra-color: #f56a00;
  --black-color: #23232B; }

@font-face {
  font-display: auto;
  font-family: "SanfBold";
  src: url("fonts/Sanf/Sanf-Bold.ttf");
  src: url("fonts/Sanf/Sanf-Bold.ttf") format("truetype"); }
@font-face {
  font-display: auto;
  font-family: "Sanf";
  src: url("fonts/Sanf/Sanf-Regular.ttf");
  src: url("fonts/Sanf/Sanf-Regular.ttf") format("truetype"); }
@font-face {
  font-display: auto;
  font-family: "Neosan";
  src: url("fonts/UTM Neo Sans Intel.ttf");
  src: url("fonts/UTM Neo Sans Intel.ttf") format("truetype"); }
@font-face {
  font-display: auto;
  font-family: "Sanf";
  src: url("fonts/SanFranciscoDisplay-Regular.otf");
  src: url("fonts/SanFranciscoDisplay-Regular.otf") format("truetype"); }
@font-face {
  font-display: auto;
  font-family: "SanfBold";
  src: url("fonts/SanFranciscoDisplay-Bold.otf");
  src: url("fonts/SanFranciscoDisplay-Bold.otf") format("truetype"); }
/****** COMMON ***********/
html {
  color: #222222;
  /*background: #FFF; 
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  */ }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, legend, input, button, textarea, p, blockquote {
  margin: 0;
  padding: 0; }

body {
  font-family: Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  max-width: 100%;
  background: #fff; }

.fieldset {
  margin: 0;
  padding: 10px; }

th, td {
  margin: 0; }

a {
  color: #333;
  font-weight: normal;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in 0;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0;
  transition: all 0.2s ease-in 0; }

a:hover {
  text-decoration: none;
  color: var(--extra-color); }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.red, .label_error {
  color: red; }

.redborder {
  border: 1px solid red; }

.bold, strong, b {
  font-weight: bold; }

img {
  border: 0;
  max-width: 100%;
  transition: 0.9s; }

address, caption, cite, code, dfn, em, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit; }

del, ins {
  text-decoration: none; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  font-size: 12px; }

legend {
  color: #000000;
  font-weight: bold;
  padding: 0 8px; }

figure {
  margin: 0; }

.description {
  line-height: 24px; }

.description figure {
  margin: 10px 0;
  text-align: center; }

.description figure figcaption {
  font-style: italic; }

.description em, .description i {
  font-style: italic; }

.description .clear {
  margin-top: 0px; }

.description a {
  color: #ff8b00; }

.description img {
  max-width: 100%;
  height: auto !important;
  border: 1px solid rgba(243, 243, 243, 0.8); }

.figcaption {
  font-style: italic; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

.description {
  margin-bottom: 15px; }
  .description h1 {
    font-size: 32px;
    line-height: 42px; }
  .description h2 {
    font-size: 28px;
    line-height: 38px; }
  .description h3 {
    font-size: 24px;
    line-height: 34px; }
    @media all and (max-width: 600px) {
      .description h3 {
        font-size: 18px;
        line-height: 26px; } }
  .description p {
    line-height: 22px;
    margin-bottom: 5px; }

input, button, textarea, select {
  *font-size: 100%; }

select, input, button, textarea, button {
  font: 99% verdana, arial, helvetica, clean, sans-serif; }

table {
  font: 100%;
  border-collapse: collapse; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

.clear, .clearfix {
  clear: both; }

.cls::after {
  content: '';
  display: block;
  clear: both; }

.hidden, .hide, .hiden {
  display: none; }

@media all and (max-width: 600px) {
  .hide2 {
    display: none; } }

.img-responsive {
  /* height: auto;
  width: 100%; */ }

.fl {
  float: left; }

.fr {
  float: right; }

svg {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; }

.cf::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden; }

strong, b {
  font-weight: 600;
  font-family: Helvetica; }

.benmarch {
  display: none; }

.pagination {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px; }

.pagination .current {
  color: #fff;
  background: var(--extra-color);
  display: inline-block;
  font-size: 20px;
  margin-right: 4px;
  padding: 5px 11px; }

.pagination a, .pagination b {
  color: #4C4C4C;
  display: inline-block;
  font-size: 20px;
  margin-right: 4px;
  padding: 5px 11px;
  text-decoration: none;
  border: 1px solid #eee; }

.pagination a:hover, .pagination b:hover {
  color: var(--extra-color);
  border: 1px solid var(--extra-color);
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all; }

.pagination .pre-page, .pagination .next-page, .pagination .first-page, .pagination .last-page {
  text-indent: -99999px; }

.first-page, .last-page {
  display: none !important; }

.next-page {
  background: url("../images/page_next.png") no-repeat scroll center center #f8f8f8 !important;
  padding: 5px 15px 5px !important; }

.pre-page {
  background: url("../images/page_previous.png") no-repeat scroll center center #f8f8f8 !important;
  padding: 5px 15px 5px !important; }

.next-page:hover {
  background: url("../images/page_next.png") no-repeat scroll center center var(--main-color) !important;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all; }

.pre-page:hover {
  background: url("../images/page_previous.png") no-repeat scroll center center var(--main-color) !important;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all; }

.left {
  float: left; }

.right {
  float: right; }

.lazy {
  display: none; }

.page_title {
  position: relative;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #d6d6d6; }
  @media all and (max-width: 600px) {
    .page_title {
      margin-bottom: 20px; } }
  .page_title::before {
    background-size: 100% 100%;
    transition: 0.5s;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 3px;
    width: 50px; }

.page_title span {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-family: Helvetica;
  margin-left: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; }

.page_title h1 {
  font-weight: normal; }

.fr {
  float: right; }

.fl {
  float: left; }

.benmarch {
  display: none; }

.hide {
  display: none; }

.submit_bt, .reset_bt {
  padding: 5px 14px;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer; }

.submit_bt {
  border: 1px solid #ED1C24;
  background: #ED1C24;
  color: #FFF; }

.submit_bt:hover {
  border: 1px solid #C90008;
  background: #C90008; }

.reset_bt {
  border: 1px solid #b3b1b1;
  background: #f9f9f9;
  color: #000; }

.reset_bt:hover {
  border: 1px solid #b3b1b1;
  background: #cecdcd; }

.redborder {
  border-color: #ED1C24 !important; }

.container {
  width: 1200px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto; }

@media screen and (max-width: 1200px) {
  .container {
    padding-left: 10px;
    padding-right: 10px; }
    .container .container {
      padding: 0; } }
.container3 {
  width: 1270px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto; }

@media screen and (max-width: 1270px) {
  .container3 {
    padding-left: 10px;
    padding-right: 10px; } }
.scroll_bar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #EBEBEB; }

.scroll_bar::-webkit-scrollbar {
  width: 8px;
  background-color: #EBEBEB;
  border-radius: 10px; }

.scroll_bar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: url("../images/bg_scrollbar.png") no-repeat scroll center center var(--main-color);
  border: 1px solid #EBEBEB; }

/****** end COMMON ***********/
.menu_header {
  background: #282d30; }
  @media all and (max-width: 800px) {
    .menu_header {
      display: none; } }

.wrapper_top {
  background: #C90008; }

.wrapper_top .inner_wrapper_top {
  margin: 0 auto;
  max-width: 100%; }

.wrapper_top_content {
  float: right; }

.wrapper_top_content > div {
  float: right; }

.wrapper_top #calculation_power {
  background: url("../images/icon_air_condition.png") no-repeat scroll 0 center; }

.wrapper_top #download_quote {
  background: url(../images/icon_dowloadr.png) no-repeat scroll 0px 9px;
  padding-left: 22px; }

.wrapper_top .logs {
  background: url(../images/member.png) no-repeat scroll 0px 9px;
  padding-left: 22px; }

.wrapper_top .logs font {
  color: #ffcaca; }

#camera_vidic {
  background: url(../images/camera.png) no-repeat scroll 0px 8px;
  padding-left: 25px; }

.wrapper_top #calculation_power a, .wrapper_top #download_quote a, #camera_vidic a, .logs a {
  font-size: 14px;
  color: #848484; }

.logs > span {
  color: rgba(0, 0, 0, 0.14);
  font-size: 14px;
  padding: 4px; }

.wrapper_top .wrapper_top_content > div a:hover {
  color: #e2e2e2 !important;
  text-decoration: none; }

.search_header {
  width: 210px;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 13px; }

.log_wrapper {
  position: relative;
  padding-left: 47px;
  margin-right: 100px; }

.log_wrapper:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 35px;
  height: 35px;
  content: "\f007";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 19px;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
  box-sizing: border-box;
  color: #FFF;
  background: var(--main-color);
  border: none; }

.log_wrapper:after {
  position: absolute;
  top: 5px;
  right: -53px;
  height: 31px;
  width: 0;
  border-right: 1px solid rgba(204, 204, 204, 0.33);
  content: ''; }

/****** wrapper_content ***********/
.rsp_navigation {
  display: none; }

/****** HEADER ***********/
.head {
  position: relative;
  min-height: 60px;
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1); }
  @media all and (max-width: 990px) {
    .head {
      min-height: 40px; } }

.des_home {
  margin-top: 40px;
  line-height: 24px;
  font-size: 16px;
  text-align: center; }
  .des_home h1 {
    font-size: 30px;
    line-height: 45px; }
    @media all and (max-width: 500px) {
      .des_home h1 {
        font-size: 24px;
        line-height: 34px; } }

.header_wrapper {
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 999;
  width: 100%;
  background: #fff; }
  @media all and (max-width: 990px) {
    .header_wrapper {
      min-height: 45px; } }

.cb .block_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  position: relative;
  padding-bottom: 30px;
  font-weight: bold;
  color: #fff; }

.bg_black {
  background: #000; }

.pos3b {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 60px; }
  @media all and (max-width: 800px) {
    .pos3b {
      margin-bottom: 20px;
      margin-top: 40px; } }
  @media all and (max-width: 600px) {
    .pos3b .container {
      padding: 0 10px; } }
  .pos3b h4 {
    margin-bottom: 40px;
    font-weight: normal;
    color: #555; }
    @media all and (max-width: 600px) {
      .pos3b h4 {
        font-size: 16px; } }
  .pos3b p {
    color: #666;
    line-height: 22px;
    font-size: 16px; }
    @media all and (max-width: 600px) {
      .pos3b p {
        font-size: 15px; } }
  .pos3b .dowload {
    margin-top: 30px; }
    .pos3b .dowload a {
      font-size: 13px;
      padding: 5px 15px;
      border-radius: 15px;
      border: 1px solid var(--main-color);
      color: var(--main-color);
      margin: 0 30px;
      position: relative;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s; }
      @media all and (max-width: 600px) {
        .pos3b .dowload a {
          padding: 5px 10px;
          margin: 0 15px; } }
      .pos3b .dowload a:hover {
        background: var(--main-color);
        color: #fff; }
      .pos3b .dowload a:first-child:after {
        content: "";
        width: 1px;
        height: 20px;
        background: #848484;
        position: absolute;
        top: 2px;
        right: -31px; }
        @media all and (max-width: 600px) {
          .pos3b .dowload a:first-child:after {
            right: -19px; } }

.header {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  background: #fff; }
  @media all and (max-width: 990px) {
    .header {
      z-index: 9999;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s; } }
  .header .clear {
    margin: 0 !important; }

.top_menu {
  width: calc(100% - 400px);
  float: left;
  margin-left: 60px; }

.header_slide {
  position: relative;
  min-height: 46px; }
  @media all and (max-width: 990px) {
    .header_slide {
      min-height: 0;
      position: unset; } }
  .header_slide .header_wrapper {
    position: absolute;
    width: 100%;
    top: 0px;
    background: var(--extra-color); }
    @media all and (max-width: 800px) {
      .header_slide .header_wrapper {
        display: none; } }

@media all and (min-width: 1140px) {
  .header .container2 {
    padding: 0 60px; } }
.header .hotline {
  float: right;
  position: relative;
  margin-right: 100px; }
  @media all and (max-width: 990px) {
    .header .hotline {
      display: none; } }
  .header .hotline svg {
    width: 30px;
    height: 30px;
    fill: var(--main-color);
    position: absolute;
    left: -20px;
    top: 30px; }
  .header .hotline a {
    float: right;
    color: var(--main-color);
    font-weight: bold;
    font-size: 15px;
    margin: 30px 0;
    padding: 0 20px;
    line-height: 17px; }
    .header .hotline a span {
      font-size: 12px;
      color: #6f7973;
      font-weight: normal; }
  .header .hotline .hotline2 {
    padding-right: 0;
    position: relative; }
    .header .hotline .hotline2:before {
      width: 1px;
      height: 30px;
      content: '';
      background: #757575;
      position: absolute;
      left: 0;
      top: 14px; }

.top_hotline .incon-support {
  float: left;
  display: inline-block;
  margin-right: 10px;
  margin-top: 8px; }
  @media screen and (max-width: 345px) {
    .top_hotline .incon-support {
      display: none; } }
.top_hotline .content-right {
  float: right;
  display: inline-block;
  margin-top: 15px; }
  .top_hotline .content-right .phone {
    color: red;
    font-size: 16px; }

.wrapper_content {
  background-repeat: no-repeat;
  background-size: 100% 300px; }

@media all and (max-width: 1000px) {
  .home_2 {
    margin-top: 30px; } }
.home_2 .block_title {
  position: absolute;
  left: 80px;
  z-index: 9; }
  @media all and (max-width: 1000px) {
    .home_2 .block_title {
      position: inherit;
      text-align: center;
      margin-bottom: 15px; } }
  .home_2 .block_title span {
    font-family: Helvetica;
    text-align: center;
    color: #000;
    font-size: 28px;
    position: relative;
    padding-top: 0px;
    margin-bottom: 30px; }

.home_p0 {
  position: relative; }
  .home_p0 .block_title {
    text-align: center;
    position: absolute;
    top: calc(50% - 60px);
    color: #fff;
    width: 100%;
    z-index: 1;
    font-size: 35px;
    transform: translate(0%, -50%); }
    .home_p0 .block_title:after {
      display: none; }
    @media all and (max-width: 990px) {
      .home_p0 .block_title {
        top: calc(50% - 30px);
        font-size: 25px; } }
    @media all and (max-width: 500px) {
      .home_p0 .block_title {
        top: calc(50% - 20px);
        font-size: 22px; } }
  .home_p0 .breadcrumb {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom: none;
    width: 100%;
    display: block;
    text-align: center; }
    @media all and (max-width: 500px) {
      .home_p0 .breadcrumb {
        top: 40%; } }
    .home_p0 .breadcrumb li:last-child a {
      color: var(--main-color); }
    .home_p0 .breadcrumb .breadcrumb__item a {
      color: #fff;
      font-size: 20px; }
    .home_p0 .breadcrumb .breadcrumb__item {
      font-size: 20px; }

.pos1 {
  margin-top: 20px; }
  @media all and (max-width: 1140px) {
    .pos1 {
      margin-top: 20px; } }

.pos34 {
  margin: 0 -15px; }
  @media all and (max-width: 1200px) {
    .pos34 {
      margin: 0 -10px; } }
  .pos34 .pos3_inner {
    background: #fff;
    width: calc(66.666% - 30px);
    margin: 0 15px;
    float: left; }
    @media all and (max-width: 1200px) {
      .pos34 .pos3_inner {
        width: calc(66.666% - 20px);
        margin: 0 10px; } }
    @media all and (max-width: 990px) {
      .pos34 .pos3_inner {
        width: calc(100% - 20px);
        margin: 0 10px; } }
    .pos34 .pos3_inner #block_id_187 {
      width: calc(50% - 15px);
      float: left; }
      @media all and (max-width: 600px) {
        .pos34 .pos3_inner #block_id_187 {
          width: 100%; } }
    .pos34 .pos3_inner #block_id_188 {
      float: left;
      width: calc(50% + 15px);
      padding-left: 30px;
      padding-right: 30px;
      box-sizing: border-box;
      padding-top: 20px; }
      @media all and (max-width: 600px) {
        .pos34 .pos3_inner #block_id_188 {
          width: 100%; } }
  .pos34 .pos4_inner {
    width: calc(33.3333% - 30px);
    margin: 0 15px;
    float: left; }
    @media all and (max-width: 1200px) {
      .pos34 .pos4_inner {
        width: calc(33.333% - 20px);
        margin: 0 10px; } }
    @media all and (max-width: 990px) {
      .pos34 .pos4_inner {
        width: calc(100% - 20px);
        margin: 0 10px;
        margin-top: 20px; } }

.pos10b {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0px 0 0px; }
  @media all and (max-width: 1100px) {
    .pos10b {
      margin: 20px 0 0; } }
  @media all and (max-width: 800px) {
    .pos10b {
      margin: 20px 0; } }
  .pos10b .block_title {
    color: #fff;
    padding: 0;
    padding: 20px 0;
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
    font-size: 16px; }
    @media all and (max-width: 600px) {
      .pos10b .block_title {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
        width: 100%;
        background: transparent;
        padding: 0px 0 15px; } }

.h_bottom {
  margin-top: 40px; }
  @media all and (max-width: 750px) {
    .h_bottom {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media all and (max-width: 600px) {
    .h_bottom {
      padding-bottom: 0; } }
  .h_bottom .h_bottom_l {
    width: 70%;
    float: left;
    padding-right: 40px;
    box-sizing: border-box;
    border-right: 1px dotted #d6d6d6; }
    @media all and (max-width: 800px) {
      .h_bottom .h_bottom_l {
        padding-right: 20px; } }
    @media all and (max-width: 750px) {
      .h_bottom .h_bottom_l {
        width: 100%;
        padding-right: 10px;
        padding-right: 0px;
        border-right: none; } }
    .h_bottom .h_bottom_l .block_title {
      text-align: left;
      color: #000;
      font-size: 28px;
      position: relative;
      padding-top: 0px;
      margin-bottom: 0px; }
  .h_bottom .h_bottom_r {
    width: 30%;
    float: left;
    padding-left: 40px;
    box-sizing: border-box; }
    @media all and (max-width: 800px) {
      .h_bottom .h_bottom_r {
        padding-left: 20px; } }
    @media all and (max-width: 750px) {
      .h_bottom .h_bottom_r {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px; }
        .h_bottom .h_bottom_r .share_fast {
          width: calc(50% - 10px);
          margin-right: 10px;
          float: left; } }
    @media all and (max-width: 750px) and (max-width: 600px) {
      .h_bottom .h_bottom_r .share_fast {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 20px; } }
    @media all and (max-width: 750px) {
        .h_bottom .h_bottom_r .home_pos_1 {
          width: 50%;
          float: left; } }
    @media all and (max-width: 750px) and (max-width: 600px) {
      .h_bottom .h_bottom_r .home_pos_1 {
        width: 100%;
        margin-right: 0;
        float: none; } }

    @media all and (max-width: 500px) {
      .h_bottom .h_bottom_r {
        margin-top: 0px; } }

.pos4 {
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow: hidden;
  background: #f0f2f5; }
  @media all and (max-width: 800px) {
    .pos4 {
      padding-bottom: 0px; } }
  .pos4 .block_title {
    text-align: center;
    color: #000;
    font-size: 28px;
    position: relative;
    margin-bottom: 30px; }
    @media all and (max-width: 800px) {
      .pos4 .block_title {
        font-size: 20px; } }
    .pos4 .block_title span {
      font-family: title;
      line-height: 35px;
      font-size: 20px;
      text-transform: none;
      color: #555; }
      @media all and (max-width: 800px) {
        .pos4 .block_title span {
          line-height: 25px; } }
    .pos4 .block_title font {
      color: var(--main-color);
      font-size: 28px;
      text-transform: uppercase;
      line-height: 32px; }
    @media all and (max-width: 800px) {
      .pos4 .block_title {
        font-size: 18px;
        padding-top: 20px;
        margin-bottom: 20px; } }
    @media all and (max-width: 500px) {
      .pos4 .block_title {
        font-size: 15px;
        padding-top: 20px;
        margin-bottom: 20px; } }

.pos7b {
  padding: 10px 0 15px; }
  .pos7b .sum {
    font-size: 15px;
    color: #909090;
    font-style: italic;
    text-align: center;
    text-transform: none;
    margin-bottom: 10px; }

.h_bottom_r .block_title {
  text-align: left;
  color: #000;
  font-size: 25px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
  padding-top: 0px; }
  @media all and (max-width: 600px) {
    .h_bottom_r .block_title {
      margin-bottom: 10px; } }
  .h_bottom_r .block_title::after {
    width: 25px;
    height: 3px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    bottom: 0; }

.header .logo {
  margin-top: 15px;
  display: block;
  float: left;
  margin-bottom: 15px;
  max-width: 210px; }
  @media all and (max-width: 800px) {
    .header .logo {
      margin-top: 10px;
      margin-bottom: 10px; } }
  @media all and (min-width: 1000px) {
    .header .logo img {
      float: left; } }
  .header .logo span {
    line-height: 86px;
    float: left;
    margin-left: 15px;
    text-transform: uppercase;
    color: var(--main-color);
    font-size: 25px; }

.header .logo_scroll {
  transform: translate(-10px, -7px) scale(0.6);
  margin-top: 10px;
  margin-bottom: 5px;
  height: 40px; }

.logo_img_small {
  display: none; }

.header .shopcart {
  position: relative;
  padding-top: 0px;
  float: right;
  text-align: right;
  margin-top: 25px;
  margin-right: 0px; }
  @media all and (max-width: 1100px) {
    .header .shopcart {
      margin-right: 100px; } }

.js_modal .mask-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -99;
  transform: scale(1.3);
  opacity: 0;
  transform-origin: center;
  transition: 0.7s ease-in-out; }
.js_modal .mask-popup.active {
  z-index: 999999999;
  opacity: 1;
  transform: scale(1);
  transition: 0.7s ease-in-out; }
.js_modal .popup-select {
  width: 1100px;
  max-width: 100%;
  background-color: #f1f1f1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden; }
  @media all and (max-width: 1000px) {
    .js_modal .popup-select {
      left: 0;
      top: 20px;
      transform: translateX(0) translateY(0); } }
  .js_modal .popup-select .header_poup {
    background-color: var(--main-color);
    padding: 12px 10px;
    position: relative; }
    .js_modal .popup-select .header_poup h4 {
      color: #fff;
      font-weight: bold;
      font-size: 22px;
      text-align: left; }
    .js_modal .popup-select .header_poup .close-popup {
      position: absolute;
      top: 13px;
      right: 13px; }
      .js_modal .popup-select .header_poup .close-popup svg {
        width: 24px;
        height: 24px;
        fill: #fff;
        cursor: pointer; }

.pos910 {
  margin-top: 50px;
  display: flex; }
  @media all and (max-width: 950px) {
    .pos910 {
      display: block;
      margin-top: 30px; }
      .pos910 .container_l {
        width: 100%; }
      .pos910 .container_r {
        width: 100%; } }
  .pos910 .block_title {
    text-align: center;
    font-size: 28px;
    position: relative;
    padding-top: 0px; }
    @media all and (max-width: 600px) {
      .pos910 .block_title {
        margin-bottom: 0px; } }
    .pos910 .block_title::after {
      width: 26px;
      height: 3px;
      background: var(--main-color);
      position: absolute;
      left: calc(50% - 13px);
      bottom: 0; }

.container_l {
  width: 585px;
  float: right;
  max-width: 100%; }
  @media all and (max-width: 1200px) {
    .container_l {
      padding: 0 10px;
      box-sizing: border-box; } }

.container_r {
  width: 585px;
  float: left;
  max-width: 100%; }
  @media all and (max-width: 1200px) {
    .container_r {
      padding: 0 10px;
      box-sizing: border-box; } }

.p50 {
  width: 50%;
  float: left; }
  @media all and (max-width: 950px) {
    .p50 {
      width: 100%; } }

.pos9 {
  margin-top: 40px; }
  @media all and (max-width: 600px) {
    .pos9 {
      margin-top: 20px; } }

.pos10 {
  margin: 60px 0 0;
  background: var(--main-color);
  max-height: 625px;
  overflow: hidden; }
  @media all and (max-width: 800px) {
    .pos10 {
      margin: 20px 0 0;
      max-height: none; } }
  @media all and (max-width: 0px) {
    .pos10 {
      max-height: none; } }
  .pos10 .block_title {
    padding-top: 0;
    font-size: 28px;
    margin-bottom: 35px; }
    @media all and (max-width: 800px) {
      .pos10 .block_title {
        margin-bottom: 20px;
        font-size: 20px; } }
  @media all and (max-width: 950px) {
    .pos10 {
      padding: 10px 0; } }

.home_1 .container {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #eee; }
  @media all and (max-width: 1200px) {
    .home_1 .container {
      padding: 20px 10px; } }
  .home_1 .container .block_testimonials .block_title {
    position: absolute;
    font-size: 28px;
    padding-top: 0px; }
    @media all and (min-width: 600px) {
      .home_1 .container .block_testimonials .block_title:after {
        left: 0; } }
    @media all and (max-width: 600px) {
      .home_1 .container .block_testimonials .block_title {
        position: relative; } }

.hotline ul li span {
  display: table-cell; }

.hotline ul li a {
  display: table-cell;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle; }

.hotline ul li:first-child {
  color: #ED1C24;
  margin-bottom: 6px; }

.hotline ul li:last-child {
  color: #0084CA; }

.hotline ul li:first-child a {
  color: #ED1C24; }

.hotline ul li.zalo a {
  color: #009DFF;
  margin-top: 2px;
  line-height: 18px; }

.hotline ul li.zalo span {
  background: #009DFF;
  color: #FFF;
  font-size: 9px;
  /* width: 30px; */
  /* height: 30px; */
  text-align: center;
  padding: 4px 0px 5px 1px;
  border-radius: 3px;
  font-weight: bold;
  font-style: normal; }

.hotline ul li.phone span i {
  font-size: 22px; }

.log_wrapper > span {
  font-weight: bold;
  display: block;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0px;
  font-family: HelveticaBold; }

/******END HEADER ***********/
.pos8 {
  margin-top: 20px; }
  .pos8 .container {
    padding: 20px;
    background: #fff; }

/****** NAVIGATION ***********/
.navigation_main_wrapper {
  background: #FFF;
  width: 100%;
  z-index: 100;
  transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1);
  border-bottom: 1px solid #e0e0e0; }

.navigation_main {
  margin: 0 auto;
  max-width: 100%;
  width: 1170px;
  position: relative; }
  .navigation_main .top_menu {
    width: calc(100% - 280px);
    float: left; }
  .navigation_main .top_hotline {
    width: 218px;
    float: right; }
    .navigation_main .top_hotline .incon-support {
      display: inline-block;
      float: left;
      padding: 6px; }
    .navigation_main .top_hotline .content-right {
      font-size: 13px;
      color: #ff0202;
      font-family: HelveticaBold;
      padding: 4px 0px;
      float: right; }
    @media screen and (max-width: 420px) {
      .navigation_main .top_hotline {
        width: 200px; }
        .navigation_main .top_hotline .incon-support svg {
          width: 27px;
          height: 27px; }
        .navigation_main .top_hotline .content-right {
          font-family: Helvetica;
          font-size: 12px; } }

.product_menu {
  position: relative;
  float: left;
  margin-right: 60px;
  width: 215px; }

.banner1, .banner2 {
  margin: 40px 0;
  margin-top: 0px; }
  @media all and (max-width: 800px) {
    .banner1, .banner2 {
      margin: 20px 0 10px;
      margin-top: 0px; } }

@media all and (max-width: 1200px) {
  .banner2 {
    padding-left: 10px;
    padding-right: 10px; } }
.banner2 .container {
  background-repeat: no-repeat;
  background-size: cover; }
  @media all and (max-width: 500px) {
    .banner2 .container {
      background-position: right; } }
.banner2 .top {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden; }
  .banner2 .top > div {
    float: left; }
.banner2 .top-logo {
  width: calc(30% - 0px);
  text-align: center;
  position: relative;
  padding: 40px;
  padding-left: 60px;
  box-sizing: border-box; }
  .banner2 .top-logo div {
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px; }
  @media all and (max-width: 1100px) {
    .banner2 .top-logo {
      width: calc(40% - 20px); } }
  @media all and (max-width: 700px) {
    .banner2 .top-logo {
      width: 100%;
      margin-right: 0px;
      height: 100px;
      height: auto;
      padding: 10px;
      padding-top: 20px; } }
  @media all and (max-width: 500px) {
    .banner2 .top-logo {
      display: none; } }
.banner2 .top-center {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px;
  width: 16%;
  padding-left: 20px;
  box-sizing: border-box; }
  @media all and (max-width: 1100px) {
    .banner2 .top-center {
      display: none; } }
  @media all and (max-width: 700px) {
    .banner2 .top-center {
      width: 100%;
      padding-bottom: 10px; } }
  @media all and (max-width: 500px) {
    .banner2 .top-center {
      font-size: 25px;
      color: #fff; } }
  .banner2 .top-center span {
    font-size: 42px; }
    @media all and (max-width: 500px) {
      .banner2 .top-center span {
        font-size: 35px;
        color: #fff; } }
    .banner2 .top-center span > font {
      color: var(--main-color);
      font-family: initial;
      font-size: 60px; }
      @media all and (max-width: 500px) {
        .banner2 .top-center span > font {
          font-size: 45px;
          color: #000; } }
.banner2 .top-right {
  padding: 36px 20px 33px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 22px;
  width: 40%;
  text-align: center; }
  .banner2 .top-right .title a {
    color: var(--extra-color);
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase; }
  .banner2 .top-right .summary {
    color: #d2d2d2;
    border: 1px solid #eeeeee87;
    margin-top: 20px;
    padding: 0 60px 0px;
    box-sizing: border-box;
    font-size: 14px;
    border-top: 0;
    position: relative; }
    @media all and (max-width: 600px) {
      .banner2 .top-right .summary {
        padding: 10px 10px 0; } }
    .banner2 .top-right .summary:before {
      content: '';
      width: 80px;
      height: 1px;
      background: #eeeeee87;
      top: 0;
      left: 0;
      position: absolute; }
      @media all and (max-width: 600px) {
        .banner2 .top-right .summary:before {
          width: 20px; } }
    .banner2 .top-right .summary:after {
      content: '';
      width: 80px;
      height: 1px;
      background: #eeeeee87;
      top: 0;
      right: 0;
      position: absolute; }
      @media all and (max-width: 600px) {
        .banner2 .top-right .summary:after {
          width: 20px; } }
    .banner2 .top-right .summary span {
      display: inline-block;
      transform: translate(0, -10px); }
      @media all and (max-width: 600px) {
        .banner2 .top-right .summary span {
          transform: translate(0, -18px); } }
  @media all and (max-width: 1150px) {
    .banner2 .top-right {
      width: 60%; } }
  @media all and (max-width: 600px) {
    .banner2 .top-right {
      width: 100%;
      padding: 20px 10px; } }
.banner2 .view {
  background: #252525;
  text-align: center;
  padding: 5px 0; }
  @media all and (max-width: 500px) {
    .banner2 .view {
      margin: 0 -10px; } }
  .banner2 .view a {
    color: #fff;
    font-size: 18px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; }
    .banner2 .view a:hover {
      color: var(--main-color); }
    .banner2 .view a span {
      font-size: 20px;
      letter-spacing: -10px;
      margin-right: 10px; }
@media all and (max-width: 750px) {
  .banner2 {
    margin-top: 0; } }

.pos7 .banners {
  margin: 0 -10px; }
  .pos7 .banners .banner_item {
    width: calc(33.333% - 20px);
    float: left;
    margin: 0 10px; }
@media all and (max-width: 800px) {
  .pos7 {
    margin: 20px 0; } }
.pos7 .container {
  position: relative; }
  .pos7 .container .block_title {
    position: absolute;
    width: calc(30% - 40px);
    top: -30px;
    right: 0px;
    padding: 0;
    font-size: 22px;
    line-height: 45px;
    text-align: left; }
    @media all and (max-width: 1200px) {
      .pos7 .container .block_title {
        position: inherit;
        width: auto;
        top: 0;
        text-align: right; } }
    .pos7 .container .block_title:after {
      display: none; }
    .pos7 .container .block_title .sum {
      font-family: Helvetica;
      font-size: 18px;
      line-height: 22px;
      color: #797979;
      text-transform: none; }

.project_cat .cat-title::before {
  background-image: url("../images/bg_tit.png");
  background-size: 100% 100%; }

.pos7_cat {
  margin-bottom: 20px; }

/****** END NAVIGATION ***********/
.hit_share_handmade a {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  margin-right: 15px; }

.hit_share_handmade a:hover img {
  opacity: 0.8; }

/****** breadcrumbs ***********/
.breadcrumbs .container {
  border-bottom: 1px solid #DEDEDE;
  padding: 12px 0px; }
  @media all and (max-width: 1200px) {
    .breadcrumbs .container {
      padding-left: 10px;
      padding-right: 10px; } }

/****** end.breadcrumbs ***********/
/****** BANNERSPACE ***********/
.slider-home {
  padding-top: 70px; }
  @media all and (max-width: 1140px) {
    .slider-home {
      margin-top: 20px;
      padding-top: 0px; } }

.main_top {
  margin-bottom: 30px;
  padding-top: 35px; }
  @media screen and (max-width: 680px) {
    .main_top {
      padding-top: 10px;
      margin-bottom: 20px; } }

.main_top .banners-absolute_title {
  margin: 0 -9px 0 -9px; }

.list-baner-home-1 {
  display: flex;
  margin-bottom: 35px;
  margin-left: -10px;
  margin-right: -10px; }
  .list-baner-home-1 .banner-home {
    width: calc(100% / 3);
    float: left;
    text-align: center;
    padding: 0px 10px;
    box-sizing: border-box; }

.list-baner-home-2 {
  display: flex;
  margin-left: -10px;
  margin-right: -10px; }
  .list-baner-home-2 .banner-home {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0px 10px;
    box-sizing: border-box; }
  @media screen and (max-width: 600px) {
    .list-baner-home-2 {
      margin-left: -5px;
      margin-right: -5px; }
      .list-baner-home-2 .banner-home {
        padding: 0px 5px; } }

.banner-home4 {
  box-sizing: border-box;
  border: 1px solid #eee;
  display: none; }

.pos6 {
  background: #fff;
  margin-top: 30px; }
  @media all and (max-width: 600px) {
    .pos6 {
      padding-top: 20px; } }

.pos_mixed_left {
  float: left;
  width: calc(50% - 15px);
  margin-right: 15px; }
  @media screen and (max-width: 1000px) {
    .pos_mixed_left {
      float: none;
      width: 100%;
      margin-right: 0px; } }

.pos_mixed_right {
  float: right;
  width: calc(50% - 15px);
  margin-left: 15px; }
  @media screen and (max-width: 1000px) {
    .pos_mixed_right {
      float: none;
      width: 100%;
      margin-left: 0px; } }

.block_title {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  color: var(--main-color); }
  .block_title a {
    font-weight: bold;
    color: var(--main-color);
    transition: 0.5s; }
  .block_title:hover a {
    color: var(--extra-color); }
  @media all and (max-width: 800px) {
    .block_title {
      padding: 20px 0px 20px;
      font-size: 24px;
      margin-bottom: 10px; } }

.field_name {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  font-family: Helvetica; }

/****** end.BANNERSPACE ***********/
/****** MAIN ***********/
.main_wrapper {
  margin-top: 20px; }

.main_wrapper_home {
  padding: 0;
  margin-top: 20px; }

.main_wrapper .left {
  float: left;
  width: calc( 23% - 20px);
  margin-right: 20px; }
  .main_wrapper .left .block {
    background: #fff;
    padding: 10px;
    box-sizing: border-box; }
  .main_wrapper .left .block_title {
    font-size: 20px;
    color: var(--main-color);
    font-family: Helvetica;
    padding: 0px 10px 10px 0;
    text-align: left;
    font-weight: bold;
    position: relative;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
    border-bottom: 1px dotted #d6d6d6; }
    .main_wrapper .left .block_title:after {
      display: none; }

.main_wrapper .right {
  float: right;
  margin: 0px 0;
  width: calc( 25% - 15px);
  box-sizing: border-box; }

.main_wrapper .main-area {
  margin: 0;
  width: calc(75% - 0px);
  position: relative;
  padding: 0; }
  @media screen and (max-width: 900px) {
    .main_wrapper .main-area {
      float: none;
      margin-bottom: 70px;
      width: 100%; } }

.main_wrapper .right .block .block_title, .main_wrapper .right .block .field_name {
  font-size: 20px;
  color: var(--main-color);
  padding: 0px 10px 10px 0;
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
  position: relative;
  margin-bottom: 12px;
  padding-right: 10px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #d6d6d6;
  padding-left: 10px; }
  .main_wrapper .right .block .block_title::before, .main_wrapper .right .block .field_name::before {
    width: 4px;
    height: 18px;
    background: var(--main-color);
    position: absolute;
    bottom: 2px;
    left: 0px; }
  .main_wrapper .right .block .block_title::after, .main_wrapper .right .block .field_name::after {
    display: none; }

@media screen and (max-width: 900px) {
  .main_wrapper .left {
    width: 100%;
    float: none; }

  .main_wrapper .right {
    width: 100%;
    float: none; }

  .main_wrapper {
    width: 100%;
    float: none;
    margin-top: 20px; }

  .main_wrapper .main-area {
    float: none;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%; } }
.pos3 {
  margin-top: 20px; }
  .pos3 .banners {
    margin: 0 -10px; }
    .pos3 .banners .banner_item {
      width: calc(50% - 20px);
      float: left;
      margin: 0 10px; }

.pos5 {
  padding: 120px 35px 40px 0;
  background-image: url("../images/bg_byfast.jpg");
  background-size: cover;
  margin-top: 40px;
  box-sizing: border-box;
  background-position: bottom; }
  @media all and (max-width: 600px) {
    .pos5 {
      margin-top: 20px; } }

.main_wrapper .main-area .breadcrumbs_2 {
  padding: 8px 0; }

.main_wrapper .main-area .top_content {
  margin: 12px 0; }

/****** end.MAIN ***********/
/****** BLOCK OTHER ***********/
.block-other {
  margin-bottom: 10px; }

/******  end.BLOCK OTHER ***********/
/****** PARTNER ***********/
/****** end.PARTNER ***********/
/****** FOOTER ***********/
.footer a {
  color: #333; }

.footer a:hover {
  color: var(--main-color);
  text-decoration: none; }

.footer_inner {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 25px;
  font-size: 13px;
  padding-top: 40px; }

.footer_inner > div {
  box-sizing: border-box; }

.footer .footer_inner .left {
  padding: 0px 20px 0 0;
  box-sizing: border-box;
  color: #333; }
  .footer .footer_inner .left h3 {
    font-size: 22px;
    position: relative;
    padding-bottom: 10px;
    font-weight: bold; }
  .footer .footer_inner .left strong {
    color: #6d6d6d; }
  @media all and (max-width: 600px) {
    .footer .footer_inner .left {
      padding: 15px 0; } }
  .footer .footer_inner .left a {
    color: var(--main-color); }
  .footer .footer_inner .left p {
    line-height: 23px;
    margin-bottom: 8px;
    color: #565656; }
    @media all and (max-width: 600px) {
      .footer .footer_inner .left p {
        line-height: 22px;
        margin-bottom: 10px; } }

.footer .footer_inner .left ul li {
  color: #333;
  box-sizing: border-box;
  overflow: hidden; }

.footer_right {
  width: 35%;
  float: left;
  text-align: right; }
  @media all and (max-width: 800px) {
    .footer_right {
      width: 50%;
      padding-top: 5px;
      padding-bottom: 10px; } }

.footer .footer_inner .left ul li.location,
.footer .footer_inner .left ul li.email,
.footer .footer_inner .left ul li.wb {
  background: url(../images/location.png) no-repeat scroll left center rgba(0, 0, 0, 0); }

.footer .footer_inner .left ul li.location {
  line-height: 20px; }

.footer .footer_inner .left ul li.tel {
  background: url("../images/phone.png") no-repeat scroll left center rgba(0, 0, 0, 0); }

.footer .footer_inner .left ul li.fax {
  background: url("../images/fax.png") no-repeat scroll left center rgba(0, 0, 0, 0); }

.footer .footer_inner .left h3 {
  margin-bottom: 10px;
  color: #333;
  margin-left: 0px; }

.navigation_sub .level0 {
  width: 50%;
  float: left;
  padding-right: 10px;
  box-sizing: border-box; }

.footer .footer_inner .center {
  width: 50%;
  padding: 0 35px;
  box-sizing: border-box; }
  @media all and (max-width: 600px) {
    .footer .footer_inner .center {
      padding: 5px 5px 10px; } }

@media screen and (max-width: 1200px) {
  .footer .footer_inner .footer_r {
    width: 100% !important;
    padding-top: 10px !important;
    padding-bottom: 20px; }

  .footer .footer_inner .left {
    width: 50%; }

  .footer .footer_inner .center {
    width: 50%;
    float: right; } }
.footer .footer_inner .footer_r {
  float: left;
  width: 30%;
  box-sizing: border-box; }

.footer_r .block_title {
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
  border-bottom: 0px;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  padding-top: 0;
  font-family: Helvetica; }
  .footer_r .block_title:after {
    display: none; }

.address {
  margin-top: 5px; }
  .address svg {
    width: 20px;
    height: 20px;
    fill: var(--main-color);
    float: left;
    margin-right: 5px; }
  .address .dc {
    color: var(--main-color); }

.footer .footer_inner .left h3 {
  font-weight: bold;
  color: #000;
  font-size: 15px; }

@media screen and (max-width: 1200px) {
  .footer .footer_inner .right {
    float: none;
    width: 98%; }

  .footer .introduction {
    display: none; } }
/****** End.FOOTER ***********/
/****** FOOTER 2 ***********/
.footer2 {
  line-height: 22px; }

.footer2 hr {
  border-color: #C8C8C8 -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px medium; }

.design-by, .design-by a {
  color: #585858;
  text-align: right; }

/****** end.FOOTER ***********/
#fixed-bar {
  margin: 0;
  padding: 0;
  z-index: 100;
  right: 20px; }
  @media all and (max-width: 600px) {
    #fixed-bar {
      display: none !important; } }

#fixed-bar #bar-inner {
  height: 50px;
  /* line-height: 20px; */ }

#fixed-bar #bar-inner a {
  background: var(--extra-color);
  opacity: 0.7;
  display: block;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in 0;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0;
  transition: all 0.2s ease-in 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  box-sizing: border-box;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; }

#fixed-bar #bar-inner a svg {
  width: 25px;
  height: 25px;
  margin-top: 7px;
  fill: #fff;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; }

#fixed-bar:hover #bar-inner a {
  opacity: 1; }

/****** MAIN POPUP BANNER ***********/
.box-promotion {
  background: url("../images/box_overlay.png") repeat scroll 0 0 transparent;
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 4999; }

.box-promotion-active {
  bottom: 0;
  display: block;
  position: fixed;
  right: 0;
  vertical-align: middle; }

.box-promotion-item {
  margin: 0 auto;
  text-align: center; }

.box-promotion .box-promotion-item a.box-promotion-close {
  background: url("../images/delete-large.png") no-repeat 0 0 transparent;
  cursor: pointer;
  height: 72px;
  position: absolute;
  width: 72px;
  z-index: 5999; }

@media screen and (max-width: 768px) {
  .box-promotion .box-promotion-item a.box-promotion-close {
    right: 10px;
    top: 3px; } }
/****** end MAIN POPUP BANNER ***********/
/************ POS 4 ***************/
.post-title {
  position: relative;
  margin-bottom: 19px;
  background: #F4F4F4;
  padding-right: 10px;
  border-bottom: 2px solid var(--main-color);
  margin-left: 23px; }

.post-title span {
  background: var(--main-color);
  padding: 12px 11px;
  /* border-radius: 4px 4px 0 0; */
  display: inline-block;
  position: relative;
  margin-left: 0px;
  z-index: 10;
  min-width: 116px;
  text-align: center;
  webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  margin-top: -7px;
  font-size: 15px;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  font-family: HelveticaBold; }

.post-title span a {
  color: #FFF; }

.post-title span::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 46px 24px;
  border-color: transparent transparent var(--main-color) transparent;
  top: 0px;
  left: -24px;
  webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease; }

.post-title span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46px 23px 0px 0px;
  border-color: var(--main-color) transparent transparent transparent;
  top: 0px;
  right: -23px;
  z-index: 10;
  webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease; }

/************ POS 4 ***************/
/****** PHONE ANIMATION **********/
.suntory-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 100px;
  position: fixed;
  transition: visibility 0.5s ease 0s;
  width: 100px;
  z-index: 200000 !important;
  left: 0px;
  bottom: 0px; }

.suntory-alo-ph-circle {
  animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border-radius: 100%;
  height: 70px;
  left: 13px;
  opacity: 0.1;
  position: absolute;
  top: 12px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 70px; }

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
  border-color: var(--main-color);
  opacity: 1; }

.suntory-alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 60px;
  left: 18px;
  position: absolute;
  top: 18px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 60px; }

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
  background-color: var(--main-color); }

.suntory-alo-ph-img-circle {
  border: 2px solid transparent;
  border-radius: 100%;
  height: 56px;
  left: 22px;
  position: absolute;
  top: 22px;
  transform-origin: 50% 50% 0;
  width: 56px;
  padding: 11px;
  box-sizing: border-box; }
  .suntory-alo-ph-img-circle svg {
    fill: #fff;
    width: 30px;
    height: 30px; }

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
  background-color: var(--extra-color); }

.suntory-alo-ph-img-circle i {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  font-size: 30px;
  line-height: 50px;
  display: block;
  width: 24px;
  height: 30px;
  color: #b6af96;
  content: " ";
  position: absolute;
  top: 11px;
  left: 13px;
  /* background-image: url(../images/icon_v1.png); */
  background-position: -37px -165px;
  background-repeat: no-repeat; }

.fa-phone:before {
  position: absolute;
  top: 0px;
  left: 0;
  /* width: 35px; */
  /* height: 35px; */
  content: "\f095";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  border: 1px solid #EEEEEE;
  /* border-radius: 50%; */
  text-align: center;
  /* padding-top: 8px; */
  box-sizing: border-box;
  color: #FFF;
  /* background: var(--main-color); */
  border: none; }

.description a {
  color: #00A7F4; }

.description a:hover {
  color: #057bb1; }

@keyframes suntory-alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg); }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg); } }
@keyframes suntory-alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }
@keyframes suntory-alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg); } }
@media only screen and (max-width: 650px) {
  .suntory-alo-phone {
    display: block; } }
.svg_phone {
  fill: #fff; }

#suntory-alo-phoneIcon .text_hotline {
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 26px;
  right: 0px;
  transition: 0.5s;
  overflow: hidden;
  border-radius: 20px;
  background: var(--extra-color);
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  transform: translate(0, -20px);
  color: #fff;
  left: 20px; }
  @media all and (max-width: 600px) {
    #suntory-alo-phoneIcon .text_hotline {
      display: none; } }
#suntory-alo-phoneIcon:hover .text_hotline {
  width: 150px;
  color: #fff;
  padding: 5px 10px; }

/****** PHONE ANIMATION **********/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
#uhchat {
  z-index: 1 !important; }

@media screen and (max-width: 1050px) {
  .log_wrapper {
    padding-left: 47px;
    margin-right: 60px; }

  .log_wrapper:after {
    right: -33px; }

  .wrapper_top_content {
    display: none; } }
@media screen and (max-width: 930px) {
  .shopcart {
    display: inline-block;
    padding-left: 0px !important;
    width: auto !important; }

  .log_wrapper {
    margin-right: 0; }

  .log_wrapper:after {
    display: none; } }
@media screen and (max-width: 990px) {
  #product_menu_ul .level_0:hover .highlight {
    opacity: 0;
    visibility: hidden; } }
@media screen and (max-width: 990px) {
  .search_header {
    float: right; }

  .header .logo {
    margin-top: 8px; }

  .logo .logo_img {
    display: none; }

  .logo .logo_img_small {
    display: inline-block; }

  .tags.block_content, .copyring {
    display: none; }

  .header > div {
    margin-top: 0px; }

  .header .logo {
    display: inline-block;
    float: none; }

  .header .shopcart {
    position: absolute;
    top: 0;
    right: 15px;
    padding-top: 10px;
    margin: 0px; }
    .header .shopcart .buy_title {
      display: none; }

  .search_home {
    right: 65px; }

  .top_menu {
    position: absolute;
    /* right: inherit; */
    margin-top: 0;
    top: 42px;
    z-index: 99999999;
    right: 90px;
    width: auto; } }
@media all and (max-width: 600px) {
  .search_home {
    right: 10px; }

  .header .shopcart {
    display: none; } }
.str_bot {
  background: #f8f8f8;
  padding: 20px 0; }

.home_2 {
  margin-top: 40px; }
  @media all and (max-width: 800px) {
    .home_2 {
      margin-top: 20px; } }

@media screen and (max-width: 650px) {
  .footer .footer_inner .center, .footer .footer_inner .left {
    width: 100%; }

  .navigation_sub {
    padding-left: 0px;
    padding-top: 0px; }

  .navigation_sub .menu-bottom {
    margin-right: 0px; }

  .hotline > span > a {
    display: none; }

  .hotline:hover > span {
    background: #FFF;
    position: absolute;
    right: 8px;
    bottom: -94px;
    z-index: 100;
    padding: 8px;
    border: 1px solid #EEE; }

  .hotline:hover > span > a {
    display: block; }

  .header .hotline {
    margin-right: 6px;
    padding-right: 0px; }

  .logs {
    display: none; }

  .log_wrapper > span {
    display: none; }

  .header .hotline:after {
    display: none; }

  .log_wrapper:hover .logs {
    position: absolute;
    right: 0;
    width: 145px;
    text-align: left;
    background: #FFF;
    z-index: 100;
    border: 1px solid #EEE;
    border-radius: 0 0 4px 4px;
    padding: 7px;
    display: block;
    bottom: -72px; }

  .log_wrapper:hover .logs {
    display: inline; } }
@media screen and (max-width: 990px) {
  .header .logo {
    margin-top: 5px;
    margin-bottom: 5px; } }
#subiz_desktop #subiz-bubble {
  top: 16px;
  right: 0px;
  position: relative;
  z-index: 1000; }

.display_open {
  display: block !important; }

/******** Alert *************/
#modal_alert {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }

.modal_alert_inner {
  width: 350px;
  background: white;
  border-radius: 2px;
  max-width: 96%;
  margin: 2% auto; }

.modal_alert_title {
  background: var(--main-color);
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 0;
  font-size: 17px;
  position: relative;
  border-radius: 2px 2px 0 0; }
  .modal_alert_title .close {
    position: absolute;
    right: 0px;
    padding: 0px 10px 8px;
    top: 0;
    color: #FFF;
    font-size: 22px; }

.modal_alert_body {
  background: white;
  color: #616161;
  padding: 20px;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  user-select: text;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.copyright {
  background: #e4e4e4;
  padding-bottom: 15px;
  padding-top: 10px; }
  .copyright a {
    color: #65656569;
    font-size: 12px; }

.copy-right {
  float: left;
  color: #909090;
  font-size: 15px;
  margin-top: 25px; }
  .copy-right span {
    color: #000; }

.logo_bni {
  margin-top: 30px; }
  @media all and (max-width: 800px) {
    .logo_bni {
      margin-top: 15px; } }

.info_product {
  background: #eee;
  padding: 30px;
  text-align: justify;
  margin-bottom: 40px;
  margin-top: 20px; }
  @media all and (max-width: 600px) {
    .info_product {
      padding: 10px; } }
  .info_product h2 {
    text-align: center;
    font-size: 40px;
    font-family: myriad;
    font-weight: normal;
    margin-bottom: 20px; }
    @media all and (max-width: 600px) {
      .info_product h2 {
        font-size: 25px; } }
  .info_product h3 {
    font-size: 18px;
    font-family: myriad;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 0px; }
  .info_product .str {
    padding: 5px 20px; }

/********* FACEBOOK  CHAT ONLINE ************/
#cfacebook .fchat {
  float: left;
  width: 100%;
  height: 270px;
  overflow: hidden;
  display: none;
  background-color: #fff; }

#cfacebook .fchat .fb-page {
  margin-top: -130px;
  float: left; }

#cfacebook a.chat_fb:hover {
  color: #ff0;
  text-decoration: none; }

#cfacebook {
  position: fixed;
  bottom: 110px;
  right: 22px;
  z-index: 999999999999;
  height: auto;
  border-radius: 50%; }

#cfacebook a.chat_fb {
  float: left;
  padding: 6px 6px 4px 6px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-size: auto;
  background-position: 0 0;
  background-color: #0084ff;
  border: 0;
  z-index: 9999999;
  font-size: 15px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  display: block;
  position: relative; }
  #cfacebook a.chat_fb:after {
    display: block;
    width: 19px;
    height: 19px;
    color: #FFF;
    content: "2";
    position: absolute;
    top: 0px;
    right: 0px;
    background: red;
    border-radius: 50%;
    font-size: 13px;
    line-height: 18px; }
  #cfacebook a.chat_fb svg {
    width: 46px;
    height: 46px; }

#cfacebook a.chat_fb span {
  display: none; }

#cfacebook .fchat .fb-page {
  margin-top: 0px;
  float: left; }

#cfacebook a.chat_fb_openned {
  border-radius: 0;
  width: 100%;
  position: relative; }
  #cfacebook a.chat_fb_openned:before {
    content: 'x';
    position: absolute;
    right: 10px;
    color: #fff; }
  #cfacebook a.chat_fb_openned svg {
    display: none; }

#cfacebook a.chat_fb_openned i {
  display: none; }

#cfacebook a.chat_fb_openned::after {
  display: none; }

#cfacebook a.chat_fb_openned span {
  display: block; }

/********* end FACEBOOK  CHAT ONLINE ************/
/********* FACEBOOK  CHAT ONLINE ************/
#c_facebook .fchat {
  float: left;
  width: 100%;
  height: 270px;
  overflow: hidden;
  display: none;
  background-color: #fff; }

#c_facebook .fchat .fb-page {
  margin-top: -130px;
  float: left; }

#c_facebook a.chat_fb:hover {
  color: #ff0;
  text-decoration: none; }

#c_facebook {
  position: fixed;
  bottom: 40px;
  right: 22px;
  z-index: 999999999999;
  height: auto;
  border-radius: 50%; }

#c_facebook a.chat_fb {
  float: left;
  padding: 6px 6px 4px 6px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-size: auto;
  background-position: 0 0;
  background-color: #0084ff;
  border: 0;
  z-index: 9999999;
  font-size: 15px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  display: block;
  position: relative; }
  #c_facebook a.chat_fb:after {
    display: block;
    width: 19px;
    height: 19px;
    color: #FFF;
    content: "2";
    position: absolute;
    top: 0px;
    right: 0px;
    background: red;
    border-radius: 50%;
    font-size: 13px;
    line-height: 18px; }
  #c_facebook a.chat_fb svg {
    width: 46px;
    height: 46px; }

#c_facebook a.chat_fb span {
  display: none; }

#c_facebook .fchat .fb-page {
  margin-top: 0px;
  float: left; }

#c_facebook a.chat_fb_openned {
  border-radius: 0;
  width: 100%;
  position: relative; }
  #c_facebook a.chat_fb_openned:before {
    content: 'x';
    position: absolute;
    right: 10px;
    color: #fff; }
  #c_facebook a.chat_fb_openned svg {
    display: none; }

#c_facebook a.chat_fb_openned i {
  display: none; }

#c_facebook a.chat_fb_openned::after {
  display: none; }

#c_facebook a.chat_fb_openned span {
  display: block; }

/********* end FACEBOOK  CHAT ONLINE ************/
.footer_botom {
  border-top: 47px solid #c7cccc;
  background-color: #ffffff;
  padding: 15px 0px;
  font-size: 12px;
  padding-bottom: 60px; }
  .footer_botom .inner {
    width: 65%;
    float: left;
    padding-right: 30px;
    box-sizing: border-box; }
    @media all and (max-width: 600px) {
      .footer_botom .inner {
        width: 100%;
        padding-right: 0px;
        float: none; } }
  .footer_botom .inner {
    line-height: 21px;
    color: #666666; }
  .footer_botom .mn_footer_r {
    width: 35%;
    float: left; }
    @media all and (max-width: 600px) {
      .footer_botom .mn_footer_r {
        width: 100%;
        margin-top: 10px;
        float: none; } }

.mbot_fix {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: #363636;
  color: #fff;
  padding: 8px 0;
  z-index: 9999999999999; }
  .mbot_fix li {
    display: inline-block;
    margin-bottom: 0px; }
    .mbot_fix li a {
      display: inline-block;
      padding: 8px 15px;
      border-right: 1px solid #f2f2f27a;
      color: #fff;
      padding-left: 40px;
      position: relative;
      transition: 0.5s; }
      .mbot_fix li a:hover {
        background: #ffffff20; }
      .mbot_fix li a svg {
        fill: #fff;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 10px;
        top: 6px; }
    .mbot_fix li:last-child a {
      border-right: 0; }

@media all and (max-width: 600px) {
  .hotline_bottom {
    display: none !important; } }

.partner_home {
  background: #fff;
  border-top: 2px solid var(--main-color); }

.fb-share-button {
  transform: translate(0px, -8px); }
  @media all and (max-width: 600px) {
    .fb-share-button {
      display: inline-block !important;
      transform: translate(0px, -5px); } }

.wrapper_popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #444444a6;
  z-index: 9999; }

.description img, .description iframe {
  display: block;
  margin: auto; }
.description ul li {
  list-style: disc;
  margin-left: 20px; }
.description ol li {
  list-style: decimal;
  margin-left: 20px; }

.lang_country {
  display: inline-block;
  float: right;
  padding: 12px 0 12px;
  position: relative;
  width: 80px; }
  @media all and (max-width: 600px) {
    .lang_country {
      padding: 0px; } }
  .lang_country a {
    display: inline-block;
    line-height: 18px;
    margin: 5px 0;
    width: 50%;
    float: left; }
    @media all and (min-width: 600px) {
      .lang_country a {
        width: 25%; } }
    .lang_country a:hover {
      opacity: 1; }
  .lang_country .active_lang {
    opacity: 1;
    color: var(--main-color); }
  .lang_country .list_lang {
    position: absolute;
    width: 240px;
    right: 0px;
    top: 50px;
    background: #f8f8f8;
    padding: 10px 15px;
    border: 1px solid #eee;
    box-sizing: border-box;
    z-index: 99;
    display: flex;
    flex-wrap: wrap; }
    @media all and (min-width: 600px) {
      .lang_country .list_lang {
        width: 480px; } }
  .lang_country .hide {
    display: none !important; }
  .lang_country .lang_curent {
    color: #000;
    position: relative;
    cursor: pointer;
    padding: 10px 0; }
    .lang_country .lang_curent:after {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      border-left: 2px solid #777;
      border-bottom: 2px solid #777;
      right: 0px;
      top: 14px;
      transform: rotate(-45deg); }

/*# sourceMappingURL=template.css.map */
