:root {
  --main-color: #03477C;
  --sub-color: #226a35;
  --extra-color: #80bb00;
  --black-color: #202020;
  --blue-color: #d60016;
  --orange-color: #ef4e22;
  --icon-color: #ee3d3d;
  --svg-color-666: #666;
  --white-color: #fff;
  --svg-hover-color: #ffe282;
  --extra-0a9131: #03477C;
  --red-color-strengths: #e50026;
  --color-strengths2: #03477C;
  --border-color: #eed988;
  --width-strengths3: 36.75%;
  --color-strengths5: #ffe9a1;
  --background-strengths: #e51a1a;
  --color-btn-hover: #616161;
  --btn-gla: rgb(22, 104, 47);
  --btn-gla: linear-gradient(90deg, rgba(22, 104, 47, 1) 0%, rgba(2, 172, 53, 1) 100%);
}

@font-face {
  font-family: MyriadPro-Regular;
  font-weight: 400;
  src: url("css/fonts/MyriadPro-Regular.otf");
}
@font-face {
  font-family: MyriadPro-Regular;
  font-weight: 700;
  src: url("css/fonts/MyriadPro-Bold.ttf");
}
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;
}

svg {
  width: 15px;
  height: 15px;
}

body {
  font: 16px/18px "MyriadPro-Regular", Helvetica, Arial, "DejaVu Sans", "Liberation Sans", Freesans, serif, sans-serif;
  padding: 0;
  width: 100%;
  background: #fff;
  /*  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;*/
}

blockquote {
  position: relative;
  padding: 8px 0px 8px 13px;
  border-left: 3px solid #d4d4d4;
  margin-bottom: 12px;
  margin-left: 25px;
}
blockquote p,
blockquote div,
blockquote li,
blockquote h2,
blockquote h3 {
  margin-bottom: 0px !important;
}

.top_header-box {
  position: relative;
  z-index: 1000;
  display: block;
  background-color: rgba(204, 204, 204, 0.4156862745);
}

.top_header {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}
.top_header .left_header {
  display: flex;
  width: calc(50% - 0px);
  align-items: center;
}
.top_header .left_header svg {
  padding-top: 3px;
  fill: var(--main-color);
  margin-right: 5px;
}
.top_header .left_header svg path {
  fill: var(--main-color);
}
.top_header .left_header svg g {
  fill: var(--main-color);
}
.top_header .left_header .infor-header_top {
  display: flex;
  align-items: center;
  margin-right: 35px;
	display: none;
}
@media screen and (max-width: 768px) {
  .top_header .left_header .infor-header_top {
    margin-right: 25px;
  }
}
@media screen and (max-width: 425px) {
  .top_header .left_header .infor-header_top {
    margin-right: 15px;
  }
}
.top_header .left_header .infor-header_top div {
  font-size: 13px;
  letter-spacing: 1px;
}
@media screen and (max-width: 375px) {
  .top_header .left_header .infor-header_top div {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .top_header .left_header .infor-header_top div {
    font-size: 11px;
  }
}
.top_header .right_header {
  display: flex;
  width: calc(50% - 0px);
  justify-content: end;
}
@media screen and (max-width: 600px) {
  .top_header .right_header {
    display: none;
  }
}
.top_header .right_header .share_block-top {
  display: flex;
}
.top_header .right_header .share_top {
  display: flex;
  margin-right: 6px;
}
@media screen and (max-width: 900px) {
  .top_header .right_header .share_top {
    margin-right: 0px;
  }
}

.description ul li {
  list-style: disc;
  margin-left: 40px;
}
.description ol li {
  list-style: decimal;
  margin-left: 40px;
}

iframe {
  max-width: 100%;
}

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

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

.red,
.label_error {
  color: red;
}

.redborder {
  border: 1px solid red;
}

.bold {
  font-weight: bold;
}

img {
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: 0.5s;
}

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

.description figure {
  clear: both;
  display: block;
  margin: 0 auto;
  margin-bottom: 2em;
  max-width: 100%;
}
.description figure img {
  margin: 0px auto;
}

figcaption {
  padding: 0.4em;
  font-size: 0.9em;
  background: rgba(0, 0, 0, 0.05);
  font-style: italic;
  text-align: center;
}

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

.clear,
.clearfix {
  clear: both;
}

.cls::after {
  content: "";
  display: block;
  clear: both;
}

.hidden,
.hide,
.hiden {
  display: none;
}

.pagination {
  text-align: center;
  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;
}

/****** 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;
  transition: 0.15s ease-in-out all;
}

.next-page {
  padding: 6px 13px 6px !important;
}

.pre-page {
  padding: 6px 13px 6px !important;
}

.next-page:hover {
  transition: 0.15s ease-in-out all;
}

.pre-page:hover {
  transition: 0.15s ease-in-out all;
}

.left {
  float: left;
}

.right {
  float: right;
}

.right-col .block {
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .right-col .block {
    margin-top: 20px;
  }
}

.page_title {
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 900px) {
  .page_title {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .page_title {
    padding-top: 0px;
  }
}
.page_title span {
  font-weight: bold;
  padding: 0px 20px 10px 0px;
  display: inline-block;
  position: relative;
  margin-left: 0px;
  z-index: 1;
  min-width: 62px;
  text-align: center;
  webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 28px;
  text-decoration: none;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page_title span {
    font-size: 20px;
  }
}

.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: 270px;
  float: right;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .right-col {
    float: left;
    width: 100%;
    margin: 50px 0;
  }
}
@media only screen and (max-width: 500px) {
  .right-col {
    width: 100%;
    float: none;
  }
  .right-col img {
    width: 100%;
  }
}

.main-area-2col-right {
  width: calc(100% - 270px);
  float: left;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .main-area-2col-right {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
}

/****** end COMMON ***********/
.container {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 1170px;
  }
}
@media only screen and (max-width: 1170px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 1170px;
  }
}
@media only screen and (max-width: 990px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
  }
}

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

.owl-lazy,
.lazy {
  opacity: 0;
  transition: all 300ms ease-in-out;
}

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

/*****header *********/
.header_wrapper_wrap {
  min-height: 52px;
  width: 100%;
  z-index: 9;
}
@media only screen and (max-width: 990px) {
  .header_wrapper_wrap {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .header_wrapper_wrap {
    margin-top: 10px;
  }
}

.header_wrapper {
  padding: 0px;
  background: #fff;
  width: 100%;
  z-index: 100;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
@media screen and (max-width: 760px) {
  .header_wrapper {
    padding: 0px 0px 10px;
  }
}

.header-l {
  float: left;
  width: calc(50% - 120px);
  padding-top: 30px;
}
.header-l .regions_search {
  max-width: 284px;
}
@media screen and (max-width: 1024px) {
  .header-l {
    padding-top: 20px;
  }
  .header-l .regions_search {
    float: left;
  }
}
@media screen and (max-width: 850px) {
  .header-l {
    padding-top: 15px;
    width: calc(50% - 70px);
  }
}

.header-c {
  width: 240px;
  float: left;
  text-align: center;
}
.header-c .logo_img_small {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-c {
    width: 180px;
  }
}
@media screen and (max-width: 850px) {
  .header-c {
    width: 140px;
  }
}

.slide-down .logo-pc, .slide-up .logo-pc {
  width: 70px;
}
.slide-down .top_menu, .slide-up .top_menu {
  padding: 20px 0;
}

.header-r {
  float: right;
  width: calc(50% - 120px);
  padding-top: 23px;
}
.header-r #address-map {
  width: 80px;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  float: right;
  margin-right: 18px;
}
.header-r #address-map svg {
  display: none;
}
@media screen and (max-width: 850px) {
  .header-r #address-map {
    width: auto;
    border: 1px solid #222;
  }
  .header-r #address-map .text {
    display: none;
  }
  .header-r #address-map svg {
    display: block;
  }
}
@media all and (max-width: 420px) {
  .header-r #address-map {
    font-size: 12px;
    margin-right: 12px;
  }
}
.header-r #hotline {
  float: right;
  margin-right: 36px;
  position: relative;
}
.header-r #hotline:after {
  height: 16px;
  width: 1px;
  background: #222;
  content: "";
  right: -16px;
  top: 12px;
  position: absolute;
}
.header-r #hotline .txt-buy {
  color: red;
  display: block;
  font-size: 12px;
}
.header-r #hotline a {
  font-weight: bold;
  font-size: 18px;
}
.header-r .shopcart {
  float: right;
  width: 42px;
}
@media screen and (max-width: 420px) {
  .header-r .shopcart {
    width: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .header-r {
    padding-top: 13px;
  }
}
@media screen and (max-width: 850px) {
  .header-r {
    width: calc(50% - 70px);
    padding-top: 14px;
  }
  .header-r #hotline {
    display: none;
  }
}

@media all and (max-width: 850px) {
  .regions_search #search {
    display: none;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 280px;
    top: 74px;
    z-index: 6;
  }
}
.regions_search .click_search_mobile {
  display: none;
}
@media all and (max-width: 850px) {
  .regions_search .click_search_mobile {
    display: block;
  }
  .regions_search .click_search_mobile svg {
    width: 20px;
    height: 20px;
    fill: #222;
  }
}
@media all and (max-width: 420px) {
  .regions_search .click_search_mobile svg {
    width: 20px;
    height: 19px;
  }
}
.regions_search .block_regions {
  width: 100px;
  float: left;
}
@media all and (max-width: 800px) {
  .regions_search .block_regions {
    display: none;
  }
}
.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;
}

.regions_search_mb {
  float: right;
  width: 200px;
  margin-top: 6px;
}
.regions_search_mb select {
  border: none;
  height: 40px;
  box-sizing: border-box;
  background: #EEE;
  border-radius: 4px;
  padding: 0 5px;
  float: right;
  margin-right: 5px;
}

