/* CSS Document */
.col-xs-f20, .col-sm-f20, .col-md-f20, .col-lg-f20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.c-img {
  display: block;
  position: relative;
  padding-top: 100%;
}

.c-img img, .c-img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.hv-over {
  display: block;
  position: relative;
}

.hv-over:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hv-over:hover:after {
  background: rgba(216, 216, 216, 0.4);
}

.hv-scale1 {
  overflow: hidden;
  display: block;
}

.hv-scale1 img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hv-scale1:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hv-light {
  display: block;
  position: relative;
  overflow: hidden;
  background: inherit;
}

.hv-light:before, .hv-light:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.hv-light:before {
  right: 0;
  bottom: 0;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hv-light:after {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
}

.hv-light:hover:before {
  background: rgba(0, 231, 242, 0);
}

.hv-light:hover:after {
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 90deg) translate3d(0, 150%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 90deg) translate3d(0, 150%, 0);
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}

.s-content p {
  margin-bottom: 10px;
}

.s-content img {
  display: inline-block;
  max-width: 100%;
  margin: 10px 0;
  -o-object-fit: none;
     object-fit: none;
}

.s-content table, .s-content iframe {
  max-width: 100%;
}

.s-content a {
  color: #3d3d3d;
}

.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #ebebeb;
}

.s-content table td {
  border-collapse: collapse;
  border: solid 1px #ebebeb;
  padding: 3px;
}

.s-content h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-social .fb_iframe_widget, .s-social a.pinterest {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
}

/* %slick-list{
	margin: 0 -15px;
	.slick-slide{
		margin: 0 15px;
	}
	} */
.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute;
}

.slick-dots {
  text-align: center;
}

.slick-dots button {
  display: none;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border: solid 2px #666;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background: #666;
}

.table {
  display: table;
  margin: 0;
}

.table .line {
  display: table-row;
}

.table .cell {
  display: table-cell;
  vertical-align: middle;
}

@font-face {
  font-family: 'Roboto-Bold', sans-serif;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto-Regular', sans-serif;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto-Light';
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Linh Bulmer Regular';
  src: url("../fonts/Linh Bulmer Regular.ttf") format("truetype");
}

object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

b, strong, th {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

sub, sup {
  font-size: 75%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}

ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0;
}

label {
  font-weight: normal;
}

input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 12px;
  padding-right: 12px;
}

select {
  padding-left: 8px;
}

input[type="number"] {
  padding-left: 5px;
}

textarea {
  padding: 8px 12px 5px 12px;
}

input, textarea, select, button, a {
  outline: none;
}

button {
  border: none;
  background: none;
  padding: 0;
}

* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top);
}

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

button:focus {
  color: #3d3d3d;
  outline: none;
}

form input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaaaaa;
  font-size: 14px;
}

form input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaaaaa;
  font-size: 14px;
}

form input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaaaaa;
  font-size: 14px;
}

form input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #aaaaaa;
  font-size: 14px;
}

input, input:focus {
  outline: none;
}

textarea, textarea:focus {
  outline: none;
}

.col-xs-f20 {
  float: left;
  width: 20%;
}

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%;
  }
}

.mid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row-ibl {
  font-size: 0;
}

.row-ibl > [class^="col-"] {
  font-size: 14px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.row-ibl:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.row-ibl.mid > [class^="col-"] {
  vertical-align: middle;
}

.row-ibl.bot > [class^="col-"] {
  vertical-align: bottom;
}

.row-ibl > [class^="col-"].i-mid {
  vertical-align: middle;
}

.row-ibl > [class^="col-"].i-top {
  vertical-align: top;
}

.row-ibl > [class^="col-"].i-bot {
  vertical-align: bottom;
}

.pad-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pad-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pad-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.pad-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.col-mar-0 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.col-mar-5 > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px;
}

.col-mar-8 > div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.col-mar-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both;
}

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

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.smooth1 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media all and (max-width: 1199px) {
  .md-left {
    text-align: left;
  }
  .md-center {
    text-align: center;
  }
  .md-right {
    text-align: right;
  }
}

