html {
  color: #444343;
}

:after, :before, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --main-color: #508e21;
  --sub-color: #2e22c1;
  --extra-color: #98c719;
  --black-color: #23232B;
  --blue-color: #2e22c1;
  --body-color: #818090;
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "Helveticaneue";
  src: url("fonts/Helvetica/helveticaneue.ttf");
  src: url("fonts/Helvetica/helveticaneue.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Helveticaneue";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Helvetica/helveticaneuebold.ttf");
  src: url("fonts/Helvetica/helveticaneuebold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-weight: 600;
  font-style: bold;
  font-family: "LotoBold";
  src: url("fonts/Lato Bold.ttf");
  src: url("fonts/Lato Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "Loto";
  src: url("fonts/Lato Regular.ttf");
  src: url("fonts/Lato Regular.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: 18px/20px Loto, Helveticaneue, Helvetica, Arial, "DejaVu Sans", "Liberation Sans", Freesans, sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  line-height: 26px;
}

input[type=text], input[type=number], input[type=password], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

blockquote {
  position: relative;
  padding: 8px 0px 8px 13px;
  border-left: 3px solid #f15123;
  margin-bottom: 12px;
  margin-left: 25px;
}
@media only screen and (max-width: 768px) {
  blockquote {
    padding: 8px 0px 8px 13px;
  }
}
blockquote p, blockquote div, blockquote li, blockquote h2, blockquote h3 {
  margin-bottom: 0px !important;
}

.fieldset {
  margin: 0;
  padding: 10px;
}

th, td {
  margin: 0;
}

a {
  color: #222;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in 0;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0;
  transition: all 0.2s ease-in 0;
}

a:hover {
  color: var(--blue-color);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-webkit-input-placeholder { /* Edge */
  font-family: "LexendLight";
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "LexendLight";
}

::placeholder {
  font-family: "LexendLight";
}

.red, .label_error {
  color: red;
}

.redborder {
  border: 1px solid red;
}

.bold {
  font-weight: bold;
}

img {
  border: 0;
  max-width: 100%;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

.content_li li {
  list-style: initial;
  margin-left: 40px;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-family: inherit;
  line-height: 1.4;
  color: #222222;
  font-weight: bold;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  font-size: 10px;
  /*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% - 15px) 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, 2.5em 2.5em;
  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;
}

.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);
  border: 1px solid #EBEBEB;
}

/*-------- Scrollbar --------*/
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f7f7f7;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--main-color) !important;
  border-radius: 5px;
  transition: all 0.4s ease;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-image: -moz-linear-gradient(122deg, rgb(120, 84, 247) 0%, rgb(105, 69, 233) 100%);
  background-image: -webkit-linear-gradient(122deg, rgb(120, 84, 247) 0%, rgb(105, 69, 233) 100%);
  background-image: -ms-linear-gradient(122deg, rgb(120, 84, 247) 0%, rgb(105, 69, 233) 100%);
}

/****** 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;
}

.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 #2080CA;
  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-top: 20px;
  box-sizing: border-box;
}

.page_title {
  color: #000;
  font-size: 35px;
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 20px;
}
@media all and (max-width: 850px) {
  .page_title {
    font-size: 26px;
  }
}
@media all and (max-width: 650px) {
  .page_title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.benmarch {
  display: none;
}

.hide {
  display: none;
}

.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;
}

.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;
}

/****** end COMMON ***********/
.container {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1194px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}

.container_top {
  width: 93.75vw;
}
@media only screen and (max-width: 1260px) {
  .container_top {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    width: 1170px;
  }
}

.container1800 {
  width: 1800px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1260px) {
  .container1800 {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1260px) {
  .container_main_wrapper {
    background: #fff;
  }
}

.lazy {
  opacity: 0;
}

.after-lazy {
  display: inline-block !important;
}

/*****header *********/
.header_wrapper_wrap {
  min-height: 110px;
  width: 100%;
  z-index: 9;
}

.header_wrapper {
  background-color: transparent;
  /*padding: 12px 0px 10px;*/
  background: #fff;
  width: 100%;
  z-index: 100;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  top: 0;
  position: sticky;
}
@media all and (max-width: 700px) {
  .header_wrapper {
    /*padding: 10px 0px 0px;*/
  }
}
.header_wrapper .center_item_mobile {
  float: left;
  padding: 5px 0px;
}
@media only screen and (max-width: 1024px) {
  .header_wrapper .center_item_mobile {
    display: block;
  }
}
.header_wrapper .center_item_mobile img {
  width: 100px;
  transition: all 0.3s;
}
.header_wrapper .center_item_mobile a {
  display: grid;
}
.header_wrapper .right_item_mobile {
  float: right;
  margin: 14px 0px;
  display: none;
}
@media all and (max-width: 1024px) {
  .header_wrapper .right_item_mobile {
    display: block;
  }
}

.search_mb {
  padding: 10px;
  cursor: pointer;
}
@media all and (max-width: 650px) {
  .search_mb {
    display: block;
  }
}
@media all and (max-width: 500px) {
  .search_mb {
    padding: 5px 0px 5px 10px;
  }
}
.search_mb svg {
  width: 18px;
  fill: #000;
  transition: 0.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 {
  position: absolute;
  right: 0;
  top: 150%;
  transition: 0.4s;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 3px 3px;
  border-top: 3px solid var(--extra-color);
  opacity: 0;
  visibility: hidden;
  width: 260px;
}
@media all and (max-width: 650px) {
  .regions_search {
    width: 100%;
  }
}

.regions_search.active {
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 99;
}

.header_wrapper_nhome {
  border-bottom: 1px solid #eee;
}

#header_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-l {
  float: left;
  width: 340px;
}
@media all and (max-width: 1024px) {
  .header-l {
    width: 200px;
  }
}
@media all and (max-width: 360px) {
  .header-l {
    width: 154px;
  }
}

.top_menu {
  float: right;
}
@media all and (max-width: 1024px) {
  .top_menu {
    display: none;
  }
}

.search_home {
  position: relative;
  width: 50px;
  float: right;
}
.shopcart {
  /* width: 50px;
   float: right;
   margin-top: -8px;*/
}

.logo_img {
  max-width: 232px;
  width: auto !important;
}
@media all and (max-width: 990px) {
  .logo_img {
    max-width: 118px;
  }
}
@media all and (max-width: 600px) {
  .logo_img {
    height: 26px;
  }
}

.logo_img_small {
  display: none;
  height: 40px;
  width: auto !important;
}
@media all and (max-width: 600px) {
  .logo_img_small {
    height: 26px;
  }
}

.header .logo {
  display: inline-block;
  float: left;
}
@media screen and (max-width: 760px) {
  .header .logo {
    width: 154px;
    margin-top: 3px;
  }
}

.address_header, .header .hotline {
  margin-top: 31px;
}

.address_header_head, .header .hotline {
  position: relative;
  padding-left: 41px;
}

.header .hotline > li:first-child {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  color: #5D5A5C;
}

.address_header label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #5D5A5C;
  margin-top: 10px;
}

.address_header:hover label {
  color: #000;
}

.address_header_head::before,
.header .hotline::before {
  position: absolute;
  content: " ";
  width: 33px;
  height: 31px;
  top: 4px;
  left: 0px;
}

.support_phone li {
  margin-bottom: 10px;
  border-bottom: 1px solid #f9f9f9;
  padding-bottom: 10px;
  position: relative;
  padding-left: 39px;
}

.support_phone li::before {
  position: absolute;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="24" width="24" fill="dodgerblue" 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;
  content: " ";
  width: 33px;
  height: 33px;
  top: 1px;
  left: 0px;
  border: 1px solid #ddd;
  border-radius: 50%;
  box-sizing: border-box;
  /* padding: 6px 2px 1px 10px; */
  background-position: center;
}

.support_phone li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 10px;
}

.address_header_head::before {
  background-position: -133px 1px;
}

.header .hotline::before {
  background-position: -35px 1px;
}

.header .more_info {
  color: #999999;
  font-size: 12px;
  margin-top: 0px;
  position: relative;
  padding-right: 23px;
}

.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;
}

.header .hotline {
  margin-right: 30px;
}

.sb-toggle-left {
  width: 24px;
  float: right;
  margin-top: 10px;
  display: none;
}
@media all and (max-width: 1024px) {
  .sb-toggle-left {
    display: block;
    margin: 35px 0px;
    margin-right: 45px;
  }
}
@media all and (max-width: 550px) {
  .sb-toggle-left {
    margin-right: 38px;
  }
}

.slide-up .sb-toggle-left, .slide-down .sb-toggle-left {
  margin: 25px 45px 25px 0px;
}
@media all and (max-width: 550px) {
  .slide-up .sb-toggle-left, .slide-down .sb-toggle-left {
    margin: 25px 38px 25px 0px;
  }
}

.navicon-line {
  width: 24px;
  height: 3px;
  border-radius: 0px;
  margin-bottom: 5px;
  background-color: #3b3b3b;
}
@media all and (max-width: 1024px) {
  .navicon-line:last-child {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 330px) {
  .navicon-line {
    width: 20px;
    margin-bottom: 3px;
  }
}

.modal-full-screen, .modal-menu-full-screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.modal-full-screen {
  z-index: 999;
}

.modal-menu-full-screen_white {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(255, 255, 255, 0.7882352941);
  z-index: 2;
}

.text-compare {
  margin-top: 4px;
  text-align: right;
}

.text-compare a {
  color: #999999;
  /* margin-top: 12px; */
  display: block;
  font-size: 12px;
}

.div_megamenu1 {
  background: var(--extra-color);
  width: 100%;
  z-index: 99;
}
.div_megamenu1 .top_menu {
  width: calc(100% - 282px);
  float: right;
}
@media screen and (max-width: 1024px) {
  .div_megamenu1 .top_menu {
    display: none;
  }
}
.div_megamenu1 .div_megamenu_left {
  width: 282px;
  float: left;
  box-sizing: border-box;
  background: var(--sub-color);
}
@media screen and (max-width: 1024px) {
  .div_megamenu1 .div_megamenu_left {
    width: 100%;
    float: none;
    text-align: center;
    border: none;
    box-shadow: 0px 0px #ccc;
    display: none;
  }
}
.div_megamenu1 .div_megamenu_left:hover .product_menu_fix_top {
  display: block;
}
.div_megamenu1 .div_megamenu_left .product_menu_fix_top {
  display: none;
}

/*****end header *********/
/***** slideshow and countdown *********/
@media only screen and (max-width: 1140px) {
  .slideshow_countdown {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 780px) {
  .slideshow_countdown {
    padding-top: 0px;
  }
}

.login_icon {
  float: right;
  width: 95px;
}
@media screen and (max-width: 760px) {
  .login_icon {
    width: 25px;
    float: left;
  }
}
.login_icon a {
  color: #fff;
  display: block;
}
@media screen and (max-width: 760px) {
  .login_icon .my-account, .login_icon .log-out {
    display: none;
  }
}
.login_icon .my-account {
  margin-top: -10px;
}
.login_icon .login_icon_inner {
  position: relative;
  padding-left: 33px;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .login_icon .login_icon_inner span {
    display: none;
  }
}
.login_icon .login_icon_inner svg {
  width: 23px;
  height: 23px;
  fill: #ffffff;
  left: 0px;
  top: -4px;
  position: absolute;
}
@media screen and (max-width: 760px) {
  .login_icon .login_icon_inner svg {
    top: -17px;
  }
}
@media screen and (max-width: 600px) {
  .login_icon .login_icon_inner svg {
    top: -20px;
  }
}

.support_top {
  float: right;
  position: relative;
  color: #222;
  padding-left: 44px;
  width: 146px;
  box-sizing: border-box;
}
.support_top svg {
  width: 33px;
  height: 33px;
  position: absolute;
  fill: var(--extra-color);
  left: 0px;
  top: 0px;
}
.support_top a {
  color: red !important;
  font-size: 16px;
}
.support_top div {
  font-size: 12px;
}
@media all and (max-width: 1090px) {
  .support_top {
    display: none;
  }
}

.slideshow_countdown .slideshow {
  width: 100%;
  position: relative;
  margin-right: 14px;
}

.slideshow_countdown > .countdown {
  width: 280px;
}
.slideshow_countdown > .countdown .item {
  margin-bottom: 20px;
}
.slideshow_countdown > .countdown .item:nth-child(2) {
  margin-bottom: 0px;
}
.slideshow_countdown > .countdown .item a {
  display: grid;
}
@media all and (max-width: 1140px) {
  .slideshow_countdown > .countdown {
    width: 32%;
  }
}
@media all and (max-width: 1024px) {
  .slideshow_countdown > .countdown {
    width: calc(32% - 6px);
  }
}

.slideshow_countdown > .countdown .block {
  margin-top: 15px;
}

.slideshow_countdown > .countdown .block:first-child {
  margin-top: 0px;
}

/*****end slideshow and countdown *********/
.home_pos {
  margin-top: 30px;
}
@media all and (max-width: 600px) {
  .home_pos {
    display: none;
  }
}
.home_pos .banners {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.home_pos .banners .item {
  width: calc(33.3333333333% - 20px);
  margin: 0px 10px;
}

.block_banner_3_colunm {
  margin-left: -15px;
  margin-right: -15px;
}

.block_banner_3_colunm .banner_item {
  display: block;
  float: left;
  width: 33.333%;
  box-sizing: border-box;
  padding: 0 15px;
  overflow: hidden;
}

.block_banner_3_colunm .banner_item img {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) {
  .pos_mixed {
    margin-top: 15px;
  }
}
.main_wrapper .left-col .block, .main_wrapper .right-col .block {
  margin-bottom: 20px;
  /*border: 1px solid #EBEBEB;*/
}

.main_wrapper .right-col .newslist_0 {
  border: 1px solid var(--extra-color);
  margin-top: 0px;
}

.right-col .block_title, .left-col .block_title {
  color: #2080CA;
  cursor: pointer;
  font-size: 16px;
  text-transform: initial;
  font-weight: 500;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
  background: var(--main-color);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  padding-left: 20px;
  margin-bottom: 0px;
}

.main_wrapper_home {
  padding: 0px;
}

.title-block-lr {
  font-weight: 650;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 22px;
}

/*********** pos *********/
.block_title {
  font-size: 36px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 1024px) {
  .block_title {
    font-size: 36px;
  }
}
@media all and (max-width: 768px) {
  .block_title {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 34px;
  }
  .block_title:before {
    bottom: -35px;
  }
  .block_title:after {
    bottom: -25px;
  }
}
@media all and (max-width: 420px) {
  .block_title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 28px;
  }
  .block_title:before {
    bottom: -24px;
    width: 22px;
    height: 20px;
  }
  .block_title:after {
    left: 28px;
    bottom: -13px;
  }
}

.block_summary {
  font-size: 14px;
  color: #424242;
  width: 580px;
  margin: 0px auto 35px;
  max-width: 100%;
  text-align: center;
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .block_summary {
    margin: 0px auto 25px;
  }
}

@media all and (max-width: 768px) {
  .pos9 {
    padding: 40px 0px 0px;
  }
}

@media all and (max-width: 768px) {
  .pos7 {
    margin-top: 50px;
  }
}

@media all and (max-width: 768px) {
  .pos6 {
    margin-top: 50px;
  }
}

.pos0, .pos1, .pos2, .pos3, .pos4, .pos5, .pos6, .pos7, .pos8, .pos9 {
  padding: 60px 0;
}

.pos0 {
  overflow: hidden;
  margin-top: -10em;
  position: relative;
}
@media all and (max-width: 1100px) {
  .pos0 {
    margin-top: -10em;
    padding-bottom: 50px;
  }
}
@media all and (max-width: 500px) {
  .pos0 {
    margin-top: -50px;
    padding-top: 0px;
  }
}

.pos1 {
  position: relative;
}
.pos1::before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient 90deg, #1800ff 0%, #8b7fff 35%, #fefefe 60%;
  background-image: -webkit-linear-gradient(90deg, #1800ff 0%, #8b7fff 35%, #fefefe 60%);
  background-image: -ms-linear-gradient(90deg, #1800ff 0%, #8b7fff 35%, #fefefe 60%);
  opacity: 0.051;
}
.pos1 .container_pos1 {
  width: 1180px;
}

.pos3 .wrapper_aq_home {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -60px;
}
@media all and (max-width: 1100px) {
  .pos3 .wrapper_aq_home {
    margin: 0px -10px;
  }
}
@media all and (max-width: 650px) {
  .pos3 .wrapper_aq_home {
    margin: 0px;
  }
}
.pos3 .wrapper_aq_home .left_item {
  width: calc(47% - 120px);
  margin: 0px 60px;
}
@media all and (max-width: 1100px) {
  .pos3 .wrapper_aq_home .left_item {
    width: calc(47% - 20px);
    margin: 0px 10px;
  }
}
@media all and (max-width: 650px) {
  .pos3 .wrapper_aq_home .left_item {
    width: 100%;
    margin: 0px 0px 20px;
  }
}
.pos3 .wrapper_aq_home .right_item {
  width: calc(53% - 120px);
  margin: 0px 60px;
}
@media all and (max-width: 1100px) {
  .pos3 .wrapper_aq_home .right_item {
    width: calc(53% - 20px);
    margin: 0px 10px;
  }
}
@media all and (max-width: 650px) {
  .pos3 .wrapper_aq_home .right_item {
    width: 100%;
    margin: 0px;
  }
}

.pos2 {
  position: relative;
}
.pos2::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient 90deg, #1800ff 0%, #8b7fff 35%, #fefefe 60%;
  background-image: -webkit-linear-gradient(90deg, #1800ff 0%, #8b7fff 35%, #fefefe 60%);
  background-image: -ms-linear-gradient(90deg, #1800ff 0%, #8b7fff 35%, #fefefe 60%);
  opacity: 0.051;
}
@media all and (max-width: 768px) {
  .pos2 {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 40px 0px;
  }
}
.pos2 .list_des {
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
  color: #6b6a75;
}
@media all and (max-width: 650px) {
  .pos2 .list_des {
    margin-top: 15px;
    font-size: 14px;
  }
}
.pos2 .list_des a {
  color: var(--main-color);
  text-decoration: underline;
}

.pos1 .block_title, .pos4 .block_title {
  font-size: 15px;
  color: var(--main-color);
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: 1;
}
.pos1 .block_summary, .pos4 .block_summary {
  font-size: 34px;
  margin-top: 15px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  width: 700px;
  color: #000;
  margin-bottom: 50px;
}
@media all and (max-width: 768px) {
  .pos1 .block_summary, .pos4 .block_summary {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 35px;
  }
}
@media all and (max-width: 500px) {
  .pos1 .block_summary, .pos4 .block_summary {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.pos_back {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.pos_back.after-lazy {
  display: block !important;
}

.pos4 {
  background-color: #f7f7f7;
  padding: 70px 0px 70px;
}
@media all and (max-width: 768px) {
  .pos4 {
    padding: 0px;
  }
}
@media all and (max-width: 1260px) {
  .pos4 .container {
    width: 100%;
    padding: 40px 10px 60px;
  }
}
@media all and (max-width: 1024px) {
  .pos4 .container {
    padding: 40px 10px 45px;
  }
}
@media all and (max-width: 768px) {
  .pos4 .container {
    padding: 40px 10px 30px;
  }
}
.pos4 .block_title {
  margin-bottom: 22px;
}
@media all and (max-width: 1024px) {
  .pos4 .block_title {
    margin-bottom: 15px;
  }
}

.pos6 .block_title, .pos7 .block_title {
  text-align: center;
  margin-bottom: 15px;
}
.pos6 .block_title:before, .pos7 .block_title:before {
  transform: translateX(-50%);
  left: 50%;
}
.pos6 .block_title:after, .pos7 .block_title:after {
  display: none;
}
.pos6 .block_title span, .pos7 .block_title span {
  position: relative;
}
.pos6 .summary-block, .pos7 .summary-block {
  font-size: 16px;
  margin-bottom: 46px;
  text-align: center;
  font-family: "LexendLight";
  line-height: 22px;
}
@media all and (max-width: 420px) {
  .pos6 .summary-block, .pos7 .summary-block {
    font-size: 14px;
  }
}

.pos8 {
  background: #f7f7f7;
  position: relative;
  margin-top: 30px;
}
.pos8 .block_title {
  margin: 32px 0px 15px 0px;
}
.pos8 .block_title:before, .pos8 .block_title:after {
  display: none;
}
.pos8 .summary {
  font-size: 16px;
  margin-bottom: 24px;
}
.pos8 .img-by-fast img {
  position: absolute;
  z-index: 2;
  max-width: 55%;
}

.btn-register-bl {
  text-align: center;
  margin-top: 54px;
}
.btn-register-bl a {
  background: var(--main-color);
  border: none;
  color: #fff;
  padding: 11px 10px 10px;
  width: 224px;
  box-sizing: border-box;
  border-radius: 40px;
  cursor: pointer;
  transition: 0.2s;
  border: 1px solid transparent;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
.btn-register-bl a:hover {
  background: #fff;
  color: #222;
  border: 1px solid rgba(252, 224, 183, 0.7803921569);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
@media all and (max-width: 500px) {
  .btn-register-bl {
    margin-top: 30px;
  }
  .btn-register-bl a {
    width: 170px;
    padding: 7px 10px 6px;
    font-size: 14px;
  }
}

figcaption {
  font-size: 15px;
}

.read_more {
  display: inline-block;
  padding: 8px 22px;
  font-size: 14px;
  border: 1px solid #000;
  margin-top: 1.875vw;
}
.read_more:hover {
  background-color: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
}

.main-left {
  max-width: 100%;
  width: 900px;
}

.main-right {
  max-width: 100%;
  width: calc(100% - 900px);
}

.footer_nohome {
  margin-top: 60px;
}

/*********** FOOTER *********/
footer {
  background: #f9f9f9;
  padding: 80px 0px 0px;
  width: 100%;
  opacity: 1 !important;
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 35px 0px 0px;
    margin-top: 30px;
  }
}
footer .top-ft {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 30px;
}
footer .top-ft-l .title, footer .top-ft-r .title, footer .top-ft-c .title {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 18px;
  color: #222;
  font-family: "LotoBold";
}
footer .top-ft-l {
  width: 35%;
  box-sizing: border-box;
  padding-right: 50px;
}
footer .top-ft-c {
  width: 40%;
  padding-right: 50px;
  box-sizing: border-box;
}
footer .top-ft-r {
  width: 25%;
  box-sizing: border-box;
}
footer .logo_company_name {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
footer .logo_company_name .company_name {
  margin-left: 15px;
  font-family: "LotoBold";
  margin-bottom: 0;
  line-height: 30px;
  color: var(--main-color);
}

footer .adv_footer {
  width: 33%;
  float: right;
}
@media all and (max-width: 800px) {
  footer .adv_footer {
    width: 100%;
    float: none;
  }
}
footer .adv_footer h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: block;
}
@media all and (max-width: 600px) {
  footer .adv_footer h3 {
    margin-bottom: 15px;
  }
}

footer .regions #regions_footer {
  height: 34px;
  background: #f3f3f3;
  border: none;
  border-radius: 4px;
  padding-left: 10px;
  box-sizing: border-box;
}

.footer_im {
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px dashed #bbbbbb;
  border-bottom: 1px dashed #bbbbbb;
}
.footer_im .dtb {
  display: inline-block;
  margin-left: 20%;
  margin-top: -10px;
  margin-bottom: -32px;
  float: left;
}
@media all and (max-width: 800px) {
  .footer_im .dtb {
    margin-left: 20px;
  }
}
@media all and (max-width: 600px) {
  .footer_im .dtb {
    margin-left: 0;
    margin-top: 0;
  }
}
.footer_im .copyright {
  float: right;
  line-height: 40px;
  color: #848484;
}
.footer_im .copyright span {
  color: #222;
}

footer .regions {
  width: 30%;
  padding-left: 50px;
  box-sizing: border-box;
}
@media all and (max-width: 800px) {
  footer .regions {
    width: 30%;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 600px) {
  footer .regions {
    width: 50%;
    padding-left: 0;
  }
}

footer .info {
  width: 20%;
  float: left;
  /* padding-right: 20px; */
  box-sizing: border-box;
}
@media all and (max-width: 800px) {
  footer .info {
    padding-left: 50px;
    width: 30%;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 600px) {
  footer .info {
    width: 50%;
    padding-left: 20px;
    padding-right: 0px;
  }
}
footer .info h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
}
@media all and (max-width: 600px) {
  footer .info h3 {
    margin-bottom: 15px;
  }
}
footer .info p {
  line-height: 18px;
  margin-bottom: 12px;
}
@media all and (max-width: 600px) {
  footer .info p {
    line-height: 15px;
    margin-bottom: 10px;
  }
}

.region_name {
  text-transform: uppercase;
  margin-top: 15px;
  text-decoration: underline;
}

.footer_title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
  color: #222;
}
@media all and (max-width: 600px) {
  .footer_title {
    margin-bottom: 15px;
  }
}

.address_regions ul {
  margin-top: 12px;
  color: #252525;
  position: relative;
}
.address_regions ul li {
  position: relative;
  padding-left: 20px;
}
.address_regions ul li svg {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  fill: var(--main-color);
}
@media all and (max-width: 600px) {
  .address_regions ul {
    margin-top: 5px;
  }
}
.address_regions ul:before {
  width: 9px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  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="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;
  position: absolute;
  top: 2px;
  left: 0px;
}

.address_regions ul li:nth-child(1) i {
  width: 9px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  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="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;
  position: absolute;
  top: 4px;
  left: 0;
}

.address_regions ul li:nth-child(2) {
  color: #CCCCCC;
}

.address_regions ul li:nth-child(2) a {
  color: #CCCCCC;
}

.address_regions > span {
  margin-right: 10px;
}

.banner_top {
  text-align: center;
  background: var(--main-color);
  position: relative;
}
.banner_top img {
  margin-bottom: -4px;
}
.banner_top .close_banner_top {
  position: absolute;
  right: 30px;
  top: 50%;
  cursor: pointer;
  transform: translate(0, -50%);
}
.banner_top .close_banner_top svg {
  fill: #ccc;
  width: 20px;
  height: 20px;
}
.banner_top .close_banner_top svg:hover {
  fill: red;
}

.banner-off {
  display: none;
}

.top1 {
  background-image: url("../images/bg_top1.jpg");
  background-size: 100% 100%;
  padding: 35px 0 15px 35px;
}

.number1 {
  color: #fff;
}
.number1 .stt1 {
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
  transform: scale(0.9, 1);
  text-shadow: 2px 2px rgba(134, 134, 134, 0.8);
}
@media all and (max-width: 600px) {
  .number1 .stt1 {
    font-size: 40px;
  }
}
@media all and (max-width: 325) {
  .number1 .stt1 {
    font-size: 30px;
  }
}
.number1 font {
  font-size: 45px;
  display: inline-block;
  font-weight: bold;
  line-height: 60px;
  margin: 0 3px;
  width: 65px;
  position: relative;
  height: 30px;
}
@media all and (max-width: 600px) {
  .number1 font {
    width: 45px;
  }
}
@media all and (max-width: 325px) {
  .number1 font {
    width: 30px;
  }
}
.number1 font:after {
  content: "";
  height: 90px;
  background-image: url("../images/bg1.png");
  width: 65px;
  position: absolute;
  top: -30px;
  left: 0px;
  animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-2-bh;
}
@media all and (max-width: 600px) {
  .number1 font:after {
    background-size: 100% 100%;
    top: -8px;
    height: 55px;
    width: 40px;
  }
}
.number1 .stt2 {
  display: inline-block;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 25px;
  transform: scale(0.85, 1);
  text-shadow: 2px 2px rgba(134, 134, 134, 0.8);
}
@media all and (max-width: 600px) {
  .number1 .stt2 {
    font-size: 16px;
  }
}

.countdown .number1 {
  color: #fff;
}
@media all and (max-width: 800px) {
  .countdown .number1 {
    display: none;
  }
}

.bot1 {
  background-size: 100% 100%;
  text-align: center;
}
.bot1 img {
  width: 100%;
}
@media all and (max-width: 1250px) {
  .bot1 {
    margin-top: 0px;
  }
}
@media all and (max-width: 800px) {
  .bot1 {
    width: 48%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 600px) {
  .bot1 {
    margin-top: 0;
    width: 100%;
    padding-right: 0px;
  }
}

.newtop {
  margin-top: 10px;
}
@media all and (max-width: 800px) {
  .newtop {
    width: 52%;
    float: left;
    margin-top: 0px;
  }
}
@media all and (max-width: 600px) {
  .newtop {
    margin-top: 0;
    width: 100%;
    padding-right: 0px;
    display: none;
  }
}

@media all and (min-width: 800px) {
  .banner-home-top .number1 font:after {
    animation: unset;
  }
}

.time-dow-event .time {
  display: inline-block;
  margin: 3px;
  background: #f3f1f2;
  padding: 3px 0px;
  width: 56px;
}
@media all and (max-width: 1200px) {
  .time-dow-event .time {
    width: 50px;
  }
}
.time-dow-event .time_1 {
  font-weight: bold;
}

.footer_l {
  width: 25%;
}
@media all and (max-width: 1000px) {
  .footer_l {
    width: 100%;
  }
}

.footer_r_w {
  width: 25%;
}
.footer_r_w .block_title {
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 15px;
  color: #222;
  background: none;
}

.footer_r {
  width: 270px;
  float: right;
}
@media all and (max-width: 800px) {
  .footer_r {
    width: 50%;
    float: left;
    margin-top: 20px;
  }
}
@media all and (max-width: 500px) {
  .footer_r {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
}
.footer_r .block_title {
  background: none;
  padding: 0;
  font-size: 15px;
  margin-bottom: 20px;
}

footer .tags {
  margin-top: 15px;
}

footer .last_footer {
  background-color: #fff;
}

footer .tags, footer .tags a {
  color: #929292;
  font-size: 12px;
  color: #929292;
  font-size: 12px;
}

.footer2 {
  background: #1b1b1b;
  color: #CCC;
  padding: 8px 0;
  text-align: center;
  border-top: 1px solid #7d7d7d;
}

#menu-fixed-bar {
  width: 40%;
  z-index: 999;
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  float: right;
}

.slide-down {
  transition: 0.5s;
}

.slide-up {
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: 0.5s;
}

.slide-up, .slide-down {
  background-color: #fff;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5607843137);
}
.slide-up .center_item_mobile, .slide-down .center_item_mobile {
  padding: 5px 0px;
  width: 60px;
}

.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 {
  position: fixed;
  bottom: 0;
  height: 45px;
  width: 45px;
  z-index: 999;
}

#fixed-bar > div {
  float: left;
  max-width: 22%;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  width: 35px;
}

#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: rgba(26, 162, 62, 0.9098039216);
  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: rgba(26, 162, 62, 0.9098039216);
}

.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: rgba(26, 162, 62, 0.9098039216);
}

.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;
  left: 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;
}
@media all and (max-width: 600px) {
  #cfacebook {
    display: none;
  }
}

#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 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.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 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .hotline:hover .support_phone {
  display: block !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.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: 800px) {
  .slideshow_countdown .slideshow {
    width: 100%;
    max-width: 100%;
    /*margin-top: 5px;*/
  }
  .slideshow_countdown > .countdown {
    width: 100%;
    clear: both;
    margin-top: 5px;
    display: none;
  }
}
@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;
  }
}
@media only screen and (max-width: 450px) {
  .regions_search .block_regions {
    width: 80px;
  }
}
.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-bg1113 {}
@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);
  }
}