header .top_menu_m {
  display: block;
  width: 100%;
}
header .top_menu {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
header .header-menu-box {
  display: flex;
  padding-bottom: 10px;
}
@media screen and (max-width: 990px) {
  header .header-menu-box {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  header .header-menu-box {
    padding-bottom: 4px;
  }
}
header .logo-pc {
  display: flex;
  align-items: center;
  float: left;
  width: 135px;
}
@media screen and (max-width: 1200px) {
  header .logo-pc {
    width: 90px;
  }
}
@media screen and (max-width: 1170px) {
  header .logo-pc {
    width: 85px;
  }
}
@media screen and (max-width: 990px) {
  header .logo-pc {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  header .logo-pc {
    width: 50px;
  }
}
header .logo-pc a {
  display: grid;
}
header .logo-pc svg {
  width: 289px;
  margin-left: -8px;
  margin-top: 13px;
}
@media all and (max-width: 860px) {
  header .logo-pc svg {
    width: 210px;
    margin-top: 12px;
  }
}
@media all and (max-width: 370px) {
  header .logo-pc svg {
    width: 190px;
  }
}
@media all and (max-width: 350px) {
  header .logo-pc svg {
    width: 158px;
  }
}
header .wrapper_top_c {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(98% - 125px);
  margin: 0 15px;
}
@media (max-width: 990px) {
  header .wrapper_top_c {
    display: none;
  }
}
header .icon-header-top {
  width: 2%;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  header .icon-header-top {
    width: 20%;
    justify-content: right;
  }
}

.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 {
  display: none;
  width: 30px;
  float: left;
  margin-top: 3px;
}
@media all and (max-width: 990px) {
  .sb-toggle-left {
    display: block;
  }
  .sb-toggle-left svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sb-toggle-left {
    width: 25px;
    margin-right: 10px;
  }
}

.navicon-line {
  width: 24px;
  height: 3px;
  border-radius: 0px;
  margin-bottom: 5px;
  background-color: #222;
}
@media all and (max-width: 850px) {
  .navicon-line {
    width: 22px;
    margin-bottom: 4px;
  }
}

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

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

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

/*****end header *********/
.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;
  }
}
.pos_mixed_left {
  float: left;
  width: 57.365%;
}

.pos_mixed_right {
  float: right;
  width: 40.24%;
}

.pos_mixed .block_title {
  background: #FBFBFB;
  border: 1px solid #ECECEC;
  line-height: 48px;
  margin-bottom: 12px;
}

.pos_mixed .block_title span {
  margin-left: 31px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: normal;
  margin-top: 10px;
}

.pos_mixed .block_content {
  border: 1px solid #E7E7E7;
  padding: 15px;
}

.main_wrapper .left-col .block,
.main_wrapper .right-col .block {
  margin-bottom: 60px;
}

.main_wrapper .right-col .newslist_0 {
  margin-top: 0px;
}

.right-col .block_title,
.left-col .block_title {
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  color: #000;
  font-weight: bold;
  background: #f0f1f4;
  padding: 15px 24px;
  border-bottom: 0px;
}
.right-col .block_title:before,
.left-col .block_title:before {
  position: absolute;
  height: 48px;
  width: 4px;
  background: black;
  content: "";
  left: 0px;
  bottom: 0px;
}
@media screen and (max-width: 500px) {
  .right-col .block_title,
  .left-col .block_title {
    padding: 10px 24px;
    font-size: 16px;
  }
  .right-col .block_title:before,
  .left-col .block_title:before {
    height: 38px;
    width: 3px;
  }
}
.right-col .block_title:after,
.left-col .block_title:after {
  display: none;
}

.main_wrapper {
  padding: 15px 0px;
}
@media all and (max-width: 600px) {
  .main_wrapper {
    padding: 5px 0px 20px;
  }
}

.main_wrapper_home {
  padding: 0px;
  position: relative;
}

/*********** pos *********/
.block_title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
  letter-spacing: 1.3px;
  padding-bottom: 18px;
  font-weight: bold;
  position: relative;
}
.block_title:after {
  position: absolute;
  content: "";
  border-bottom: 3px solid black;
  bottom: -1px;
  left: 25px;
  transform: translateX(-50%);
  width: 48px;
}
@media all and (max-width: 600px) {
  .block_title:after {
    border-bottom: 2px solid black;
  }
}
.block_title .tt_green {
  color: var(--main-color);
}
@media all and (max-width: 768px) {
  .block_title {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

.block_title_view_all {
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .block_title_view_all {
    margin-bottom: 10px;
  }
}
.block_title_view_all .link_title {
  font-size: 26px;
  float: left;
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  background: var(--main-color);
  color: #fff;
  padding: 14px 60px 10px 42px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.block_title_view_all .link_title svg {
  width: 12px;
  height: 12px;
  fill: #fff;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 870px) {
  .block_title_view_all .link_title {
    float: none;
  }
}
@media screen and (max-width: 736px) {
  .block_title_view_all .link_title {
    font-size: 20px;
  }
}
@media all and (max-width: 600px) {
  .block_title_view_all .link_title {
    font-size: 16px;
  }
}

.pos0 {
  margin-bottom: 95px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .pos0 {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 1200px) {
  .pos0 {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1170px) {
  .pos0 {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .pos0 {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 900px) {
  .pos0 {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .pos0 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 425px) {
  .pos0 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  .pos0 {
    margin-bottom: 15px;
  }
}
.pos1 {
  margin-top: 110px;
  margin-bottom: 130px;
}
@media screen and (max-width: 1300px) {
  .pos1 {
    margin-top: 100px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .pos1 {
    margin-top: 90px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1170px) {
  .pos1 {
    margin-top: 80px;
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .pos1 {
    margin-top: 60px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 900px) {
  .pos1 {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pos1 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 425px) {
  .pos1 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .pos1 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.pos6 {
  margin-top: 110px;
  margin-bottom: 85px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .pos6 {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .pos6 {
    margin-top: 90px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1170px) {
  .pos6 {
    margin-top: 80px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .pos6 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .pos6 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pos6 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 425px) {
  .pos6 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 375px) {
  .pos6 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.pos13 {
  margin-top: 110px;
  margin-bottom: 85px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .pos13 {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .pos13 {
    margin-top: 90px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1170px) {
  .pos13 {
    margin-top: 80px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .pos13 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .pos13 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pos13 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 425px) {
  .pos13 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 375px) {
  .pos13 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.pos2 {
  margin-bottom: 140px;
}
@media screen and (max-width: 1300px) {
  .pos2 {
    margin-bottom: 135px;
  }
}
@media screen and (max-width: 1200px) {
  .pos2 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1170px) {
  .pos2 {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .pos2 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 900px) {
  .pos2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pos2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 425px) {
  .pos2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .pos2 {
    margin-bottom: 30px;
  }
}
.pos3 {
  margin-top: 95px;
}
@media all and (max-width: 768px) {
  .pos3 {
    margin-top: 50px;
  }
}
@media all and (max-width: 600px) {
  .pos3 {
    margin-top: 30px;
  }
}

.pos4 {
  margin-bottom: 160px;
}
@media screen and (max-width: 1300px) {
  .pos4 {
    margin-bottom: 135px;
  }
}
@media screen and (max-width: 1200px) {
  .pos4 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1170px) {
  .pos4 {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .pos4 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 900px) {
  .pos4 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pos4 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 425px) {
  .pos4 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .pos4 {
    margin-bottom: 30px;
  }
}

.pos5 {
  padding-bottom: 105px;
}
@media screen and (max-width: 1300px) {
  .pos5 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .pos5 {
    padding-bottom: 95px;
  }
}
@media screen and (max-width: 1170px) {
  .pos5 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .pos5 {
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 900px) {
  .pos5 {
    padding-bottom: 0px;
  }
}
.pos7 {
  background: #ededed;
  padding: 78px 0px 140px;
}
.pos7 .block_title {
  border-bottom: 0px solid #ddd;
  margin-bottom: 46px;
}
f .pos7 .block_title:after {
  display: none;
}
@media screen and (max-width: 620px) {
  .pos7 {
    padding: 32px 0px 70px;
  }
  .pos7 .block_title {
    border-bottom: 0px solid #ddd;
    margin-bottom: 6px;
  }
}

.pos8-9 {
  padding: 70px 0px 0px;
}
.pos8-9 .block_title {
  text-align: left;
  border-bottom: 0px solid #ddd;
  margin-bottom: 46px;
}
.pos8-9 .block_title:after {
  left: 0px;
  transform: translateX(0px);
  width: 22px;
}
@media screen and (max-width: 850px) {
  .pos8-9 {
    padding: 40px 0px 0px;
  }
  .pos8-9 .block_title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 450px) {
  .pos8-9 {
    padding: 25px 0px 0px;
  }
}

.pos8 {
  width: calc(100% - 350px);
  float: left;
  border-right: 1px solid #ddd;
  padding-right: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 850px) {
  .pos8 {
    width: 100%;
    float: none;
    border-right: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
  }
}

.pos_footer {
  background: #f3f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
}
.pos_footer .container {
  display: flex;
}
.pos_footer .block_title {
  font-size: 22px;
  padding: 30px 0 10px;
}
.pos_footer .address_home {
  background: #fff;
  border-radius: 10px;
  width: calc(50% - 10px);
  float: left;
  margin-left: 10px;
  padding: 20px;
  padding-bottom: 0px;
  padding-top: 0;
  box-sizing: border-box;
}

/*********** FOOTER *********/
footer {
  color: white;
}
footer .top-ft-bg {
  background: #28333d;
}
footer .top-ft {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  padding-top: 78px;
  padding-bottom: 72px;
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 1366px) {
  footer .top-ft {
    padding-top: 75px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1024px) {
  footer .top-ft {
    margin-top: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  footer .top-ft {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 514px) {
  footer .top-ft {
    padding: 30px 0 20px;
    margin-top: 20px;
  }
}
footer .top-ft .row-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 62px;
}
@media screen and (max-width: 1366px) {
  footer .top-ft .row-footer {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  footer .top-ft .row-footer {
    margin-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  footer .top-ft .row-footer {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  footer .top-ft .row-footer {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 514px) {
  footer .top-ft .row-footer {
    margin-top: 15px;
  }
}
footer .top-ft .row-footer .top-ft-item:nth-child(1) {
  width: 27%;
}
@media screen and (max-width: 990px) {
  footer .top-ft .row-footer .top-ft-item:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .top-ft .row-footer .top-ft-item:nth-child(2) {
  width: 18%;
}
@media screen and (max-width: 990px) {
  footer .top-ft .row-footer .top-ft-item:nth-child(2) {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  footer .top-ft .row-footer .top-ft-item:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .top-ft .row-footer .top-ft-item:nth-child(3) {
  width: 19%;
}
@media screen and (max-width: 990px) {
  footer .top-ft .row-footer .top-ft-item:nth-child(3) {
    width: 28%;
  }
}
@media screen and (max-width: 768px) {
  footer .top-ft .row-footer .top-ft-item:nth-child(3) {
    width: 100%;
  }
}
footer .top-ft .row-footer .top-ft-item:nth-child(4) {
  width: 14%;
}
@media screen and (max-width: 990px) {
  footer .top-ft .row-footer .top-ft-item:nth-child(4) {
    width: 18%;
  }
}
@media screen and (max-width: 768px) {
  footer .top-ft .row-footer .top-ft-item:nth-child(4) {
    width: 100%;
  }
}
footer .top-ft .row-footer .top-ft-item {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  footer .top-ft .row-footer .top-ft-item {
    font-size: 15px;
  }
}
@media screen and (max-width: 514px) {
  footer .top-ft .row-footer .top-ft-item {
    font-size: 14px;
  }
}
footer .top-ft .row-footer .top-ft-item .title,
footer .top-ft .row-footer .top-ft-item ul.menu-bottom li.level0 > a,
footer .top-ft .row-footer .top-ft-item ul.menu-bottom li.level0 > span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  footer .top-ft .row-footer .top-ft-item .title,
  footer .top-ft .row-footer .top-ft-item ul.menu-bottom li.level0 > a,
  footer .top-ft .row-footer .top-ft-item ul.menu-bottom li.level0 > span {
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 514px) {
  footer .top-ft .row-footer .top-ft-item .title,
  footer .top-ft .row-footer .top-ft-item ul.menu-bottom li.level0 > a,
  footer .top-ft .row-footer .top-ft-item ul.menu-bottom li.level0 > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer .top-ft .row-footer .top-ft-item .ul.menu-bottom li.level0 > a,
  footer .top-ft .row-footer .top-ft-item ul.menu-bottom li.level0 > span {
    padding: 10px 20px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 514px) {
  footer .top-ft .row-footer .top-ft-item .ul.menu-bottom li.level0 > a,
  footer .top-ft .row-footer .top-ft-item ul.menu-bottom li.level0 > span {
    padding: 8px 16px;
  }
}
footer .top-ft .row-footer .top-ft-item .address {
  margin-bottom: 10px;
}
footer .top-ft .row-footer .top-ft-item .icon_phone,
footer .top-ft .row-footer .top-ft-item .icon_mail {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
footer .top-ft .row-footer .top-ft-item .icon_phone a,
footer .top-ft .row-footer .top-ft-item .icon_mail a {
  color: #fff;
}
footer .top-ft .row-footer .top-ft-item .icon_phone svg,
footer .top-ft .row-footer .top-ft-item .icon_mail svg {
  fill: var(--main-color);
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  footer .top-ft .row-footer .top-ft-item {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  footer .top-ft .row-footer .top-ft-item .block_mainmenu {
    border: 1px solid rgba(255, 255, 255, 0.5490196078);
  }
  footer .top-ft .row-footer .top-ft-item .block_mainmenu .menu-name {
    margin: 0px;
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
  }
  footer .top-ft .row-footer .top-ft-item .block_mainmenu .menu-name .close-open-menu-footer {
    display: block;
  }
}
footer .top-ft .row-footer .top-ft-item .logo-footer {
  margin-bottom: 14px;
  width: 150px;
}
@media only screen and (max-width: 768px) {
  footer .top-ft .row-footer .top-ft-item .logo-footer {
    margin: 0 auto;
  }
}
footer .top-ft .row-footer .top-ft-item .site-name {
  font-size: 20px;
  line-height: 30px;
  width: 80%;
  margin-bottom: 44px;
}
@media only screen and (max-width: 768px) {
  footer .top-ft .row-footer .top-ft-item .site-name {
    margin-bottom: 10px;
    width: 100%;
  }
}
footer .top-ft .row-footer .top-ft-l {
  width: calc(100% - 610px);
  float: left;
}
footer .top-ft .row-footer .top-ft-l .logo-footer img {
  max-width: 250px;
}
footer .top-ft .row-footer .top-ft-l .footer_info {
  margin-top: 14px;
  line-height: 24px;
  font-size: 14px;
}
@media screen and (max-width: 950px) {
  footer .top-ft .row-footer .top-ft-l {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 768px) {
  footer .top-ft .row-footer .top-ft-l {
    width: 100%;
    float: none;
    text-align: center;
  }
  footer .top-ft .row-footer .top-ft-l .footer_info {
    margin-top: 10px;
    font-size: 14px;
  }
}
footer .top-ft .row-footer .top-ft-c {
  width: 270px;
  float: left;
  margin-left: 20px;
  line-height: 22px;
  font-size: 14px;
}
footer .top-ft .row-footer .top-ft-c .content-b > p {
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  footer .top-ft .row-footer .top-ft-c {
    width: 100%;
    margin-left: 0px;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  footer .top-ft .row-footer .top-ft-c {
    padding: 14px 10px;
    border: 1px solid #adadad;
    box-sizing: border-box;
  }
}
footer .top-ft .row-footer .top-ft-r {
  width: 300px;
  margin-left: 20px;
  float: right;
  box-sizing: border-box;
}
footer .top-ft .row-footer .top-ft-r .logo-fb-bl {
  display: none;
}
@media screen and (max-width: 950px) {
  footer .top-ft .row-footer .top-ft-r {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  footer .top-ft .row-footer .top-ft-r {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
}
footer .top-ft .row-footer .top-ft-c .title,
footer .top-ft .row-footer .top-ft-r .title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: -2px;
}
@media screen and (max-width: 500px) {
  footer .top-ft .row-footer .top-ft-c .title,
  footer .top-ft .row-footer .top-ft-r .title {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
footer .top-ft .row-footer .top-ft-c .content,
footer .top-ft .row-footer .top-ft-r .content {
  line-height: 18px;
}
footer .top-ft .row-footer .top-ft-c .content > div,
footer .top-ft .row-footer .top-ft-r .content > div {
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  footer .top-ft .row-footer .top-ft-c .content,
  footer .top-ft .row-footer .top-ft-r .content {
    line-height: 14px;
  }
  footer .top-ft .row-footer .top-ft-c .content > div,
  footer .top-ft .row-footer .top-ft-r .content > div {
    margin-bottom: 12px;
  }
}
footer .top-ft-km {
  margin-top: 0px;
}
footer .bot-footer {
  background: #1b2730;
  color: white;
  padding: 24px 0;
}
@media screen and (max-width: 600px) {
  footer .bot-footer {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 480px) {
  footer .bot-footer {
    padding: 15px 0px;
  }
}
footer .bot-footer .block_title {
  border-bottom: 0px solid #ddd;
  font-size: 19px;
  text-align: left;
  font-weight: 550;
  letter-spacing: 0.3px;
  padding-bottom: 12px;
  margin-bottom: 27px;
}
footer .bot-footer .block_title:after {
  left: 0px;
  transform: translateX(0%);
  width: 26px;
}
@media screen and (max-width: 600px) {
  footer .bot-footer .block_title {
    font-size: 16px;
    padding-bottom: 6px;
    margin-bottom: 12px;
  }
}
footer .bot-footer .bot-left {
  width: 270px;
  float: left;
}
footer .bot-footer .bot-left .item {
  line-height: 24px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
footer .bot-footer .bot-left .item:last-child {
  border-bottom: 0px;
}
@media screen and (max-width: 600px) {
  footer .bot-footer .bot-left .item {
    padding-bottom: 0px;
  }
}
footer .bot-footer .bot-left .copy_right {
  margin-top: 8px;
  font-size: 14px;
}
footer .bot-footer .bot-left .copy_right span {
  font-weight: bold;
  color: var(--main-color);
}
@media all and (max-width: 600px) {
  footer .bot-footer .bot-left {
    width: 100%;
    float: none;
  }
}
footer .bot-footer .bot-right {
  width: calc(100% - 370px);
  float: right;
  overflow: hidden;
}
@media all and (max-width: 900px) {
  footer .bot-footer .bot-right {
    width: calc(100% - 290px);
  }
}
@media all and (max-width: 600px) {
  footer .bot-footer .bot-right {
    width: 100%;
    float: none;
  }
}
@media all and (max-width: 600px) {
  footer .bot-footer .bot-right-pc {
    display: none;
  }
}
footer .bot-footer .bot-right-mobile {
  display: none;
}
@media all and (max-width: 600px) {
  footer .bot-footer .bot-right-mobile {
    display: block;
    margin-top: 15px;
  }
}

.service-center {
  padding-bottom: 10px;
  border-bottom: 1px #ccc dashed;
  margin-bottom: 15px;
}
.service-center .sv-center-tt span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #696969;
  margin-bottom: 15px;
  display: inline-block;
}
@media all and (max-width: 600px) {
  .service-center .sv-center-tt span {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.service-center .sv-center-link {
  position: relative;
  padding-left: 20px;
}
.service-center .sv-center-link svg {
  position: absolute;
  left: 0px;
  fill: var(--main-color);
}
@media all and (max-width: 600px) {
  .service-center .sv-center-link svg {
    top: 4px;
  }
}

.footer-home {
  margin-top: 0px;
}

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

.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 .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 {
  background: white;
  position: relative;
  width: 100%;
  z-index: 999;
  transition: all 0.8s ease-in-out;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.slide-down {
  transform: translateY(-100%);
  transition: 0.5s;
}

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

.m-slide-down {
  transform: translateY(-100%);
}

.banner-pos-fix {
  transition: all 0.8s ease-in-out;
}

.m-slide-up {
  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;
  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;
  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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.description a {
  color: #e74c3c;
}

.description a:hover {
  color: #e74c3c;
}

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;
  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;
  transition: all 0.5s ease;
}

.header .hotline:hover .support_phone {
  display: block !important;
  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: 600px) {
  .address_header {
    display: none;
  }
  footer .menu_footer {
    width: 100%;
    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;
  -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;
  -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: 16px 24px;
}
.right_b .block_title:after {
  position: absolute;
  height: 50px;
  width: 6px;
  background: var(--main-color);
  content: "";
  left: 0px;
  bottom: 0px;
}
@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), (-webkit-min-device-pixel-ratio: 2), (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;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1111;
  transform: translate(-50%, -50%);
  display: none;
}

/* Safari */
@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: 300px;
  float: left;
}
@media screen and (max-width: 880px) {
  .top-head .box-l {
    display: none;
  }
}
.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-c {
  width: calc(100% - 500px);
  float: right;
}
@media all and (max-width: 880px) {
  .top-head .box-c {
    width: calc(100% - 90px);
    float: right;
  }
}
@media all and (max-width: 380px) {
  .top-head .box-c {
    width: 100%;
  }
}
.top-head .box-r {
  width: 90px;
  float: right;
}
@media all and (max-width: 380px) {
  .top-head .box-r {
    display: none;
  }
}

.coppy-right {
  font-size: 14px;
  text-align: center;
  background: #e0e0e0;
  /* color: #fff; */
  line-height: 38px;
}
@media all and (max-width: 550px) {
  .coppy-right {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px;
  }
}

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

/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.banner-pos-fix.container .block-banner-pos1 {
  margin-bottom: 5px;
}
.banner-pos-fix.container .block-banner-pos1 .banners_0 .block_banner_banner {
  margin: -5px;
}
.banner-pos-fix.container .block-banner-pos1 .banners_0 .block_banner_banner .item {
  width: calc(25% - 10px);
  margin: 5px;
  float: left;
  -o-object-fit: contain;
     object-fit: contain;
  height: 150px;
}
.banner-pos-fix.container .block-banner-pos1 .banners_0 .block_banner_banner .item a img {
  width: 100%;
  height: 100%;
}
.banner-pos-fix.container .block-banner-pos2 {
  margin-bottom: 30px;
}
.banner-pos-fix.container .block-banner-pos2 .banners_0 .block_banner_banner .item {
  width: 60%;
  margin: 0 auto;
}
.banner-pos-fix.container .block-banner-pos2 .banners_0 .block_banner_banner .item a img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 425px) {
  .banner-pos-fix.container .block-banner-pos2 .banners_0 .block_banner_banner .item {
    width: 100%;
    margin-bottom: 0px;
  }
}

.cat_item_store {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .banner-pos-fix .block-banner-pos1 .banners_0 {
    overflow-y: hidden;
    overflow-x: overlay;
    /* Handle */
  }
  .banner-pos-fix .block-banner-pos1 .banners_0::-webkit-scrollbar-track {
    background: transparent;
  }
  .banner-pos-fix .block-banner-pos1 .banners_0::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .banner-pos-fix .block-banner-pos1 .banners_0 .block_banner_banner {
    width: 1000px;
    margin-bottom: 30px;
  }
  .banner-pos-fix .block-banner-pos1 .banners_0 .block_banner_banner .item {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .banner-pos-fix .block-banner-pos1 .banners_0 .block_banner_banner .item a img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    border-top: none;
  }
}
footer .footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 33px;
}
@media screen and (max-width: 1024px) {
  footer .footer_top {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_top {
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 514px) {
  footer .footer_top {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer_top .footer_top--right {
    width: 100%;
  }
}
footer .footer_top .footer_top--left {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  footer .footer_top .footer_top--left {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
}
footer .footer_top .footer_top--left .logo_footer {
  width: 121px;
  height: auto;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  footer .footer_top .footer_top--left .logo_footer {
    margin-right: 0px;
    width: 120px;
  }
}
@media screen and (max-width: 514px) {
  footer .footer_top .footer_top--left .logo_footer {
    width: 100px;
  }
}
footer .footer_top .footer_top--left .logo_footer img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: grid;
}
footer .footer_top .footer_top--left .footer__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  width: 480px;
  padding-bottom: 11px;
}
@media screen and (max-width: 1024px) {
  footer .footer_top .footer_top--left .footer__name {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_top .footer_top--left .footer__name {
    font-size: 22px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 514px) {
  footer .footer_top .footer_top--left .footer__name {
    font-size: 20px;
    margin-top: 10px;
  }
}
footer .bot-footer .bot-main {
  line-height: 22px;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
footer .bot-footer .bot-main .info-bot-main-kr-2 {
  margin: 20px 0;
}
footer .bot-footer .bot-main .item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  footer .bot-footer .bot-main .copy_right {
    width: 100%;
  }
}
footer .bot-footer .bot-main .copy_left {
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  footer .bot-footer .bot-main .copy_left {
    width: 100%;
  }
}
footer .bot-footer .bot-main .copy_left a {
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 990px) {
  footer .bot-footer .bot-main {
    max-width: 95%;
  }
}

.cart-icon-position {
  position: fixed;
  bottom: 250px;
  right: 15px;
  z-index: 1000;
}
.cart-icon-position .shopcart_simple {
  background: rgba(252, 134, 0, 0.6784313725);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 10px;
}
.cart-icon-position .shopcart_simple a {
  bottom: 10px;
}
.cart-icon-position .shopcart_simple a svg {
  fill: white;
  left: -3px;
  width: 30px;
  height: 30px;
  top: -3px;
}
@media only screen and (max-width: 768px) {
  .cart-icon-position .shopcart_simple a svg {
    top: -3px;
  }
}
.cart-icon-position .shopcart_simple a .quality {
  top: -10px;
  color: white;
  left: 18px;
  font-weight: bold;
}

.price_arae .price {
  font-weight: 700;
  font-size: 16px;
}

.main-product-area {
  margin: 40px -10px;
}
.main-product-area .description {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .main-product-area {
    margin: 10px -10px;
  }
}

.mz-loading {
  display: none !important;
}

.product .description {
  margin-top: 20px;
}

.main-index {
  margin-bottom: 100px;
}
@media screen and (max-width: 1300px) {
  .main-index {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .main-index {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1170px) {
  .main-index {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .main-index {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .main-index {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .main-index {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 425px) {
  .main-index {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .main-index {
    margin-bottom: 30px;
  }
}

.pos5 {
  padding-bottom: 105px;
}
@media screen and (max-width: 1300px) {
  .pos5 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .pos5 {
    padding-bottom: 95px;
  }
}
@media screen and (max-width: 1170px) {
  .pos5 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .pos5 {
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 900px) {
  .pos5 {
    padding-bottom: 0px;
  }
}
.cat-name {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 46px;
}
.cat-name h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 500px) {
  .cat-name h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .cat-name {
    margin-bottom: 30px;
  }
}
.cat-name p {
  text-transform: none;
  font-size: 17px;
  color: #6e6e6e;
}

.list-button-seemore {
  text-align: center;
  margin: 20px 0px 50px;
  padding: 22px 72px;
  color: white;
  outline: none;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
  transition: 1.5s;
  font-weight: 700;
}
@media only screen and (max-width: 1120px) {
  .list-button-seemore {
    margin-top: 10px;
  }
}
.list-button-seemore a:hover {
  background: black;
  color: white;
  cursor: pointer;
}
.list-button-seemore a:hover svg {
  fill: white;
}

.pos1_2 {
  margin-top: 140px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1120px) {
  .pos1_2 {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.gallery {
  margin-bottom: 50px;
}

.partners {
  margin-bottom: 35px;
}
.partners .partners-con {
  padding-top: 54px;
}
@media screen and (max-width: 768px) {
  .partners .partners-con {
    padding-top: 20px;
  }
}

.latest-news {
  margin-bottom: 50px;
}

footer {
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  footer {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1170px) {
  footer {
    margin-top: 70px;
  }
}
@media screen and (max-width: 900px) {
  footer {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 30px;
  }
}
@media screen and (max-width: 425px) {
  footer {
    margin-top: 20px;
  }
}
footer .menu-name {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.no-post {
  margin: 0 10px;
}

.frame_img_zoom {
  position: fixed;
  top: -100%;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
  z-index: 1000;
}
.frame_img_zoom:target {
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
}
.frame_img_zoom img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
  z-index: 10000;
}

.images-close {
  top: 0;
}

a.images-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  transition: 0.5s ease-in-out;
}

a.images-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  transform: rotate(45deg);
}

a.images-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 990px) {
  .search-lang-top {
    display: none !important;
  }
}

.languges-small-mobile {
  display: none !important;
  margin-right: 15px;
}
@media screen and (max-width: 990px) {
  .languges-small-mobile {
    display: flex !important;
  }
}

.search-lang-top,
.languges-small-mobile {
  display: flex;
  align-items: center;
}
.search-lang-top svg,
.languges-small-mobile svg {
  margin-right: 5px;
}
.search-lang-top #languges-small,
.search-lang-top #languges-small_header,
.languges-small-mobile #languges-small,
.languges-small-mobile #languges-small_header {
  display: inline-block;
  position: relative;
}
.search-lang-top .no_active,
.languges-small-mobile .no_active {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s all ease-in-out;
}
.search-lang-top .in_active,
.languges-small-mobile .in_active {
  opacity: 1;
  visibility: inherit;
  top: 25px;
}

@media all and (min-width: 990px) {
  .icon-header-top #languges-small {
    display: none;
  }
}

.icon_run {
  animation: 4s ease-in-out 0s normal none infinite running icon-run;
}

@keyframes icon-run {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(-5deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(5deg) scale(1) skew(1deg);
  }
  60% {
    transform: rotate(-5deg) scale(1) skew(1deg);
  }
  80% {
    transform: rotate(5deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
.call_now {
  z-index: 9999;
  position: fixed;
  bottom: 50%;
  right: 0;
}
.call_now .b-chat {
  margin-bottom: 20px;
}
.call_now .alink {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #FDF4F3;
  transition: height 0.25s ease, width 0.25s ease;
  margin-top: 4px;
  margin-right: 10px;
  position: relative;
  margin-left: -17px;
  margin-bottom: 4px;
}
.call_now .ripple {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.call_now .ripple:hover svg {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.call_now .ripple svg {
  width: 35px;
  height: 35px;
}
.call_now .ripple:before {
  animation: ripple 2s ease-out infinite;
  border: solid 2px #FDF4F3;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.call_now .ripple:after {
  animation: ripple 2s 1s ease-out infinite;
  border: solid 2px #FDF4F3;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@keyframes ripple {
  0% {
    opacity: 1;
  }
  100% {
    border-radius: 2em;
    opacity: 0;
    transform: scale(2);
  }
}/*# sourceMappingURL=template.css.map */.admin_edit {
  position: absolute;
  z-index: 9999;
}
.admin_edit a {
  width: 20px;
  height: 20px;
  background-image: url("images/edit.png");
  display: inline-block;
}

.block_area .name_block {
  position: absolute;
  background: rgba(255, 255, 255, 0.5803921569);
  z-index: 999;
}

.position_area {
  background: #fff;
  position: relative;
}
.position_area .position_area_label {
  position: absolute;
  z-index: 9999;
  top: 0px;
  background: rgba(255, 255, 255, 0.5803921569);
}
.position_area .block_area_label {
  position: absolute;
  z-index: 9999;
  top: 18px;
  background: rgba(255, 255, 255, 0.5803921569);
}

.admin_edit_block {
  position: absolute;
  z-index: 9999;
  top: -3px;
  background: #ffffff;
  padding: 5px;
  width: 75px;
  left: 20px;
  padding-left: 10px;
}
.admin_edit_block a {
  font-weight: bold;
  color: blue;
}

.admin_edit_module {
  position: absolute;
  z-index: 9999;
  top: 25px;
  left: 20px;
  padding: 5px;
  background: #ffffff;
  width: 100px;
  padding-left: 10px;
}
.admin_edit_module a {
  font-weight: bold;
  color: blue;
}

.setting_admin {
  position: absolute;
  z-index: 9999;
  top: 36px;
  background: rgba(255, 255, 255, 0.5803921569);
  left: 0px;
  width: 20px;
  height: 20px;
  background-image: url("images/setting.png");
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}
.setting_admin:hover {
  overflow: unset;
}

.admin_edit_detail {
  position: absolute;
  z-index: 9999;
  right: 0px;
  bottom: 0px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.5803921569);
}
.admin_edit_detail a {
  width: 20px;
  height: 20px;
  background-image: url("images/edit_content.png");
  display: inline-block;
}

.admin_edit_detail_md {
  z-index: 9999;
  right: 0px;
  bottom: 0px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.5803921569);
}
.admin_edit_detail_md a {
  color: blue;
  font-weight: bold;
  background-image: url("images/edit_content.png");
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 25px;
}

.admin_edit_block_direct {
  position: absolute;
  z-index: 9999;
  top: 20px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.5803921569);
}
.admin_edit_block_direct a {
  width: 20px;
  height: 20px;
  background-image: url("images/edit_content.png");
  display: inline-block;
}/*# sourceMappingURL=admin_edit.css.map *//*! jQuery UI - v1.10.1 - 2013-02-15
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-widget{
    font-family: arial !important;
    font-size: 12px !important;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter:Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0; /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
  font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa/*{borderColorContent}*/;
  background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
  color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
  color: #222222/*{fcContent}*/;
}
.ui-widget-header {
  border: 1px solid #aaaaaa/*{borderColorHeader}*/;
  background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
  color: #222222/*{fcHeader}*/;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3/*{borderColorDefault}*/;
  background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
  font-weight: normal/*{fwDefault}*/;
  color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555/*{fcDefault}*/;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999/*{borderColorHover}*/;
  background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
  font-weight: normal/*{fwDefault}*/;
  color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121/*{fcHover}*/;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa/*{borderColorActive}*/;
  background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
  font-weight: normal/*{fwDefault}*/;
  color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121/*{fcActive}*/;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1/*{borderColorHighlight}*/;
  background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
  color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a/*{borderColorError}*/;
  background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
  color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter:Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter:Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-position: 16px 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
}

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
  opacity: .3/*{opacityOverlay}*/;
  filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
  margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
  padding: 8px/*{thicknessShadow}*/;
  background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
  opacity: .3/*{opacityShadow}*/;
  filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
  border-radius: 8px/*{cornerRadiusShadow}*/;
}
.product_cart{padding:20px;background:#fff}.product_status{color:red}.frame_left .icon_hot{display:inline-block;color:#fff;text-transform:uppercase;font-size:12px;position:absolute;left:10px;top:8px;background-image:url("images/icon_hot.png");background-size:cover;border-radius:10px;z-index:10;width:60px;height:26px;line-height:26px;text-align:center;padding-left:20px;font-weight:bold;box-sizing:border-box}.product_grid .item_special .item_special_t{background-size:cover}.fotorama__fullscreen-icon{opacity:1;background-position:-63px 0px}.product .frame_left{position:relative}.product_grid{display:flex;flex-flow:row wrap;justify-content:space-between;margin:50px -25px}@media only screen and (max-width: 768px){.product_grid{margin:40px -5px}}@media only screen and (max-width: 425px){.product_grid{margin:40px -5px 20px}}.product_grid .product_grid_inner,.product_grid .row_inner{display:flex;flex-wrap:wrap;width:100%}.product_grid .item{position:relative}.product_grid .item .gift{font-size:13px;color:#565656;margin-top:15px}.product_grid .item .gift ul li,.product_grid .item .gift p{position:relative;padding-left:18px;font-size:13px;margin-bottom:9px}.product_grid .item .gift ul li:after,.product_grid .item .gift p:after{content:'';position:absolute;background:var(--main-color);top:2px;left:0;width:12px;height:12px;border-radius:50%;box-sizing:border-box;background:url('data:image/svg+xml;charset=utf-8,<svg height="12px" viewBox="0 0 512 512" width="12px" fill="rgb(43, 169, 105)" xmlns="http://www.w3.org/2000/svg"><path d="m256 0c-141.164062 0-256 114.835938-256 256s114.835938 256 256 256 256-114.835938 256-256-114.835938-256-256-256zm129.75 201.75-138.667969 138.664062c-4.160156 4.160157-9.621093 6.253907-15.082031 6.253907s-10.921875-2.09375-15.082031-6.253907l-69.332031-69.332031c-8.34375-8.339843-8.34375-21.824219 0-30.164062 8.339843-8.34375 21.820312-8.34375 30.164062 0l54.25 54.25 123.585938-123.582031c8.339843-8.34375 21.820312-8.34375 30.164062 0 8.339844 8.339843 8.339844 21.820312 0 30.164062zm0 0"/></svg>');background-repeat:no-repeat}.product_grid .item .gift ul li a,.product_grid .item .gift p a{color:var(--blue-color)}@media all and (max-width: 400px){.product_grid .item .gift{font-size:11px}}.product_grid .item .frame_inner{position:relative}.product_grid .item .frame_inner .icon_hot{display:inline-block;color:#fff;text-transform:uppercase;font-size:12px;position:absolute;left:10px;top:8px;background-image:url(images/icon_hot.png);background-size:cover;border-radius:10px;z-index:2;width:31px;height:39px;line-height:26px;text-align:center;padding-left:1px;padding-top:13px;font-weight:bold;box-sizing:border-box;font-size:10px}.product_grid .item .frame_inner .icon_new{color:#fff;display:inline-block;margin-left:10px;background:#07772c;position:absolute;font-size:12px;padding:3px 4px;top:10px;left:10px;border-radius:3px;line-height:16px}.item_special_bt:before{display:none !important}.item_special_t:before{display:none !important}.product_grid .item{float:left;width:calc(50% - 50px);box-sizing:border-box;position:relative;overflow:hidden;margin:10px 25px;text-align:center}@media all and (max-width: 800px){.product_grid .item{width:calc(50% - 10px) !important;margin:0px 5px 20px;float:left}}@media all and (max-width: 600px){.product_grid .item{width:calc(50% - 10px) !important;margin:0px 5px 15px;float:left}}.product_grid .item .frame_inner{position:relative}.product_grid .item .product_image{text-align:center;overflow:hidden;margin-bottom:0px;min-height:310px;position:relative}.product_grid .item .product_image .type{position:absolute;bottom:-1px;text-align:center;left:50%;transform:translateX(-50%);background-image:url("images/bg_icon_style.png");background-size:cover;width:124px;height:26px}.product_grid .item .product_image .type span{font-style:italic;font-weight:bold;padding:4px 0px 0px 17px;display:inline-block;font-size:12px;box-sizing:border-box;color:#fff}.product_grid .item .product_image .hot_icon{position:absolute;top:10px;left:10px;width:40px;height:40px;font-size:14px;border-radius:50%;line-height:42px;text-align:center;color:#fff;background:#ff6d02;background:linear-gradient(90deg, #ff6d02 0%, #fc3905 62%, #fa0707 100%)}@media screen and (max-width: 736px){.product_grid .item .product_image .hot_icon{width:30px;height:30px;line-height:30px;font-size:11px}}.product_grid .item .product_image .promotio_icon{position:absolute;top:0px;width:65px;height:27px;text-align:center;background-image:url(images/bg_icon_xanh.png);color:#fff;line-height:27px}.product_grid .item .product_image .check_hot_icon{left:58px}@media screen and (max-width: 1200px){.product_grid .item .product_image{min-height:218px}}@media screen and (max-width: 400px){.product_grid .item .product_image{min-height:192px}}.product_grid .item .product_image:hover img{transform:scale(1.1)}.promotion .frame_dt .db p:after{background:#c30808;background-image:linear-gradient(to right, #c30808, #c30808)}.product_grid .item .product_image a{display:grid;position:relative}.product_grid .item .product_image a .doi-1{position:absolute;width:39px;height:39px;top:3px;content:'';background:#ff0000bd;border-radius:50%;color:#FFF;font-size:10.2px;line-height:12px;padding-top:5px;box-sizing:border-box;letter-spacing:-0.8px;font-weight:600;word-spacing:-0.8px;left:6px;-webkit-animation:jump 4.8s ease-in infinite;animation:jump 4.8s ease-in infinite}.product_grid .item .product_image a .gia-soc,.product_grid .item .product_image a .hot-sale{color:#FFF;background:#f20202a3;position:absolute;bottom:0;left:0;padding:0px 3px;font-weight:bold;font-size:12px;-webkit-animation:scale-shadow 2.8s ease-in infinite;animation:scale-shadow 2.8s ease-in infinite;display:block;border-radius:4px}.product_grid .item .product_image a .bao-hanh-24,.product_grid .item .product_image a .doi-1-24,.product_grid .item .product_image a .bh-ca-roi-vo{color:#FFF;background:#0183bf;position:absolute;bottom:0;left:0;padding:0px 3px;font-weight:bold;font-size:12px;display:block;border-radius:4px}.product_grid .item .product_image a .bao-hanh-24 span,.product_grid .item .product_image a .doi-1-24 span,.product_grid .item .product_image a .bh-ca-roi-vo span{-webkit-animation:text-circle 4.0s ease-in infinite;animation:text-circle 4.0s ease-in infinite;display:inline-block}.product_grid .item .product_image a .tra-gop{color:#FFF;background:Orange;position:absolute;bottom:0;left:0;padding:0px 3px;font-weight:bold;font-size:12px;display:block;border-radius:4px}.product_grid .item .product_image a .tra-gop span{-webkit-animation:neon1 3.0s ease-in infinite;animation:neon1 3.0s ease-in infinite;display:inline-block}@-webkit-keyframes neon1{from{text-shadow:0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 10px #ff2222, 0 0 10px #ff2222, 0 0 10px #ff222f, 0 0 10px #ff2222, 0 0 10px #ff2222}to{text-shadow:none}}@keyframes fadeIn1{from{opacity:0}to{opacity:1}}@keyframes jump{0%{transform:translateY(0) scale(1.05, 0.95)}15%{transform:translateY(-2px) scaleY(1.03)}25%{transform:translateY(-4px) scale(1)}30%{transform:translateY(-2px) scale(1)}50%{transform:translateY(0) scale(1.05, 0.95)}60%{transform:translateY(0) scale(1)}}@keyframes scale-shadow{0%{opacity:1;transform:scale(1)}20%{opacity:.8;transform:scale(0.9)}40%{opacity:1;transform:scale(1)}to{opacity:1;transform:scale(1)}}@keyframes text-circle{0%{transform:rotate(0deg) scale(1)}15%{transform:rotate(0deg) scale(1)}50%{transform:rotate(360deg) scale(2);font-size:13px}70%{transform:rotate(0deg) scale(1)}to{transform:rotate(0deg) scale(1)}}.product_grid .item .product_image img{transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;width:100%;height:auto}.product_grid .item .summary{padding:0px 10px 10px;line-height:22px;height:48px;box-sizing:border-box;overflow:hidden}.product_grid .item .btn-buy-item{padding:0px 10px 10px;text-align:center}.product_grid .item .btn-buy-item a{display:inline-block;padding:6px 15px;background:#dc0000;color:#fff}.product_grid .item .summary_inner{margin-top:10px;color:#333;font-size:12px;max-height:38px;overflow:hidden}.product_grid .item .summary_inner a{color:#333;text-decoration:none}.product_grid .item .name{color:#333;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;line-height:22px;margin:10px 0px;font-size:15px}@media screen and (max-width: 500px){.product_grid .item .name{font-size:14px;margin:5px 0px}}.product_grid .item .name:hover{color:var(--blue-color)}.product_grid .discount{background:#0089de;color:#FFFFFF;height:22px;left:15px;line-height:20px;padding:2px 1px 0px 1px;position:absolute;top:10px;width:36px;text-align:center;border-radius:4px}.price_discount{color:#DC0000;display:inline-block;margin-left:10px;background:#FFCA28;position:absolute;font-size:14px;padding:6px 4px 10px;top:0px;right:0px;line-height:16px;z-index:2;font-weight:bold;clip-path:polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%)}.frame_left .price_discount{top:20px;right:40px}.product_grid .item .price_old{color:#848181;font-size:14px;font-weight:normal;display:block;text-decoration:line-through;margin-bottom:5px;text-decoration:line-through}.product_grid .item .price_old span{text-decoration:line-through}.product_grid .item .price_current{color:black;font-size:14px;font-weight:600;display:inline-block}.product_grid .item .discount_tt{font-size:13px;color:#ff0404;display:inline-block}.product_grid .status{margin-bottom:18px}.product_grid .status li{color:#606060;font-size:11px;list-style:disc inside none}.product_grid .button-cart{display:none}.product_grid .button-detail{color:#f7f7f7;display:inline;padding:6px 13px;-webkit-transition:0.25s ease-in-out all;transition:0.25s ease-in-out all;margin-top:11px;display:table;position:absolute;bottom:-82px;right:8px;background:#ED1C24;height:13px;width:5px;text-decoration:none}.product_grid .button-detail span{font-size:22px;font-weight:500;font-family:arial}.product_grid .button_area{display:none}.product_grid .button_area a{border-radius:50% 50% 50% 50%;color:#FFFFFF;font-size:14px;height:38px;line-height:38px;margin:0 auto;overflow:hidden;padding:0;position:relative;text-align:center;text-transform:uppercase;white-space:nowrap;width:38px;background-color:#2080CA;color:#fff;border:1px solid #2080CA;display:inline-block}.product_grid .button_area a:first-child{margin-right:15px}.product_grid .button_area a::before,.product_grid .button_area a::after{bottom:0;height:100%;line-height:38px;transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;width:100%;float:left;color:#ffffff;font-size:19px;background-position:-85px -64px;content:''}.product_grid .button_area a::before{bottom:0}.product_grid .button_area a::after{bottom:100%;pointer-events:none;position:absolute;width:100%;left:0}.product_grid .button_area a:hover:before{transform:translateY(100%);-webkit-transform:translateY(100%)}.product_grid .button_area a:hover:after{bottom:0}.product_type{position:absolute;top:0;left:0;background:#0183BF;color:#FFF;padding:1px 8px;border-radius:3px 3px 3px 0;font-size:12px;line-height:18px}.product_type:after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:0;border-style:solid;border-width:4px 4px 0 0;border-color:#0183BF transparent transparent transparent}.product_type_moi{background:#00A7F4;color:#FFF;padding:1px 8px;border-radius:3px 3px 3px 0;font-size:12px}.product_type_moi:after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:0;border-style:solid;border-width:4px 4px 0 0;border-color:#00A7F4 transparent transparent transparent}.product_type_hot,.product_type_sale{background:#FF0000;color:#FFF;padding:1px 8px;border-radius:3px 3px 3px 0;font-size:12px}.product_type_hot:after,.product_type_sale:after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:0;border-style:solid;border-width:4px 4px 0 0;border-color:#FF0000 transparent transparent transparent}.product_type_order_0{top:6px;left:6px}.product_type_order_1{top:30px;left:6px}.product_type_order_2{top:-123px;left:7px}.product_type_qua-tang{background-repeat:no-repeat;background-position:-215px 0;background-color:transparent;width:35px;height:33px;text-indent:-999px;left:198px;top:-12px}.product_type_qua-tang:after{border-color:transparent}.progress{display:block;padding:0px 10px 18px}.progress .bar{position:relative;background-color:#27c15c;padding:10px 0px;flex:1 1 0%;border-radius:15px;overflow:hidden;padding:0px 0px 0px 0px;font-size:12px;height:18px}.progress .bar .percent{position:absolute;top:0px;left:0px;width:0px;height:100%;background-color:var(--main-color);z-index:1;color:#fff}.progress .bar .text{position:absolute;z-index:2;color:#fff;left:10px}.progress .bar .content{top:0px;left:0px;position:relative;display:flex;-webkit-box-align:center;align-items:center;width:100%;height:100%;color:#fff;z-index:2;padding:0px 4px}.progress .bar .content p{font-size:11px}.block_title_product{font-size:16px;text-transform:uppercase;font-weight:bold;margin-bottom:14px}.product_grid_5 .item{width:20%}.product_grid_slide>.item:nth-child(n+5){display:none}@media screen and (max-width: 800px){.product_grid_slide>.item:nth-child(n+4){display:none}}@media screen and (max-width: 600px){.product_grid_slide>.item:nth-child(n+3){display:none}}.product_grid_slide .owl-item .item{width:auto !important}.product_grid_slide .owl-next,.product_grid_slide .owl-prev{float:left;position:absolute;font-size:34px;line-height:24px;border-radius:50%;height:30px;box-sizing:border-box;text-align:center;color:#000;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;top:-97px}.product_grid_slide .owl-next:hover,.product_grid_slide .owl-prev:hover{color:var(--main-color)}@media screen and (max-width: 1024px){.product_grid_slide .owl-next,.product_grid_slide .owl-prev{top:-52px}}.product_grid_slide .owl-prev{right:40px}.product_grid_slide .owl-next{right:0px}.product_grid_slide_5 .item{width:20% !important}.product_grid_full .item{width:calc(20% - 14px)}.product_grid_scroll{overflow-x:auto}.product_grid_scroll .product_grid{width:832px;margin:0px -5px}.product_grid_scroll .product_grid .item{width:155px !important}@media screen and (max-width: 350px){.product_grid_scroll .product_grid .item{width:140px !important}}.product_bc{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0px -15px;box-sizing:border-box}@media only screen and (max-width: 768px){.product_bc{margin:0px -5px}}
/*# sourceMappingURL=products.css.map */
.wapper-content-page .row_inner {
  display: flex;
  flex-wrap: wrap;
}

.title_mod {
  text-align: center;
  font-size: 27px;
  border-bottom: none;
  position: relative;
  text-transform: uppercase;
  margin: 0px auto 40px;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .title_mod {
    font-size: 18px;
    margin: 0px auto 14px;
  }
}

.cat_item_store {
  text-align: center;
}
@media all and (max-width: 600px) {
  .cat_item_store {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 425px) {
  .cat_item_store {
    margin: 20px -10px;
  }
}
.cat_item_store ul li {
  display: inline-block;
  padding: 0px 20px;
}
@media all and (max-width: 580px) {
  .cat_item_store ul li {
    padding: 0px 0px;
  }
}
.cat_item_store ul li a {
  padding: 7px 0px;
  letter-spacing: 1px;
  border: 1px solid transparent;
  font-size: 15px;
  color: #6d6d6d;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
}
.cat_item_store ul li a:hover {
  border-bottom: 2px solid var(--main-color);
  color: var(--main-color) !important;
}
@media all and (max-width: 450px) {
  .cat_item_store ul li a {
    padding: 5px 5px;
    font-size: 13px;
    letter-spacing: normal;
  }
}
@media all and (max-width: 377px) {
  .cat_item_store ul li a {
    padding: 5px 4px;
    font-size: 12px;
  }
}
.cat_item_store ul .active a {
  border-bottom: 2px solid var(--main-color);
  color: var(--main-color) !important;
}

@media all and (max-width: 800px) {
  .cat_item_store ul li:nth-child(6) {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .cat_item_store ul li:nth-child(5) {
    display: none;
  }
}
.cat-title {
  background: #FBFBFB;
  border: 1px solid #ECECEC;
  line-height: 48px;
}

.cat-title .cat-title-main {
  float: left;
}

.cat-title .cat-title-main > a {
  margin-left: 31px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: normal;
  margin-top: 10px;
}

.cat-title .nav-tabs {
  float: right;
  display: flex;
}

.cat-title .nav-tabs li {
  margin-right: 14px;
  margin-left: 16px;
}

.cat-title .nav-tabs li.active a,
.cat-title .nav-tabs li:hover a {
  color: #0183BF;
  text-decoration: underline;
}

.title_icon {
  width: 40px;
  height: 50px;
  float: left;
  background: #00A7F4;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  position: relative;
}

.title_icon i {
  position: absolute;
  content: " ";
  width: 22px;
  height: 26px;
  top: 13px;
  left: 16px;
  z-index: 10;
}

.title_icon::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 19px;
  border-color: transparent transparent transparent #00A7F4;
}

#cat-dien-thoai .title_icon i, #cat-iphone .title_icon i {
  background-position: -85px -64px;
}

#cat-phu-kien .title_icon i {
  background-position: -113px -64px;
  width: 29px;
  height: 26px;
  top: 13px;
  left: 12px;
}

#cat-may-tinh-bang .title_icon i {
  background-position: -229px -77px;
}

#cat-dich-vu .title_icon i {
  background-position: -273px -125px;
  height: 31px;
  left: 13px;
  top: 11px;
}

#cat-dich-vu-sua-chua .title_icon i {
  background-position: -305px -124px;
  height: 31px;
  left: 13px;
  top: 11px;
}

@media only screen and (max-width: 768px) {
  .cat-title .nav-tabs {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  #cat_item_store_136 {
    display: none;
  }
  .home_pos_2 {
    display: none;
  }
}
.products_item_content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.xemthemhome {
  text-align: center;
  margin-top: 42px;
  width: 100%;
}
.xemthemhome a {
  color: #fff;
  background: var(--main-color);
  text-transform: uppercase;
  padding: 13px 64px 11px 34px;
  font-size: 16px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.xemthemhome a:after {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("images/plus.svg");
  content: "";
  right: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wapper-content-page {
  max-width: 1000px;
}
.wapper-content-page .container_main_wrapper {
  max-width: 1000px;
}/*# sourceMappingURL=home.css.map */#icon_hot {
  position: absolute;
  left: 0px;
  top: 14px;
  font-size: 9px;
  text-transform: uppercase;
  color: red;
}

#dot {
  width: 6px;
  height: 6px;
  background-color: #f33;
  border-radius: 100%;
  position: absolute;
  left: 16px;
  top: 27px;
  margin-top: -5px;
  display: block;
}
#dot .ping {
  border: 1px solid #f33;
  width: 6px;
  height: 6px;
  opacity: 1;
  background-color: rgba(238, 46, 36, 0.2);
  border-radius: 100%;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-name: sonar;
  animation-name: sonar;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  display: block;
  margin: -1px 0 0 -1px;
}

.megamenu_mb, .highlight {
  position: fixed;
  width: 500px;
  height: 100%;
  background: #fff;
  z-index: 999999;
  padding: 0px 0px;
  box-sizing: border-box;
  top: 0;
  left: -100%;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .megamenu_mb, .highlight {
    width: 86%;
  }
}

.megamenu_mb_show {
  left: 0;
}

:root {
  --body-color: #eee;
}

.modal-menu-full-screen-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5490196078);
  z-index: -99;
  opacity: 0;
  transition: 0.5s;
}

.show_screen {
  z-index: 99999;
  opacity: 1;
}

.close_all {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  right: -40px;
  top: 10px;
}
.close_all .navicon-line {
  width: 16px;
  height: 1px;
  border-radius: 1px;
  margin-bottom: 0px;
  background-color: #fff;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
}
.close_all .navicon-line:nth-child(1) {
  transform: rotate(45deg) translate(15px, 5px);
}
.close_all .navicon-line:nth-child(2) {
  transform: rotate(-45deg) translate(-5px, 15px);
}

.megamenu_mb .label {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--body-color);
  font-size: 18px;
  position: relative;
  font-weight: 700;
}
.megamenu_mb li {
  position: relative;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.megamenu_mb li a, .megamenu_mb li span {
  display: flex;
  align-items: center;
  float: none;
  padding: 14px 10px 11px 11px;
  font-size: 16px;
  color: var(--main-color);
}
@media all and (max-width: 600px) {
  .megamenu_mb li a, .megamenu_mb li span {
    font-size: 15px;
  }
}
.megamenu_mb li a span, .megamenu_mb li span span {
  padding: 0px;
}
.megamenu_mb li .check_icon {
  padding: 17px 6px 15px 37px;
}
.megamenu_mb li svg {
  width: 16px;
  margin-right: 10px;
  fill: var(--main-color);
  height: 16px;
}
@media all and (max-width: 600px) {
  .megamenu_mb li svg {
    width: 22px;
    height: 22px;
  }
}
.megamenu_mb .next_menu {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
  width: 40px;
  border-left: 1px solid var(--body-color);
  z-index: 99;
}
.megamenu_mb .label:after, .megamenu_mb .label:before, .megamenu_mb .next_menu:after, .megamenu_mb .next_menu:before {
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  position: absolute;
  content: "";
  left: calc(50% - 3px);
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.megamenu_mb .label:after, .megamenu_mb .label:before {
  left: 25px;
  transform: translate(0, -50%) rotate(-135deg);
}
.megamenu_mb #menu_:after, .megamenu_mb #menu_:before {
  display: none;
}
.megamenu_mb ul.menu, .megamenu_mb .highlight {
  height: 100%;
  overflow: auto;
}

.group_id_menu_23 {
  background: rgba(228, 228, 228, 0.1882352941);
}

@keyframes sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}/*# sourceMappingURL=megamenu_mb.css.map */:root {
  --svg-top-color:#666;
}

.share_top svg {
  width: 15px;
  height: 15px;
  padding-top: 5px;
  fill: var(--svg-top-color);
}
.share_top svg path {
  fill: var(--svg-top-color);
}
.share_top svg g {
  fill: var(--svg-top-color);
}
.share_top svg:hover {
  fill: var(--svg-top-color);
}
.share_top svg:hover path {
  fill: var(--svg-top-color);
}
.share_top svg:hover g {
  fill: var(--svg-top-color);
}

.share_top a {
  margin: 0 10px;
} /*# sourceMappingURL=header_top.css.map */.dcjq-mega-menu {
  position: relative;
  float: left;
  padding-left: 60px;
}
@media screen and (max-width: 1200px) {
  .dcjq-mega-menu {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1170px) {
  .dcjq-mega-menu {
    padding-left: 35px;
  }
}
@media all and (max-width: 990px) {
  .dcjq-mega-menu {
    float: none;
  }
}

.dcjq-mega-menu #megamenu {
  position: relative;
  z-index: 99;
}
@media all and (max-width: 400px) {
  .dcjq-mega-menu #megamenu {
    margin-top: 0;
  }
}

.header_wrapper_js {
  position: fixed;
  top: 0px;
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  position: fixed;
  z-index: 99999;
  width: 100%;
}

.top_ss {
  display: none;
}

#megamenu .menu-sepa {
  display: none;
}

li.activated .menu_item_a {
  border: 1px solid var(--main-color);
}

.dcjq-mega-menu ul.menu li.level_0 {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  float: left;
  transition: 0.5s ease-in-out all;
}
.dcjq-mega-menu ul.menu li.level_0 a {
  border: 1px solid transparent;
}

.dcjq-mega-menu ul.menu li.activated svg {
  fill: var(--extra-color);
}

.dcjq-mega-menu ul.menu li.mega-hover a,
.dcjq-mega-menu ul.menu > li:hover > a {
  color: var(--text-hover);
}
.dcjq-mega-menu ul.menu li.mega-hover a svg,
.dcjq-mega-menu ul.menu > li:hover > a svg {
  fill: var(--text-hover);
}
@media screen and (max-width: 990px) {
  .dcjq-mega-menu ul.menu li.mega-hover a,
  .dcjq-mega-menu ul.menu > li:hover > a {
    color: #fff;
  }
}

.dcjq-mega-menu ul.menu li.home.mega-hover a,
.dcjq-mega-menu ul.menu > li.home.activated > a,
.dcjq-mega-menu ul.menu > li.home:hover > a {
  color: var(--text-hover);
}
.dcjq-mega-menu ul.menu li.home.mega-hover a svg,
.dcjq-mega-menu ul.menu > li.home.activated > a svg,
.dcjq-mega-menu ul.menu > li.home:hover > a svg {
  fill: var(--text-hover);
}
@media screen and (max-width: 990px) {
  .dcjq-mega-menu ul.menu li.home.mega-hover a,
  .dcjq-mega-menu ul.menu > li.home.activated > a,
  .dcjq-mega-menu ul.menu > li.home:hover > a {
    color: #fff;
  }
}

.dcjq-mega-menu .menu_item_a {
  display: grid;
  padding: 12px 30px 10px;
  font-size: 16px;
  white-space: nowrap;
  transition: 0.5s;
  -moz-transition: 0.5s;
  border-radius: 30px;
  line-height: 1.1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  color: var(--text-back-color);
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1200px) {
  .dcjq-mega-menu .menu_item_a {
    padding: 10px 28px 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1170px) {
  .dcjq-mega-menu .menu_item_a {
    padding: 10px 25px 10px;
    font-size: 14px;
  }
}

.dcjq-mega-menu .menu_itemm_a {
  padding: 30px 0 27px 0px;
}

.drop_down {
  color: #FFFFFF;
  display: block;
  float: left;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translate(0px, -50%);
}
@media only screen and (max-width: 1010px) {
  .drop_down {
    right: 0px;
  }
}
.drop_down svg {
  fill: #cecece;
  width: 8px;
  height: 8px;
}
@media all and (max-width: 990px) {
  .drop_down svg {
    width: 10px;
    height: 10px;
  }
}
@media all and (max-width: 990px) {
  .drop_down {
    display: block;
    float: left;
    padding: 15px 20px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: 0.7s ease-in-out all;
  }
}

.dcjq-mega-menu .highlight {
  position: absolute;
  text-align: left;
  top: 40px;
  padding-top: 15px;
  left: 18px;
  width: 250px;
  z-index: 99999999;
  transition: 0.1s ease-in-out all;
  opacity: 0;
  visibility: hidden;
  background: unset;
}
@media only screen and (max-width: 1024px) {
  .dcjq-mega-menu .highlight {
    top: 10px;
    left: -33px;
  }
}

.dcjq-mega-menu .highlight .highlight1 {
  /* border-top: 2px solid #0094E0; */
}

.dcjq-mega-menu ul.menu li:hover .highlight {
  opacity: 1;
  visibility: visible;
}

.dcjq-mega-menu .highlight .sub-menu-level1 {
  border-bottom: 1px solid #ccc;
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.8901960784);
  transition: 0.3s all ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.dcjq-mega-menu .highlight .sub-menu-level1 a {
  color: #03477C;
  width: 100%;
  display: inline-block;
  padding: 14px 0 14px 12px;
}
.dcjq-mega-menu .highlight .sub-menu-level1:hover {
  transition: 0.2s all linear;
  background: var(--main-color);
}
.dcjq-mega-menu .highlight .sub-menu-level1:hover .images-sub-menu1 .level_0 {
  color: #fff;
}
.dcjq-mega-menu .highlight .sub-menu-level1:hover .highlight_level2 {
  transition: 0.5s all ease-in-out;
  transform: translateY(0px);
  opacity: 1;
  visibility: inherit;
}
.dcjq-mega-menu .highlight .sub-menu-level1:hover .images-sub-menu1 {
  cursor: pointer;
  border-left: 3px solid #fff;
  transition: 0.15s ease-in-out all;
}

.dcjq-mega-menu .sb-toggle-left {
  float: right;
  display: none;
  cursor: pointer;
  position: relative;
}

.wrapper_top_s {
  padding: 14px 0px;
}
@media screen and (max-width: 860px) {
  .wrapper_top_s {
    padding: 11px 0px;
  }
}

@media screen and (max-width: 990px) {
  .top_menu #megamenu {
    position: absolute;
    background: var(--main-color);
    width: 200px;
    display: none;
    right: -45px;
    top: 56px;
    z-index: 1026;
    border-left: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
  }
}
@media screen and (max-width: 990px) and (max-width: 600px) {
  .top_menu #megamenu {
    top: 56px;
  }
}
@media screen and (max-width: 990px) {
  .dcjq-mega-menu .sb-toggle-left {
    display: block;
    position: relative;
    margin-top: 17px;
    margin-right: 24px;
  }
  .dcjq-mega-menu .sb-toggle-left svg {
    width: 22px;
    height: 22px;
    z-index: 99;
  }
  .dcjq-mega-menu ul.menu li.level_0 {
    float: none;
    padding: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.56);
    margin: 0;
  }
  .dcjq-mega-menu ul.menu li.level_0:hover {
    border-top: 1px solid rgba(255, 255, 255, 0.56);
  }
  .dcjq-mega-menu ul.menu li.level_0:before {
    display: none;
  }
  .dcjq-mega-menu ul.menu li.level_0:after {
    display: none;
  }
  .dcjq-mega-menu .highlight .highlight1 {
    background: transparent;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-transform: none;
  }
  .dcjq-mega-menu .highlight .highlight1 a {
    color: #FFF;
  }
  .dcjq-mega-menu ul.menu li.mega-hover a,
  .dcjq-mega-menu ul.menu > li.activated > a,
  .dcjq-mega-menu ul.menu > li:hover > a {
    transition: 0.25s ease-in-out all;
    background: var(--main-color);
    border: 1px solid var(--main-color);
  }
}
.dcjq-mega-menu ul.menu li.mega-hover a,
.dcjq-mega-menu ul.menu > li.activated > a,
.dcjq-mega-menu ul.menu > li:hover > a {
  transition: 0.25s ease-in-out all;
  border: 1px solid var(--main-color);
}

.slide-up {
  transform: translateY(0);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.slide-down {
  transform: translateY(-200%);
}

.m-slide-up {
  transform: translateY(0);
}

.m-slide-down {
  transform: translateY(-100%);
}

.m-menu-fix#menu-fixed-bar {
  position: fixed;
  top: 52px;
}

.highlight_level2 {
  position: absolute;
  top: 0;
  left: 250px;
  width: 250px;
  background-color: #fff;
  color: var(--white-color);
  opacity: 0;
  visibility: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.highlight_level2 .sub-menu2 {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(231, 231, 231, 0.1215686275);
}
.highlight_level2 .sub-menu2 a {
  color: #000;
  padding: 10px 0 10px 12px;
  width: 100%;
  display: grid;
  box-sizing: border-box;
}
.highlight_level2 .sub-menu2:hover {
  border-left: 3px solid #fff;
  background-color: var(--main-color);
}
.highlight_level2 .sub-menu2:hover a {
  color: #fff;
}/*# sourceMappingURL=megamenu.css.map */.search-contain .search-content {
  border: none;
}

.search-contain input[type=text] {
  outline: none;
  border: none;
  background: #FFF;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  box-sizing: border-box;
  font-family: arial;
  font-size: 13px;
  border: 1px solid #e3e3e3;
  color: #3a3a3a;
}
.search-menu-icon {
  position: relative;
  box-sizing: border-box;
}

#search_form {
  transform: rotateY(90deg);
  transition-property: all;
  transition-duration: 1.5s;
  width: 0px;
  transform-origin: right;
  position: absolute;
  top: 0px;
  right: 0px;
}
#search_form .dclose {
  display: inline;
  position: absolute;
  padding: 8px;
  cursor: pointer;
  box-sizing: border-box;
  right: 0px;
  width: 40px;
  height: 40px;
  background: var(--main-color);
}
#search_form .dclose span {
  cursor: pointer;
  font-size: 25px;
  color: #fff;
}

.button_a {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
}
@media only screen and (max-width: 990px) {
  .button_a {
    top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .button_a {
    width: 30px;
    height: 30px;
    top: 15px;
  }
}
@media only screen and (max-width: 425px) {
  .button_a {
    top: 8px;
  }
}
.button_a svg {
  fill: #000;
  width: 18px;
  height: 18px;
  margin: -2px 5px;
}
@media only screen and (max-width: 768px) {
  .button_a svg {
    width: 18px;
    height: 18px;
    margin: 5px 0px;
  }
}

.button-search {
  outline: none;
  width: 40px;
  height: 40px;
  position: absolute;
  background: none;
  border: none;
  right: 40px;
  top: 0px;
  cursor: pointer;
}
.button-search svg {
  fill: black;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 1140px) {
  .button-search {
    background: none;
  }
}

.button-search i {
  width: 26px;
  height: 29px;
  background-position: 0px 0px;
  display: block;
  margin-left: 11px;
  margin-top: 4px;
}

.autocomplete-suggestions {
  position: absolute;
  top: 4px;
  right: -5px;
  margin: 6px 0 0 6px;
  _background: none;
  _margin: 1px 0 0 0;
}

.autocomplete-suggestions {
  border: 1px solid #ececec;
  background: #fff;
  cursor: default;
  overflow: auto;
  margin: 0 0px 6px -1px;
  width: 100%;
  top: 31px;
  left: 101px;
}
@media only screen and (min-width: 1180px) {
  .autocomplete-suggestions {
    width: 300px !important;
  }
}

.autocomplete-suggestions div {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  clear: both;
  padding: 0;
  margin: 0;
  margin-bottom: -5px;
}

.autocomplete-suggestions .autocomplete-group {
  padding: 8px 3%;
  width: 100%;
  background: #f9f9f9;
  box-sizing: border-box;
}

.autocomplete-suggestions div a, .autocomplete-suggestions div a:link, .autocomplete-suggestions div a:visited {
  display: inline-block;
  margin: 0;
  padding: 6px 3%;
  width: 100%;
  /* font-family: opensans; */
  font-size: 13px;
  color: #333;
  background: #fff;
  clear: both;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.autocomplete-suggestions div a:hover {
  background: #ececec;
}

.autocomplete-suggestions div a img {
  width: 64px;
  float: left;
  margin-right: 20px;
}

.autocomplete-suggestions div a label {
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  float: left;
  width: calc(100% - 84px);
}

.autocomplete-suggestions div a span {
  display: block;
  clear: both;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.autocomplete-suggestions div a span.price {
  color: #fd0000;
  padding-top: 10px;
}

.autocomplete-suggestions div.last {
  border: none;
}

.autocomplete-suggestions strong {
  font-weight: 500;
  color: #0083bf;
}

.autocomplete-suggestions::-webkit-scrollbar-track {
  border-radius: 15px;
  background-color: #EBEBEB;
}

.autocomplete-suggestions::-webkit-scrollbar {
  width: 5px;
  background-color: #EBEBEB;
  border-radius: 15px;
}

.autocomplete-suggestions::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #000;
  border: 1px solid #EBEBEB;
}

@media only screen and (max-width: 450px) {
  .search-content {
    float: right;
  }
  .search-menu-icon-hidden {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .autocomplete-suggestions {
    top: 30px;
    left: 10px;
  }
  .search-menu-icon-hidden {
    display: block;
  }
}
@media only screen and (max-width: 956px) {
  .search-menu-icon-hidden {
    display: block;
  }
}
.search_form-open {
  display: block !important;
  -webkit-transform: rotateY(0deg) !important;
  -moz-transform: rotateY(0deg) !important;
  -ms-transform: rotateY(0deg) !important;
  -o-transform: rotateY(0deg) !important;
  transform: rotateY(0deg) !important;
  width: 300px !important;
  z-index: 2222;
}/*# sourceMappingURL=search.css.map *//* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=owl.carousel.css.map */.brightness {
  width: 100%;
  height: 100%;
}

.slideshow .owl-item .item a {
  display: grid;
}
.slideshow .owl-item .item .item_ordering {
  position: absolute;
  top: 120px;
  left: 100px;
  font-size: 41px;
  color: #fff;
  z-index: 14;
  display: none;
}
.slideshow .owl-item .item:hover:after {
  opacity: 0.3;
}

.slider-home-wrapper {
  position: relative;
}

#fs-slider-home {
  display: block;
  width: 100%;
}

#fs-slider-home .item:first-child {
  display: block;
}

.slider-home-wrapper .owl-carousel {
  position: initial;
}

#fs-slider-home img {
  width: 100%;
}

#fs-slider-home .item {
  text-align: center;
}

#fs-slider-home .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 15%;
  border-radius: 19px;
  left: 50%;
  transform: translate(-50%, 0);
}
#fs-slider-home .owl-dot {
  position: relative;
  background: #ccc;
  margin: 0px 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
}
#fs-slider-home .owl-dot.active,
#fs-slider-home .owl-dot:hover {
  background: #989898;
  width: 32px;
  border-radius: 10px;
}

#fs-slider-home:hover .owl-controls .owl-nav {
  display: block;
}

#fs-slider-home .owl-controls .owl-nav div {
  background-color: #989898;
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transition: 0.5 all ease-in-out;
  transform: translateY(-50%);
  opacity: 0.5;
}
@media (max-width: 1170px) {
  #fs-slider-home .owl-controls .owl-nav div {
    background-color: rgba(152, 152, 152, 0.3411764706);
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 990px) {
  #fs-slider-home .owl-controls .owl-nav div {
    background-color: rgba(152, 152, 152, 0.3411764706);
    width: 30px;
    height: 30px;
  }
}
#fs-slider-home .owl-controls .owl-nav div svg {
  width: 30px;
  height: 30px;
  fill: var(--white-color);
}
@media (max-width: 1170px) {
  #fs-slider-home .owl-controls .owl-nav div svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 990px) {
  #fs-slider-home .owl-controls .owl-nav div svg {
    width: 20px;
    height: 20px;
  }
}
#fs-slider-home .owl-controls .owl-nav div svg path {
  fill: var(--white-color);
  stroke: var(--white-color);
}
#fs-slider-home .owl-controls .owl-nav div svg g {
  stroke: var(--white-color);
  fill: var(--white-color);
}
#fs-slider-home .owl-controls .owl-nav div:hover {
  background: rgba(0, 0, 0, 0.3803921569);
  color: #fff;
}
@media all and (max-width: 600px) {
  #fs-slider-home .owl-controls .owl-nav div {
    padding: 8px 15px 4px;
  }
}

#fs-slider-home:hover .owl-controls .owl-nav div {
  transition: all 0.3s;
  opacity: 1;
}

#fs-slider-home .owl-controls .owl-prev {
  left: 10px;
  transition: all 0.5s;
}
#fs-slider-home .owl-controls .owl-prev span {
  padding-right: 10px;
}
#fs-slider-home .owl-controls .owl-prev:hover::before {
  opacity: 1;
  transition: all 0.5s;
}
@media all and (max-width: 600px) {
  #fs-slider-home .owl-controls .owl-prev {
    left: 40px;
  }
}

#fs-slider-home .owl-controls .owl-next {
  right: 10px;
  transition: all 0.5s;
}
#fs-slider-home .owl-controls .owl-next span {
  padding-left: 15px;
}
@media only screen and (max-width: 500px) {
  #fs-slider-home .owl-controls .owl-next .owl-controls {
    display: none;
  }
}
#fs-slider-home .owl-controls .owl-next:hover::after {
  opacity: 1;
  transition: all 0.5s;
}
@media all and (max-width: 600px) {
  #fs-slider-home .owl-controls .owl-next {
    right: 40px;
  }
}

@media all and (max-width: 650px) {
  #fs-slider-home .owl-controls {
    display: none;
  }
}
#fs-slider-home .owl-controls .owl-next::after,
#fs-slider-home .owl-controls .owl-prev::before {
  width: 18px;
  height: 16px;
  display: inline-block;
  opacity: 0.4;
}
@media all and (max-width: 600px) {
  #fs-slider-home .owl-controls .owl-next::after,
  #fs-slider-home .owl-controls .owl-prev::before {
    width: 27px;
    height: 25px;
  }
}
@media all and (max-width: 600px) {
  #fs-slider-home .owl-controls .owl-prev::after,
  #fs-slider-home .owl-controls .owl-next::before {
    display: none;
  }
}

.slide-content {
  position: absolute;
  top: 37%;
  left: 13%;
  transform: translate(-13%, -37%);
  font-weight: 700;
  color: #fff;
  width: 100%;
  max-width: 500px;
  z-index: 1;
  text-align: left;
}
@media all and (max-width: 1170px) {
  .slide-content {
    max-width: 380px;
  }
}
@media all and (max-width: 990px) {
  .slide-content {
    max-width: 300px;
  }
}
@media all and (max-width: 767px) {
  .slide-content {
    max-width: 240px;
  }
}
@media only screen and (max-width: 600px) {
  .slide-content {
    max-width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .slide-content {
    left: 10%;
  }
}
.slide-content .title-banner-big {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 5px;
  transition: 3ms all ease-in;
  transform: scale(1);
}
@media all and (max-width: 1170px) {
  .slide-content .title-banner-big {
    font-size: 90px;
  }
}
@media all and (max-width: 990px) {
  .slide-content .title-banner-big {
    font-size: 80px;
  }
}
@media all and (max-width: 767px) {
  .slide-content .title-banner-big {
    font-size: 68px;
  }
}
@media all and (max-width: 650px) {
  .slide-content .title-banner-big {
    line-height: 1;
    font-size: 58px;
  }
}
@media all and (max-width: 600px) {
  .slide-content .title-banner-big {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .slide-content .title-banner-big {
    font-size: 25px;
  }
}
.slide-content .description-slide-en,
.slide-content .title-banner-small-en {
  font-size: 34px;
}
.slide-content .description-slide,
.slide-content .title-banner-small {
  font-size: 38px;
  line-height: 1.5;
  font-weight: 700;
  word-spacing: 0px;
  letter-spacing: 1px;
  transition: 500ms all ease-in;
  transform: scale(1);
}
@media all and (max-width: 1170px) {
  .slide-content .description-slide,
  .slide-content .title-banner-small {
    font-size: 32px;
  }
}
@media all and (max-width: 990px) {
  .slide-content .description-slide,
  .slide-content .title-banner-small {
    font-size: 29px;
    line-height: 1.3;
  }
}
@media all and (max-width: 767px) {
  .slide-content .description-slide,
  .slide-content .title-banner-small {
    font-size: 21px;
  }
}
@media all and (max-width: 600px) {
  .slide-content .description-slide,
  .slide-content .title-banner-small {
    font-size: 18px;
  }
}
@media all and (max-width: 500px) {
  .slide-content .description-slide,
  .slide-content .title-banner-small {
    font-size: 13px;
  }
}
.button-slide {
  font-size: 18px;
  display: inline-block;
  color: var(--black-color);
  border: none;
  margin-top: 51px;
  line-height: 1.1;
  width: 100%;
  max-width: 225px;
  height: 60px;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, rgb(229, 203, 117) 0%, rgb(255, 189, 29) 100%);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  transition: 0.2s all ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  transform: translateX(0px);
}
.button-slide:hover {
  transition: 0.2s all ease-in-out;
  background: linear-gradient(90deg, rgb(255, 189, 29) 0%, rgb(229, 203, 117) 100%);
  color: var(--black-color);
}
@media all and (max-width: 1170px) {
  .button-slide {
    margin-top: 40px;
    max-width: 200px;
    height: 50px;
  }
}
@media all and (max-width: 990px) {
  .button-slide {
    font-size: 15px;
    margin-top: 35px;
    max-width: 180px;
    height: 45px;
  }
}
@media all and (max-width: 767px) {
  .button-slide {
    margin-top: 30px;
    font-size: 13px;
    max-width: 150px;
    height: 40px;
  }
}
@media all and (max-width: 600px) {
  .button-slide {
    margin-top: 20px;
    font-size: 9px;
    max-width: 120px;
    height: 35px;
  }
}
@media all and (max-width: 500px) {
  .button-slide {
    margin-top: 5px;
    max-width: 100px;
    height: 30px;
  }
}
@media all and (max-width: 350px) {
  .button-slide {
    margin-top: 5px;
  }
}

@keyframes slide-in {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slide-out {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes slide-out-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-in-left-owl {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-out {
  100% {
    transform: scale(1);
    opacity: 1;
  }
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
}
@media all and (min-width: 767px) {
  .owl-item.active .button-slide {
    animation: slide-in 2.5s forwards;
    -webkit-animation: slide-in 2.5s forwards;
  }
  .owl-item.active .description-slide {
    animation: slide-in-left-owl 2s forwards;
    -webkit-animation: slide-in-left-owl 2s forwards;
  }
  .owl-item.active .title-banner-small {
    animation: slide-in-left-owl 2.5s forwards;
    -webkit-animation: slide-in-left-owl 2.5s forwards;
  }
  .owl-item.active .title-banner-big {
    animation: scale-in 2.5s forwards;
    -webkit-animation: scale-in 2.5s forwards;
  }
}/*# sourceMappingURL=owl_carousel_home.css.map */.block-strengths {
  display: flex;
  flex-wrap: wrap;
}
.left_strengths {
  width: calc(41% - 15px);
  margin-right: 15px;
  transition: 0.1s all ease-in-out;
}
@media all and (max-width: 1170px) {
  .left_strengths {
    width: calc(50% - 15px);
    text-align: center;
  }
}
@media all and (max-width: 990px) {
  .left_strengths {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.left_strengths .title_strengths2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 30px;
}
@media all and (max-width: 1170px) {
  .left_strengths .title_strengths2 {
    text-align: center;
    font-size: 32px;
  }
  .left_strengths .title_strengths2 br {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .left_strengths .title_strengths2 {
    font-size: 25px;
  }
}
@media all and (max-width: 400px) {
  .left_strengths .title_strengths2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  .left_strengths .box-item {
    display: flex;
    flex-wrap: wrap;
  }
}
.left_strengths .item {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 25px 20px 20px;
  margin-bottom: 30px;
  border-radius: 30px;
  background-color: var(--white-color);
  box-shadow: 1px 6px 11px #cccccc;
}
@media all and (max-width: 990px) {
  .left_strengths .item {
    padding: 15px 15px 15px 15px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  .left_strengths .item {
    width: calc(33.3333333333% - 30px);
    margin: 0 15px;
    flex-direction: column;
    padding: 0 0;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
.left_strengths .item .img-svg {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 767px) and (max-width: 990px) {
  .left_strengths .item .img-svg {
    padding: 10px;
  }
}
.left_strengths .item .img-svg svg {
  width: 60px;
  height: 60px;
  fill: var(--main-color);
}
@media all and (max-width: 990px) {
  .left_strengths .item .img-svg svg {
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
}
.left_strengths .item .img-svg svg path {
  fill: var(--main-color);
  stroke: var(--main-color);
}
.left_strengths .item .img-svg svg g {
  fill: var(--main-color);
  stroke: var(--main-color);
}
.left_strengths .item .content-right {
  width: calc(80% - 5px);
  margin-left: 5px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
@media (min-width: 767px) and (max-width: 990px) {
  .left_strengths .item .content-right {
    text-align: center;
  }
}
.left_strengths .item .content-right .title {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--black-color);
}
@media (min-width: 767px) and (max-width: 990px) {
  .left_strengths .item .content-right .title {
    white-space: nowrap;
  }
}
@media all and (max-width: 400px) {
  .left_strengths .item .content-right .title {
    font-size: 18px;
  }
}
.left_strengths .item .content-right .summary {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
  color: var(--black-color);
}
@media (max-width: 990px) {
  .left_strengths .item .content-right .summary br {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  .left_strengths .item .content-right .summary {
    padding: 10px 15px;
    min-height: 100px;
  }
}
@media all and (max-width: 400px) {
  .left_strengths .item .content-right .summary {
    font-size: 13px;
  }
}
.left_strengths .item:hover {
  transition: 0.3s all ease-in-out;
  background-color: var(--extra-0a9131);
}
.left_strengths .item:hover svg {
  transition: 0.3s all ease-in-out;
  fill: var(--svg-hover-color);
}
.left_strengths .item:hover svg path {
  fill: var(--svg-hover-color);
  stroke: var(--svg-hover-color);
}
.left_strengths .item:hover svg g {
  fill: var(--svg-hover-color);
  stroke: var(--svg-hover-color);
}
.left_strengths .item:hover .title {
  transition: 0.3s all ease-in-out;
  color: var(--white-color);
}
.left_strengths .item:hover .summary {
  transition: 0.3s all ease-in-out;
  color: var(--white-color);
}
.left_strengths .btn_strengths1 {
  font-size: 16px;
  width: 190px;
  height: 50px;
  border-radius: 25px;
  background-color: var(--red-color-strengths);
  padding-top: 2px;
  color: var(--white-color);
  text-transform: uppercase;
  display: inline-flex;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
}
.left_strengths .btn_strengths1:hover {
  transition: 0.4s all linear;
  color: var(--color-btn-hover);
  background: var(--white-color);
  box-shadow: 0px 0px 5px #ccc;
}
@media all and (max-width: 990px) {
  .left_strengths .btn_strengths1 {
    margin: 0 auto;
    text-align: center;
    /* width: auto; */
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .left_strengths .btn_strengths1 {
    font-size: 14px;
    width: 160px;
    height: 40px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 425px) {
  .left_strengths .btn_strengths1 {
    font-size: 14px;
    width: 130px;
    height: 30px;
  }
}

.right_strengths {
  width: calc(59% - 15px);
  margin-left: 15px;
  background-position-y: -155px;
  background-repeat: no-repeat;
  background-position-x: 35px;
  transition: 0.1s all ease-in-out;
}
@media all and (max-width: 1170px) {
  .right_strengths {
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 990px) {
  .right_strengths {
    width: 70%;
    margin: 0 auto;
    margin: 0 auto;
    background-size: 120% 120%;
    background-position-y: 100%;
    background-position-x: 50%;
  }
}
@media (max-width: 767px) {
  .right_strengths {
    width: 100%;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .right_strengths {
    width: 100%;
  }
}
.right_strengths .box-img {
  margin: 50px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  transition: 0.3s linear all;
}
@media all and (max-width: 1170px) {
  .right_strengths .box-img {
    justify-content: center;
  }
}
@media all and (max-width: 990px) {
  .right_strengths .box-img {
    flex-direction: row;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .right_strengths .box-img {
    margin: 15px 0;
  }
}
@media all and (max-width: 400px) {
  .right_strengths .box-img {
    margin: 15px 0;
  }
}
.right_strengths a {
  display: grid;
}
.right_strengths .img-strengths {
  border-radius: 20px;
}
.right_strengths .img-strengths img {
  border-radius: 20px;
}
.right_strengths .img-strengths0 {
  max-width: 100%;
  width: 270px;
  transition: 0.1s linear all;
}
@media all and (max-width: 1024px) {
  .right_strengths .img-strengths0 {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 990px) {
  .right_strengths .img-strengths0 {
    margin: 0;
    width: 200px;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .right_strengths .img-strengths0 {
    margin: 0 15px;
  }
}
@media all and (max-width: 400px) {
  .right_strengths .img-strengths0 {
    margin-bottom: 15px;
    width: 100px;
  }
}
.right_strengths .img-strengths1 {
  float: right;
  width: 270px;
  max-width: 100%;
  margin: 0 30px;
  transition: 0.1s linear all;
  margin-right: 0;
}
@media all and (max-width: 990px) {
  .right_strengths .img-strengths1 {
    width: 200px;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .right_strengths .img-strengths1 {
    margin: 0 15px;
  }
}
@media all and (max-width: 400px) {
  .right_strengths .img-strengths1 {
    margin-bottom: 15px;
    margin: 0 10px;
    width: 100px;
  }
}

@media all and (min-width: 767px) {
  .pos1.hello .item {
    opacity: 0;
    animation: fadeInDown 0.5s forwards;
    -webkit-animation: fadeInDown 0.5s forwards;
  }
  .pos1.hello .item:nth-child(3n+2) {
    animation-delay: 0.5s;
  }
  .pos1.hello .item:nth-child(3n+3) {
    animation-delay: 0.8s;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=row_2.css.map */.block-strengths-3 {
  display: flex;
  position: relative;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(133, 133, 133, 0.0397408964) 98%);
}

.left-item {
  position: relative;
  top: 60px;
  left: -100%;
  width: 60%;
  max-height: 700px;
  height: auto;
}
@media all and (max-width: 1200px) {
  .left-item {
    left: -330px;
  }
}
@media screen and (max-width: 1024px) {
  .left-item {
    max-height: 550px;
  }
}
@media screen and (max-width: 990px) {
  .left-item {
    display: none;
  }
}
.left-item::after {
  content: "";
  height: 70%;
  max-height: 70%;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 100%;
  background-color: #ffec9c;
  transform: skewX(-30deg) translate(-30px, -50%);
  border-radius: 30px;
  z-index: 1;
}
.left-item .image-strengths2 {
  width: 100%;
  max-height: 700px;
  height: auto;
  display: grid;
  transform: skewX(-30deg);
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 50px;
}
.left-item .image-strengths2 img {
  transform: skewX(30deg);
  max-width: 125%;
  width: 125%;
}

.right-item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0%;
  width: calc(60% - 0px);
  padding: 145px 0;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 990px) {
  .right-item {
    position: unset;
    padding: 0;
    background-size: cover;
    width: 100%;
  }
}
.right-item .right-item-box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 990px) {
  .right-item .right-item-box {
    top: 0%;
    transform: translateY(0%);
  }
}
.right-item .title_strength2 {
  font-size: 35px;
  line-height: 1.5;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 25px;
  margin-left: 15%;
  margin-bottom: 64px;
  transition: 300ms all linear;
}
@media all and (max-width: 1250px) {
  .right-item .title_strength2 {
    margin-left: 13%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1030px) and (max-width: 1200px) {
  .right-item .title_strength2 {
    margin-left: 13%;
    margin-bottom: 20px;
  }
  .right-item .title_strength2 br {
    display: none;
  }
}
@media all and (max-width: 1030px) {
  .right-item .title_strength2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 990px) {
  .right-item .title_strength2 {
    text-align: center;
    margin: 15px auto;
    display: block;
    margin-bottom: 30px;
    padding: 0;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .right-item .title_strength2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .right-item .title_strength2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.right-item .title_strength2 span {
  display: inline-block;
  margin-left: -30px;
  padding-left: 0;
}
@media all and (max-width: 1200px) {
  .right-item .title_strength2 span {
    margin-left: 0;
  }
}
@media screen and (max-width: 990px) {
  .right-item .title_strength2 span {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}
.right-item .box {
  width: calc(100% + 15px);
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
@media screen and (max-width: 990px) {
  .right-item .box {
    width: calc(100% - 0px);
    margin: 0px;
  }
}
.right-item .box .item {
  width: calc(25% - 50px);
  margin: 0 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .right-item .box .item {
    width: calc(25% - 30px);
    margin: 0 15px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .right-item .box .item {
    width: calc(50% - 30px);
    margin: 15px;
    margin-top: 0px;
    padding: 0;
  }
}
@media screen and (max-width: 350px) {
  .right-item .box .item {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
.right-item .box .item .icon-strength2 {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--white-color);
  box-shadow: 0px 8px 13px rgba(204, 204, 204, 0.7803921569);
  margin-bottom: 33px;
}
@media screen and (max-width: 1024px) {
  .right-item .box .item .icon-strength2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 990px) {
  .right-item .box .item .icon-strength2 {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .right-item .box .item .icon-strength2 {
    width: 85px;
    height: 85px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 350px) {
  .right-item .box .item .icon-strength2 {
    margin-bottom: 10px;
  }
}
.right-item .box .item .icon-strength2 svg {
  width: 70px;
  height: 70px;
  padding: 20px;
  fill: var(--color-strengths2);
}
@media screen and (max-width: 600px) {
  .right-item .box .item .icon-strength2 svg {
    width: 50px;
    height: 50px;
  }
}
.right-item .box .item .icon-strength2 svg path {
  fill: var(--color-strengths2);
}
.right-item .box .item .icon-strength2 svg g {
  fill: var(--color-strengths2);
}
.right-item .box .item .content-strength2 {
  text-align: center;
  line-height: 1;
}
.right-item .box .item .content-strength2 .summary_counter {
  font-size: 40px;
  font-weight: 700;
  color: var(--color-strengths2);
  display: grid;
}
@media screen and (max-width: 1024px) {
  .right-item .box .item .content-strength2 .summary_counter {
    font-size: 35px;
  }
}
@media screen and (max-width: 990px) {
  .right-item .box .item .content-strength2 .summary_counter {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .right-item .box .item .content-strength2 .summary_counter {
    font-size: 24px;
  }
}
.right-item .box .item .content-strength2 .title {
  padding-top: 10px;
  display: inline-block;
  font-size: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 1170px) {
  .right-item .box .item .content-strength2 .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .right-item .box .item .content-strength2 .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .right-item .box .item .content-strength2 .title {
    padding-top: 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .right-item .box .item .content-strength2 .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .right-item .box .item .content-strength2 .title {
    white-space: unset;
    text-align: left;
  }
}

@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.8);
  }
  40% {
    transform: scale(1);
    filter: drop-shadow(0px 0px 0.5px #7eff5e);
  }
  60% {
    transform: scale(0.8);
    filter: drop-shadow(0px 0px 1px #ccc);
  }
  80% {
    transform: scale(0.9);
    filter: drop-shadow(0px 0px 0.5px #7eff5e);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide-in-left {
  0% {
    left: -100%;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    left: -400px;
    opacity: 1;
    visibility: inherit;
  }
}
@keyframes slide-in-right {
  0% {
    right: 100%;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    right: 70px;
    opacity: 1;
    visibility: inherit;
  }
}
@keyframes slide-in-right-1 {
  0% {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
    visibility: inherit;
  }
}
@keyframes slide-out-left {
  0% {
    left: -400px;
    opacity: 1;
    visibility: inherit;
  }
  100% {
    left: -100%;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes slide-out-right {
  0% {
    right: 70px;
    opacity: 1;
    visibility: inherit;
  }
  100% {
    right: 100%;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes slide-out-right-1 {
  0% {
    transform: translateY(0%);
    opacity: 1;
    visibility: inherit;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 767px) {
  .pos2.hello .left-item {
    animation: slide-in-left 2s forwards;
    -webkit-animation: slide-in-left 2s forwards;
    animation-delay: 0.5s;
  }
  .pos2.hello .left-item::after {
    animation: slide-in-right 2s forwards;
    -webkit-animation: slide-in-right 2s forwards;
  }
  .pos2.hello .icon-strength2 svg {
    animation: zoom-in-out 4s infinite;
    -webkit-animation: zoom-in-out 4s infinite;
  }
  .pos2.hello .right-item {
    animation: slide-in-right-1 2s forwards;
    -webkit-animation: slide-in-right-1 2s forwards;
  }
  .pos2 .left-item {
    animation: slide-out-left 2s forwards;
    -webkit-animation: slide-out-left 2s forwards;
    animation-delay: 0.5s;
  }
  .pos2 .left-item::after {
    animation: slide-out-right 2s forwards;
    -webkit-animation: slide-out-right 2s forwards;
  }
  .pos2 .right-item {
    animation: slide-out-right-1 2s forwards;
    -webkit-animation: slide-out-right-1 2s forwards;
  }
}/*# sourceMappingURL=row_3.css.map */.pos0 {
  overflow: hidden;
}

.block-strengths3 {
  display: flex;
}
@media (max-width: 990px) {
  .block-strengths3 {
    flex-direction: column-reverse;
  }
}
.block-strengths3 .left-strengths3 {
  width: var(--width-strengths3);
  max-width: 430px;
  border-radius: 10px;
}
@media (max-width: 990px) {
  .block-strengths3 .left-strengths3 {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .block-strengths3 .left-strengths3 {
    width: auto;
  }
}
@media (max-width: 350px) {
  .block-strengths3 .left-strengths3 {
    width: 100%;
  }
}
.block-strengths3 .left-strengths3 .img-strengths3 {
  display: grid;
  border: 5px solid #fff;
  box-shadow: 1px 5px 8px #ccc;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 600px) {
  .block-strengths3 .left-strengths3 .img-strengths3 {
    width: 230px;
    height: 315px;
  }
}
@media (max-width: 350px) {
  .block-strengths3 .left-strengths3 .img-strengths3 {
    width: 100%;
    height: auto;
  }
}
.block-strengths3 .left-strengths3 .img-strengths3 img {
  width: 100%;
}
.block-strengths3 .right-strengths3 {
  width: calc(100% - var(--width-strengths3));
  transition: 0.3s all ease-in-out;
  min-width: 740px;
}
@media (max-width: 1200px) {
  .block-strengths3 .right-strengths3 {
    min-width: unset;
  }
}
@media (max-width: 990px) {
  .block-strengths3 .right-strengths3 {
    width: 100%;
  }
}
.block-strengths3 .right-strengths3 .title-box {
  display: inline-block;
  margin: 0 auto;
  padding: 0 50px;
  padding-left: 80px;
  padding-top: 40px;
  margin-bottom: 60px;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 990px) {
  .block-strengths3 .right-strengths3 .title-box {
    text-align: center;
    padding: 0 120px;
  }
}
@media (max-width: 767px) {
  .block-strengths3 .right-strengths3 .title-box {
    padding: 0 0px;
    margin-bottom: 35px;
  }
}
@media (max-width: 500px) {
  .block-strengths3 .right-strengths3 .title-box {
    margin-bottom: 25px;
  }
}
.block-strengths3 .right-strengths3 .title-box .title {
  font-size: 38px;
  line-height: 1.375;
  font-weight: 700;
  word-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 35px;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 1200px) {
  .block-strengths3 .right-strengths3 .title-box .title {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1170px) {
  .block-strengths3 .right-strengths3 .title-box .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .block-strengths3 .right-strengths3 .title-box .title {
    font-size: 20px;
  }
}
.block-strengths3 .right-strengths3 .title-box .title span {
  color: var(--extra-0a9131);
}
.block-strengths3 .right-strengths3 .title-box .des_cat {
  position: relative;
  display: grid;
  width: 93%;
}
@media (max-width: 990px) {
  .block-strengths3 .right-strengths3 .title-box .des_cat {
    width: 84%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .block-strengths3 .right-strengths3 .title-box .des_cat {
    width: 100%;
  }
}
.block-strengths3 .right-strengths3 .title-box svg {
  width: 60px;
  height: 60px;
  margin-right: 5px;
  position: absolute;
  text-shadow: 1px 2px 4px #ccc;
  bottom: 5px;
  left: 10px;
}
@media (max-width: 990px) {
  .block-strengths3 .right-strengths3 .title-box svg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .block-strengths3 .right-strengths3 .title-box svg {
    width: 40px;
    height: 40px;
    left: 0px;
  }
}
@media (max-width: 350px) {
  .block-strengths3 .right-strengths3 .title-box svg {
    width: 30px;
    height: 30px;
    left: 0px;
  }
}
.block-strengths3 .right-strengths3 .title-box .des-strength3 {
  display: inline-block;
  transition: 0.3s all ease-in-out;
  padding: 10px 40px 10px 80px;
  border: none;
  font-weight: 700;
  color: var(--main-color);
  font-size: 20px;
  background-color: #fff;
  word-spacing: 2px;
  border-radius: 30px;
  box-shadow: 1px 3px 8px #ccc;
}
@media (max-width: 1200px) {
  .block-strengths3 .right-strengths3 .title-box .des-strength3 {
    font-size: 18px;
  }
}
@media (max-width: 1170px) {
  .block-strengths3 .right-strengths3 .title-box .des-strength3 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .block-strengths3 .right-strengths3 .title-box .des-strength3 {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .block-strengths3 .right-strengths3 .title-box .des-strength3 {
    font-size: 12px;
    padding: 10px 15px;
  }
}
.box-items {
  display: flex;
  flex-wrap: wrap;
  padding-left: 23px;
  margin-right: -3px;
  transition: 0.3s all ease-in-out;
  position: relative;
}
@media (min-width: 990px) {
  .box-items::after {
    content: "";
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    position: absolute;
    width: 85%;
    height: 50%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: -1;
    background-color: #ccc;
  }
}
@media (max-width: 990px) {
  .box-items {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
}
@media (max-width: 580px) {
  .box-items {
    overflow-y: scroll;
    flex-wrap: unset;
    justify-content: unset;
    align-items: unset;
  }
}
.box-items .item {
  margin-left: 20px;
  width: 200px;
  height: 200px;
  transition: 0.3s all ease-in-out;
  background-color: var(--extra-0a9131);
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .box-items .item {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 1100px) {
  .box-items .item {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 990px) {
  .box-items .item {
    width: 130px;
    height: 130px;
    margin: 0 15px;
  }
}
@media (max-width: 580px) {
  .box-items .item {
    width: 130px;
    height: 130px;
    min-width: 130px;
    min-height: 130px;
    margin: 0 15px;
  }
}
.box-items .item .content-right {
  transition: 0.3s all ease-in-out;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--border-color);
  border-radius: 50%;
}
.box-items .item .content-right .item-strengths3 {
  transition: 0.3s all ease-in-out;
  margin-bottom: 20px;
}
@media (max-width: 1170px) {
  .box-items .item .content-right .item-strengths3 {
    margin-bottom: 5px;
  }
}
.box-items .item .content-right .title {
  transition: 0.3s all ease-in-out;
  text-align: center;
  font-size: 15px;
  padding: 0 20px;
  color: var(--white-color);
}
@media (max-width: 1170px) {
  .box-items .item .content-right .title {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .box-items .item .content-right .title {
    font-size: 10px;
  }
}
.item-strengths3 svg {
  width: 50px;
  height: 50px;
}

@keyframes row4-left-to-right {
  0% {
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
    visibility: inherit;
  }
}
@keyframes row4-right-to-left {
  100% {
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
  }
  0% {
    transform: translateX(0%);
    opacity: 1;
    visibility: inherit;
  }
}
@keyframes row4-left-to-right1 {
  0% {
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
    visibility: inherit;
  }
}
@keyframes row4-right-to-left1 {
  0% {
    transform: translateX(0%);
    opacity: 1;
    visibility: inherit;
  }
  100% {
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 767px) {
  .pos0.hello .left-strengths3 {
    animation: row4-left-to-right 2.5s forwards;
    -webkit-animation: row4-left-to-right 2.5s forwards;
  }
  .pos0.hello .right-strengths3 {
    animation: row4-left-to-right1 2.5s forwards;
    -webkit-animation: row4-left-to-right1 2.5s forwards;
    animation-delay: 0.1s;
  }
  .pos0.hello .right-strengths3 .title-box .title {
    animation: row4-left-to-right 2.5s forwards;
    -webkit-animation: row4-left-to-right 2.5s forwards;
    animation-delay: 0.5s;
  }
  .pos0 .left-strengths3 {
    animation: row4-right-to-left 2.5s forwards;
    -webkit-animation: row4-right-to-left 2.5s forwards;
  }
  .pos0 .right-strengths3 {
    opacity: 0;
    animation: row4-right-to-left1 2.5s forwards;
    -webkit-animation: row4-right-to-left1 2.5s forwards;
    animation-delay: 0.1s;
  }
  .pos0 .right-strengths3 .title-box .title {
    animation: row4-right-to-left 2.5s forwards;
    -webkit-animation: row4-right-to-left 2.5s forwards;
    animation-delay: 0.5s;
  }
}
@keyframes lighting-fad207 {
  0% {
    fill: rgba(250, 209, 7, 0.5921568627);
    filter: drop-shadow(0px 0px 0px #ffe565);
  }
  100% {
    fill: #fad207;
    filter: drop-shadow(0px 0px 6px #ffe565);
  }
}
.light-fad207 {
  animation: lighting-fad207 3s infinite;
  -webkit-animation: lighting-fad207 3s infinite;
}/*# sourceMappingURL=row_4.css.map */.pos3 {
  overflow: hidden;
}

.img-strengths5 {
  position: relative;
  margin-bottom: 40px;
}
.img-strengths5 .triangle-box {
  z-index: 3;
  position: relative;
  height: 100%;
  filter: drop-shadow(1px -5px 6px #ccc);
}
.img-strengths5 .strengths5-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.img-strengths5 .strengths5-img img {
  clip-path: polygon(50% 99.5%, 71% 87.5%, 98.5% 87%, 99% 81%, 99% 2%, 97% 0.5%, 3% 0.5%, 1.5% 2%, 0.5% 85%, 3.5% 87.5%, 29% 87.5%);
}
.img-strengths5::after {
  content: "";
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  bottom: -20px;
  border-radius: 50%;
  left: 50%;
  /* background: rgb(0, 0, 0); */
  /* background: linear-gradient(87deg, rgb(0 0 0 / 1%) 0%, rgb(12 12 12 / 9%) 100%); */
  filter: drop-shadow(0px 0px 16px #000);
  backdrop-filter: grayscale(1);
  box-shadow: 14px 6px 26px #ccc, -14px -7px 26px #ccc;
  transform: matrix(1, 0, 0, 0.3, 0, 0) translate(-50%, 0);
  -moz-transform: matrix(1, 0, 0, 0.3, 0, 0) translate(-50%, 0);
  -webkit-transform: matrix(1, 0, 0, 0.1, 0, 0) translate(-50%, 0);
  -o-transform: matrix(1, 0, 0, 0.3, 0, 0) translate(-50%, 0);
  -ms-transform: matrix(1, 0, 0, 0.3, 0, 0) translate(-50%, 0);
}

.strengths5 {
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 112% 100%;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .strengths5 {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 650px) {
  .strengths5 {
    background-size: cover;
    background-position-x: 80%;
  }
}

.box-strengths5 {
  display: flex;
  margin-top: 90px;
  margin-bottom: 40px;
}
@media screen and (max-width: 650px) {
  .box-strengths5 {
    flex-direction: column;
    margin-top: 20px;
  }
}
.box-strengths5 .left-strength5 {
  width: 40%;
  display: flex;
  transition: 0.4s linear all;
  position: relative;
}
@media (max-width: 650px) {
  .box-strengths5 .left-strength5 {
    width: 100%;
    justify-content: center;
  }
}
.box-strengths5 .right-strength5 {
  width: calc(60% - 130px);
  margin-top: 18px;
  margin-left: 130px;
  transition: 0.1s linear all;
}
@media screen and (max-width: 1200px) {
  .box-strengths5 .right-strength5 {
    width: calc(60% - 100px);
    margin-left: 100px;
  }
}
@media screen and (max-width: 1170px) {
  .box-strengths5 .right-strength5 {
    width: calc(60% - 80px);
    margin-left: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .box-strengths5 .right-strength5 {
    width: calc(60% - 50px);
    margin-left: 50px;
  }
}
@media screen and (max-width: 990px) {
  .box-strengths5 .right-strength5 {
    width: calc(55% - 25px);
    margin-left: 25px;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .box-strengths5 .right-strength5 {
    width: calc(55% - 15px);
    margin-left: 15px;
  }
}
@media screen and (max-width: 650px) {
  .box-strengths5 .right-strength5 {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
}
.box-strengths5 .right-strength5 .titlecat {
  font-size: 37px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 23px;
  line-height: 1.2;
  word-spacing: 0px;
  letter-spacing: 3px;
  padding-top: 10px;
}
@media screen and (max-width: 1200px) {
  .box-strengths5 .right-strength5 .titlecat {
    font-size: 35px;
  }
}
@media screen and (max-width: 1170px) {
  .box-strengths5 .right-strength5 .titlecat {
    font-size: 32px;
    letter-spacing: 0px;
    word-spacing: 1px;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .box-strengths5 .right-strength5 .titlecat {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .box-strengths5 .right-strength5 .titlecat {
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .box-strengths5 .right-strength5 .titlecat {
    margin-bottom: 5px;
    font-size: 29px;
  }
}
.box-strengths5 .right-strength5 .box-items5 .item {
  margin-bottom: 12px;
}
.box-strengths5 .right-strength5 .box-items5 .item .content-right .title_name {
  background-color: #fff;
  box-shadow: 1px 5px 8px #ccc;
  border-radius: 25px;
  padding: 15px 40px;
  padding-left: 58px;
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  word-spacing: 1px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .box-strengths5 .right-strength5 .box-items5 .item .content-right .title_name {
    font-size: 20px;
  }
}
@media screen and (max-width: 1170px) {
  .box-strengths5 .right-strength5 .box-items5 .item .content-right .title_name {
    font-size: 19px;
    letter-spacing: 0px;
    word-spacing: 1px;
  }
}
@media screen and (max-width: 1024px) {
  .box-strengths5 .right-strength5 .box-items5 .item .content-right .title_name {
    font-size: 18px;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .box-strengths5 .right-strength5 .box-items5 .item .content-right .title_name {
    font-size: 13px;
  }
}
.box-strengths5 .right-strength5 .box-items5 .item .content-right .title_name::before {
  content: url('data:image/svg+xml,<svg width="20px" height="20px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M4 12.6111L8.92308 17.5L20 6.5" stroke="rgb(10,145,49)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
  display: grid;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 78%;
  transform: translate(0, -78%);
  left: 33px;
}
.box-strengths5 .right-strength5 .box-items5 .item .gift-right {
  display: flex;
  margin-top: 25px;
  position: relative;
}
.box-strengths5 .right-strength5 .box-items5 .item .gift-right .icon_strengths5 {
  display: grid;
  width: 70px;
  height: 70px;
  padding: 25px;
  border: 10px solid var(--red-color-strengths);
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  transition: 0.3s ease-in-out all;
}
.box-strengths5 .right-strength5 .box-items5 .item .gift-right .icon_strengths5 svg {
  fill: var(--red-color-strengths);
  stroke: var(--red-color-strengths);
}
.box-strengths5 .right-strength5 .box-items5 .item .gift-right .icon_strengths5 svg path {
  fill: var(--red-color-strengths);
}
.box-strengths5 .right-strength5 .box-items5 .item .gift-right .icon_strengths5 svg g {
  fill: var(--red-color-strengths);
}
@media screen and (max-width: 990px) {
  .box-strengths5 .right-strength5 .box-items5 .item .gift-right .icon_strengths5 {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .box-strengths5 .right-strength5 .box-items5 .item .gift-right .icon_strengths5 {
    width: 40px;
    height: 40px;
    padding: 20px;
  }
}
@media screen and (max-width: 650px) {
  .box-strengths5 .right-strength5 .box-items5 .item .gift-right .icon_strengths5 {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 400px) {
  .box-strengths5 .right-strength5 .box-items5 .item .gift-right .icon_strengths5 {
    padding: 20px;
  }
}
.box-strengths5 .right-strength5 .box-items5 .item .gift-right .icon_strengths5 svg {
  width: 100%;
  height: 100%;
}
.box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 {
  /* justify-content: center; */
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (max-width: 990px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 {
    left: 90px;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 {
    left: 60px;
  }
}
@media screen and (max-width: 650px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 {
    left: 70px;
  }
}
@media screen and (max-width: 400px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 {
    left: 60px;
  }
}
.box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .title-strengths5 {
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
  max-width: 200px;
  padding: 10px 0px;
  font-weight: 700;
  padding-left: 55px;
  letter-spacing: 1px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 0px;
  background-color: var(--red-color-strengths);
  color: var(--white-color);
  font-size: 18px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1170px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .title-strengths5 {
    letter-spacing: 0px;
    word-spacing: 1px;
  }
}
@media screen and (max-width: 990px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .title-strengths5 {
    font-size: 16px;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .title-strengths5 {
    font-size: 13px;
    padding: 5px 6px;
    text-align: center;
    padding-right: 4px;
  }
}
@media screen and (max-width: 650px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .title-strengths5 {
    font-size: 13px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 400px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .title-strengths5 {
    max-width: 150px;
    padding: 7px 0px;
  }
}
.box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .content-gift {
  width: 100%;
  max-width: 365px;
  background: var(--extra-0a9131);
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  position: relative;
  padding: 17px 0;
  padding-left: 53px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--white-color);
  z-index: 2;
  margin-top: -5px;
  transition: 0.3s linear all;
}
@media screen and (max-width: 1200px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .content-gift {
    font-size: 22px;
  }
}
@media screen and (max-width: 1170px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .content-gift {
    font-size: 21px;
  }
}
@media screen and (max-width: 990px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .content-gift {
    font-size: 18px;
    max-width: 300px;
  }
}
@media screen and (max-width: 860px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .content-gift {
    max-width: 260px;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .content-gift {
    font-size: 14px;
    padding: 10px 45px;
    text-align: center;
    padding-right: 2px;
  }
}
@media screen and (max-width: 650px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .content-gift {
    font-size: 15px;
    padding: 10px 0;
    padding-left: 45px;
  }
}
@media screen and (max-width: 400px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .content-gift {
    max-width: 245px;
    padding: 5px 0;
    padding-left: 40px;
  }
}
.box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .content-gift strong {
  color: var(--color-strengths5);
}
.box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .content-gift strong span {
  vertical-align: super;
  font-size: 10px;
}
.box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .content-gift p:nth-child(n+1) {
  text-align: left;
}
.box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .content-gift p:nth-child(n+2) {
  font-size: 18px;
  text-transform: lowercase;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 1170px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .content-gift p:nth-child(n+2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .content-gift p:nth-child(n+2) {
    font-size: 15px;
  }
}
@media screen and (max-width: 990px) {
  .box-strengths5 .right-strength5 .box-items5 .item .summary-strengths5 .content-gift p:nth-child(n+2) {
    font-size: 13px;
  }
}
.box-strengths5 .btn-strengths5 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--white-color);
  background: var(--red-color-strengths);
  display: flex;
  float: left;
  width: 100%;
  height: 51px;
  align-items: center;
  line-height: 1;
  justify-content: center;
  border-radius: 30px;
  margin-top: 15px;
  max-width: 192px;
}
.box-strengths5 .btn-strengths5:hover {
  transition: 0.4s all linear;
  color: var(--color-btn-hover);
  background: var(--white-color);
  box-shadow: 0px 0px 5px #ccc;
}
@media screen and (max-width: 650px) {
  .box-strengths5 .btn-strengths5 {
    float: unset;
    max-width: 182px;
    height: 45px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 400px) {
  .box-strengths5 .btn-strengths5 {
    max-width: 140px;
    height: 35px;
    font-size: 14px;
  }
}

.img-strengths5 {
  width: 100%;
  height: auto;
}
@media (max-width: 650px) {
  .img-strengths5 {
    width: 150px;
  }
}

.icon-row5 {
  position: absolute;
  display: grid;
}
@media screen and (max-width: 767px) {
  .icon-row5 {
    display: none;
  }
}
.icon-row5 svg {
  width: 100%;
  height: 100%;
}

@keyframes fadeInTopLeft1 {
  0% {
    top: 50%;
    left: -50%;
    transform: rotate(0deg);
  }
  20% {
    top: 20%;
    left: -28%;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInTopLeft2 {
  0% {
    top: -107px;
    right: 10px;
    transform: rotate(0deg);
  }
  20% {
    top: -47px;
    right: 10px;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rightToLeft {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes leftToRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes fadeIntop {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeInTopLeft3 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(5px);
  }
}
.icon-1 {
  top: 20%;
  left: -28%;
  width: 80px;
  height: 80px;
}
.icon-1 svg {
  fill: #97ddac;
}
.icon-1 svg g {
  fill: #97ddac;
}

.icon-2 {
  top: -47px;
  right: 10px;
  z-index: 10;
  width: 70px;
  height: 70px;
  transform: rotate(-97deg);
}
.icon-2 svg {
  fill: #96bfdb;
}
.icon-2 svg g {
  fill: #96bfdb;
}

.icon-3 {
  bottom: 25%;
  right: -15%;
  width: 50px;
  height: 50px;
}
.icon-3 svg {
  fill: #96dbd9;
}
.icon-3 svg g {
  fill: #96dbd9;
}

@media screen and (min-width: 767px) {
  .icon-1 {
    animation: fadeInTopLeft1 2.5s infinite;
    -webkit-animation: fadeInTopLeft1 2.5s infinite;
  }
  .icon-2 {
    animation: fadeInTopLeft2 2.5s infinite;
    -webkit-animation: fadeInTopLeft2 2.5s infinite;
  }
  .icon-3 {
    animation: fadeInTopLeft3 2.5s infinite;
    -webkit-animation: fadeInTopLeft3 2.5s infinite;
  }
  .hello .right-strength5 {
    animation: rightToLeft 2.5s forwards;
    -webkit-animation: rightToLeft 2.5s forwards;
  }
  .hello .right-strength5 .icon_strengths5 svg {
    animation: swing 2.5s infinite;
    -webkit-animation: swing 2.5s infinite;
  }
  .right-strength5 {
    transform: translateX(100%);
    animation: leftToRight 2.5s forwards;
    -webkit-animation: leftToRight 2.5s forwards;
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg) translateX(0px);
  }
  60% {
    transform: rotate(5deg) translateX(-5px);
  }
  80% {
    transform: rotate(-5deg) translateX(5px);
  }
  100% {
    transform: rotate(0deg);
  }
}/*# sourceMappingURL=row_5.css.map */.pos4 {
  overflow: hidden;
}

.block-strengths6 {
  opacity: 1;
  margin: 0 auto;
  width: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .block-strengths6 {
    background-size: cover;
  }
}
@media screen and (max-width: 650px) {
  .block-strengths6 {
    background-size: cover;
    background-position-y: 90%;
  }
}

.box-strengths6 {
  display: flex;
  margin-top: 90px;
  margin-bottom: 40px;
}
@media screen and (max-width: 650px) {
  .box-strengths6 {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}
.box-strengths6 .left-strengths6 {
  margin-top: 18px;
  margin-right: 130px;
  width: calc(60% - 130px);
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .box-strengths6 .left-strengths6 {
    width: calc(60% - 100px);
    margin-right: 100px;
  }
}
@media screen and (max-width: 1170px) {
  .box-strengths6 .left-strengths6 {
    width: calc(60% - 80px);
    margin-right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .box-strengths6 .left-strengths6 {
    width: calc(60% - 50px);
    margin-right: 50px;
  }
}
@media screen and (max-width: 990px) {
  .box-strengths6 .left-strengths6 {
    width: calc(55% - 35px);
    margin-right: 35px;
  }
}
@media screen and (max-width: 650px) {
  .box-strengths6 .left-strengths6 {
    width: 100%;
    margin: 0;
    margin-top: 10px;
    align-items: start;
    text-align: left;
  }
}
.box-strengths6 .left-strengths6 .title-stengths {
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  word-spacing: 9px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .box-strengths6 .left-strengths6 .title-stengths {
    font-size: 35px;
  }
}
@media screen and (max-width: 1170px) {
  .box-strengths6 .left-strengths6 .title-stengths {
    font-size: 32px;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .box-strengths6 .left-strengths6 .title-stengths {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .box-strengths6 .left-strengths6 .title-stengths {
    text-align: center;
    margin: 0px auto;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 400px) {
  .box-strengths6 .left-strengths6 .title-stengths {
    margin-bottom: 5px;
    font-size: 29px;
  }
}
.box-strengths6 .item {
  margin-bottom: 10px;
}
.box-strengths6 .item .name-item {
  background-color: #fff;
  box-shadow: 1px 5px 8px #ccc;
  border-radius: 25px;
  padding: 15px 60px;
  display: inline-block;
  font-size: 23px;
  line-height: 1.1;
  word-spacing: 1px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .box-strengths6 .item .name-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 1170px) {
  .box-strengths6 .item .name-item {
    font-size: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .box-strengths6 .item .name-item {
    font-size: 18px;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .box-strengths6 .item .name-item {
    font-size: 13px;
  }
}
.box-strengths6 .item .name-item::after {
  content: url('data:image/svg+xml,<svg width="20px" height="20px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M4 12.6111L8.92308 17.5L20 6.5" stroke="%23015092" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
  display: grid;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 78%;
  transform: translate(0, -78%);
  right: 20px;
}
@media screen and (max-width: 650px) {
  .box-strengths6 .item .name-item::after {
    left: 20px;
  }
}
.box-strengths6 .read-more_strengths6 {
  margin-top: 30px;
}
@media screen and (max-width: 650px) {
  .box-strengths6 .read-more_strengths6 {
    margin-top: 20px;
  }
}
.box-strengths6 .icon-sth6 {
  display: grid;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
}
.box-strengths6 .icon-sth6 svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .box-strengths6 .icon-sth6 {
    right: 15px;
    width: 50px;
    height: 50px;
  }
}
.box-strengths6 .summary-strength6 {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 500;
  color: var(--white-color);
  background: var(--extra-0a9131);
  border-radius: 20px;
  padding: 16px 50px;
  padding-right: 97px;
  word-spacing: 2px;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 990px) {
  .box-strengths6 .summary-strength6 {
    font-size: 19px;
    padding-left: 40px;
    padding-right: 97px;
  }
}
@media screen and (max-width: 767px) {
  .box-strengths6 .summary-strength6 {
    padding: 16px 15px;
    padding-right: 77px;
    font-size: 16px;
  }
}
.box-strengths6 .summary-strength6::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -15px;
  right: 79px;
  width: 30px;
  height: 20px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: var(--extra-0a9131);
}
@media screen and (max-width: 650px) {
  .box-strengths6 .summary-strength6::after {
    left: 50px;
  }
}
@media screen and (max-width: 650px) {
  .box-strengths6 .summary-strength6 {
    margin-bottom: 25px;
    padding-right: 97px;
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .box-strengths6 .summary-strength6 {
    margin-bottom: 25px;
    font-size: 15px;
    padding-right: 97px;
  }
}
@media screen and (max-width: 400px) {
  .box-strengths6 .summary-strength6 {
    padding-right: 97px;
    font-size: 13px;
  }
}
.box-strengths6 .btn-strengths6 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--white-color);
  background: var(--red-color-strengths);
  display: flex;
  float: right;
  width: 100%;
  height: 51px;
  align-items: center;
  line-height: 1;
  justify-content: center;
  border-radius: 30px;
  margin-top: 15px;
  max-width: 192px;
}
.box-strengths6 .btn-strengths6:hover {
  transition: 0.4s all linear;
  color: var(--color-btn-hover);
  background: var(--white-color);
  box-shadow: 0px 0px 5px #ccc;
}
@media screen and (max-width: 650px) {
  .box-strengths6 .btn-strengths6 {
    float: unset;
    max-width: 182px;
    height: 45px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 400px) {
  .box-strengths6 .btn-strengths6 {
    max-width: 140px;
    height: 35px;
    font-size: 14px;
  }
}
.box-strengths6 .right-strengths6 {
  position: relative;
  width: 40%;
  transition: 0.4s linear all;
  display: flex;
}
@media screen and (max-width: 990px) {
  .box-strengths6 .right-strengths6 {
    width: 45%;
  }
}
@media (max-width: 650px) {
  .box-strengths6 .right-strengths6 {
    width: 100%;
    justify-content: center;
  }
}
.box-strengths6 .right-strengths6 .icon-row6 {
  position: absolute;
}
.box-strengths6 .right-strengths6 .icon-row6 svg {
  width: 100%;
  height: 100%;
}
.box-strengths6 .right-strengths6 .icon-3r6 {
  left: -70px;
}
.box-strengths6 .right-strengths6 .icon-1r6 {
  width: 80px;
  height: 80px;
  top: 14%;
  right: -21%;
  transform: rotate(73deg);
}
.box-strengths6 .right-strengths6 .icon-1r6 svg {
  fill: #97ddac;
}
.box-strengths6 .right-strengths6 .icon-1r6 svg g {
  fill: #97ddac;
}

.img-strengths6 {
  position: relative;
  margin-bottom: 40px;
}
.img-strengths6 .triangle-box {
  z-index: 3;
  position: relative;
  height: 100%;
  filter: drop-shadow(1px -5px 6px #ccc);
}
.img-strengths6 .strengths6-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.img-strengths6 .strengths6-img img {
  clip-path: polygon(50% 99.5%, 71% 87.5%, 98.5% 87%, 99% 81%, 99% 2%, 97% 0.5%, 3% 0.5%, 1.5% 2%, 0.5% 85%, 3.5% 87.5%, 29% 87.5%);
}
.img-strengths6::after {
  content: "";
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  bottom: -20px;
  border-radius: 50%;
  left: 50%;
  /* background: rgb(0, 0, 0); */
  /* background: linear-gradient(87deg, rgb(0 0 0 / 1%) 0%, rgb(12 12 12 / 9%) 100%); */
  filter: drop-shadow(0px 0px 16px #000);
  backdrop-filter: grayscale(1);
  box-shadow: 14px 6px 26px #ccc, -14px -7px 26px #ccc;
  transform: matrix(1, 0, 0, 0.3, 0, 0) translate(-50%, 0);
  -moz-transform: matrix(1, 0, 0, 0.3, 0, 0) translate(-50%, 0);
  -webkit-transform: matrix(1, 0, 0, 0.1, 0, 0) translate(-50%, 0);
  -o-transform: matrix(1, 0, 0, 0.3, 0, 0) translate(-50%, 0);
  -ms-transform: matrix(1, 0, 0, 0.3, 0, 0) translate(-50%, 0);
}

.img-strengths6 {
  width: 100%;
  height: auto;
}
@media (max-width: 650px) {
  .img-strengths6 {
    width: 150px;
  }
}

@keyframes fadeInTopLeft1 {
  0% {
    top: 50%;
    left: -50%;
    transform: rotate(0deg);
  }
  20% {
    top: 20%;
    left: -28%;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInTopLeft2 {
  0% {
    top: -107px;
    right: 10px;
    transform: rotate(0deg);
  }
  20% {
    top: -47px;
    right: 10px;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rightToLeft1 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes leftToRight1 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes fadeIntop {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeInTopLeft3 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(5px);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInTopLeft1 {
  0% {
    top: 50%;
    right: -50%;
    transform: rotate(0deg);
  }
  20% {
    top: 20%;
    right: -28%;
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 767px) {
  .hello .left-strengths6 {
    animation: rightToLeft1 2.5s forwards;
    -webkit-animation: rightToLeft1 2.5s forwards;
  }
  .hello .icon-1r6 {
    animation: fadeInTopLeft1 2.5s infinite;
    -webkit-animation: fadeInTopLeft1 2.5s infinite;
  }
  .left-strengths6 {
    animation: leftToRight1 2.5s forwards;
    -webkit-animation: leftToRight1 2.5s forwards;
  }
}/*# sourceMappingURL=row_6.css.map */.pos5 {
  overflow: hidden;
}

.block-strengths7 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .block-strengths7 {
    flex-direction: column-reverse;
  }
}
.block-strengths7 .left-strengths7 {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .block-strengths7 .left-strengths7 {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 768px) {
  .block-strengths7 .left-strengths7 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 900px) {
  .block-strengths7 .left-strengths7::before {
    content: "";
    width: 60px;
    height: 125px;
    transform: skewY(35deg);
    background-color: #b6e8c5;
    color: #9ee0b3;
    display: block;
    position: absolute;
    left: -20%;
    top: 17%;
  }
}
.block-strengths7 .left-strengths7 .title-stregnths7 {
  width: 552px;
  position: absolute;
  font-size: 32px;
  max-width: 100%;
  font-weight: 700;
  color: var(--white-color);
  line-height: 1.3;
  padding: 30px 40px;
  background-color: var(--background-strengths);
  border-radius: 17px;
  border-top-right-radius: 0;
  word-spacing: 2px;
  transition: 0.4s all linear;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-strengths7 .left-strengths7 .title-stregnths7 span {
  display: grid;
}
@media screen and (max-width: 1300px) {
  .block-strengths7 .left-strengths7 .title-stregnths7 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .block-strengths7 .left-strengths7 .title-stregnths7 {
    font-size: 25px;
    padding: 25px 35px;
  }
}
@media screen and (max-width: 1170px) {
  .block-strengths7 .left-strengths7 .title-stregnths7 {
    font-size: 22px;
    padding: 20px 35px;
  }
}
@media screen and (max-width: 1024px) {
  .block-strengths7 .left-strengths7 .title-stregnths7 {
    font-size: 19px;
    padding: 15px 35px;
  }
}
@media screen and (max-width: 900px) {
  .block-strengths7 .left-strengths7 .title-stregnths7 {
    font-size: 17px;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .block-strengths7 .left-strengths7 .title-stregnths7 {
    border-radius: 17px;
    position: unset;
    font-size: 15px;
  }
}
@media screen and (max-width: 425px) {
  .block-strengths7 .left-strengths7 .title-stregnths7 {
    font-size: 12px;
  }
}
.block-strengths7 .left-strengths7 .title-stregnths7 svg {
  width: 125px;
  height: 125px;
  float: left;
  margin-right: 25px;
  fill: var(--white-color);
  transition: 0.4s all linear;
}
@media screen and (max-width: 1300px) {
  .block-strengths7 .left-strengths7 .title-stregnths7 svg {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 1200px) {
  .block-strengths7 .left-strengths7 .title-stregnths7 svg {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1170px) {
  .block-strengths7 .left-strengths7 .title-stregnths7 svg {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .block-strengths7 .left-strengths7 .title-stregnths7 svg {
    width: 85px;
    height: 85px;
  }
}
@media screen and (max-width: 900px) {
  .block-strengths7 .left-strengths7 .title-stregnths7 svg {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 768px) {
  .block-strengths7 .left-strengths7 .title-stregnths7 svg {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 425px) {
  .block-strengths7 .left-strengths7 .title-stregnths7 svg {
    width: 50px;
    height: 50px;
  }
}
.block-strengths7 .left-strengths7 .title-stregnths7 svg g {
  fill: var(--white-color);
  stroke: var(--white-color);
}
.block-strengths7 .left-strengths7 .title-stregnths7::after {
  content: "";
  transition: 0.4s all linear;
  display: block;
  position: absolute;
  width: 57px;
  height: 51px;
  top: 0%;
  background-color: var(--background-strengths);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  right: -56px;
}
@media screen and (max-width: 900px) {
  .block-strengths7 .left-strengths7 .title-stregnths7::after {
    right: -39px;
    width: 40px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .block-strengths7 .left-strengths7 .title-stregnths7::after {
    content: unset;
  }
}
.block-strengths7 .left-strengths7 .box-stregnths7 {
  margin-top: 200px;
  padding: 20px 30px;
  transition: 0.4s all linear;
}
@media screen and (max-width: 1300px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 {
    margin-top: 180px;
    padding: 15px 25px;
  }
}
@media screen and (max-width: 1200px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 {
    margin-top: 160px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1170px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 {
    margin-top: 150px;
  }
}
@media screen and (max-width: 900px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 {
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 {
    margin-top: 20px;
  }
}
.block-strengths7 .left-strengths7 .box-stregnths7 .item {
  position: relative;
  padding: 0 25px;
  padding-left: 110px;
  margin-bottom: 40px;
  transition: 0.4s all linear;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  flex-direction: column;
}
@media screen and (max-width: 1300px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1170px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item {
    padding: 0 20px;
    padding-left: 100px;
    height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item {
    padding-left: 90px;
  }
}
@media screen and (max-width: 900px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item {
    padding-left: 85px;
  }
}
@media screen and (max-width: 768px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item {
    padding-left: 70px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 425px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item {
    height: 38px;
  }
}
.block-strengths7 .left-strengths7 .box-stregnths7 .item .name-item {
  font-size: 23px;
  line-height: 1.4;
  font-weight: 700;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item .name-item {
    font-size: 21px;
  }
}
@media screen and (max-width: 1200px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item .name-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 1170px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item .name-item {
    font-size: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item .name-item {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item .name-item {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item .name-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item .name-item {
    font-size: 14px;
  }
}
.block-strengths7 .left-strengths7 .box-stregnths7 .item .summary-item {
  font-size: 18px;
  line-height: 1.3;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item .summary-item {
    font-size: 17px;
  }
}
@media screen and (max-width: 1170px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item .summary-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item .summary-item {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item .summary-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item .summary-item {
    font-size: 13px;
  }
}
@media screen and (max-width: 425px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item .summary-item {
    font-size: 12px;
  }
}
.block-strengths7 .left-strengths7 .box-stregnths7 .item::before {
  content: url('data:image/svg+xml,<svg width="30px" height="30px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title>cancel</title><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="work-case" fill="%23ffffff" transform="translate(91.520000, 91.520000)"><polygon id="Close" points="328.96 30.2933333 298.666667 1.42108547e-14 164.48 134.4 30.2933333 1.42108547e-14 1.42108547e-14 30.2933333 134.4 164.48 1.42108547e-14 298.666667 30.2933333 328.96 164.48 194.56 298.666667 328.96 328.96 298.666667 194.56 164.48"></polygon></g></g></g></svg>');
  border-radius: 30px;
  display: flex;
  width: 85px;
  height: 85px;
  align-items: center;
  justify-content: center;
  background-color: var(--icon-color);
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.4s all linear;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1170px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item::before {
    width: 75px;
    border-radius: 20px;
    height: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item::before {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 900px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item::before {
    width: 55px;
    border-radius: 15px;
    height: 55px;
  }
}
@media screen and (max-width: 425px) {
  .block-strengths7 .left-strengths7 .box-stregnths7 .item::before {
    width: 45px;
    border-radius: 10px;
    height: 45px;
  }
}
.block-strengths7 .right-strengths7 {
  width: calc(50% - 30px);
  transition: 0.4s all linear;
  margin-left: 30px;
  display: flex;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .block-strengths7 .right-strengths7 {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  .block-strengths7 .right-strengths7 {
    width: 350px;
  }
}
@media (min-width: 900px) {
  .block-strengths7 .right-strengths7::before {
    content: "";
    width: 87px;
    height: 166px;
    transform: skewY(35deg);
    background-color: #9ee0b3;
    display: block;
    position: absolute;
    right: -22%;
    bottom: 8%;
  }
}
@media screen and (max-width: 768px) {
  .block-strengths7 .right-strengths7 {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.block-strengths7 .right-strengths7 .box_strengths7 {
  box-shadow: 2px 5px 8px #ccc;
  border-radius: 5px;
  display: flex;
  width: 100%;
  margin-top: -40px;
  transition: 0.4s all linear;
}
@media screen and (max-width: 1024px) {
  .block-strengths7 .right-strengths7 .box_strengths7 {
    margin-top: 0;
  }
}
.block-strengths7 .right-strengths7 .box_strengths7 img {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .block-strengths7 .right-strengths7 .box_strengths7 img {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .block-strengths7 .right-strengths7 .box_strengths7 img {
    padding: 0;
  }
}

@media screen and (min-width: 767px) {
  .hello .left-strengths7 {
    animation: rightToLeft1 2.5s forwards;
    -webkit-animation: rightToLeft1 2.5s forwards;
  }
  .hello .right-strengths7 {
    animation: slide-in-right-1 2s forwards;
    -webkit-animation: slide-in-right-1 2s forwards;
  }
  .left-strengths7 {
    animation: leftToRight1 2.5s forwards;
    -webkit-animation: leftToRight1 2.5s forwards;
  }
  .right-strengths7 {
    animation: slide-out-right-1 2s forwards;
    -webkit-animation: slide-out-right-1 2s forwards;
  }
}/*# sourceMappingURL=row_7.css.map */.form-by-fast-home {
  width: calc(100% - 20px);
  padding: 0 10px;
  padding-top: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .form-by-fast-home {
    padding-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .form-by-fast-home {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form-by-fast-home {
    padding-top: 10px;
  }
}
.form-by-fast-home .title_h2_form {
  font-size: 37px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  word-spacing: 3px;
  padding-top: 10px;
}
@media screen and (max-width: 1200px) {
  .form-by-fast-home .title_h2_form {
    font-size: 35px;
  }
}
@media screen and (max-width: 1170px) {
  .form-by-fast-home .title_h2_form {
    font-size: 32px;
    letter-spacing: 0px;
    word-spacing: 1px;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .form-by-fast-home .title_h2_form {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .form-by-fast-home .title_h2_form {
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .form-by-fast-home .title_h2_form {
    margin-bottom: 5px;
    font-size: 29px;
  }
}
.form-by-fast-home .summary_by-fast-home {
  display: flex;
  justify-content: center;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 15px;
  word-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .form-by-fast-home .summary_by-fast-home {
    line-height: 24px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 425px) {
  .form-by-fast-home .summary_by-fast-home {
    margin-top: 5px;
    font-size: 13px;
  }
}
.form-by-fast-home .form_fast-home {
  width: 100%;
  max-width: 570px;
  height: 545px;
  background: #fff;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  margin: 0 auto;
  padding: 0 200px;
  padding-top: 50px;
  border-radius: 20px;
  bottom: -50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  .form-by-fast-home .form_fast-home {
    width: calc(100% - 30px);
    padding: 0 15px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .form-by-fast-home .form_fast-home {
    margin: 10px auto;
    padding-top: 0px;
    height: 500px;
    bottom: 0px;
  }
}
.form-by-fast-home .form_fast-home form {
  /*display: flex;
  justify-content: center;*/
  width: 100%;
  padding-top: 10px;
}
.form-by-fast-home .form_fast-home .buy_fast_body_home {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-by-fast-home .form_fast-home .input_item {
  width: 100%;
  margin-bottom: 10px;
}
.form-by-fast-home .form_fast-home .input_item input {
  width: 100%;
  padding: 10px 0px;
  border: none;
  font-size: 16px;
  letter-spacing: 1px;
  border-bottom: 1px solid #cccccc;
}
.form-by-fast-home .form_fast-home .inp_flex {
  margin-top: 15px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-by-fast-home .form_fast-home .inp_flex label {
  font-size: 16px;
  color: #000;
  letter-spacing: 2px;
}
.form-by-fast-home .form_fast-home .inp_flex textarea {
  padding: 10px 10px;
  border: 1px solid #cccccc;
}
.form-by-fast-home .btn-tu-van {
  display: flex;
  text-transform: uppercase;
  color: var(--white-color);
  align-items: center;
  background: var(--red-color-strengths);
  justify-content: center;
  width: 250px;
  height: 50px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 20px;
  border-radius: 34px;
  margin: 27px auto;
  margin-top: 20px;
  color: var(--white-color);
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .form-by-fast-home .btn-tu-van {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1200px) {
  .form-by-fast-home .btn-tu-van {
    font-size: 15px;
    max-width: 150px;
  }
}
@media screen and (max-width: 1170px) {
  .form-by-fast-home .btn-tu-van {
    padding: 10px 10px;
    max-width: 140px;
    height: 30px;
  }
}
@media screen and (max-width: 900px) {
  .form-by-fast-home .btn-tu-van {
    font-size: 13px;
    padding: 7px 10px;
    max-width: 110px;
/*    height: 20px;*/
  }
}
@media screen and (max-width: 425px) {
  .form-by-fast-home .btn-tu-van {
    padding: 5px 10px;
    max-width: 100px;
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  .form-by-fast-home .btn-tu-van {
    font-size: 12px;
  }
}
.form-by-fast-home .btn-tu-van:hover {
  transition: 0.4s all linear;
  color: var(--color-btn-hover);
  background: var(--white-color);
  box-shadow: 0px 0px 5px #ccc;
}
.form-by-fast-home .red,
.form-by-fast-home .label_error {
  margin-top: 10px;
}
.form-by-fast-home ::-moz-placeholder {
  font-size: 16px;
  color: #000;
}
.form-by-fast-home ::placeholder {
  font-size: 16px;
  color: #000;
}/*# sourceMappingURL=form_home.css.map */html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0.6;
  transition: opacity 0.6s;
}
@media all and (max-width: 600px) {
  .lb-nav a.lb-prev {
    background-size: 24% 14%;
  }
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0.6;
  transition: opacity 0.6s;
}
@media all and (max-width: 600px) {
  .lb-nav a.lb-next {
    background-size: 15% 15%;
  }
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: none !important;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
  background-size: cover;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}/*# sourceMappingURL=lightbox.css.map */.title_h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 35px;
}
@media screen and (max-width: 1200px) {
  .title_h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1170px) {
  .title_h2 {
    font-size: 32px;
    letter-spacing: 0px;
    word-spacing: 1px;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .title_h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .title_h2 {
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .title_h2 {
    margin-bottom: 5px;
    font-size: 29px;
  }
}

.gallery_and_video {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.gallery_and_video .gallery_video_click {
  font-size: 23px;
  color: #000;
  text-transform: uppercase;
  padding: 10px 30px;
  border-right: 1px solid transparent;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 30px;
}
@media screen and (max-width: 500px) {
  .gallery_and_video .gallery_video_click {
    padding: 0px 20px;
  }
}
.gallery_and_video .gallery_video_click:nth-child(1) {
  display: flex;
  justify-content: end;
  margin-right: 20px;
  border: none;
}
.gallery_and_video .gallery_video_click:last-child {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0px;
  margin-left: 20px;
}
.gallery_and_video .gallery_video_click:hover {
  transition: 0.4s all ease-in-out;
  background-color: var(--extra-0a9131);
  color: var(--white-color);
  cursor: pointer;
}

.gallery-slide-content {
  margin: 0px -7.5px;
}
@media screen and (max-width: 990px) {
  .gallery-slide-content {
    margin: 0px -5px;
  }
}

.gallery-slide-content .two-image,
.video-content .two-image {
  display: flex;
  flex-wrap: wrap;
}
.gallery-slide-content .item,
.video-content .item {
  width: calc(33.3333333333% - 15px);
  margin: 0px 7.5px;
  margin-bottom: 15px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  .gallery-slide-content .item,
  .video-content .item {
    width: calc(50% - 10px);
    margin: 0px 5px;
    margin-bottom: 10px;
  }
}
.gallery-slide-content .item:hover,
.video-content .item:hover {
  transition: 0.4s all ease-in-out;
}
.gallery-slide-content .item:hover .hover_scale,
.video-content .item:hover .hover_scale {
  transition: 0.4s all linear;
  transform: scale(1.1);
  cursor: pointer;
}
.gallery-slide-content .item:hover:after,
.video-content .item:hover:after {
  content: "";
  background: none;
}
.gallery-slide-content .item:hover .summary-gallery_and_video,
.video-content .item:hover .summary-gallery_and_video {
  transition: 0.4s all linear;
  opacity: 1;
  visibility: inherit;
  animation: fadein-gallery_and_video 0.4s linear;
}
.gallery-slide-content .item .image,
.video-content .item .image {
  overflow: hidden;
  display: grid;
  width: 100%;
  border-radius: 10px;
}
.gallery-slide-content .item img,
.video-content .item img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.7s;
  border-radius: 10px;
}
.gallery-slide-content .item img{
/*  max-height: 268px;*/
  object-fit: cover;
}
.gallery-slide-content .item figure,
.video-content .item figure {
  display: grid;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.gallery-slide-content .play-icon,
.video-content .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}
.gallery-slide-content .play-icon svg,
.video-content .play-icon svg {
  width: 50px;
  height: 50px;
  fill: red;
}
@media only screen and (max-width: 500px) {
  .gallery-slide-content .play-icon svg,
  .video-content .play-icon svg {
    width: 37px;
    height: 37px;
  }
}

.video-content .item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  right: 0;
  background: rgba(0, 0, 0, 0.1607843137);
  pointer-events: none;
  transition: 0.5s;
}
.video-content .item iframe {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  min-height: 250px;
}

.btn_view_all_img {
  display: flex;
  justify-content: center;
}
.btn_view_all_img .btn-tu-van {
  margin-top: 30px;
}

.active-item {
  font-weight: 715;
  background-color: var(--extra-0a9131);
  color: var(--white-color) !important;
}

.summary-gallery_and_video {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 18px;
  height: 30px;
  width: 100%;
  visibility: hidden;
  line-height: 1.5;
  opacity: 0;
  color: var(--white-color);
  padding: 5px 15px;
  text-align: center;
  background-color: #03477Ca1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes fadein-gallery_and_video {
  0% {
    bottom: -10px;
  }
  100% {
    bottom: 0px;
  }
}/*# sourceMappingURL=slide_colum.css.map */.partners {
  display: flex;
  flex-wrap: wrap;
}
.partners .cat-name-partners {
  font-weight: 700;
  /* text-transform: uppercase; */
  text-align: left;
  word-spacing: 1px;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (min-width: 1200px) {
  .partners .cat-name-partners {
    font-size: 35px;
  }
}
@media screen and (max-width: 1170px) {
  .partners .cat-name-partners {
    font-size: 32px;
    letter-spacing: 0px;
    word-spacing: 1px;
  }
}
@media screen and (max-width: 990px) {
  .partners .cat-name-partners {
    text-align: center;
    margin: 0;
  }
  .partners .cat-name-partners br {
    display: none;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .partners .cat-name-partners {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .partners .cat-name-partners {
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .partners .cat-name-partners {
    margin-bottom: 5px;
    font-size: 29px;
  }
}
@media screen and (max-width: 990px) {
  .partners {
    flex-direction: column;
  }
}
.partners .summary_by-fast-home {
  font-size: 18px;
  line-height: 1.3;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 990px) {
  .partners .summary_by-fast-home {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
}

.left-partners {
  width: calc(33.3333333333% - 15px);
  margin-right: 15px;
}
@media screen and (max-width: 990px) {
  .left-partners {
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 0;
  }
}

.partners-inner {
  width: calc(66.6666666667% - 15px);
  margin-left: 15px;
}
@media screen and (max-width: 990px) {
  .partners-inner {
    width: calc(100% - 30px);
    margin: 0 15px;
    margin-top: 10px;
  }
}
.partners-inner .item-partner {
  display: flex;
  margin-bottom: 10px;
  border-radius: 10px;
}
.partners-inner .item-partner .item {
  width: calc(100% - 15px);
  margin-right: 15px;
}
.partners-inner .item-partner a {
  display: grid;
  margin-right: 10px;
}
.partners-inner .item-partner .img-pt {
  width: 35%;
  max-width: 121px;
}
.partners-inner .item-partner .img-pt img {
  border-radius: 10px;
}
.partners-inner .item-partner .img2-pt {
  margin: 10px 0;
  width: 60%;
  max-width: 150px;
}
.partners-inner .item-partner .content-parnert {
  width: 65%;
}
.partners-inner .content {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.partners-inner .content .image2-p {
  width: 100%;
}
.partners-inner .summary-partner {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
}
.partners-inner .summary-partner p {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}/*# sourceMappingURL=style1.css.map */:root {
  --color-icon-cmt:#5e5e5e;
}

@media only screen and (max-width: 990px) {
  .news_list_body {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.news_list_body .news_list_body_row_4 {
  display: flex;
  margin: 0 -10px;
}
@media only screen and (max-width: 990px) {
  .news_list_body .news_list_body_row_4 {
    width: 1100px;
  }
}
@media only screen and (max-width: 500px) {
  .news_list_body .news_list_body_row_4 {
    width: 750px;
  }
}
.news_list_body .news_list_body_row_4 .item {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
  position: relative;
  background: var(--white-color);
}
.news_list_body .news_list_body_row_4 .item .summary-row-4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 17px;
  line-height: 27px;
  color: #747988;
}
.news_list_body .news_list_body_row_4 .item .date-row-4 {
  position: absolute;
  top: 26px;
  font-weight: 500;
  left: 25px;
  line-height: 1.5;
  font-size: 15px;
  text-align: center;
  color: #000;
  padding: 12px 15px;
  background-color: #fff;
  border-radius: 5px;
}
.news_list_body .news_list_body_row_4 .item .special-tt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  max-height: 50px;
}
.news_list_body .news_list_body_row_4 .item .special-tt p {
  margin-bottom: 10px;
}
.news_list_body .news_list_body_row_4 .item:hover {
  box-shadow: 2px 5px 8px #ccc;
}
.news_list_body .news_list_body_row_4 .item:hover img {
  transition: 0.4s all linear;
  transform: scale(1.1);
}
.news_list_body .news_list_body_row_4 .item:hover .date-row-4 {
  transition: 0.4s all linear;
  background-color: var(--extra-0a9131);
  color: var(--white-color);
}
.news_list_body .news_list_body_row_4 .item:hover .special-tt {
  color: var(--main-color);
}
.news_list_body .news_list_body_row_4 figure {
  overflow: hidden;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
  max-height: 225px;
  width: 100%;
}
.news_list_body .news_list_body_row_4 figure a {
  width: 100%;
  display: grid;
}
.news_list_body .news_list_body_row_4 figure a img {
  border-radius: 9px;
  border: none;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .news_list_body .news_list_body_row_4 figure a img {
    height: unset;
  }
}
.news_list_body .news_list_body_row_4 .special-tt {
  font-size: 20px;
}

.comments_items {
  display: flex;
  flex-wrap: wrap;
}

.i-con {
  display: inline-block;
  margin-right: 30px;
  padding: 10px 5px;
  padding-left: 25px;
  position: relative;
}

.count_cmt {
  font-size: 15px;
  color: var(--color-icon-cmt);
}
.count_cmt::before {
  position: absolute;
  content: url('data:image/svg+xml,<svg width="15px" height="15px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" fill="%235e5e5e"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title>comment-1</title><desc>Created with Sketch Beta.</desc><defs></defs><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"><g id="Icon-Set" sketch:type="MSLayerGroup" transform="translate(-100.000000, -255.000000)" fill="%235e5e5e"><path d="M116,281 C114.832,281 113.704,280.864 112.62,280.633 L107.912,283.463 L107.975,278.824 C104.366,276.654 102,273.066 102,269 C102,262.373 108.268,257 116,257 C123.732,257 130,262.373 130,269 C130,275.628 123.732,281 116,281 L116,281 Z M116,255 C107.164,255 100,261.269 100,269 C100,273.419 102.345,277.354 106,279.919 L106,287 L113.009,282.747 C113.979,282.907 114.977,283 116,283 C124.836,283 132,276.732 132,269 C132,261.269 124.836,255 116,255 L116,255 Z" id="comment-1" sketch:type="MSShapeGroup"></path></g></g></g></svg>');
  display: block;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  color: var(--color-icon-cmt);
}

.count_views {
  font-size: 15px;
  color: var(--color-icon-cmt);
}
.count_views::before {
  position: absolute;
  content: url('data:image/svg+xml,<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15px" height="15px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve" fill="%235e5e5e"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g><path fill="%235e5e5e" d="M63.934,31.645c-0.015-0.037-0.256-0.646-0.74-1.648C60.597,24.627,51.02,8.004,32,8.004 c-22.568,0-31.842,23.404-31.934,23.641c-0.089,0.231-0.089,0.487,0,0.719C0.158,32.6,9.432,56.004,32,56.004 c19.01,0,28.587-16.605,31.189-21.983c0.486-1.007,0.729-1.62,0.744-1.657C64.022,32.132,64.022,31.876,63.934,31.645z M32,54.004 c-19.686,0-28.677-19.123-29.917-22.001C3.321,29.121,12.288,10.004,32,10.004c19.686,0,28.677,19.123,29.917,22.001 C60.679,34.887,51.712,54.004,32,54.004z"></path><path fill="%235e5e5e" d="M32,16.008c-8.837,0-16,7.163-16,16s7.163,16,16,16s16-7.163,16-16S40.837,16.008,32,16.008z M32,46.008 c-7.732,0-14-6.268-14-14s6.268-14,14-14s14,6.268,14,14S39.732,46.008,32,46.008z"></path><path fill="%235e5e5e" d="M32,24.008c-4.418,0-8,3.582-8,8s3.582,8,8,8s8-3.582,8-8S36.418,24.008,32,24.008z M32,38.008 c-3.313,0-6-2.687-6-6s2.687-6,6-6s6,2.687,6,6S35.313,38.008,32,38.008z"></path><path fill="%235e5e5e" d="M32,28.004c-0.553,0-1,0.447-1,1s0.447,1,1,1c1.104,0,2,0.896,2,2c0,0.553,0.447,1,1,1s1-0.447,1-1 C36,29.795,34.209,28.004,32,28.004z"></path></g></g></svg>');
  display: block;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  color: var(--color-icon-cmt);
}

.content-newslist {
  margin: 15px;
}/*# sourceMappingURL=row_4.css.map */.share_fast {
  text-align: center;
  margin-top: 26px;
}
@media screen and (max-width: 1024px) {
  .share_fast {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .share_fast {
    margin-top: 10px;
  }
}

.share_fast a {
  display: inline-flex;
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  -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;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0px 6px;
}
@media screen and (max-width: 450px) {
  .share_fast a {
    width: 32px;
    height: 32px;
  }
}
.share_fast a svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.share_fast a:hover {
  background: #fff;
}
.share_fast a:hover svg , .share_fast .tiktok-icon:hover svg path{
  fill: var(--main-color);
}
/*# sourceMappingURL=fast.css.map */@media screen and (max-width: 1024px) {
  ul.menu-bottom li.level0 > a,
  ul.menu-bottom li.level0 > span {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  ul.menu-bottom li.level0 > a,
  ul.menu-bottom li.level0 > span {
    font-size: 14px;
  }
}

ul.menu-bottom li.level0:last-child a {
  display: block;
}
ul.menu-bottom li.level0:last-child span {
  display: block;
}

ul.menu-bottom li.level0 ul li {
  margin-bottom: 12px;
}

ul li.level1 a,
ul li.level1 span {
  color: var(--white-color);
}

ul.menu-bottom li.level0 span.click-mobile {
  background: rgba(0, 0, 0, 0) url("images/icon-click.png") no-repeat scroll center;
  position: absolute;
  cursor: pointer;
  padding: 0;
  right: 0px;
  top: 3px;
  display: none;
  content: "";
  width: 32px;
  height: 32px;
  z-index: 12;
}

.menu-bottom ul li.mid-sitem > span i {
  background-position: 0px -92px;
  content: " ";
  height: 36px;
  display: block;
  /* border-top: 1px solid #CCC; */
  margin-top: 11px;
  padding-top: 12px;
  width: 131px;
}

@media screen and (max-width: 768px) {
  ul.menu-bottom li.level0 {
    float: none;
    width: 100%;
    border: 1px solid #fff;
    margin-bottom: 10px;
    position: relative;
  }
  ul.menu-bottom li.level0 span.click-mobile {
    display: block;
  }
  ul.menu-bottom li.level0 > a, ul.menu-bottom li.level0 > span {
    display: block;
    padding: 0px 8px;
    margin-bottom: 0;
  }
  ul.menu-bottom li.level0 ul {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  ul.menu-bottom li.level0 ul {
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  ul li.level1 {
    border-top: 1px solid #f5f5f5;
    padding: 8px 0px 7px 0px;
    margin-left: 22px;
  }
  ul.menu-bottom li.level0 ul li {
    margin-bottom: 0px;
  }
  ul li.level1.first-sitem,
  ul li.level1:first-child {
    border-top: 0;
  }
}/*# sourceMappingURL=bottommenu.css.map */

.breadcrumbs {
  background: #f6f6f7;
  margin-bottom: 30px;
}

.breadcrumb {
  padding: 16px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 10px 0 10px 0;
  }
}

.breadcrumb::after {
  display: block;
  clear: both;
  content: " ";
}

.breadcrumb__item {
  display: inline-block;
  margin-right: 20px;
  list-style: none;
  color: #131518;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .breadcrumb__item {
    text-transform: unset;
  }
}

.breadcrumb__item h1 {
  font-weight: normal;
}

.breadcrumb__item a {
  color: #565656;
  text-decoration: none;
}

.breadcrumb__item a:hover {
  color: #000;
}

.breadcrumb__item::after {
  display: block;
  width: 14px;
  height: 15px;
  color: #b6af96;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg  width="10px" height="10px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" ><path fill="%23015092" d="M17.525 36.465l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L205.947 256 10.454 451.494c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l211.051-211.05c4.686-4.686 4.686-12.284 0-16.971L34.495 36.465c-4.686-4.687-12.284-4.687-16.97 0z" class=""></path></svg>');
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  right: -21px;
}

.breadcrumb__item:last-child {
  color: black;
}

.breadcrumb__item:last-child::after {
  content: "" !important;
  display: none;
}

@media screen and (max-width: 400px) {
  .breadcrumb__item {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  .breadcrumb__item {
    font-size: 12px;
  }
}

.news-hot {
  border-top: 1px dotted #ccc;
  margin-bottom: 10px;
  padding: 10px 0 0;
}

.news-hot:first-child {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}

.newslist_2 .news_list_body img, .newslist_1 .news_list_body img {
  float: left;
  width: 100px;
}

.news-hot a {
  font-size: 17px;
  display: -webkit-box;
  line-height: 23px;
}

.news_list_body {
  box-sizing: border-box;
}
.news_list_body .image_new {
  float: left;
}
.news_list_body .image_new a {
  display: grid;
}
.news_list_body .image_new a img {
  width: 100px;
}
.news_list_body .info_new {
  margin-left: 10px;
  width: calc(100% - 110px);
  float: left;
}
.news_list_body .info_new a:hover {
  color: var(--main-color);
}
.news_list_body .info_new .datetime {
  color: #888;
  margin-top: 7px;
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  /* line-height: 20px; */
}
.news_list_body .info_new .datetime svg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 0px;
  fill: #888;
}

.blocks_newsmenu {
  border: 1px solid #F5F5F5;
}

.blocks_newsmenu .block_title {
  padding-top: 9px;
  padding-left: 10px;
}

.block_news_menu ul > li {
  margin: 0px 0px;
  list-style: none;
}

.block_news_menu ul > li:last-child {
  border-bottom: none;
}

.block_news_menu ul > li a {
  display: block;
  font-size: 17px;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
  margin-bottom: 14px;
  padding-left: 20px;
}

.block_news_menu ul li a::after {
  color: #333;
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  border-top: 6px solid transparent;
  border-left: 6px solid #CCC;
  border-bottom: 6px solid transparent;
}

.block_news_menu .activated > a {
  color: gray !important;
}

.block_news_menu .wrapper_children_level0 {
  padding-left: 10px;
}

/*Home*/
.students-feed-section {
  padding-top: 45px;
  background-color: #fcfcfd;
  margin-bottom: 45px;
}
.component-title-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.component-title-section h2 {
    font-size: 30px;
    position: relative;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.studentsFeedSwiper {
  padding: 45px 0;
}
.chiase {
    position: relative;
}

.chiase img {
    border-radius: 50%;
    width: 110px;
}

.chiase label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    background: #0000008a;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.chiase .mota {
    padding: 35px 15px 45px 15px;
    border: 1px dashed #03477C;
    border-radius: 10px;
    margin-top: -20px;
    position: relative;
    height: 4lh;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.chiase .mota:after {
    content: '';
    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" x="0px" y="0px" viewBox="0 0 122.88 92.81" style="enable-background:new 0 0 122.88 92.81" xml:space="preserve"><style type="text/css">.st0{fill-rule:evenodd;clip-rule:evenodd;fill:%23015092;}</style><g><path class="st0" d="M106.97,92.81H84.89c-8.5,0-15.45-6.95-15.45-15.45c0-31.79-8.12-66.71,30.84-76.68 c17.65-4.51,22.25,14.93,3.48,16.27c-11.45,0.82-13.69,8.22-14.04,19.4h17.71c8.5,0,15.45,6.95,15.45,15.45v25.09 C122.88,85.65,115.72,92.81,106.97,92.81L106.97,92.81z M38.23,92.81H16.15c-8.5,0-15.45-6.95-15.45-15.45 c0-31.79-8.12-66.71,30.84-76.68C49.2-3.84,53.8,15.6,35.02,16.95c-11.45,0.82-13.69,8.22-14.04,19.4H38.7 c8.5,0,15.45,6.95,15.45,15.45v25.09C54.14,85.65,46.98,92.81,38.23,92.81L38.23,92.81z"/></g></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    width: 31px;
    height: 24px;
    bottom: 20px;
    right: 20px;
    pointer-events: none;
}


.chiase .mota p {
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-style: italic;
}

.head-chiase {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.in4-chiase p.name-chiase {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #03477C;
    min-height: unset;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.in4-chiase {
    width: calc(100% - 120px);
}

.photo-gallery-section {
  padding-top: 45px;
}
.photo-gallery-section .photo-item {
    width: 100%;
    height: auto;
    aspect-ratio: 2/1.4;
    object-position: center;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.photo-gallery-section .client-name {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.photo-gallery-section .photo-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 2/1.4;
    object-position: center;
    object-fit: cover;
    border-radius: 10px;
}

.logoClientsGallerySwiper {
  padding: 45px 0;
}

.logoClientsGallerySwiper .photo-item {
    border: 1px solid #ccc;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    aspect-ratio: unset;
}

.logoClientsGallerySwiper .photo-item img {
    max-width: 100%;
    height: 200px;
    vertical-align: middle;
    aspect-ratio: unset;
}
@media (min-width: 992px) {
    .scale-img:hover img {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
}
@media only screen and (max-width: 500px) {
    .component-title-section h2 {
        font-size: 26px;
    }
    .logoClientsGallerySwiper .photo-item img {
      height: 100px;
    }
}
.iconhot {
	width: 70px;
}

.call_now, .suntory-alo-phone {
	display: none;
}

.gallery dl {
	margin-top: 0 !important;
}
.gallery dl dt {
	padding: 10px;
}
.gallery dl dt img {
	border-radius: 10px;
}
.gallery-columns-2 {
	display: block !important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100% !important;
}