@media all and (max-width: 991px) {
  .sm-left {
    text-align: left;
  }
  .sm-center {
    text-align: center;
  }
  .sm-right {
    text-align: right;
  }
}

@media all and (max-width: 767px) {
  .xs-left {
    text-align: left;
  }
  .xs-center {
    text-align: center;
  }
  .xs-right {
    text-align: right;
  }
  .xs-pad-7 {
    margin: 0 -7px;
  }
  .xs-pad-7 > div[class^="col-"] {
    padding: 0 7px;
  }
  .xs-pad-5 {
    margin: 0 -5px;
  }
  .xs-pad-5 > div[class^="col-"] {
    padding: 0 5px;
  }
}

body {
  font-size: 14px;
  font-family: "Roboto-Regular", sans-serif;
  line-height: 1.5;
  background: #f8f8f8;
  color: #3d3d3d;
}

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.dura5 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.dura15 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.dura20 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.dura100 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.hv-scale {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

.hv-scale img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 1s ease 0s,-webkit-transform 1s ease 0s;
  transition: opacity 1s ease 0s,-webkit-transform 1s ease 0s;
  transition: opacity 1s ease 0s,transform 1s ease 0s;
  transition: opacity 1s ease 0s,transform 1s ease 0s,-webkit-transform 1s ease 0s;
}

.hv-scale img:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

.effect {
  position: relative;
  display: block;
}

.effect:before, .effect:after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s, transform 0.3s;
  -webkit-transition: all 0.3s ease 0s, -webkit-transform 0.3s;
  transition: all 0.3s ease 0s, -webkit-transform 0.3s;
  transition: all 0.3s ease 0s, transform 0.3s;
  transition: all 0.3s ease 0s, transform 0.3s, -webkit-transform 0.3s;
}

.effect:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0.1);
}

.effect:after {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.effect:hover:before {
  cursor: pointer;
  opacity: 1;
  -webkit-transform: scale(1.02, 1);
  transform: scale(1.02, 1);
}

.effect:hover:after {
  cursor: pointer;
  opacity: 1;
  -webkit-transform: scale(1, 1.02);
  transform: scale(1, 1.02);
}

.hv-bright {
  display: block;
  position: relative;
}

.hv-bright img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.hv-bright:hover img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-box-shadow: -1px 7px 36px -19px #0282ac;
  position: relative;
  -webkit-box-shadow: -1px 7px 30px -30px #0282ac;
          box-shadow: -1px 7px 30px -30px #0282ac;
}

.bright {
  position: relative;
  overflow: hidden;
  margin: 0;
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}

.bright img {
  width: 100%;
  height: 100%;
}

.bright::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.bright:hover {
  -webkit-animation: bloom ease-in-out .75s forwards;
          animation: bloom ease-in-out .75s forwards;
}

.bright:hover::before {
  -webkit-animation: circle .75s;
          animation: circle .75s;
}

