:root {
  --main-color: #c76b00;
  --extra-color: #643600;
  --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%;
  margin: 0 auto;
  position: relative;
  background-color: #010101; }

.fieldset {
  margin: 0;
  padding: 10px; }

th, td {
  margin: 0; }

a {
  color: #fff;
  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: #fff; }

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%;
  max-height: 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; }
  .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; }

.containerhome {
  width: 1200px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px; }
  @media all and (max-width: 600px) {
    .containerhome {
      padding: 10px; } }

.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 ***********/
.notice_head {
  float: left;
  color: #fff;
  margin-left: 40px;
  line-height: 40px;
  font-size: 15px;
  width: calc(100% - 400px); }

.titlelogin {
  background: #eaa3b9;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-shadow: 0.3px 0.3px #000;
  width: 100%;
  box-sizing: border-box; }

.menu_header {
  background: #282d30; }
  @media all and (max-width: 800px) {
    .menu_header {
      display: none; } }

.chome .thongbao {
  margin-top: 10px;
  font-size: 16px;
  display: flex;
  line-height: 64px; }
  .chome .thongbao img {
    margin-left: 10px; }

.menu1 {
  margin: 20px -10px;
  display: flex; }
  .menu1 .item {
    width: calc(50% - 20px);
    float: left;
    margin: 0 10px;
    background-color: var(--extra-color);
    border: 2px solid var(--extra-color);
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    padding-bottom: 30px;
    line-height: 28px; }
    .menu1 .item .text {
      color: #f1f1f1; }
    .menu1 .item .number {
      font-size: 22px;
      color: #fff; }

.thongbao2 {
  position: relative;
  padding-left: 30px;
  line-height: 24px; }
  .thongbao2 svg {
    position: absolute;
    top: 0px;
    left: 0px; }

.menu3 {
  margin: 0 -8px;
  margin-top: 20px; }
  .menu3 .item {
    width: calc(50% - 16px);
    float: left;
    margin: 0 8px;
    box-sizing: border-box;
    background-color: var(--extra-color);
    border: 2px solid var(--extra-color);
    border-radius: 5px;
    padding: 15px 5px;
    box-sizing: border-box;
    margin-bottom: 10px; }
    .menu3 .item .text {
      width: 80%;
      float: left;
      line-height: 18px;
      padding-left: 5px;
      box-sizing: border-box; }
      @media all and (max-width: 600px) {
        .menu3 .item .text {
          width: 80%; } }
      .menu3 .item .text .text2 {
        color: #8cbfc0; }
    .menu3 .item .icon {
      width: 20%;
      float: left; }
      @media all and (max-width: 600px) {
        .menu3 .item .icon {
          width: 20%; } }
    .menu3 .item .button {
      width: 25%;
      float: left;
      text-align: center;
      padding: 10px 0; }
      @media all and (max-width: 600px) {
        .menu3 .item .button {
          width: 45%; } }
      .menu3 .item .button a {
        display: inline-block;
        width: 80%;
        height: 30px;
        padding: 5px;
        color: white;
        background: #5d9e9a;
        border-color: #5d9e9a;
        line-height: 30px;
        border-radius: 40px; }
  .menu3 .item2 .text1 {
    color: #d9a88a; }
  .menu3 .item2 .button a {
    background: #d9a88a;
    border-color: #d9a88a; }

.menu2 {
  margin-top: 10px;
  padding: 0 50px;
  text-align: center; }
  @media all and (max-width: 600px) {
    .menu2 {
      padding: 0; } }
  .menu2 a {
    display: inline-block;
    margin: 0 10px;
    font-size: 13px;
    color: #ccc; }
    .menu2 a img {
      margin-bottom: 5px; }

.chaomung .containerhome {
  padding: 10px;
  text-align: center; }
  .chaomung .containerhome .title {
    color: var(--main-color);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px; }
  .chaomung .containerhome .cmwraper {
    padding-bottom: 15px;
    max-width: 600px;
    margin: auto;
    border-bottom: 1px solid #c8c8c8; }
  .chaomung .containerhome .name {
    font-weight: 600; }
  .chaomung .containerhome .time {
    margin-top: 10px;
    font-size: 14px; }
    .chaomung .containerhome .time .icon {
      display: inline-block;
      transform: translate(0, 3px); }
    .chaomung .containerhome .time .timenow {
      display: inline-block;
      margin-left: 2px; }
.chaomung .thongbao {
  padding: 10px 0; }
  .chaomung .thongbao .icon {
    width: 100px;
    float: left; }
    .chaomung .thongbao .icon svg {
      display: inline-block;
      transform: translate(0, 3px); }
  .chaomung .thongbao .noti {
    width: calc(100% - 100px);
    float: left;
    padding-top: 6px; }

.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 {
  min-height: 120px; }
  .head .head_inner {
    position: fixed;
    padding: 10px;
    background: #1a1a1a;
    padding: 12px 0 8px;
    position: relative;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 6;
    box-shadow: 0 2px 10px #000000ad;
    border-bottom: 3px solid #0a6991; }
    .head .head_inner img {
      height: 40px; }
  .head .menu_user {
    position: fixed;
    text-align: center;
    width: 100%;
    top: 63px; }
    .head .menu_user .item {
      display: inline-block;
      margin: 0 3px; }
      .head .menu_user .item a {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        background: #313131;
        padding: 10px 20px;
        border-radius: 0 0 5px 5px; }
        @media all and (max-width: 600px) {
          .head .menu_user .item a {
            font-size: 13px;
            padding: 5px 3px; } }

.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%; }
  @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; } }

@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% - 220px);
  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; }

.headhome {
  background-color: var(--main-color);
  text-align: center;
  position: relative; }
  .headhome .containerhome {
    padding: 10px 15px; }
  .headhome .notihome {
    position: absolute;
    top: 12px;
    left: 20px; }
  .headhome .userhome {
    position: absolute;
    top: 12px;
    right: 20px; }

.smallmenu .containerhome {
  padding: 10px 20px; }
  .smallmenu .containerhome .smallmenu_inner {
    padding: 15px;
    border-radius: 30px;
    background: #fff; }
    .smallmenu .containerhome .smallmenu_inner .item {
      width: 25%;
      float: left;
      text-align: center; }
      .smallmenu .containerhome .smallmenu_inner .item .title {
        margin-top: 5px;
        font-size: 16px; }
      .smallmenu .containerhome .smallmenu_inner .item a:hover {
        color: var(--main-color); }
        .smallmenu .containerhome .smallmenu_inner .item a:hover svg {
          fill: var(--main-color); }
          .smallmenu .containerhome .smallmenu_inner .item a:hover svg path {
            fill: var(--main-color); }

.logofooter .containerhome {
  text-align: center;
  padding: 40px 40px 100px; }

.trungthuong .noti {
  padding: 15px 20px;
  background: var(--main-color);
  color: #fff;
  border-radius: 20px; }

.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_home {
  display: flex;
  flex-wrap: wrap; }

.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; }

  .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 {
  background: #eaebeb;
  color: #333;
  font-size: 14px; }

.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) {
  .header {
    min-height: 60px; }

  .search_header {
    float: right; }

  .header .logo {
    margin-top: 8px; }

  .logo .logo_img_small {
    display: inline-block;
    height: 50px; }

  .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: 48px;
    z-index: 99999999;
    right: 50px;
    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; } }
.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; }

.copy-right {
  float: left;
  color: #909090;
  font-size: 15px;
  margin-top: 25px; }
  .copy-right span {
    color: #000; }

.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; } }

