html {
  color: #484c52;
  color: #383838; }

:root {
  --main-color: #002e6c;
  --extra-color: #ffe13a;
  --a-color: #1e73be;
  --border-color: #676767 ;
  --bg-color: #e9ebf112;
  --text-color: rgb(72, 76, 82); }

@font-face {
  font-style: normal;
  font-family: "SfuPro";
  src: url("fonts/SF-Pro.ttf");
  src: url("fonts/SF-Pro.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: "SfuFutura";
  src: url("fonts/SfuFutura/SFUFuturaRegular.TTF");
  src: url("fonts/SfuFutura/SFUFuturaRegular.TTF") format("truetype");
  font-display: swap; }
@font-face {
  font-weight: 600;
  font-style: normal;
  font-family: "SfuFutura";
  src: url("fonts/SfuFutura/SFUFuturaHeavy.TTF");
  src: url("fonts/SfuFutura/SFUFuturaHeavy.TTF") format("truetype");
  font-display: swap; }
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: 14px/18px 'SfuPro','SfuFutura', Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  color: #111;
  background-color: #f6f6f6;
  /*	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;*/ }
  @media all and (max-width: 600px) {
    body {
      font: 14px/18px 'SfuPro','SfuFutura', Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif; } }

.bodyhidden {
  overflow: hidden; }

.content_popular {
  background-image: url("/images/strbg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

th, td {
  margin: 0; }

a {
  color: #000;
  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; }

* {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent; }

a, img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.red, .label_error {
  color: red; }

.redborder {
  border: 1px solid red; }

.bold {
  font-weight: bold; }

img {
  border: 0;
  max-width: 100%;
  height: auto;
  transition: .4s; }

.scale_img {
  display: grid;
  overflow: hidden; }

.scale_img img:hover {
  transform: scale(1.05); }

del, ins {
  text-decoration: none; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: baseline; }

sub {
  vertical-align: baseline; }

legend {
  color: #000000;
  font-weight: bold;
  padding: 0 8px; }

figure {
  margin: 0;
  text-align: center;
  margin-bottom: 12px; }

.figcaption {
  font-style: italic; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none; }

input, button, textarea, select {
  *font-size: 100%; }

table {
  font: 100%;
  border-collapse: collapse; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

select {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #333 50%), linear-gradient(135deg, #333 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 20px) calc(1em + -2px), calc(100% - 16px) calc(1em + -2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat; }
  select:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
    background-size: 5px 5px, 5px 5px, 3em 3em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0; }

.clear, .clearfix {
  clear: both; }

.cls::after {
  content: '';
  display: block;
  clear: both; }

.hidden, .hide, .hiden {
  display: none; }

.overflow-hidden {
  overflow: hidden; }

.pagination {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 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: scroll center center var(--main-color);
  background: scroll center center #bcc0c4;
  border: 1px solid #EBEBEB; }

.a_button {
  display: inline-block;
  padding: 10px 22px;
  box-sizing: border-box;
  font-size: 18px;
  text-transform: uppercase;
  border: 2px solid #000; }
  .a_button:hover {
    color: #fff;
    background: #000; }

/****** end COMMON ***********/
.pagination .current {
  background: none repeat scroll 0 0 var(--main-color);
  color: #FFFFFF;
  border: 1px solid var(--main-color);
  display: inline-block;
  font-size: 14px;
  margin-left: 6px;
  padding: 6px 12px;
  box-sizing: border-box;
  border-radius: 3px; }

.block_testimonials .title_icon {
  width: 40px;
  height: 40px;
  float: left;
  position: relative; }

.block_videos .title_icon {
  width: 40px;
  height: 40px;
  float: left;
  position: relative; }

.title_h1 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 40px;
  text-align: center; }

.pagination a, .pagination b {
  background: none repeat scroll 0 0 #fff;
  color: #4C4C4C;
  display: inline-block;
  font-size: 13px;
  margin-left: 6px;
  padding: 6px 12px;
  border-radius: 3px;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #eee;
  margin-bottom: 10px; }

.pagination a:hover, .pagination b:hover {
  background: none repeat scroll 0 0 var(--main-color);
  color: #FFFFFF;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all; }

.next-page {
  padding: 6px 13px 6px !important; }

.pre-page {
  padding: 6px 13px 6px !important; }

.next-page:hover {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all; }

.pre-page:hover {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all; }

.left {
  float: left; }

.right {
  float: right; }

.right-col .block {
  background: #fff;
  margin-bottom: 20px;
  box-sizing: border-box; }

.page_title {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media all and (max-width: 900px) {
    .page_title {
      margin-bottom: 10px; } }
  .page_title span {
    font-size: 30px;
    color: #111;
    line-height: 40px;
    font-weight: 600; }
  .page_title:after {
    display: none;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 83px;
    height: 0;
    border-style: solid;
    border-width: 3px 0px 0 0;
    border-color: var(--main-color) transparent transparent transparent;
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease; }
  @media screen and (max-width: 768px) {
    .page_title span {
      font-size: 20px;
      line-height: 28px; } }

.pre {
  text-align: center; }
  .pre span {
    display: inline-block;
    width: 80%;
    height: 1px;
    background: #9d9d9d;
    line-height: 0; }

.fr {
  float: right; }

.fl {
  float: left; }

.benmarch {
  display: none; }

.hide {
  display: none !important; }

.hidetime {
  display: none; }

.submit_bt, .reset_bt {
  padding: 5px 14px;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer; }

.submit_bt {
  border: 1px solid #2080CA;
  background: #2080CA;
  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; }

.scroll-bar::-webkit-scrollbar-track {
  border-radius: 15px;
  background-color: #EBEBEB; }

.scroll-bar::-webkit-scrollbar {
  width: 5px;
  background-color: #EBEBEB;
  border-radius: 15px; }

.scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #2080CA;
  border: 1px solid #EBEBEB; }

.right-col {
  width: 290px;
  float: right;
  position: relative;
  margin-top: 20px; }
  @media all and (max-width: 600px) {
    .right-col {
      width: 100%;
      padding-right: 0px; } }

.main-area-2col-right {
  width: -webkit-calc(100% - 290px);
  width: -moz-calc(100% - 290px);
  width: calc(100% - 290px);
  float: left;
  padding-right: 40px;
  box-sizing: border-box; }
  @media all and (max-width: 600px) {
    .main-area-2col-right {
      width: 100%;
      padding-right: 0px; } }

/****** end COMMON ***********/
.container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 1400px) {
    .container {
      width: 1200px; } }
  @media only screen and (max-width: 1200px) {
    .container {
      padding-left: 10px;
      padding-right: 10px;
      box-sizing: border-box; } }

.header_top .container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 1400px) {
    .header_top .container {
      width: 1200px; } }
  @media only screen and (max-width: 1200px) {
    .header_top .container {
      padding-left: 10px;
      padding-right: 10px;
      box-sizing: border-box; } }

.container1 {
  width: 96%; }
  @media only screen and (max-width: 1200px) {
    .container1 {
      width: 100%; } }

@media all and (min-width: 1500px) {
  .container2 {
    width: 1380px;
    max-width: 100%;
    margin: 0 auto; } }

.lazy, .owl-lazy {
  opacity: 0; }

.after-lazy {
  display: inline-block; }

/*****header *********/
.header_wrapper_wrap {
  min-height: 70px;
  width: 100%;
  z-index: 998;
  position: relative; }
  @media all and (max-width: 600px) {
    .header_wrapper_wrap {
      min-height: 60px; } }
  @media all and (max-width: 600px) {
    .header_wrapper_wrap .logo_img {
      height: 40px !important; } }
  .header_wrapper_wrap .header_top {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    transition: 0.5s;
    background-color: #ffffffd6; }
    @media all and (max-width: 600px) {
      .header_wrapper_wrap .header_top {
        background-color: var(--main-color); } }
  .header_wrapper_wrap .nav_fix_zoom {
    background: #fff;
    position: fixed; }
    .header_wrapper_wrap .nav_fix_zoom .sb-toggle-left {
      right: 60px; }
    .header_wrapper_wrap .nav_fix_zoom .header-l {
      text-align: left;
      padding-bottom: 10px; }

.box_menu_fix {
  min-height: 40px; }
  @media all and (max-width: 1025px) {
    .box_menu_fix {
      display: none; } }

.header_menu {
  background: var(--main-color);
  width: 100%;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 99; }

.header_wrapper {
  width: 100%;
  z-index: 100;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }

.header-l {
  float: left;
  padding: 34px 0px 34px; }
  @media screen and (max-width: 600px) {
    .header-l {
      padding: 26px 0px 26px; } }

.menu_header {
  background: #3a498e; }
  .menu_header .menu_header_left {
    width: 50%;
    float: left; }
  .menu_header .menu_header_right {
    width: 50%;
    float: left;
    text-align: right; }
    .menu_header .menu_header_right .menu_item_a {
      border-right: 1px solid #eeeeee33; }
  @media all and (max-width: 800px) {
    .menu_header {
      display: none; } }

.mm-listview .hotline_head {
  display: inline-block;
  position: relative;
  color: #fff;
  padding-left: 40px !important;
  font-size: 13px; }
  .mm-listview .hotline_head:after {
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    top: 10px;
    left: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 53.942 53.942" style="enable-background:new 0 0 53.942 53.942;" xml:space="preserve"> <path d="M53.364,40.908c-2.008-3.796-8.981-7.912-9.288-8.092c-0.896-0.51-1.831-0.78-2.706-0.78c-1.301,0-2.366,0.596-3.011,1.68  c-1.02,1.22-2.285,2.646-2.592,2.867c-2.376,1.612-4.236,1.429-6.294-0.629L17.987,24.467c-2.045-2.045-2.233-3.928-0.632-6.291  c0.224-0.309,1.65-1.575,2.87-2.596c0.778-0.463,1.312-1.151,1.546-1.995c0.311-1.123,0.082-2.444-0.652-3.731  c-0.173-0.296-4.291-7.27-8.085-9.277c-0.708-0.375-1.506-0.573-2.306-0.573c-1.318,0-2.558,0.514-3.49,1.445L4.7,3.986  c-4.014,4.013-5.467,8.562-4.321,13.52c0.956,4.132,3.742,8.529,8.282,13.068l14.705,14.705c5.746,5.746,11.224,8.66,16.282,8.66  c0,0,0,0,0.001,0c3.72,0,7.188-1.581,10.305-4.698l2.537-2.537C54.033,45.163,54.383,42.833,53.364,40.908z"/></svg>');
    background-size: cover; }

@media all and (max-width: 600px) {
  .logo_wraper {
    border-bottom: none; } }
.logo_wraper .logo_wraper_left {
  width: 65%;
  float: left;
  padding-left: 30px;
  box-sizing: border-box; }
  @media all and (max-width: 600px) {
    .logo_wraper .logo_wraper_left {
      width: 20%; } }
  .logo_wraper .logo_wraper_left .hotline_head {
    display: inline-block;
    position: relative;
    color: #fff;
    padding-left: 25px;
    font-size: 13px; }
    .logo_wraper .logo_wraper_left .hotline_head:after {
      width: 16px;
      height: 16px;
      content: '';
      position: absolute;
      top: 2px;
      left: 0px;
      background-image: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 53.942 53.942" style="enable-background:new 0 0 53.942 53.942;" xml:space="preserve"> <path d="M53.364,40.908c-2.008-3.796-8.981-7.912-9.288-8.092c-0.896-0.51-1.831-0.78-2.706-0.78c-1.301,0-2.366,0.596-3.011,1.68  c-1.02,1.22-2.285,2.646-2.592,2.867c-2.376,1.612-4.236,1.429-6.294-0.629L17.987,24.467c-2.045-2.045-2.233-3.928-0.632-6.291  c0.224-0.309,1.65-1.575,2.87-2.596c0.778-0.463,1.312-1.151,1.546-1.995c0.311-1.123,0.082-2.444-0.652-3.731  c-0.173-0.296-4.291-7.27-8.085-9.277c-0.708-0.375-1.506-0.573-2.306-0.573c-1.318,0-2.558,0.514-3.49,1.445L4.7,3.986  c-4.014,4.013-5.467,8.562-4.321,13.52c0.956,4.132,3.742,8.529,8.282,13.068l14.705,14.705c5.746,5.746,11.224,8.66,16.282,8.66  c0,0,0,0,0.001,0c3.72,0,7.188-1.581,10.305-4.698l2.537-2.537C54.033,45.163,54.383,42.833,53.364,40.908z"/></svg>');
      background-size: cover; }
.logo_wraper .logo_wraper_center {
  width: 18%;
  float: left;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  position: relative; }
  .logo_wraper .logo_wraper_center:before {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 100%;
    height: 100%;
    background-color: #002e6c;
    -webkit-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    transform: skewX(-40deg);
    z-index: -1;
    pointer-events: none; }
    @media all and (max-width: 600px) {
      .logo_wraper .logo_wraper_center:before {
        display: none; } }
  .logo_wraper .logo_wraper_center:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: #3a498e; }
    @media all and (max-width: 600px) {
      .logo_wraper .logo_wraper_center:after {
        display: none; } }
  @media all and (max-width: 600px) {
    .logo_wraper .logo_wraper_center {
      width: 100%;
      text-align: center;
      background-image: url("/images/bgloginmb.jpg");
      background-size: 100% 100%;
      padding: 10px 0; } }
.logo_wraper .logo_wraper_right {
  width: 82%;
  float: right; }
  @media all and (max-width: 1400px) {
    .logo_wraper .logo_wraper_right {
      width: 80%; } }
  @media all and (max-width: 600px) {
    .logo_wraper .logo_wraper_right {
      width: 50%;
      padding: 6px 0;
      display: none; } }
  .logo_wraper .logo_wraper_right .login_top {
    float: right;
    padding: 5px 0;
    height: 37px;
    box-sizing: border-box; }
    @media all and (max-width: 600px) {
      .logo_wraper .logo_wraper_right .login_top {
        display: none; } }
    .logo_wraper .logo_wraper_right .login_top input {
      margin-right: 10px;
      padding-left: 10px;
      height: 26px;
      border-radius: 5px;
      background-color: #fff;
      transition: .3s ease;
      color: #333;
      width: 140px;
      box-shadow: 0 3px 11px rgba(0, 0, 0, 0.11);
      border: none;
      font-size: 13px; }
      @media all and (max-width: 1000px) {
        .logo_wraper .logo_wraper_right .login_top input {
          width: 120px; } }
      @media all and (max-width: 600px) {
        .logo_wraper .logo_wraper_right .login_top input {
          display: none; } }
    .logo_wraper .logo_wraper_right .login_top #btlogintop, .logo_wraper .logo_wraper_right .login_top #btlogintop2, .logo_wraper .logo_wraper_right .login_top .btlogintop, .logo_wraper .logo_wraper_right .login_top .btlogintop2 {
      margin-right: 10px;
      padding: 0 15px 0 15px;
      border-radius: 5px;
      color: #fff;
      background-color: #57c8e7;
      font-weight: 600;
      display: inline-block;
      line-height: 26px; }
      @media all and (max-width: 600px) {
        .logo_wraper .logo_wraper_right .login_top #btlogintop, .logo_wraper .logo_wraper_right .login_top #btlogintop2, .logo_wraper .logo_wraper_right .login_top .btlogintop, .logo_wraper .logo_wraper_right .login_top .btlogintop2 {
          padding: 0 5px;
          font-size: 14px;
          line-height: 26px;
          margin-right: 5px; } }
    .logo_wraper .logo_wraper_right .login_top #btregistertop, .logo_wraper .logo_wraper_right .login_top .btregistertop {
      margin-right: 10px;
      padding: 0 15px 0 15px;
      border-radius: 5px;
      color: #111;
      background-color: #ffe13a;
      font-weight: 600;
      display: inline-block;
      line-height: 26px; }
      @media all and (max-width: 600px) {
        .logo_wraper .logo_wraper_right .login_top #btregistertop, .logo_wraper .logo_wraper_right .login_top .btregistertop {
          padding: 0 5px;
          font-size: 14px;
          line-height: 26px;
          margin-right: 5px; } }
  .logo_wraper .logo_wraper_right .info_top {
    padding: 2px 0;
    position: relative; }
    .logo_wraper .logo_wraper_right .info_top .wallet, .logo_wraper .logo_wraper_right .info_top .deposit, .logo_wraper .logo_wraper_right .info_top .info {
      display: inline-block;
      float: left;
      margin-right: 20px;
      line-height: 32px; }
      @media all and (max-width: 600px) {
        .logo_wraper .logo_wraper_right .info_top .wallet, .logo_wraper .logo_wraper_right .info_top .deposit, .logo_wraper .logo_wraper_right .info_top .info {
          margin-right: 15px;
          line-height: 22px; } }
    @media all and (max-width: 600px) {
      .logo_wraper .logo_wraper_right .info_top .deposit {
        margin-right: 0px; } }
    .logo_wraper .logo_wraper_right .info_top .wallet {
      position: relative;
      padding-right: 20px; }
      .logo_wraper .logo_wraper_right .info_top .wallet span {
        display: inline-block;
        margin-left: 5px;
        color: var(--main-color);
        font-weight: 600; }
      @media all and (max-width: 600px) {
        .logo_wraper .logo_wraper_right .info_top .wallet {
          line-height: 16px;
          margin-top: -10px;
          text-align: right;
          transform: translate(0px, 5px);
          font-size: 11px; }
          .logo_wraper .logo_wraper_right .info_top .wallet span {
            font-size: 14px; }
          .logo_wraper .logo_wraper_right .info_top .wallet span {
            display: block; } }
      .logo_wraper .logo_wraper_right .info_top .wallet .reloadpoint {
        position: absolute;
        right: 0px;
        bottom: 7px;
        display: grid;
        cursor: pointer; }
        @media all and (max-width: 600px) {
          .logo_wraper .logo_wraper_right .info_top .wallet .reloadpoint {
            bottom: 0px; } }
      .logo_wraper .logo_wraper_right .info_top .wallet .reloadpointspin {
        animation: spin 0.5s linear infinite; }
    .logo_wraper .logo_wraper_right .info_top .info {
      position: relative;
      padding-left: 35px;
      padding-right: 10px;
      cursor: pointer; }
      @media all and (max-width: 600px) {
        .logo_wraper .logo_wraper_right .info_top .info {
          display: none; } }
      .logo_wraper .logo_wraper_right .info_top .info img {
        position: absolute;
        left: 0px;
        top: 1px;
        border-radius: 50%;
        overflow: hidden; }
      .logo_wraper .logo_wraper_right .info_top .info svg {
        position: absolute;
        top: 6px;
        right: -15px; }
    .logo_wraper .logo_wraper_right .info_top .deposit a {
      display: inline-block;
      padding: 0px 15px;
      border: 1px solid rgba(0, 255, 160, 0.5);
      border-radius: 15px;
      background: radial-gradient(86.61% 76.79% at 49.37% 100%, #00ffa0 0, #00b450 31.44%, #00783c 100%);
      box-shadow: 0 0 0 4px rgba(0, 180, 100, 0.4);
      box-sizing: border-box;
      line-height: 22px;
      color: #fff; }
      @media all and (max-width: 600px) {
        .logo_wraper .logo_wraper_right .info_top .deposit a {
          box-shadow: none;
          padding: 0 6px 2px;
          line-height: 18px; } }
    .logo_wraper .logo_wraper_right .info_top .menu_member {
      position: absolute;
      margin-right: 0px;
      position: absolute;
      top: 54px;
      right: 0;
      z-index: 999;
      box-sizing: border-box;
      padding: 3px 12px 10px;
      width: 160px;
      border-radius: 8px;
      background: rgba(29, 27, 66, 0.9);
      transition: .3s ease; }
      .logo_wraper .logo_wraper_right .info_top .menu_member .item a {
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 5px 0;
        padding-left: 25px;
        line-height: 26px;
        box-sizing: border-box;
        color: #cac7dc;
        border-bottom: 1px solid rgba(60, 60, 120, 0.6);
        font-size: 13px; }
        .logo_wraper .logo_wraper_right .info_top .menu_member .item a img {
          position: absolute;
          top: 8px;
          left: 0px; }
      .logo_wraper .logo_wraper_right .info_top .menu_member .item .itemlogout {
        border-radius: 5px;
        background: #3c3ca0;
        text-align: center;
        border-bottom: none;
        padding: 0;
        color: #fff; }
      .logo_wraper .logo_wraper_right .info_top .menu_member .item .itemhis {
        border-bottom: none; }
  .logo_wraper .logo_wraper_right .shopcart_home, .logo_wraper .logo_wraper_right .search_home, .logo_wraper .logo_wraper_right .login_icon, .logo_wraper .logo_wraper_right .wishlist_home {
    float: right;
    margin-left: 10px;
    position: relative; }
    @media all and (max-width: 600px) {
      .logo_wraper .logo_wraper_right .shopcart_home, .logo_wraper .logo_wraper_right .search_home, .logo_wraper .logo_wraper_right .login_icon, .logo_wraper .logo_wraper_right .wishlist_home {
        margin-left: 0px; } }
  .logo_wraper .logo_wraper_right .search_home .multi_lang {
    display: inline-block;
    margin: 5px 10px; }
    @media all and (max-width: 600px) {
      .logo_wraper .logo_wraper_right .search_home .multi_lang {
        margin: 0 5px; }
        .logo_wraper .logo_wraper_right .search_home .multi_lang svg {
          transform: translate(0, 2px); } }

.logo {
  display: grid;
  position: relative;
  z-index: 2;
  width: 90%;
  background: #002e6c;
  padding: 5px 0; }
  @media all and (max-width: 600px) {
    .logo {
      background: unset;
      width: 100%;
      padding: 0; } }
  .logo .logo_img_small_fix {
    display: none; }
  @media all and (max-width: 600px) {
    .logo .logo_img_small {
      display: block; } }

.regions_search {
  width: 70%;
  box-sizing: border-box;
  float: left;
  margin-left: 25px; }
  @media all and (max-width: 600px) {
    .regions_search {
      margin-left: 0px;
      width: calc(100% - 0px); } }
  .regions_search .block_regions {
    width: 100px;
    float: left; }
  .regions_search select {
    border: none;
    height: 40px;
    box-sizing: border-box;
    background: #EEE;
    border-radius: 4px 0 0 4px;
    font-size: 13px;
    display: inline-block;
    font: inherit;
    padding: 10px;
    width: 100px;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #333333 50%), linear-gradient(135deg, #333333 50%, transparent 50%), linear-gradient(to right, #eeeeee, #eeeeee);
    background-position: calc(100% - 19px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat; }

.logo_wraper_mobile {
  position: relative;
  padding-bottom: 15px;
  padding-top: 10px; }
  @media all and (max-width: 1025px) {
    .logo_wraper_mobile {
      padding: 15px 0; } }
  .logo_wraper_mobile .logo_wraper_center_mobile {
    text-align: center; }
    .logo_wraper_mobile .logo_wraper_center_mobile h1 {
      display: inline-block; }

.search_mb {
  display: none;
  cursor: pointer; }
  @media all and (max-width: 1024px) {
    .search_mb {
      margin-left: 0px; } }
  @media all and (max-width: 1025px) {
    .search_mb {
      display: block; } }
  .search_mb svg {
    width: 20px;
    fill: var(--text-color);
    transition: .4s; }
  .search_mb .search_mb_on, .search_mb .search_mb_off {
    display: grid; }
  .search_mb .search_mb_off {
    display: none; }

.search_mb.active .search_mb_off {
  display: grid; }
.search_mb.active .search_mb_on {
  display: none; }

.regions_search.active {
  display: block; }

.sb-toggle-left {
  display: none;
  width: 24px; }
  @media all and (max-width: 1025px) {
    .sb-toggle-left {
      display: block;
      float: right;
      margin-right: 20px;
      margin-top: -5px;
      margin-left: 5px; } }

.navicon-line {
  width: 24px;
  height: 4px;
  border-radius: 4px;
  margin-bottom: 4px;
  background-color: #222;
  margin-top: 6px; }

.navicon-line-1 {
  width: 36px; }

.navicon-line-2 {
  width: 30px; }

.modal-menu-full-screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: #000000cc;
  z-index: 11; }

.text-compare {
  margin-top: 4px;
  text-align: right; }

.text-compare a {
  color: #999999;
  /* margin-top: 12px; */
  display: block;
  font-size: 12px; }

/*****end header *********/
/*****end slideshow and countdown *********/
.main_wrapper {
  padding: 20px 0; }
  .main_wrapper .main-area-2col-left {
    width: calc(70% - 40px);
    float: right; }
    @media all and (max-width: 800px) {
      .main_wrapper .main-area-2col-left {
        width: calc(65% - 30px); } }
    @media all and (max-width: 500px) {
      .main_wrapper .main-area-2col-left {
        width: 100%; } }
  .main_wrapper .left-col {
    width: calc(30% - 0px);
    float: left; }
    @media all and (max-width: 800px) {
      .main_wrapper .left-col {
        width: calc(35% - 0px); } }
    @media all and (max-width: 500px) {
      .main_wrapper .left-col {
        width: 100%;
        margin-top: 20px; } }

.main_wrapper_nohome {
  padding: 20px 0; }
  @media all and (max-width: 600px) {
    .main_wrapper_nohome {
      padding: 20px 0; } }

.main_wrapper .left-col .block, .main_wrapper .right-col .block {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px; }
  @media all and (max-width: 600px) {
    .main_wrapper .left-col .block, .main_wrapper .right-col .block {
      padding: 10px; } }

.right-col .block_title, .left-col .block_title {
  border-bottom: 2px solid #eee;
  padding-bottom: 0px;
  padding-top: 0;
  text-align: left;
  line-height: unset; }
  .right-col .block_title span, .left-col .block_title span {
    display: inline-block;
    border-bottom: 2px solid #222;
    padding-bottom: 8px;
    margin-bottom: -2px;
    font-size: 18px;
    /* font-weight: 600; */
    text-transform: none;
    color: #222;
    line-height: unset; }
  .right-col .block_title:before, .left-col .block_title:before {
    display: none; }

/*********** pos *********/
.block_title {
  text-transform: uppercase;
  display: block;
  text-align: center;
  position: relative;
  padding: 60px 0 25px; }
  @media all and (max-width: 800px) {
    .block_title {
      padding: 40px 0 20px; } }
  .block_title span, .block_title a {
    font-size: 34px;
    line-height: 50px;
    font-weight: 600; }
    @media all and (max-width: 600px) {
      .block_title span, .block_title a {
        font-size: 24px;
        line-height: 30px; } }
  .block_title span {
    display: inline-block;
    font-weight: 600; }

.pos1 .block_title {
  padding-top: 40px; }

.block_summary {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px; }
  @media all and (max-width: 600px) {
    .block_summary {
      margin-bottom: 20px; } }

.pos4 .block {
  padding: 0 0px 60px;
  box-sizing: border-box; }
  @media all and (max-width: 600px) {
    .pos4 .block {
      padding: 0 0px 40px; } }

.pos9 {
  margin-top: 40px; }
  .pos9 .block {
    padding: 0 0 40px; }
    @media all and (max-width: 600px) {
      .pos9 .block {
        padding: 0 0 20px; } }

.pos7 {
  background: #fff;
  margin-top: 60px; }
  @media all and (max-width: 800px) {
    .pos7 {
      margin-top: 20px; } }

.pos2 {
  margin-top: 20px; }
  @media all and (max-width: 1025px) {
    .pos2 {
      margin-top: 10px; } }

/*********** FOOTER *********/
.banner-off {
  display: none; }

.on_mobile {
  display: none; }
  @media all and (max-width: 600px) {
    .on_mobile {
      display: block; } }

.on_pc {
  display: block; }
  @media all and (max-width: 600px) {
    .on_pc {
      display: none; } }

.before_footer {
  overflow: hidden;
  margin-top: 60px;
  width: 100%;
  background-size: cover; }
  @media all and (max-width: 800px) {
    .before_footer {
      margin-top: 20px; } }
  .before_footer .before_footer_inner {
    background: #000000a1; }
  .before_footer .container {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .before_footer .container .form_text {
      width: 40%;
      float: left;
      padding-right: 80px;
      box-sizing: border-box;
      padding: 100px 0;
      border-right: 2px solid #7e7e7e;
      color: #ffffff; }
      @media all and (max-width: 800px) {
        .before_footer .container .form_text {
          width: 45%;
          padding: 40px 0;
          border-right: none;
          border-bottom: 2px solid #7e7e7e; } }
      @media all and (max-width: 600px) {
        .before_footer .container .form_text {
          width: 100%;
          padding: 20px 0 20px; } }
      .before_footer .container .form_text p {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 10px; }
        @media all and (max-width: 600px) {
          .before_footer .container .form_text p {
            font-size: 16px;
            line-height: 26px; } }
      .before_footer .container .form_text h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 10px; }
        @media all and (max-width: 600px) {
          .before_footer .container .form_text h3 {
            font-size: 20px;
            line-height: 30px; } }
    .before_footer .container .form_f {
      padding: 100px 0;
      width: 60%;
      float: left;
      box-sizing: border-box;
      position: relative;
      padding-left: 100px;
      box-sizing: border-box; }
      @media all and (max-width: 800px) {
        .before_footer .container .form_f {
          width: 55%;
          padding: 40px 0;
          padding-left: 20px; } }
      @media all and (max-width: 600px) {
        .before_footer .container .form_f {
          width: 100%;
          padding: 20px 0 20px; } }
      @media all and (max-width: 600px) {
        .before_footer .container .form_f {
          padding-left: 10px;
          padding-right: 10px;
          width: 100%; } }

.chat_home_inner {
  padding: 20px;
  background-image: url("/images/chat-bg.png");
  background-size: 100% 100%;
  color: #fff;
  padding-left: 22%;
  box-sizing: border-box; }
  .chat_home_inner .info {
    width: 75%;
    float: left; }
  .chat_home_inner .bt {
    width: 25%;
    float: left;
    text-align: right;
    padding-top: 10px; }
    .chat_home_inner .bt a {
      display: inline-block;
      background: #2353ffcc;
      border: 1px solid #afc1ff66;
      padding: 2px 15px 4px;
      color: #fff;
      border-radius: 10px;
      font-weight: 600;
      font-size: 13px; }

footer {
  background-image: url("/images/bg_footer.jpg");
  background-size: 100% 100%;
  color: #fff;
  font-size: 14px;
  padding-top: 50px !important;
  position: relative;
  z-index: 2;
  margin-top: 60px; }
  footer a {
    color: #fff; }
  @media all and (max-width: 800px) {
    footer {
      padding-top: 30px !important;
      color: #ccc;
      margin-top: 20px;
      padding-bottom: 80px; }
      footer a {
        color: #ccc; } }
  footer .footer_top .copyright {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 20px; }
  footer .footer_top .text_footer {
    margin-top: 20px;
    color: #5769bf;
    font-size: 14px;
    text-align: center;
    line-height: 20px; }
  footer .footer_top .footer_top_item {
    width: 33.33%;
    float: left;
    padding-right: 30px;
    box-sizing: border-box; }
    @media all and (max-width: 600px) {
      footer .footer_top .footer_top_item {
        width: 50%; } }
    footer .footer_top .footer_top_item .img {
      margin-top: 20px; }
  @media all and (max-width: 600px) {
    footer .footer_top .footer_top_item_3 {
      display: none; } }
  footer .info_bottom {
    max-height: 200px;
    overflow: auto;
    margin-top: 15px;
    line-height: 20px; }
    footer .info_bottom li, footer .info_bottom p {
      margin-bottom: 3px !important; }
  footer .footer_left {
    width: 245px;
    float: left;
    background: #fff;
    padding: 40px 15px;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    position: relative; }
    @media all and (max-width: 850px) {
      footer .footer_left {
        padding: 25px 15px 15px;
        width: 45%; } }
    @media all and (max-width: 650px) {
      footer .footer_left {
        width: 100%;
        float: none; } }
    footer .footer_left:after, footer .footer_left:before {
      position: absolute;
      width: 8px;
      height: 8px;
      content: '';
      background: #a7b2c5;
      z-index: 0;
      top: 0;
      left: -8px;
      clip-path: polygon(100% 0, 100% 100%, 0 100%);
      --webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%); }
    footer .footer_left:before {
      left: unset;
      right: -8px;
      clip-path: polygon(0 0, 0% 100%, 100% 100%);
      --webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%); }
  footer .footer_center {
    box-sizing: border-box;
    margin-top: 40px; }
    footer .footer_center .footer_center_left {
      width: 30%;
      box-sizing: border-box;
      padding-right: 25px;
      float: left; }
      footer .footer_center .footer_center_left .hotline_footer {
        margin-top: 20px; }
        footer .footer_center .footer_center_left .hotline_footer a {
          display: inline-block;
          background: #221F20;
          border-radius: 16px 0px;
          font-weight: 600;
          font-size: 16px;
          line-height: 24px;
          text-align: center;
          text-transform: uppercase;
          color: #F7F8F9;
          padding: 12px 25px; }
      footer .footer_center .footer_center_left p {
        line-height: 24px;
        margin-bottom: 12px; }
      @media all and (max-width: 850px) {
        footer .footer_center .footer_center_left {
          width: 100%;
          padding-right: 0px; } }
    footer .footer_center .footer_center_f {
      line-height: 22px;
      width: 40%;
      float: left; }
      @media all and (max-width: 850px) {
        footer .footer_center .footer_center_f {
          width: 100%;
          margin-right: 0px;
          margin-top: 20px; } }
    footer .footer_center .footer_center_right {
      width: 30%;
      float: left; }
      @media all and (max-width: 850px) {
        footer .footer_center .footer_center_right {
          width: 100%;
          margin-top: 20px; } }
      footer .footer_center .footer_center_right .form_f {
        width: 60%;
        float: left; }
        @media all and (max-width: 600px) {
          footer .footer_center .footer_center_right .form_f {
            width: 100%; } }
  footer .footer_center_mb {
    display: none; }
    @media all and (max-width: 850px) {
      footer .footer_center_mb {
        display: block; } }
    footer .footer_center_mb .footer_center_f {
      margin-top: 20px;
      width: 50%;
      float: left; }
      @media all and (max-width: 650px) {
        footer .footer_center_mb .footer_center_f {
          width: 100%;
          float: none; } }
  footer .title_bottom {
    font-size: 14px;
    color: #7e7fa0;
    display: inline-block; }
  footer .summary_bottom {
    font-size: 13px;
    margin-top: 10px;
    line-height: 20px;
    color: #eee; }
    footer .summary_bottom a {
      text-decoration: underline; }
  footer .info_bankings p, footer .info_bottom p {
    margin-bottom: 7px; }
  footer .info_bankings li, footer .info_bottom li {
    padding-left: 18px;
    margin-bottom: 13px;
    position: relative; }
    footer .info_bankings li:after, footer .info_bottom li:after {
      position: absolute;
      content: '';
      left: 0;
      top: 8px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--main-color); }

.address_bottom .item {
  margin-bottom: 10px; }
  .address_bottom .item:last-child {
    margin-bottom: 0px; }

.social {
  width: 20%;
  float: left; }
  @media all and (max-width: 600px) {
    .social {
      width: 100%; } }
  .social .item {
    display: inline-block;
    float: right;
    margin-left: 20px; }
    @media all and (max-width: 600px) {
      .social .item {
        float: left;
        margin-left: 0px;
        margin-right: 20px; } }

.MatchLeague {
  background-color: #002e6c;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0px 0 30px; }
  @media all and (max-width: 600px) {
    .MatchLeague {
      padding: 0px 0 30px; } }
  .MatchLeague .MatchLeague_inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
    @media all and (max-width: 600px) {
      .MatchLeague .MatchLeague_inner {
        padding-left: 0px;
        padding-right: 0px; } }
    .MatchLeague .MatchLeague_inner .owl-controls .owl-nav div {
      display: inline-block;
      zoom: 1;
      position: absolute;
      margin: 0;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      background: #3a498e;
      width: 30px;
      height: 30px;
      text-align: center;
      font-size: 30px;
      color: #fff;
      font-family: -webkit-body;
      line-height: 25px;
      top: calc(50% - 15px);
      z-index: 20; }
      .MatchLeague .MatchLeague_inner .owl-controls .owl-nav div:hover {
        opacity: 1; }
    .MatchLeague .MatchLeague_inner .owl-controls .owl-prev {
      left: -10px; }
    .MatchLeague .MatchLeague_inner .owl-controls .owl-next {
      right: -10px; }
  .MatchLeague .item {
    padding: 15px;
    padding-bottom: 0px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden; }
    .MatchLeague .item .btn {
      width: calc(100% + 30px);
      margin: 0 -15px;
      margin-top: 10px;
      text-align: center;
      background: var(--extra-color);
      color: #111;
      line-height: 40px;
      font-weight: 600; }
    .MatchLeague .item .cattitle p {
      font-weight: 600;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-align: center; }
    .MatchLeague .item .matchname {
      margin-top: 10px; }
      .MatchLeague .item .matchname .matchname1, .MatchLeague .item .matchname .matchname3 {
        width: 40%;
        float: left;
        line-height: 15px; }
      .MatchLeague .item .matchname .name {
        font-size: 13px; }
      .MatchLeague .item .matchname .matchname2 {
        width: 20%;
        float: left;
        text-align: center;
        font-size: 12px;
        color: #555; }
        .MatchLeague .item .matchname .matchname2 .time {
          font-size: 14px;
          font-weight: 600;
          color: #111; }
    .MatchLeague .item .matchname1 {
      text-align: right;
      padding-right: 40px;
      position: relative;
      box-sizing: border-box; }
      .MatchLeague .item .matchname1 img {
        width: 30px;
        position: absolute;
        top: 0px;
        right: 0px; }
    .MatchLeague .item .matchname3 {
      text-align: left;
      padding-left: 40px;
      position: relative;
      box-sizing: border-box; }
      .MatchLeague .item .matchname3 img {
        width: 30px;
        position: absolute;
        top: 0px;
        left: 0px; }
    .MatchLeague .item .match {
      margin: 5px 0 0;
      position: relative; }
      .MatchLeague .item .match .matchitem {
        width: 50%;
        float: left; }
        .MatchLeague .item .match .matchitem p {
          font-size: 12px;
          color: #777;
          text-align: center; }
        .MatchLeague .item .match .matchitem .handicap .span1 {
          display: inline-block;
          width: 33.33%;
          text-align: center;
          border-radius: 10px;
          line-height: 30px;
          color: #002e6c; }
        .MatchLeague .item .match .matchitem .handicap .span0 {
          display: inline-block;
          width: 33.33%;
          text-align: center;
          border-radius: 10px;
          line-height: 30px;
          color: #111; }
      .MatchLeague .item .match .match1 {
        padding-right: 20px;
        box-sizing: border-box; }
      .MatchLeague .item .match .match2 {
        padding-left: 20px;
        box-sizing: border-box; }

.footer_bottom {
  text-align: center;
  padding: 20px 0 25px;
  margin-top: 20px;
  border-top: 1px solid #7176af33;
  background: #fff; }
  @media all and (max-width: 600px) {
    .footer_bottom {
      margin-top: 20px;
      padding: 20px 0 22px; } }
  .footer_bottom .menu-bottom {
    width: 80%;
    float: left; }
    @media all and (max-width: 600px) {
      .footer_bottom .menu-bottom {
        display: none; } }
  .footer_bottom .copyright {
    color: #a3a3a3;
    font-size: 18px;
    margin-top: 10px;
    line-height: 26px; }
    @media all and (max-width: 600px) {
      .footer_bottom .copyright {
        width: 100%;
        padding-right: 0px; } }
    .footer_bottom .copyright font {
      color: var(--main-color); }
  .footer_bottom .tags_footer {
    width: 45%;
    float: left; }
    @media all and (max-width: 600px) {
      .footer_bottom .tags_footer {
        width: 100%; } }
  .footer_bottom .certi {
    float: right;
    width: 20%;
    box-sizing: border-box;
    margin-top: -5px;
    text-align: right; }
    @media all and (max-width: 600px) {
      .footer_bottom .certi {
        width: 100%;
        padding-right: 0px;
        margin-top: 10px; } }
  .footer_bottom .payment_method .title, .footer_bottom .certi .title {
    font-weight: 600;
    margin-bottom: 5px; }
  .footer_bottom .developer {
    color: #a7a6a6;
    float: right; }

#menu-fixed-bar {
  width: 40%;
  z-index: 999;
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  float: right; }

.slide-down {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: 0.5s; }

.slide-up {
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: 0.5s; }

.m-slide-down {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.m-slide-up {
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: #fdfdfd;
  z-index: 1000;
  /* border-bottom: 1px solid #CCC; */
  box-shadow: 0px 0px 2px 2px #CCC; }

#fixed-bar > div .wrap_icon {
  margin-top: 5px;
  margin-bottom: 3px; }

#fixed-bar > div .wrap_icon i {
  padding: 5px 15px; }

#fixed-bar .buy_now_bt .wrap_icon i {
  background-position: 0px -351px; }

#fixed-bar .call .wrap_icon i {
  background-position: -34px -351px; }

#fixed-bar #bar-inner .wrap_icon i {
  background-position: -64px -351px; }

.certified_bct {
  background-position: 0px -92px;
  content: ' ';
  height: 36px;
  display: block;
  /* border-top: 1px solid #CCC; */
  margin-top: 11px;
  padding-top: 12px;
  width: 131px; }

/*********** end FOOTER *********/
/****** PHONE ANIMATION **********/
.suntory-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 120px;
  position: fixed;
  transition: visibility 0.5s ease 0s;
  width: 120px;
  z-index: 200000 !important;
  display: none;
  left: -13px;
  bottom: -25px; }

.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: 100px;
  left: 0px;
  opacity: 0.1;
  position: absolute;
  top: 0px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 100px; }

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
  border-color: #0093b1e8;
  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: 70px;
  left: 15px;
  position: absolute;
  top: 15px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 70px; }

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
  background-color: #0093b1e8; }

.suntory-alo-ph-img-circle {
  /* animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; */
  border: 2px solid transparent;
  border-radius: 100%;
  height: 50px;
  left: 25px;
  position: absolute;
  top: 25px;
  transform-origin: 50% 50% 0;
  width: 50px; }

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
  background-color: #0093b1e8; }

.suntory-alo-ph-img-circle svg {
  position: absolute;
  top: 13px;
  left: 13px; }

.description a {
  color: #00A7F4; }

.description a:hover {
  color: #057bb1; }

ol {
  padding-left: 30px; }
  ol li {
    list-style: decimal !important; }

@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); } }
/****** PHONE ANIMATION **********/
/********* FACEBOOK  CHAT ONLINE ************/
#cfacebook a.chat_fb_openned:before {
  content: 'x';
  position: absolute;
  right: 10px;
  color: #fff;
  top: 3px; }

#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: 30px;
  right: 10px;
  z-index: 99999;
  height: auto;
  /* box-shadow: 6px 6px 6px 10px rgba(0,0,0,0.2); */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden; }

#cfacebook a.chat_fb {
  float: left;
  padding: 6px 6px 0px 6px;
  /* width: 50px; */
  color: #fff;
  text-decoration: none;
  /* height: 59px; */
  /* line-height: 59px; */
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-size: auto;
  background-position: 0 0;
  background-color: #3a5795;
  border: 0;
  /* border-bottom: 1px solid #133783; */
  z-index: 9999999;
  /* margin-right: 12px; */
  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: 45px;
    height: 45px; }

#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%; }
  #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 ************/
/******** HOLINE & ADDRESS FIXED **********/
.fixed_icons {
  position: fixed;
  right: 0;
  top: 40%;
  transform: translate(0, -50px);
  z-index: 100;
  display: none; }
  .fixed_icons .icon_v1 {
    width: 44px;
    height: 44px;
    display: inline-block;
    background-color: var(--extra-color); }

.address_header .more_info {
  position: relative; }

.address_header .more_info::before {
  position: absolute;
  content: ' ';
  width: 10px;
  height: 10px;
  top: 3px;
  right: 0px;
  background-position: -45px -70px;
  background-repeat: no-repeat;
  z-index: 100;
  background-color: #FFF; }

.address_header {
  display: none; }

.address_fixed_popup {
  margin-top: -3px; }

.hotline_fixed_popup, .address_fixed_popup {
  position: relative; }

.hotline_fixed_popup .icon_v1:after {
  content: '';
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="28" width="28" fill="white" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"><path d="M78.014,20.385c8.463,8.75,12.51,18.127,12.84,29.081c0.076,2.519-1.453,4.183-3.876,4.312  c-2.557,0.136-4.293-1.441-4.356-4.012c-0.134-5.394-1.357-10.521-4.033-15.211C72.491,23.871,63.191,18.302,50.95,17.603  c-1.358-0.077-2.631-0.218-3.586-1.305c-1.223-1.391-1.33-2.991-0.672-4.62c0.664-1.642,2.01-2.382,3.759-2.352  c7.969,0.135,15.321,2.353,21.955,6.761C74.697,17.61,76.787,19.437,78.014,20.385z M50.11,24.674  c-0.732-0.01-1.53,0.134-2.189,0.44c-1.704,0.79-2.505,2.791-2.048,4.786c0.402,1.758,1.954,2.972,3.906,2.996  c4.562,0.056,8.597,1.499,11.951,4.624c3.688,3.434,5.41,7.741,5.588,12.751c0.032,0.891,0.367,1.904,0.891,2.618  c1.094,1.49,3.037,1.864,4.821,1.184c1.577-0.601,2.506-2.014,2.492-3.886c-0.051-6.981-2.592-12.943-7.5-18.08  C63.098,27.364,57.118,24.773,50.11,24.674z M73.486,87.206c1.689-1.888,3.575-3.599,5.361-5.401  c2.643-2.667,2.664-5.902,0.036-8.55c-3.134-3.157-6.28-6.302-9.44-9.433c-2.586-2.562-5.819-2.556-8.393-0.005  c-1.966,1.948-3.936,3.893-5.86,5.882c-0.133,0.137-0.261,0.247-0.389,0.328l-1.346,1.346c-0.375,0.239-0.748,0.236-1.236-0.029  c0.73-0.689-2.619-1.246-3.839-2.012c-5.695-3.575-10.471-8.183-14.694-13.374c-2.101-2.582-3.968-5.329-5.259-8.431  c-0.215-0.517-0.221-0.888,0.067-1.281l1.346-1.346c0.064-0.087,0.137-0.175,0.231-0.265c0.59-0.569,1.175-1.143,1.757-1.72  c1.361-1.348,2.706-2.711,4.057-4.069c2.69-2.703,2.684-5.88-0.015-8.604c-1.531-1.544-3.074-3.077-4.612-4.614  c-1.585-1.584-3.157-3.181-4.756-4.75c-2.59-2.543-5.824-2.548-8.408-0.007c-1.973,1.941-3.882,3.948-5.886,5.856  c-1.866,1.777-2.817,3.931-3.007,6.463c-0.307,4.104,0.699,7.983,2.106,11.77c2.909,7.832,7.333,14.766,12.686,21.137  c7.239,8.617,15.894,15.436,26.017,20.355c4.554,2.213,9.283,3.915,14.409,4.196C67.944,90.844,71.028,89.954,73.486,87.206z"/></svg>');
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  margin: 8px; }

.address_fixed_popup .icon_v1:after {
  content: '';
  background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="map-marker-alt" role="img" height="28" width="28" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-map-marker-alt fa-w-12"><path fill="white" d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z" class=""></path></svg>');
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  margin: 8px; }

.hotline_fixed_popup_content, .address_header {
  position: absolute;
  width: 260px;
  top: 0;
  right: 100%;
  padding-right: 10px;
  display: none;
  margin-top: 0; }

.hotline_fixed_popup:hover .hotline_fixed_popup_content {
  display: block; }

.address_fixed_popup:hover .address_header {
  display: block;
  max-height: 166px;
  overflow-y: auto;
  overflow-x: hidden; }

.add_full, .support_phone {
  position: relative;
  width: 100%;
  right: 0;
  background: #FFF;
  border: 1px solid #F5F5F5;
  padding: 10px;
  border-radius: 0 0 4px 4px;
  border-top: 3px solid #0183BF;
  z-index: 101;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  box-sizing: border-box; }

.add_full ul {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px; }

.add_full ul::before {
  position: absolute;
  content: ' ';
  width: 14px;
  height: 20px;
  top: 4px;
  left: 0px;
  position: absolute;
  background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="map-marker-alt" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-map-marker-alt fa-w-12"><path fill="dodgerblue" d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z" class=""></path></svg>');
  background-repeat: no-repeat;
  content: ' ';
  top: 1px;
  left: 0px; }

.add_full ul li:nth-child(2) {
  color: #999999;
  font-size: 13px;
  margin-top: 2px; }

.support_phone ul li .name {
  font-weight: bold; }

.support_phone ul li .phone {
  color: #afafaf;
  font-size: 15px;
  margin-top: 6px; }

.support_phone ul li .phone a {
  color: #777;
  font-size: 13px; }

.address_header:hover .add_full {
  display: block !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.header .hotline:hover .support_phone {
  display: block !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

/********.end HOLINE & ADDRESS FIXED **********/
/******** arrow_box **********/
.arrow_box {
  position: relative;
  background: #FFF;
  border: 1px solid #F5F5F5; }

.arrow_box:after, .arrow_box:before {
  left: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #FFF;
  border-width: 8px;
  margin-top: -8px; }

.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #F5F5F5;
  border-width: 9px;
  margin-top: -9px; }

/********.end arrow_box **********/
@media only screen and (max-width: 880px) {
  .pos_mixed_left {
    float: none;
    width: 100%; }

  .pos_mixed_right {
    float: none;
    width: 100%;
    margin-top: 15px; } }
@media only screen and (max-width: 600px) {
  .address_header {
    display: none; }

  footer .menu_footer {
    width: 100%;
    margin-top: 20px;
    padding: 0; }

  .suntory-alo-phone {
    display: block;
    bottom: 60px;
    width: 40px;
    height: 40px; } }
.banner-home-top {
  margin-top: 20px;
  background-size: cover; }
  @media all and (max-width: 800px) {
    .banner-home-top {
      margin-top: 0px; } }
  @media all and (max-width: 600px) {
    .banner-home-top {
      display: flex;
      flex-wrap: wrap;
      margin-top: 10px;
      display: none; } }

.banner-home-bottom {
  margin-bottom: 10px; }

@keyframes spin2 {
  0% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(10deg); }
  70% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes fade-bg1111 {
  0% {
    transform: translate(30px);
    opacity: 0,5; }
  50% {
    transform: translate(-140px);
    opacity: 1; }
  51% {
    transform: translate(-140px);
    opacity: 0.5; }
  100% {
    transform: translate(30px);
    opacity: 1; } }
@keyframes fade-bg1112 {
  0% {
    transform: scale(0.9, 1.1); }
  50% {
    transform: scale(0.7, 0.8); }
  51% {
    transform: scale(0.7, 0.8); }
  100% {
    transform: scale(0.9, 1.1); } }
@keyframes chang-rotage-anim-2-bh {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  45% {
    transform: rotate(-25deg) scale(1.3) skew(1deg); }
  60% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  65% {
    transform: rotate(-25deg) scale(1.3) skew(1deg); }
  70% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  85% {
    transform: rotateY(360deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }
/*# sourceMappingURL=template.css.map */
#fixed-bar {
  margin: 0;
  padding: 0;
  z-index: 100;
  right: 10px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  right: 0px;
  bottom: 70px;
  display: none !important; }

#fixed-bar #bar-inner {
  height: 50px;
  /* line-height: 20px; */
  margin: 0 10px 0 auto; }

#fixed-bar #bar-inner a {
  background: var(--main-color);
  opacity: 0.6;
  display: block;
  border-radius: 5px;
  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: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  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: 20px;
  height: 20px;
  margin-top: 12px;
  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; }

.tag_foot {
  margin-top: 5px; }
  .tag_foot a {
    color: #bdbdbd; }

@media all and (max-width: 800px) {
  .support {
    width: 100%;
    padding-left: 0px; } }
@media all and (max-width: 600px) {
  .support {
    width: 100%;
    padding-right: 0; } }
.support .item {
  position: relative;
  padding-left: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  margin-bottom: 20px; }
  @media all and (max-width: 800px) and (min-width: 500px) {
    .support .item {
      width: 50%;
      float: left;
      box-sizing: border-box; } }
  .support .item:nth-child(1) {
    background: #22d000; }
  .support .item:nth-child(2) {
    background: #e71b1b; }
  .support .item svg {
    position: absolute;
    width: 40px;
    height: 40px;
    fill: #fff;
    left: 15px; }
  .support .item span {
    text-transform: uppercase;
    font-size: 18px; }
  .support .item a {
    margin-top: 6px;
    color: #fff;
    font-style: italic;
    font-size: 16px;
    transition: 0.5s; }
    .support .item a:hover {
      color: #fff900; }

/******** 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: 7px;
    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; }

/******** END Alert *************/
/******** Alert *************/
.modal_alert_2 {
  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_2 .modal_alert_inner {
    width: 350px;
    background: white;
    border-radius: 2px;
    max-width: 96%;
    margin: 2% auto; }
  .modal_alert_2 .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_2 .modal_alert_title .close {
      position: absolute;
      right: 0px;
      padding: 0px 10px 8px;
      top: 7px;
      color: #FFF;
      font-size: 22px; }
  .modal_alert_2 .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; }

/******** END Alert *************/
#embed_vchat {
  bottom: 70px !important; }

#embed_fill {
  bottom: 60px !important; }

#embed_circle {
  bottom: 53px !important; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 1 !important; }

/********* FACEBOOK  CHAT ONLINE ************/
#cfacebookmb .fchat {
  float: left;
  width: 100%;
  height: 270px;
  overflow: hidden;
  display: none;
  background-color: #fff; }

#cfacebookmb .fchat .fb-page {
  margin-top: -130px;
  float: left; }

#cfacebookmb a.chat_mb:hover {
  color: #ff0;
  text-decoration: none; }

#cfacebookmb {
  position: fixed;
  bottom: 100px;
  left: 10px;
  z-index: 100;
  height: auto;
  /* box-shadow: 6px 6px 6px 10px rgba(0,0,0,0.2); */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden; }

#cfacebookmb a.chat_mb {
  float: left;
  padding: 6px 6px 0px 6px;
  /* width: 50px; */
  color: #fff;
  text-decoration: none;
  /* height: 59px; */
  /* line-height: 59px; */
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-size: auto;
  background-position: 0 0;
  background-color: #006cd2;
  border: 0;
  /* border-bottom: 1px solid #133783; */
  z-index: 9999999;
  /* margin-right: 12px; */
  font-size: 15px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  display: block;
  position: relative; }
  #cfacebookmb a.chat_mb:after {
    display: none;
    width: 19px;
    height: 19px;
    color: #FFF;
    content: "2";
    position: absolute;
    top: 0px;
    right: 0px;
    background: #3a5795;
    border-radius: 50%;
    font-size: 13px;
    line-height: 18px; }
  #cfacebookmb a.chat_mb svg {
    width: 34px;
    height: 34px; }

#cfacebookmb a.chat_fb span {
  display: none; }

#cfacebookmb .fchat .fb-page {
  margin-top: 0px;
  float: left; }

#cfacebookmb a.chat_fb_openned {
  border-radius: 0;
  width: 100%; }
  #cfacebookmb a.chat_fb_openned svg {
    display: none; }

#cfacebookmb a.chat_fb_openned i {
  display: none; }

#cfacebookmb a.chat_fb_openned::after {
  display: none; }