#fixed-bar {
  margin: 0;
  padding: 0;
  z-index: 100;
  right: 10px;
  border-radius: 50%;
}
@media all and (max-width: 600px) {
  #fixed-bar {
    bottom: 70px !important;
  }
}

#fixed-bar #bar-inner {
  height: 50px;
  /* line-height: 20px; */
  margin: 0 10px 0 auto;
}

#fixed-bar #bar-inner a {
  background: rgba(252, 134, 0, 0.3490196078);
  opacity: 0.7;
  display: block;
  border-radius: 50%;
  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;
}
#fixed-bar:hover #bar-inner a svg {
  fill: var(--main-color);
}

.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;
}

.popup {
  width: 100%;
  height: 700px;
  background: rgba(221, 221, 221, 0.6705882353);
  position: fixed;
  z-index: 99999;
  /* padding-top: 100px; */
  text-align: center;
}
.popup .container {
  border-radius: 10px;
  position: relative;
  height: 100%;
}
@media all and (max-width: 800px) {
  .popup .container {
    padding: 10px;
  }
}
.popup .container .close {
  font-size: 25px;
  color: red;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  line-height: 28px;
  border-radius: 0 10px 0 0;
  cursor: pointer;
}
.popup .container .block_banner_banner {
  max-width: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 600px) {
  .popup .container .block_banner_banner {
    max-width: 100%;
  }
}
.popup .container .block_banner_banner .item {
  position: relative;
}
.popup .container .block_banner_banner .item img {
  border-radius: 10px;
}
.popup .container .block_banner_banner .hide {
  display: block;
}