.wrapper_popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #444444a6;
  z-index: 9999; }

.popup_home, .popup_home2 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #444444a6;
  z-index: 99999999; }
  .popup_home .popup_home_inner, .popup_home2 .popup_home_inner {
    width: 100vw;
    height: 100vh;
    position: relative; }
    .popup_home .popup_home_inner .inner, .popup_home2 .popup_home_inner .inner {
      width: 80%;
      max-height: 90%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 40px;
      box-sizing: border-box;
      border-radius: 20px;
      background: #2a303c;
      overflow-y: scroll;
      text-align: center; }
      .popup_home .popup_home_inner .inner p, .popup_home2 .popup_home_inner .inner p {
        line-height: 20px;
        margin-bottom: 10px;
        color: #f1f1f1; }
      .popup_home .popup_home_inner .inner .title, .popup_home2 .popup_home_inner .inner .title {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: right; }
      @media all and (max-width: 600px) {
        .popup_home .popup_home_inner .inner, .popup_home2 .popup_home_inner .inner {
          width: 90%;
          padding: 20px; } }

.popup_home2 .popup_home_inner .inner .title {
  text-align: center; }

.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; }

.menu_fix {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  display: none; }
  .menu_fix .menu_inner {
    background: var(--main-color);
    box-sizing: border-box;
    padding: 10px 0 10px;
    box-shadow: 0 0 5px #d5d5d5; }
    .menu_fix .menu_inner .item {
      width: calc(25%);
      float: left;
      text-align: center;
      line-height: 24px; }
      .menu_fix .menu_inner .item .text {
        margin-top: 0px; }
        @media all and (max-width: 500px) {
          .menu_fix .menu_inner .item .text {
            font-size: 12px; } }
      .menu_fix .menu_inner .item svg {
        width: 20px;
        height: 20px;
        fill: #7ca0a0; }
      .menu_fix .menu_inner .item path {
        fill: #7ca0a0; }
      .menu_fix .menu_inner .item a {
        color: #7ca0a0;
        text-transform: uppercase; }
        @media all and (max-width: 500px) {
          .menu_fix .menu_inner .item a {
            font-size: 14px; } }

@media all and (max-width: 500px) {
  .videos-grid, .video_detail {
    padding-left: 10px;
    padding-right: 10px; } }
.popupvote {
  width: 100%;
  height: 100vh;
  background: #161616ba;
  position: fixed;
  z-index: 99999;
  top: 0px;
  left: 0px; }
  .popupvote .popupvote_inner {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    color: #000; }
    .popupvote .popupvote_inner .title {
      line-height: 40px;
      font-size: 18px;
      text-transform: uppercase;
      color: #775fd9;
      text-align: center;
      border-bottom: 1px solid #eee; }
    .popupvote .popupvote_inner .inner {
      min-height: 100px;
      position: relative;
      padding-bottom: 70px; }
      .popupvote .popupvote_inner .inner .text {
        text-align: center;
        line-height: 30px;
        font-size: 20px;
        border-bottom: 1px solid #eee;
        padding: 20px 10px; }
    .popupvote .popupvote_inner .listvotepp {
      padding: 20px; }
      .popupvote .popupvote_inner .listvotepp .itemlv {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 10px;
        position: relative; }
        .popupvote .popupvote_inner .listvotepp .itemlv .tit {
          font-size: 16px;
          color: var(--main-color); }
        .popupvote .popupvote_inner .listvotepp .itemlv .summary {
          font-size: 14px;
          color: #777;
          margin-top: 3px; }
        .popupvote .popupvote_inner .listvotepp .itemlv .remove {
          display: inline-block;
          position: absolute;
          top: 0px;
          right: 0px;
          cursor: pointer; }
    .popupvote .popupvote_inner .button {
      text-align: center;
      position: absolute;
      width: 100%;
      bottom: 20px;
      left: 0px; }
      .popupvote .popupvote_inner .button span {
        display: inline-block;
        margin: 0 5px;
        line-height: 40px;
        width: 140px;
        text-transform: uppercase;
        font-size: 14px;
        text-align: center;
        border-radius: 60px;
        cursor: pointer; }
      .popupvote .popupvote_inner .button .cancelvote {
        border: 1px solid #666;
        color: #666; }
      .popupvote .popupvote_inner .button .submitvote {
        background: linear-gradient(270deg, var(--main-color), #775fd9);
        color: #111; }
      .popupvote .popupvote_inner .button .submittext {
        color: #c92f2f; }
  .popupvote .container {
    border-radius: 10px;
    position: relative;
    height: 100%; }
    @media all and (max-width: 800px) {
      .popupvote .container {
        padding: 10px; } }
    .popupvote .container .close {
      font-size: 25px;
      font-weight: 600;
      position: absolute;
      top: 10px;
      right: 5px;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 28px;
      border-radius: 0 10px 0 0;
      cursor: pointer;
      z-index: 999; }

.chatfix {
  position: fixed;
  left: 10px;
  bottom: 80px;
  background: var(--main-color);
  z-index: 999;
  padding: 10px;
  border-radius: 50%; }
  .chatfix svg {
    fill: #fff;
    width: 30px;
    height: 30px; }
    .chatfix svg path {
      fill: #fff; }

.top_main_wrapper {
  padding: 10px 5px;
  background: #02142b; }
  .top_main_wrapper .logo {
    padding: 5px 0;
    display: inline-block;
    float: left; }
  .top_main_wrapper .icon_menu_mb {
    display: none; }
  @media all and (max-width: 500px) {
    .top_main_wrapper .icon_menu_mb {
      display: inline-block;
      padding: 5px; }
    .top_main_wrapper .logo {
      display: none; } }
  .top_main_wrapper .top_mem {
    float: right; }
    .top_main_wrapper .top_mem .ite {
      float: right;
      padding: 0 15px;
      color: #fff; }
      .top_main_wrapper .top_mem .ite span {
        color: #db7600;
        font-size: 11px;
        display: inline-block;
        margin-bottom: 5px; }

.main_wrapper .main_wrapper_left {
  width: 105px;
  float: left;
  background: #02142b;
  min-height: 92vh; }
  @media all and (max-width: 500px) {
    .main_wrapper .main_wrapper_left {
      position: fixed;
      left: 0px;
      z-index: 99; } }
  .main_wrapper .main_wrapper_left .item a {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px; }
    .main_wrapper .main_wrapper_left .item a span {
      color: #778e9f !important;
      display: inline-block;
      margin-top: 5px; }
.main_wrapper .main-area-full {
  width: calc(100% - 105px);
  float: left; }
  @media all and (max-width: 500px) {
    .main_wrapper .main-area-full {
      width: 100%; } }

/*# sourceMappingURL=template.css.map */