#cfacebookmb a.chat_fb_openned span {
  display: block; }

/********* end FACEBOOK  CHAT ONLINE ************/
/********* SMS  CHAT ONLINE ************/
#sms .fchat {
  float: left;
  width: 100%;
  height: 270px;
  overflow: hidden;
  display: none;
  background-color: #fff; }

#sms .fchat .fb-page {
  margin-top: -130px;
  float: left; }

#sms a.chat_mb:hover {
  color: #ff0;
  text-decoration: none; }

#sms {
  position: fixed;
  top: 265px;
  right: 10px;
  z-index: 99999;
  height: auto;
  /* box-shadow: 6px 6px 6px 10px rgba(0,0,0,0.2); */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden; }

#sms a.chat_mb {
  float: left;
  padding: 15px 15px 12px;
  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: #ffae00;
  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; }
  #sms a.chat_mb svg {
    width: 30px;
    height: 30px;
    fill: #fff; }

/********* end SMS ************/
/********* SMS  CHAT ONLINE ************/
#zalo .fchat {
  float: left;
  width: 100%;
  height: 270px;
  overflow: hidden;
  display: none;
  background-color: #fff; }

#sms .fchat .fb-page {
  margin-top: -130px;
  float: left; }

#zalo a.chat_mb:hover {
  color: #ff0;
  text-decoration: none; }