/********* 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;
}

.right_b .block_title {
  font-size: 18px;
  position: relative;
  color: #333;
  font-weight: bold;
  background: rgba(236, 236, 236, 0.6392156863);
  padding: 14px 24px;
  line-height: 22px;
  font-weight: 650;
  margin-bottom: 10px;
}
.right_b .block_title:after {
  position: absolute;
  height: 50px;
  width: 6px;
  background: var(--main-color);
  content: "";
  left: 0px;
  bottom: 0px;
}
.right_b .block_title:before {
  display: none;
}
@media only screen and (max-width: 550px) {
  .right_b .block_title {
    font-size: 16px;
    padding: 10px 16px;
  }
  .right_b .block_title:after {
    height: 38px;
    width: 3px;
  }
}
.right_b .blocks0 .news_list_body_default {
  margin-top: 26px;
}
@media only screen and (max-width: 550px) {
  .right_b .blocks0 .news_list_body_default {
    margin-top: 10px;
  }
}
.right_b .blocks1 .block_title {
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  color: #333;
  font-weight: bold;
}
.right_b .blocks1 .block_title:after {
  position: absolute;
  height: 4px;
  width: 68px;
  background: var(--main-color);
  content: "";
  left: 0px;
  bottom: -16px;
}
@media screen and (max-width: 768px) {
  .right_b .blocks1 .block_title {
    font-size: 16px;
  }
  .right_b .blocks1 .block_title:after {
    height: 2px;
  }
}

.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: rgba(0, 0, 0, 0.6117647059);
  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);
  }
}
.top-head {
  background: var(--sub-color);
  padding: 9px 0px;
}
@media screen and (max-width: 550px) {
  .top-head {
    padding: 4px 0px;
  }
}
.top-head .box-l {
  width: calc(100% - 170px);
  float: left;
}
@media screen and (max-width: 700px) {
  .top-head .box-l {
    width: calc(100% - 110px);
  }
}
.top-head .box-l a {
  color: #fff;
  position: relative;
  padding-left: 22px;
  margin-right: 36px;
  margin-top: 2px;
  display: inline-block;
  font-size: 13px;
}
.top-head .box-l a:nth-child(2) svg {
  transform: rotate(258deg);
}
.top-head .box-l svg {
  position: absolute;
  width: 16px;
  height: 16px;
  fill: #fff;
  left: -1px;
  top: 0px;
}
@media all and (max-width: 880px) {
  .top-head .box-l a {
    margin-right: 0px;
  }
  .top-head .box-l a:nth-child(1), .top-head .box-l a:nth-child(3) {
    display: none;
  }
}
.top-head .box-r {
  width: 170px;
  float: right;
}
@media all and (max-width: 700px) {
  .top-head .box-r {
    width: 110px;
  }
}
.coppy-right {
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  /* border-top: 1px solid #dedede; */
  color: #777777;
  font-weight: 450;
}
@media all and (max-width: 550px) {
  .coppy-right {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px 0px;
    width: 100%;
  }
}