@-webkit-keyframes bloom {
  0% {
    -webkit-filter: grayscale(0.4);
            filter: grayscale(0.4);
  }
  40% {
    -webkit-filter: grayscale(0.2);
            filter: grayscale(0.2);
  }
  100% {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

@keyframes bloom {
  0% {
    -webkit-filter: grayscale(0.4);
            filter: grayscale(0.4);
  }
  40% {
    -webkit-filter: grayscale(0.2);
            filter: grayscale(0.2);
  }
  100% {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

@-webkit-keyframes circle {
  0% {
    opacity: .5;
    background: rgba(213, 156, 34, 0.2);
  }
  40% {
    opacity: 1;
    background: rgba(213, 34, 160, 0.2);
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: .5;
    background: rgba(213, 156, 34, 0.2);
  }
  40% {
    opacity: 1;
    background: rgba(213, 34, 160, 0.2);
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-sm-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

.back-to-top {
  position: fixed;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 15px;
  bottom: 15px;
  background: #45a947;
  border-radius: 100%;
  color: #fff;
}

.back-to-top:hover {
  background: #ebba2f;
}

.text1line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.text3line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.slick-initialized .slick-slide:focus, .slick-initialized .slick-slide:active {
  outline: none;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.t-item .t-fade:nth-child(1) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.t-item .t-fade:nth-child(2) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.t-item .t-fade:nth-child(3) {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.t-item .t-fade:nth-child(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.t-item .t-fade:nth-child(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.t-item .t-fade:nth-child(6) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.bold {
  font-family: "Roboto-Bold", sans-serif;
}

.regu {
  font-family: "Roboto-Regular", sans-serif;
}

.medi {
  font-family: "Roboto-Medium", sans-serif;
}

.light {
  font-family: "Roboto-Light", sans-serif;
}

.ulk {
  font-family: "Linh Bulmer Regular";
}

.xanh {
  color: #45a947;
}

.xam {
  color: #9d9d9d;
}

.pt-60 {
  padding-top: 60%;
}

.font30 {
  font-size: 30px;
}

.font24 {
  font-size: 24px;
}

.font16 {
  font-size: 16px;
}

.font20 {
  font-size: 20px;
}

.font40 {
  font-size: 40px;
}

.cam {
  color: #f49608;
}

.camhover:hover {
  color: #f49608;
}

.white {
  color: #ffffff;
}

.xam91 {
  color: #919191;
}

.xam99 {
  color: #999999;
}

.xama8 {
  color: #a8a8a8;
}

.xam8a {
  color: #8a8a8a;
}

.xama2 {
  color: #a2a1a1;
}

.pd010 {
  padding-left: 10px;
  padding-right: 10px;
}

.pl-2r {
  padding-left: 2rem;
}

.width250 {
  width: 250px !important;
  max-width: 100%;
}

.bg-white {
  background: #fff;
}

.boder {
  border: 1px solid #d7d7d7;
}

.pad1rem {
  padding: 1rem;
}

.bg-eb {
  background: #ebebeb;
}

.pad10 {
  padding: 10px;
}

.bg-colore94 {
  background: #e94700 !important;
}

.bg-color3ad {
  background: #3adbd1 !important;
}

.bg-color48a {
  background: #48aa47 !important;
}

.font4rem {
  font-size: 4rem;
}

.colord4a {
  color: #d4aa00;
}

.colorf2a {
  color: #f2a01d;
}

/* Css style */
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.6);
}

.back-top {
  position: fixed;
  font-size: 18px;
  text-align: center;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 40px;
  bottom: 43px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  color: #fff;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  display: none;
}

.back-top:hover {
  cursor: pointer;
  background: transparent;
  border: 1px solid #d6a545;
  color: #d6a545;
}

.slick-arrow {
  position: absolute;
  font-size: 2.5rem;
  color: #000;
  width: 30px;
  height: 30px;
  line-height: 26px;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  background: #bcbec0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: opacity 1s ease 0s,transform 1s ease 0s,-webkit-transform 1s ease 0s;
}

.slick-arrow:hover {
  cursor: pointer;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.slick-arrow.bn-prev {
  left: 0;
}

.slick-arrow.bn-next {
  right: 0;
}

.slick-dots {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 1rem;
}

.slick-dots li {
  width: .8rem;
  height: .8rem;
  border: 1px solid #808081;
  background: #bcbec0;
  cursor: pointer;
}

.slick-dots li.slick-active, .slick-dots li:hover {
  background: #fff;
}

/* */
@keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  20% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  30% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  40% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-25deg);
  }
  20% {
    -webkit-transform: rotate(25deg);
  }
  30% {
    -webkit-transform: rotate(-25deg);
  }
  40% {
    -webkit-transform: rotate(25deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

._wreapper {
  background: #fff;
}

._wreapper .header .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

._wreapper .header .search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4%;
          flex: 0 0 4%;
}

._wreapper .header .search .fr-search {
  position: absolute;
  right: 10px;
  top: 100%;
  margin-top: 15px;
  width: 250px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px #ccc;
          box-shadow: 0 0 3px #ccc;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all .35s;
  transition: all .35s;
}

._wreapper .header .search .fr-search.active {
  visibility: visible;
  opacity: 1;
  z-index: 100;
  right: 0;
}

._wreapper .header .search .fr-search input {
  width: 100%;
  height: 34px;
  float: left;
  border: 1px solid #cecece;
  padding: 0 40px 0 15px;
  border-radius: 3px;
  overflow: hidden;
}

._wreapper .header .search .fr-search button {
  position: absolute;
  width: 36px;
  height: 100%;
  top: 0;
  right: 0;
  background: #565249 url("../images/ic-search.png") center no-repeat;
  cursor: pointer;
  border: none;
}

._wreapper .selection-content .banner {
  position: relative;
  color: #fff;
}

._wreapper .selection-content .banner img {
  width: 100%;
 /* -webkit-animation: zoom 20s;
  animation: zoom 20s;*/
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
}

._wreapper .selection-content .banner.slider-banner .item, ._wreapper .selection-content .banner.banner-content .item {
  position: relative;
  overflow: hidden;
}

._wreapper .selection-content .banner.slider-banner .item .box, ._wreapper .selection-content .banner.banner-content .item .box {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

._wreapper .selection-content .banner .btn-detail {
  margin: 0 0 .5rem;
}

._wreapper .selection-content .banner p {
  font-size: 1.4rem;
}

._wreapper .selection-content .btn-detail {
  position: relative;
  font-size: 1.3rem;
  padding: .1rem 1rem;
  border: 1.5px solid #fff;
  z-index: 1;
  display: inline-block;
  text-transform: uppercase;
}

._wreapper .selection-content .btn-detail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 100%;
  background: #808081;
  z-index: -1;
}

._wreapper .selection-content .btn-detail::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 100%;
  background: #808081;
  z-index: -1;
}

._wreapper .selection-content .btn-detail:hover {
  cursor: pointer;
  color: #fff;
}

._wreapper .selection-content .btn-detail:hover:before, ._wreapper .selection-content .btn-detail:focus:before, ._wreapper .selection-content .btn-detail.active:before, ._wreapper .selection-content .btn-detail:hover:after, ._wreapper .selection-content .btn-detail:focus:after, ._wreapper .selection-content .btn-detail.active:after {
  width: 51%;
}

._wreapper .selection-content h1, ._wreapper .selection-content h2 {
  font-family: 'Linh Bulmer Regular', sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  text-transform: uppercase;
}

._wreapper .selection-content .btn-more {
  padding: .2rem .8rem;
  border: 1px solid #f1f1f1;
  background: #bcbec0;
  color: #fff;
  border-radius: 1rem;
  display: inline-block;
}

._wreapper .selection-content .btn-more:hover {
  background: transparent;
  color: #808081;
  cursor: pointer;
}

._wreapper .selection-content .title {
  position: relative;
  font-family: 'Linh Bulmer Regular', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 1rem;
}

._wreapper .selection-content .title h2 {
  display: inline-block;
  font-size: 1.6rem;
}

._wreapper .selection-content .title span {
  padding-left: .5rem;
  display: inline-block;
  width: 186px;
  height: 2px;
  margin: .5rem 0;
  background: #808081;
}

._wreapper .selection-content .title.tit {
  position: relative;
  padding: 0 0 .5rem;
}

._wreapper .selection-content .title.tit::after {
  content: '';
  position: absolute;
  width: 106px;
  height: 2px;
  left: 50%;
  bottom: 0;
  background: #808081;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

._wreapper .selection-content .about {
  margin: 0 0 1rem;
}

._wreapper .selection-content .about .box-ab {
  padding: 2rem 0;
  background: #f1f2f2;
}

._wreapper .selection-content .about .box-ab .row01 {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}

._wreapper .selection-content .about .box-ab .row01 .col01 .avt {
  position: relative;
  display: block;
  overflow: hidden;
}

._wreapper .selection-content .about .box-ab .row01 .col01 .avt img {
  position: relative;
  z-index: 1;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

._wreapper .selection-content .about .box-ab .row01 .col01 .avt span {
  position: absolute;
  width: 96%;
  height: 96%;
  left: 0;
  top: 0;
  border: 1.5px solid #a2a2a3;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

._wreapper .selection-content .about .box-ab .row01 .col01:hover .avt span {
  cursor: pointer;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  width: 100%;
  height: 100%;
}

._wreapper .selection-content .about .box-ab .row01 .col01:hover .avt img {
  cursor: pointer;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  top: 0;
  left: 0;
}

._wreapper .selection-content .fields-action {
  padding: 1rem 0;
  color: #666566;
}

._wreapper .selection-content .fields-action .list-Factio {
  margin: 0 auto;
}

._wreapper .selection-content .fields-action .list-Factio .item {
  width: 20%;
  display: inline-block;
  padding: .5rem 1rem;
}

._wreapper .selection-content .fields-action .list-Factio .item .icon {
  position: relative;
  padding: .5rem 2rem;
  border: 1.5px solid #908f91;
  -webkit-transition: all 0.6 ease-in-out;
  transition: all 0.6 ease-in-out;
}

._wreapper .selection-content .fields-action .list-Factio .item .icon::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 20px;
  bottom: -1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/ic-after.png") no-repeat;
}

._wreapper .selection-content .fields-action .list-Factio .item .icon:hover img {
  cursor: pointer;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-animation-name: lac;
  animation-name: lac;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

._wreapper .selection-content .fields-action .list-Factio .item .desc {
  padding-top: 1.2rem;
}

._wreapper .selection-content .fields-action .list-Factio .item .desc strong {
  font-size: 2rem;
}

._wreapper .selection-content .fields-action .list-Factio .item .desc p {
  font-size: 1rem;
  margin: 0 0 .5rem;
  font-family: "Roboto-Light", sans-serif;
  font-weight: 500;
}

._wreapper .selection-content .product {
  padding: 1rem 0;
  text-align: center;
}

._wreapper .selection-content .product .row02 {
  margin: 0;
}

._wreapper .selection-content .product .row02 .col02 {
  padding: .5rem 0;
}

._wreapper .selection-content .product .btn-detail {
  font-size: 1rem;
  padding: .2rem .6rem;
  border: 1.5px solid #808081;
  margin: 0 0 .6rem;
}

._wreapper .selection-content .product p {
  margin: 0 0 .5rem;
}

._wreapper .selection-content .product .category ul li {
  padding: .2rem 0;
  border: 1.5px solid transparent;
  margin: 0 0 .5rem;
}

._wreapper .selection-content .product .category ul li a {
  font-size: 1rem;
}

._wreapper .selection-content .product .category ul li:hover, ._wreapper .selection-content .product .category ul li.active, ._wreapper .selection-content .product .category ul li:focus {
  border: 1.5px solid #000;
}

._wreapper .selection-content .product.ct-pro {
  padding: 2rem 0 2.5rem;
}

._wreapper .selection-content .product.ct-pro .list-prLibrary {
  width: 100%;
}

._wreapper .selection-content .product.ct-pro .list-prLibrary .item {
  width: calc(100% / 3);
  border: 1px solid #a1a1a2;
  float: left;
}

._wreapper .selection-content .product.ct-pro .list-prLibrary .item .hv-light::before {
  background: #0000008f;
  opacity: 0;
}

._wreapper .selection-content .product.ct-pro .list-prLibrary .item .hv-light h3 {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  opacity: 0;
  font-size: 1rem;
  padding: 1rem;
}

._wreapper .selection-content .product.ct-pro .list-prLibrary .item:hover .hv-light::before, ._wreapper .selection-content .product.ct-pro .list-prLibrary .item:hover .hv-light h3 {
  opacity: 1;
}

._wreapper .selection-content .product.ct-pro .work {
  text-align: initial;
}

._wreapper .selection-content .product.candles {
  background: #fff;
}

._wreapper .selection-content .product.candles .box .title.tit::after {
  width: 286px;
  height: 1.5px;
  background: #414042;
}

._wreapper .selection-content .product.candles .box p {
  line-height: 24px;
}

._wreapper .selection-content .product.candles .box .list-ctus {
  display: table;
  margin: 0 0 2rem;
  list-style: none;
  width: 100%;
}

._wreapper .selection-content .product.candles .box .list-ctus li {
  width: calc((100% / 3) - 1rem);
  padding: .4rem;
  float: left;
  border: 1.5px solid #808081;
  margin: .5rem;
}

._wreapper .selection-content .product.candles .box .list-ctus li a {
  border: 1.5px solid transparent;
  padding: 0;
  margin: 0;
}

._wreapper .selection-content .product.candles .box .list-ctus li a::before, ._wreapper .selection-content .product.candles .box .list-ctus li a::after {
  display: none;
}

._wreapper .selection-content .product.candles .box .list-ctus li a:hover {
  color: #808081;
}

._wreapper .selection-content .product.candles .box i {
  display: block;
  text-align: right;
}

._wreapper .selection-content .product.candles .btn-detail {
  text-transform: initial;
  margin: 2rem 0 0;
}

._wreapper .selection-content .candles {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f1f2f2;
}

._wreapper .selection-content .candles .box {
  max-width: 486px;
  width: 100%;
  margin: 0 auto;
}

._wreapper .selection-content .candles .box.tt {
  padding: 0 1rem;
}

._wreapper .selection-content .candles .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

._wreapper .selection-content .candles .item .btn-detail {
  border: 1.5px solid #808081;
  margin: 0 0 .5rem;
}

._wreapper .selection-content .candles .item .pt-80 {
  padding: 75% 0 0;
}

._wreapper .selection-content .candles .item .work {
  margin: 2rem 0 0;
  padding: .5rem 0 0;
  border-top: 1.5px solid #ababac;
}

._wreapper .selection-content .s-content.work p {
  margin: 0 0 .5rem;
}

._wreapper .selection-content .partner {
  padding: 1rem 0;
}

._wreapper .selection-content .partner .col02 {
  position: relative;
  height: 92px;
}

._wreapper .selection-content .partner .col02 .avt img {
  position: absolute;
  vertical-align: middle;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

._wreapper .selection-content .partner.ct-pter {
  padding: 3rem 0 4rem;
}

._wreapper .selection-content .partner .slick-arrow.bn-prev {
  left: -1rem;
}

._wreapper .selection-content .partner .slick-arrow.bn-next {
  right: -1rem;
}

._wreapper .selection-content .partner .slick-dots {
  bottom: -2rem;
}

._wreapper .selection-content .contact .gmap.c-img {
  padding-top: 36%;
}

._wreapper .selection-content .contact .gmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

._wreapper .selection-content .address {
  padding: 0 0 4rem;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}

._wreapper .selection-content .address .box-add {
  max-width: 568px;
  width: 100%;
  margin: 0 auto;
  background: rgba(35, 31, 32, 0.5);
  padding: 120px 30px 60px;
}

._wreapper .selection-content .address .box-add .title.tit::after {
  background: #fff;
}

._wreapper .selection-content .address a {
  color: #fff;
}

._wreapper .selection-content .address.ctact {
  padding: 3rem 0;
  color: #333;
}

._wreapper .selection-content .address.ctact .box-add {
  padding: 0;
  background: transparent;
}

._wreapper .selection-content .address.ctact .box-add .title.tit::after {
  width: 200px;
  height: 1.5px;
  background: #808081;
}

._wreapper .selection-content .address.ctact a {
  color: #333;
}

._wreapper .footer ._copyRight {
  background: #414042;
  color: #fff;
}

/* Css responsive */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  #sticker {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 71%;
            flex: 0 0 71%;
  }
  .body-sticker > ul {
    font-size: 0;
    padding: 0;
    margin: 0;
  }
  .body-sticker > ul > li {
    position: relative;
    display: inline-block;
    padding: .5rem;
  }
  .body-sticker > ul > li > a {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: .4rem 1rem;
    border: 1.5px solid transparent;
  }
  .body-sticker > ul > li > a:hover, .body-sticker > ul > li > a.active, .body-sticker > ul > li > a:focus {
    border: 1.5px solid #000;
  }
  .body-sticker > ul > li ul {
    position: absolute;
    background: #fff;
    min-width: 220px;
    top: 100%;
    left: 0;
    z-index: 1;
    border-radius: 0;
    /* box-shadow: 0 0 8px rgba(0,0,0,.3); */
    -webkit-transition: ease-out opacity .3s,ease-out top .3s,ease-out transform .3s;
    transition: ease-out opacity .3s,ease-out top .3s,ease-out transform .3s;
    visibility: hidden;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    text-align: left !important;
    padding: 1rem 0 0;
  }
  .body-sticker > ul > li ul li {
    position: relative;
  }
  .body-sticker > ul > li ul li a {
    display: block;
    font-size: 15px;
    line-height: 18px;
    padding: 8px 10px 8px;
    border-left: 3px solid rgba(17, 17, 17, 0);
    border-bottom: 1px dotted #fff;
    font-weight: 500;
  }
  .body-sticker > ul > li ul li a.active, .body-sticker > ul > li ul li a:hover {
    background: #ffffff;
    color: #f0832b;
    border-left: 2px solid #f0832b;
    padding-left: 6px;
  }
  .body-sticker > ul > li ul li ul {
    top: 0;
    left: 100%;
    padding: 0;
    -webkit-transition: ease-out opacity .3s,ease-out top .3s,ease-out transform .3s;
    transition: ease-out opacity .3s,ease-out top .3s,ease-out transform .3s;
    visibility: hidden;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .body-sticker > ul > li ul li:hover ul {
    visibility: visible;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .body-sticker > ul > li ul li:last-child a {
    border-bottom: none;
  }
  .body-sticker > ul > li ul li .fa {
    display: none;
  }
  .body-sticker > ul > li:hover > ul {
    visibility: visible;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .body-sticker > ul > li:last-child > ul {
    left: initial;
    right: 0;
  }
  .body-sticker > ul > li:last-child > ul li ul {
    left: -100%;
  }
  .body-sticker > ul > li .fa {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .body-sticker > ul > li .fa:hover {
    color: #d6a545;
    cursor: pointer;
  }
}

@media (max-width: 991px) {
  #sticker {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    visibility: hidden;
    z-index: 106;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  #sticker.opened {
    visibility: visible;
    opacity: 1;
    left: 0;
  }
  #sticker .sticker-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  #sticker.opened .sticker-overlay {
    opacity: 1;
    visibility: visible;
  }
  .sticker-wrapper {
    position: relative;
    width: 330px;
    max-width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-transition: all .35s;
    transition: all .35s;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  #sticker.opened .sticker-wrapper {
    -webkit-transform: none;
            transform: none;
    z-index: 100;
  }
  #sticker .header-sticker {
    /* position: absolute; */
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #808081;
  }
  #sticker .header-sticker .titles {
    font-size: 24px;
    line-height: 72px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6a6a6a;
    padding: 0 50px 0 15px;
    font-family: "Muli", sans-serif;
    border-bottom: 1px solid #fff;
  }
  #sticker .header-sticker .close-menu {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
  }
  #sticker .header-sticker .close-menu span {
    position: absolute;
    width: 18px;
    height: 2px;
    background: #000;
    top: 16px;
    left: 8px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #sticker .header-sticker .close-menu span:before, #sticker .header-sticker .close-menu span:after {
    content: '';
    position: absolute;
    border: 2px solid transparent;
    top: -3px;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 0px;
    border-top-color: #000;
    border-right-color: #000;
    display: block;
    z-index: 100;
  }
  #sticker .sticker-wrapper .body-sticker {
    position: relative;
    height: 100%;
    overflow: auto;
  }
  #sticker .sticker-wrapper .body-sticker > ul {
    max-height: 100%;
    margin: 0;
    list-style: none;
    display: block;
  }
  .body-sticker > ul > li {
    position: relative;
    padding: 0;
    border-bottom: 1px dotted #000;
  }
  .body-sticker > ul > li a {
    position: relative;
    color: #6a6a6a;
    font-size: 15px;
    text-transform: capitalize;
    padding: 5px 25px 5px 15px !important;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
  }
  .body-sticker > ul > li ul {
    list-style: none;
    background: rgba(65, 64, 66, 0.6);
    display: none;
    padding: 0;
  }
  .body-sticker > ul > li ul li {
    position: relative;
    background: rgba(90, 149, 177, 0.8);
  }
  .body-sticker > ul > li ul li .fa {
    right: 10px;
  }
  .body-sticker > ul > li ul li a {
    font-size: 13px;
    color: #ffffff;
  }
  .body-sticker > ul > li > ul li.list-mb::before {
    color: #ffffff;
  }
  .body-sticker > ul li:last-child {
    border-bottom: none;
  }
  .body-sticker > ul li .fa {
    content: '';
    position: absolute;
    width: 40px;
    height: 33px;
    font-size: 20px;
    line-height: 33px;
    top: 0;
    right: 15px;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
  }
  .body-sticker > ul li .up {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #sticker .fr-search.sch {
    position: relative;
    display: none;
  }
  #sticker .fr-search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 60px 0 15px;
    background-color: #dedede;
    border: none;
    outline: none !important;
  }
  #sticker .fr-search button {
    position: absolute;
    top: 0;
    right: 25px;
    height: 100%;
    background: none !important;
    color: #6a6a6a;
    outline: none !important;
    border: none;
    font-size: 20px;
    padding: 0;
  }
  #touch-menu {
    position: absolute;
    width: 30px;
    height: 25px;
    float: right;
    top: -1.9rem;
    right: 1rem;
    vertical-align: middle;
    z-index: 99;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
  }
  #touch-menu .touch-menu-inner, #touch-menu .touch-menu-inner:before, #touch-menu .touch-menu-inner:after {
    position: absolute;
    background-color: #6a6a6a;
    width: 30px;
    height: 4px;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  #touch-menu .touch-menu-inner {
    display: block;
    margin-top: -2px;
    top: auto;
    bottom: 0;
    -webkit-transition-delay: .13s;
            transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: .13s;
            transition-duration: .13s;
  }
  #touch-menu.opened .touch-menu-inner {
    -webkit-transition-delay: .22s;
            transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
            transform: translate3d(0, -10px, 0) rotate(-45deg);
  }
  #touch-menu.opened .touch-menu-inner:before {
    top: 0;
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #touch-menu.opened .touch-menu-inner:after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    opacity: 0;
  }
  #touch-menu .touch-menu-inner:before, #touch-menu .touch-menu-inner:after {
    display: block;
    content: "";
  }
  #touch-menu .touch-menu-inner:before {
    top: -10px;
    -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  #touch-menu .touch-menu-inner:after {
    top: -20px;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  }
}