#zalo {
  position: fixed;
  left: 0px;
  z-index: 100;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  bottom: 128px; }
  @media all and (min-width: 800px) {
    #zalo {
      bottom: 100px; } }

#zalo a.chat_mb {
  float: left;
  padding: 0;
  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;
  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;
  background: #0ea9e1;
  width: 36px;
  height: 36px;
  position: relative; }
  @media all and (min-width: 800px) {
    #zalo a.chat_mb {
      width: 56px;
      height: 56px; } }
  #zalo a.chat_mb:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/zalo.png);
    position: absolute;
    top: 5px;
    left: 6px;
    background-size: cover; }
    @media all and (min-width: 800px) {
      #zalo a.chat_mb:before {
        width: 44px;
        height: 44px; } }
  #zalo a.chat_mb svg {
    width: 60px;
    height: 60px;
    fill: #fff; }

/********* end SMS ************/
#vgc_btn_chat_mobile {
  bottom: 55px !important; }

.tab_fix {
  position: fixed;
  width: 100%;
  z-index: 999;
  bottom: 0px;
  background: var(--main-color); }
  .tab_fix li {
    width: 33.33%;
    float: left;
    padding: 10px 0;
    text-align: center; }
    .tab_fix li a {
      color: #fff; }
      .tab_fix li a svg {
        fill: #fff;
        width: 15px;
        height: 15px; }

.region_list {
  max-height: 150px;
  overflow-y: scroll; }

.ul_footer .li_f {
  position: relative;
  margin-bottom: 13px; }
  .ul_footer .li_f:nth-child(5) {
    margin-bottom: 1px; }
  .ul_footer .li_f .svg {
    float: left;
    padding: 8px;
    border: 1px solid #5d5d5d;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 3px; }
    .ul_footer .li_f .svg svg {
      width: 18px;
      height: 18px;
      fill: #fff; }
  .ul_footer .li_f .text {
    float: left;
    margin-left: 10px;
    font-size: 13px;
    width: calc(100% - 46px); }
  .ul_footer .li_f font {
    font-weight: bold; }

.ul_footer2 .li_f {
  margin-bottom: 20px;
  position: relative; }
  @media all and (max-width: 600px) {
    .ul_footer2 .li_f {
      width: 50%;
      float: left; } }
  .ul_footer2 .li_f .svg {
    float: left;
    padding: 8px;
    border: 1px solid #5d5d5d;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 3px; }
    .ul_footer2 .li_f .svg svg {
      width: 18px;
      height: 18px;
      fill: #fff; }
  .ul_footer2 .li_f .text {
    float: left;
    margin-left: 10px;
    font-size: 13px;
    width: calc(100% - 46px); }
  .ul_footer2 .li_f font {
    font-weight: bold; }

.footer_icon {
  padding: 15px 25px;
  box-sizing: border-box;
  border: 1px solid #404040; }
  .footer_icon .chung_nhan {
    padding-left: 50px;
    width: 50%;
    float: left;
    box-sizing: border-box; }
    @media all and (max-width: 600px) {
      .footer_icon .chung_nhan {
        width: 100%;
        padding-left: 0; } }
    .footer_icon .chung_nhan span {
      display: inline-block;
      float: left;
      line-height: 38px;
      margin-right: 50px;
      width: 80px; }
      @media all and (max-width: 800px) {
        .footer_icon .chung_nhan span {
          line-height: 26px; } }
    .footer_icon .chung_nhan .chung_nhan_inner {
      display: flex;
      float: left;
      width: calc(100% - 130px); }
      @media all and (max-width: 800px) {
        .footer_icon .chung_nhan .chung_nhan_inner {
          width: 100%; } }
    .footer_icon .chung_nhan a {
      display: inline-block;
      margin-right: 5px; }
      @media all and (max-width: 1200px) {
        .footer_icon .chung_nhan a img {
          height: auto; } }

.height_auto {
  height: auto !important; }

.position_auto {
  position: relative !important;
  bottom: auto !important; }

.display-flex {
  display: flex !important; }

.display_open, .display-open {
  display: block !important; }

.display_off, .display-off {
  display: none !important; }

.full-screen-block-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: #0000009c;
  display: none;
  z-index: 2000; }

.banner-promotion {
  position: fixed;
  top: 20%;
  z-index: 111111111;
  left: calc(50% - 300px);
  display: none; }
  @media only screen and (max-width: 900px) {
    .banner-promotion {
      left: 0px;
      padding: 20px; } }
  .banner-promotion .img-banner {
    position: relative;
    width: 600px;
    height: auto;
    text-align: center; }
    @media only screen and (max-width: 900px) {
      .banner-promotion .img-banner {
        width: auto; } }
    .banner-promotion .img-banner .close-pro {
      position: absolute;
      top: 5px;
      right: 5px;
      background: white;
      padding: 5px;
      border-radius: 0 10px 0px 10px;
      cursor: pointer; }

.mm-opening .all-navicon-line {
  transform: rotate(45deg); }
  .mm-opening .all-navicon-line .navicon-line-1 {
    transform: rotate(-45deg);
    margin-top: 8px;
    width: 28px; }
  .mm-opening .all-navicon-line .navicon-line-2 {
    transform: rotate(-135deg);
    margin-top: -8px;
    width: 28px; }
  .mm-opening .all-navicon-line .navicon-line-3 {
    display: none; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  background: url("../images/fotorama.png") no-repeat; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url("../images/fotorama@2x.png") 0 0/96px 160px no-repeat; } }
.header_wrapper_img {
  background-position: center;
  background-repeat: repeat-x;
  background-size: 100%; }

.bg_footer_img {
  background-position: top;
  background-repeat: repeat-x;
  background-size: 100%; }

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1111;
  transform: translate(-50%, -50%);
  display: none; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.coppy-right {
  font-size: 13px;
  text-align: center;
  /* background: #148532; */
  color: #fff;
  line-height: 40px;
  border-top: 1px solid var(--border-color); }

.wapper-page-left {
  width: 28%;
  float: left;
  box-sizing: border-box;
  padding-right: 60px; }
  @media all and (max-width: 850px) {
    .wapper-page-left {
      padding-right: 25px; } }
  @media all and (max-width: 650px) {
    .wapper-page-left {
      width: 100%;
      float: none; } }

.wapper-page-right {
  width: 72%;
  float: right; }
  @media all and (max-width: 650px) {
    .wapper-page-right {
      width: 100%;
      float: none;
      margin-top: 40px; } }

.detail_main_menu_fixed_img .banner_img_menu {
  position: relative;
  color: #fff;
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: var(--footer-color); }
  @media all and (max-width: 1025px) {
    .detail_main_menu_fixed_img .banner_img_menu {
      height: 600px; } }
  @media all and (max-width: 850px) {
    .detail_main_menu_fixed_img .banner_img_menu {
      height: 500px; } }
  @media all and (max-width: 650px) {
    .detail_main_menu_fixed_img .banner_img_menu {
      height: 450px; } }
  .detail_main_menu_fixed_img .banner_img_menu a {
    color: #fff; }
  .detail_main_menu_fixed_img .banner_img_menu img {
    width: 100%; }
  .detail_main_menu_fixed_img .banner_img_menu .page_title_img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
    text-align: center; }
  .detail_main_menu_fixed_img .banner_img_menu .elementor-shape svg {
    fill: var(--body-color); }

.heading_title {
  font-size: 55px; }
  @media all and (max-width: 1600px) {
    .heading_title {
      font-size: 48px; } }
  @media all and (max-width: 1400px) {
    .heading_title {
      font-size: 40px; } }
  @media all and (max-width: 1100px) {
    .heading_title {
      font-size: 35px; } }
  @media all and (max-width: 1025px) {
    .heading_title {
      font-size: 30px; } }
  @media all and (max-width: 650px) {
    .heading_title {
      font-size: 26px; } }

.heading_title_core {
  font-size: 24px;
  line-height: 1.083;
  margin-top: 28px; }
  @media all and (max-width: 1400px) {
    .heading_title_core {
      font-size: 22px; } }
  @media all and (max-width: 1025px) {
    .heading_title_core {
      font-size: 20px; } }
  @media all and (max-width: 850px) {
    .heading_title_core {
      font-size: 18px; } }
  @media all and (max-width: 650px) {
    .heading_title_core {
      font-size: 14px; } }

.page_home_detail {
  padding-top: 60px; }
  @media all and (max-width: 850px) {
    .page_home_detail {
      padding-top: 40px; } }
  @media all and (max-width: 650px) {
    .page_home_detail {
      padding-top: 30px; } }

.modal-menu-full-screen-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: #0000008c;
  z-index: -99;
  opacity: 0;
  transition: .5s; }

.show_screen {
  z-index: 990;
  opacity: 1; }

.breadcrumbs {
  background: none; }

.breadcrumbs_products {
  background: #fff;
  border-bottom: 1px solid #eee; }

.detail_page_top {
  display: flex;
  flex-wrap: wrap; }
  .detail_page_top .detail_page_l {
    width: calc(75% );
    background: #fff;
    padding: 20px;
    box-sizing: border-box; }
  .detail_page_top .detail_page_r {
    width: calc(25% - 15px);
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-left: 15px; }

.right_b .block_title {
  padding: unset;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 4px solid #ff0000;
  text-align: left; }
  .right_b .block_title:before {
    display: none; }

.login_icon .login_icon_inner {
  display: grid;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  box-sizing: border-box; }
  .login_icon .login_icon_inner svg {
    width: 20px;
    height: 20px;
    transition: 0.5s;
    fill: #222; }
@media all and (max-width: 600px) {
  .login_icon .atext {
    display: none; } }

.menu_mobile {
  margin-top: 20px; }

.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; }

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: .5em 10px; }
  blockquote p {
    display: inline;
    font-style: italic; }
  blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em; }

.address_footer {
  padding: 60px 0; }
  @media all and (max-width: 800px) {
    .address_footer {
      padding: 30px 0; } }

.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; }
.description blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: .5em 10px; }
  .description blockquote p {
    display: inline;
    font-style: italic;
    line-height: 22px;
    margin-top: 10px; }
  .description blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em; }