.dlt {
  float: right;
  line-height: 40px;
}
@media all and (max-width: 550px) {
  .dlt {
    width: 100%;
    text-align: center;
  }
}
.dlt a {
  color: #1b70c0;
}

.box-bct {
  width: 50%;
  float: right;
  text-align: left;
}
.box-bct img {
  max-width: 180px;
}
@media all and (max-width: 550px) {
  .box-bct {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.autocomplete-suggestions .price sup {
  font-size: 12px;
}

/*---------------------------------------------------*/
/*  mouse cursor animation
/*---------------------------------------------------*/
@media all and (min-width: 1240px) {
  .mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
  }
  .cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #4D41E1;
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .cursor-inner.cursor-hover {
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-color: #4D41E1;
    opacity: 0.2;
  }
  .cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid #4D41E1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
  }
  .cursor-outer.cursor-hover {
    opacity: 0;
  }
  .mim_tm_all_wrap[data-magic-cursor=hide] .mouse-cursor {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1111;
  }
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ==== Splitting Text ===== */
.splitting .char {
  animation: slide-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

@keyframes updown {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes slide-in {
  from {
    transform: translateY(-1em) rotate(-0.5turn) scale(0.5);
    opacity: 0;
  }
}
.splitting.animated .char {
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 5px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.splitting.txt.animated .char {
  animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
  width: 5px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn_slide {
  transition: 0.3s all ease;
}
.btn_slide svg {
  transition: 0.3s all ease;
}

.btn_slide:hover {
  background-color: #fff !important;
  color: #120f2d !important;
  box-shadow: 0px 15px 20px 0px rgba(77, 65, 225, 0.15);
}
.btn_slide:hover .icon svg {
  fill: #120f2d !important;
}

.next_about {
  margin-top: 50px;
}
@media all and (max-width: 768px) {
  .next_about {
    margin-top: 35px;
  }
}
@media all and (max-width: 500px) {
  .next_about {
    margin-top: 25px;
  }
}
.next_about a {
  color: #000;
  display: inline-block;
  padding: 17px 0px;
  width: 180px;
  background: transparent;
  text-align: center;
  position: relative;
  font-weight: 700;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: var(--main-color);
  color: #fff;
  border: 1px solid transparent;
}
@media all and (max-width: 500px) {
  .next_about a {
    padding: 10px 0px;
    width: 150px;
  }
}
.next_about a span {
  display: grid;
  position: relative;
}
.next_about a .icon {
  margin-left: 5px;
}
.next_about a .icon svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}
.content_block_ {
  margin-bottom: 50px;
}
@media all and (max-width: 1100px) {
  .content_block_ {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 650px) {
  .content_block_ {
    margin-bottom: 10px;
  }
}
.content_block_ .title_ {
  font-size: 15px;
  color: var(--main-color);
}
.content_block_ .summary_ {
  font-size: 36px;
  margin-top: 15px;
  line-height: 1.5;
  font-weight: 700;
}
@media all and (max-width: 1200px) {
  .content_block_ .summary_ {
    line-height: 1.2;
  }
}
@media all and (max-width: 768px) {
  .content_block_ .summary_ {
    font-size: 26px;
  }
}
@media all and (max-width: 500px) {
  .content_block_ .summary_ {
    font-size: 24px;
  }
}
.content_block_ .description_ {
  color: #818090;
  margin-top: 35px;
  line-height: 1.8rem;
  font-size: 16px;
  /*text-align: justify;*/
}
@media all and (max-width: 768px) {
  .content_block_ .description_ {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
  }
}
.content_block_ .image_aq {
  margin-top: 40px;
}
@media all and (max-width: 768px) {
  .content_block_ .image_aq {
    margin-top: 20px;
  }
}
.content_block_ .image_aq img {
  border-radius: 5px;
}

.hover__bnr {
  -webkit-transform: translatex(-110%);
  -moz-transform: translatex(-110%);
  -ms-transform: translatex(-110%);
  -o-transform: translatex(-110%);
  transform: translatex(-110%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #eee, rgba(255, 255, 255, 0.5));
  z-index: 2;
  padding: 20px;
  color: #222;
}
.hover__bnr:before, .hover__bnr:after {
  content: "";
  background: #555;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hover__bnr:before {
  width: 80px;
  height: 1px;
}
.hover__bnr:after {
  width: 1px;
  height: 80px;
}

.hover_item:hover .hover__bnr {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.main_wrapper_nohome {
  margin-top: 30px;
}

.description * {
  line-height: 1.6;
}
.description h2, .description h3, .description h4, .description h5 {
  margin: 15px 0px;
  line-height: 1.3;
}
.description h2 {
  font-size: 24px;
}
.description h3 {
  font-size: 22px;
}
.description h4 {
  font-size: 20px;
}
.description h5 {
  font-size: 18px;
}
.description ul li {
  list-style: disc;
  list-style: disc inside;
}
.description ol li {
  list-style: decimal;
  margin-left: 40px;
}
.description ol, .description ul {
  margin: 0 0 20px 30px;
  padding: 0;
}

.fb-share-button {
  transform: translate(0px, -8px);
  display: inline-block !important;
}

.form-check-label {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
}
label {
  display: inline-block;
}

.bg-main-color {
  background-color: var(--main-color);
  color: #fff;
}

.owl-controls .owl-nav div {
  display: block !important;
  opacity: 1;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  float: left;
  position: absolute;
  font-size: 40px;
  line-height: 32px;
  top: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translate(0%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #ccc;
}
.owl-controls .owl-nav div svg {
  width: 10px;
  height: 20px;
}
.owl-controls .owl-nav div:hover {
  color: #fff;
  background: var(--main-color);
}
.owl-controls .owl-nav div:hover svg {
  fill: #fff;
}

.owl-nav .owl-prev {
  left: -40px;
}
@media all and (max-width: 1170px) {
  .owl-nav .owl-prev {
    left: 0%;
  }
}

.owl-nav .owl-next {
  right: -40px;
}
@media all and (max-width: 1170px) {
  .owl-nav .owl-next {
    right: 0%;
  }
}/*# sourceMappingURL=template.css.map */