@media (max-width: 1280px) {
  ._wreapper .header .search {
    margin: auto;
  }
}

@media (max-width: 991px) {
  #sticker {
    padding: 0;
  }
  ._menu-header .row:nth-child(2) .col-12 {
    padding: 0;
  }
  .body-sticker {
    text-align: initial !important;
  }
  ._wreapper .selection-content .fields-action .list-Factio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ._wreapper .selection-content .fields-action .list-Factio .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  ._wreapper .selection-content .product.candles .box .list-ctus li {
    width: 45%;
  }
  ._wreapper .selection-content .btn-detail, ._wreapper .selection-content .banner p {
    font-size: 1rem;
  }
  ._wreapper .selection-content .product .row02 {
    margin: 0 -1rem;
  }
  ._wreapper .selection-content .product .row02 .col02 {
    padding: .5rem 1rem;
  }
  .slick-arrow.bn-prev {
    left: 1rem !important;
  }
  .slick-arrow.bn-next {
    right: 1rem !important;
  }
  ._wreapper .selection-content .address .box-add {
    padding: 2rem 1rem;
  }
}

@media (max-width: 767px) {
  #touch-menu {
    top: -1.5rem;
  }
  ._wreapper .selection-content h1, ._wreapper .selection-content h2 {
    font-size: 1.2rem !important;
  }
}
/*# sourceMappingURL=style.css.map */