.background_contact {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: grid; }

.certification_footer a {
  display: block;
  margin: 10px 0; }

.lb-data .lb-close {
  background-size: cover !important; }

.lb-data .lb-number {
  display: inline-block !important; }

.pos_home {
  background-size: 100% 100%; }

.before-hello {
  transform: translate(0, 200px);
  opacity: 0;
  transition: 1s; }

.hello {
  transform: translate(0, 0);
  opacity: 1; }

.news_detail .description p {
  margin-bottom: 12px;
  line-height: 24px; }
.news_detail .description iframe {
  max-width: 100%; }
.news_detail .description table {
  width: 100% !important;
  margin-bottom: 15px; }
.news_detail .description table td {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border: 1px solid #ccc; }
.news_detail .description h1 {
  font-size: 28px;
  line-height: 40px; }
.news_detail .description h2 {
  font-size: 24px;
  line-height: 36px; }
.news_detail .description h3 {
  font-size: 20px;
  line-height: 30px; }
.news_detail .description h1, .news_detail .description h2, .news_detail .description h3 {
  margin-bottom: 10px;
  margin-top: 20px; }
.news_detail .description ul li {
  margin-left: 20px; }

.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-width: 600px;
      max-height: 90%;
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 40px;
      box-sizing: border-box;
      border-radius: 10px;
      background: #fff;
      text-align: center; }
      .popup_home .popup_home_inner .inner .close_ph, .popup_home2 .popup_home_inner .inner .close_ph {
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer; }
      .popup_home .popup_home_inner .inner a, .popup_home2 .popup_home_inner .inner a {
        display: inline-block;
        margin: 10px;
        text-transform: uppercase; }
        .popup_home .popup_home_inner .inner a img, .popup_home2 .popup_home_inner .inner a img {
          max-width: 100px;
          margin-bottom: 5px;
          border: 1px solid #eee; }
      .popup_home .popup_home_inner .inner .active, .popup_home2 .popup_home_inner .inner .active {
        font-weight: 600;
        color: var(--extra-color); }
      .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; } }

.slideshowhome {
  position: relative; }

.notice_bar {
  position: absolute;
  z-index: 99;
  left: 0px;
  bottom: -20px;
  width: 100%;
  display: none; }
  @media all and (max-width: 600px) {
    .notice_bar {
      display: block; } }
  .notice_bar .notice_bar_inner {
    border-radius: 8px;
    border-radius: 8px;
    border-radius: 8px;
    background: rgba(37, 37, 185, 0.3);
    box-shadow: 0 1px 0.4px 0 rgba(127, 140, 249, 0.6) inset, 0 -0.8px 0.4px 0 rgba(0, 0, 0, 0.2) inset;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff;
    font-size: 14px;
    line-height: 40px; }
    .notice_bar .notice_bar_inner .notice_time {
      display: inline-block;
      float: left;
      width: 200px;
      text-align: center;
      border-right: 1px solid #5363cd;
      box-sizing: border-box; }
    .notice_bar .notice_bar_inner .notice_text {
      width: calc(100% - 200px);
      float: left;
      padding: 0 10px;
      box-sizing: border-box;
      position: relative;
      padding-left: 40px;
      height: 30px; }
      @media all and (max-width: 600px) {
        .notice_bar .notice_bar_inner .notice_text {
          padding-left: 30px; } }
      .notice_bar .notice_bar_inner .notice_text img {
        position: absolute;
        top: 8px;
        left: 10px; }
        @media all and (max-width: 600px) {
          .notice_bar .notice_bar_inner .notice_text img {
            left: 0px; } }
  @media all and (max-width: 600px) {
    .notice_bar {
      position: relative;
      bottom: 0; }
      .notice_bar .notice_bar_inner {
        background: none;
        box-shadow: none; }
        .notice_bar .notice_bar_inner .notice_time {
          display: none; }
        .notice_bar .notice_bar_inner .notice_text {
          width: 100%;
          padding: 0;
          padding-left: 50px;
          color: #d8704f; } }

.menu_fix_bottom {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #ffffff;
  background-size: 100% 100%;
  z-index: 999;
  box-shadow: 0px 4px 20px 0px #7d7d8d40; }
  .menu_fix_bottom .item {
    width: calc(100% / 5);
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 12px; }
    .menu_fix_bottom .item img {
      width: 24px;
      height: 24px; }
  .menu_fix_bottom .item_act a {
    color: #cf4a07; }
  .menu_fix_bottom .item_act img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(50%) saturate(527%) hue-rotate(328deg) brightness(99%) contrast(103%); }

/******** 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 .modal_alert_inner {
    width: 350px;
    background: unset;
    border-radius: 2px;
    max-width: 96%;
    margin: 2% auto; }
  .modal_alert .modal_alert_title {
    background: var(--main-color);
    color: #FFF;
    text-align: center;
    padding: 7px;
    position: relative;
    border-radius: 3px;
    text-transform: none; }
    .modal_alert .modal_alert_title .close {
      position: absolute;
      right: 0px;
      padding: 0px 10px 8px;
      top: 0;
      color: #FFF;
      font-size: 22px; }
  .modal_alert .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; }

.form_res {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }
  .form_res .form_res_inner {
    background-image: url("/images/bgform.png");
    background-size: 100% 100%;
    width: 820px;
    height: 520px;
    max-width: 100%;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%); }
    .form_res .form_res_inner .close_form {
      position: absolute;
      right: 20px;
      top: 20px;
      cursor: pointer; }
    .form_res .form_res_inner .img {
      width: 50%;
      float: left; }
      @media all and (max-width: 600px) {
        .form_res .form_res_inner .img {
          display: none; } }
    .form_res .form_res_inner .form_inner {
      width: 50%;
      float: left;
      padding-top: 40px;
      padding-right: 40px;
      box-sizing: border-box; }
      @media all and (max-width: 600px) {
        .form_res .form_res_inner .form_inner {
          width: 100%;
          padding-left: 40px; } }
      .form_res .form_res_inner .form_inner .tab_item_form {
        display: inline-block;
        color: #fff3;
        font-size: 24px;
        margin-right: 10px;
        cursor: pointer; }
      .form_res .form_res_inner .form_inner .tab_item_form_act {
        color: #fff; }
      .form_res .form_res_inner .form_inner .content_item_form {
        margin-top: 20px; }
        .form_res .form_res_inner .form_inner .content_item_form p {
          position: relative; }
          .form_res .form_res_inner .form_inner .content_item_form p .icon-eye {
            width: 16px;
            position: absolute;
            top: 12px;
            right: 10px;
            cursor: pointer; }
        .form_res .form_res_inner .form_inner .content_item_form input {
          box-sizing: border-box;
          width: 100%;
          height: 40px;
          line-height: 40px;
          border: 1px solid #171633;
          border-radius: 8px;
          background: #171633;
          color: #fff;
          text-indent: 12px;
          transition: all .3s ease-in-out;
          margin-bottom: 20px; }
        .form_res .form_res_inner .form_inner .content_item_form #smregister, .form_res .form_res_inner .form_inner .content_item_form #smlogin {
          box-sizing: border-box;
          width: 100%;
          height: 36px;
          border: 0.6px solid rgba(151, 186, 255, 0.5);
          border-radius: 8px;
          background: radial-gradient(45.97% 91.25% at 49.37% 100%, #7987ff 0, #6a67ff 31.44%, #6835f6 100%);
          color: #fff;
          text-shadow: 0 1px 0.5px rgba(40, 20, 120, 0.3);
          font-size: 16px;
          display: inline-block;
          text-align: center;
          line-height: 32px; }

.cs_login {
  display: inline-block;
  line-height: 28px;
  position: relative;
  padding: 0 10px 0 30px;
  background-image: url("/images/cs_bg2.png");
  background-size: 100% 100%; }
  .cs_login img {
    position: absolute;
    top: 0px;
    left: 0px; }

.loadding_home {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #050325;
  z-index: 99999999; }
  @media all and (min-width: 800px) {
    .loadding_home {
      display: none; } }
  .loadding_home img, .loadding_home object {
    width: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.loadding_wait {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #05032582;
  z-index: 999999; }
  .loadding_wait img, .loadding_wait object {
    width: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.csfix {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 60px; }

.popup_pp {
  position: fixed;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 10000;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .popup_pp .popup_pp_inner {
    position: fixed;
    z-index: 10001;
    width: 520px;
    max-width: calc(100vw - 20px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #eee;
    border-radius: 10px;
    padding: 0 20px 20px;
    box-sizing: border-box;
    overflow: hidden;
    color: #111; }
    .popup_pp .popup_pp_inner .title {
      background: #ddd;
      border-radius: 10px 10px 0 0;
      line-height: 50px;
      text-align: center;
      color: var(--main-color);
      font-size: 18px;
      margin: 0 -20px;
      position: relative; }
      @media all and (max-width: 600px) {
        .popup_pp .popup_pp_inner .title {
          font-size: 16px; } }
      .popup_pp .popup_pp_inner .title .close_popup_pp {
        position: absolute;
        width: 24px;
        height: 24px;
        right: 10px;
        top: 4px;
        cursor: pointer; }
    .popup_pp .popup_pp_inner .point {
      padding: 20px;
      font-size: 20px;
      font-weight: 600;
      text-align: center; }
      @media all and (max-width: 600px) {
        .popup_pp .popup_pp_inner .point {
          font-size: 16px;
          padding: 20px 0px; } }
      .popup_pp .popup_pp_inner .point span {
        color: green; }
    .popup_pp .popup_pp_inner .detail .itemdetail {
      width: 50%;
      float: left;
      padding: 10px 0; }
    .popup_pp .popup_pp_inner .detail .itemdetailr {
      text-align: right; }
      .popup_pp .popup_pp_inner .detail .itemdetailr .status_1 {
        color: orange; }
      .popup_pp .popup_pp_inner .detail .itemdetailr .status_2 {
        color: green; }
      .popup_pp .popup_pp_inner .detail .itemdetailr .status_3 {
        color: red; }
      .popup_pp .popup_pp_inner .detail .itemdetailr .status_4 {
        color: blue; }
    .popup_pp .popup_pp_inner p {
      text-align: center;
      line-height: 20px;
      margin-bottom: 10px; }
    .popup_pp .popup_pp_inner table {
      width: 100%; }
      .popup_pp .popup_pp_inner table th, .popup_pp .popup_pp_inner table td {
        text-align: center;
        padding: 12px 8px; }
      .popup_pp .popup_pp_inner table td {
        background: #0d131c; }

.content_cs .item {
  border: 0.5px solid #32445f;
  padding: 5px 10px;
  margin-top: 10px; }
  .content_cs .item .iteml {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-flow: row;
    float: left;
    height: 30px; }
    .content_cs .item .iteml svg {
      margin-right: 10px; }
  .content_cs .item a {
    display: inline-block;
    float: right;
    background: #384ec6;
    line-height: 28px;
    height: 30px;
    padding: 0 20px;
    border-radius: 5px; }

.popup_pp_depositsucces, .popup_pp_logout {
  text-align: center; }
  .popup_pp_depositsucces .popup_pp_inner, .popup_pp_logout .popup_pp_inner {
    width: 400px; }
  .popup_pp_depositsucces .img, .popup_pp_logout .img {
    padding: 20px; }
  .popup_pp_depositsucces .btn, .popup_pp_logout .btn {
    padding: 20px; }
    .popup_pp_depositsucces .btn a, .popup_pp_logout .btn a {
      display: inline-block;
      background: #302096;
      border-radius: 30px;
      text-align: center;
      line-height: 40px;
      color: #fff;
      padding: 0 20px;
      margin: 0 10px;
      width: calc(50% - 20px);
      box-sizing: border-box;
      float: left;
      background-image: -webkit-linear-gradient(left, #31468d, #25356b); }
    .popup_pp_depositsucces .btn .close_popup_pp, .popup_pp_logout .btn .close_popup_pp {
      color: #fff;
      background: #777; }

.popup_pp_lixi {
  text-align: center; }
  .popup_pp_lixi .lixi_countdown {
    display: inline-block;
    margin-left: 10px;
    color: #4c8deb;
    font-weight: 700; }
  .popup_pp_lixi .lixi_receive {
    color: #4c8deb;
    font-weight: 700; }
  .popup_pp_lixi .lixi_success {
    color: #2bd922;
    font-weight: 700; }

.lixi {
  position: fixed;
  top: calc(100vh - 300px);
  left: calc(100% - 110px);
  z-index: 999; }
  @media all and (min-width: 800px) {
    .lixi {
      left: calc(100% - 190px); } }
  .lixi .lixi_inner {
    position: relative; }
  .lixi .closelixi {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px; }
  .lixi .alixi {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative; }
    @media all and (min-width: 800px) {
      .lixi .alixi {
        width: 180px;
        height: 180px; } }
  .lixi .img1, .lixi .img2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; }
  .lixi .img3 {
    position: absolute;
    top: 0px;
    left: 0px; }
  .lixi .img2 {
    animation: scale-a-18b5fccd 1s ease infinite; }
  .lixi .img1 {
    animation: float-x-18b5fccd 1s ease infinite; }
  .lixi span {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 25%;
    font-size: 10px; }
    @media all and (min-width: 800px) {
      .lixi span {
        bottom: 28%;
        font-size: 14px; } }

@keyframes scale-a-18b5fccd {
  0%, 100% {
    transform: scale(0.9); }
  50% {
    transform: scale(1); } }
@keyframes float-x-18b5fccd {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateX(-0.375rem); } }
.divpopup_pp_inner {
  position: relative; }
  .divpopup_pp_inner .phaohoa_lixi {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; }

.login_fix_bottom {
  position: fixed;
  left: 0px;
  bottom: 0px;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  background: #fff;
  box-shadow: 0 6px 22px -10px rgba(0, 0, 0, 0.33);
  text-align: center; }
  .login_fix_bottom #btlogintop, .login_fix_bottom #btlogintop2, .login_fix_bottom .btlogintop, .login_fix_bottom .btlogintop2 {
    margin: 0px 2%;
    padding: 0 15px 0 15px;
    border-radius: 5px;
    color: #fff;
    background-color: #57c8e7;
    font-weight: 600;
    display: inline-block;
    line-height: 40px;
    width: 45%;
    text-align: center;
    box-sizing: border-box; }
    @media all and (max-width: 600px) {
      .login_fix_bottom #btlogintop, .login_fix_bottom #btlogintop2, .login_fix_bottom .btlogintop, .login_fix_bottom .btlogintop2 {
        padding: 0 5px;
        font-size: 14px;
        line-height: 40px; } }
  .login_fix_bottom #btregistertop, .login_fix_bottom .btregistertop {
    margin: 0px 2%;
    padding: 0 15px 0 15px;
    border-radius: 5px;
    color: #111;
    width: 45%;
    text-align: center;
    background-color: #ffe13a;
    font-weight: 600;
    display: inline-block;
    line-height: 40px;
    box-sizing: border-box; }
    @media all and (max-width: 600px) {
      .login_fix_bottom #btregistertop, .login_fix_bottom .btregistertop {
        padding: 0 5px;
        font-size: 14px;
        line-height: 40px; } }

/*# sourceMappingURL=template.css.map */
