@font-face {
  font-family: "iCielBalihoScript";
  src: url("../fonts/iCielBalihoScript.eot");
  src: url("../fonts/iCielBalihoScript.eot?#iefix") format("embedded-opentype"), url("../fonts/iCielBalihoScript.woff2") format("woff2"), url("../fonts/iCielBalihoScript.woff") format("woff"), url("../fonts/iCielBalihoScript.ttf") format("truetype"), url("../fonts/iCielBalihoScript.svg#iCielBalihoScript") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NunitoSans-SemiBold";
  src: url("../fonts/NunitoSans-SemiBold.eot");
  src: url("../fonts/NunitoSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/NunitoSans-SemiBold.woff2") format("woff2"), url("../fonts/NunitoSans-SemiBold.woff") format("woff"), url("../fonts/NunitoSans-SemiBold.ttf") format("truetype"), url("../fonts/NunitoSans-SemiBold.svg#NunitoSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "iCielBCPortico-Regular";
  src: url("../fonts/iCielBCPortico-Regular.eot");
  src: url("../fonts/iCielBCPortico-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/iCielBCPortico-Regular.woff2") format("woff2"), url("../fonts/iCielBCPortico-Regular.woff") format("woff"), url("../fonts/iCielBCPortico-Regular.ttf") format("truetype"), url("../fonts/iCielBCPortico-Regular.svg#iCielBCPortico-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "VLBodegaScript";
  src: url("../fonts/VLBodegaScript.eot");
  src: url("../fonts/VLBodegaScript.eot?#iefix") format("embedded-opentype"), url("../fonts/VLBodegaScript.woff2") format("woff2"), url("../fonts/VLBodegaScript.woff") format("woff"), url("../fonts/VLBodegaScript.ttf") format("truetype"), url("../fonts/VLBodegaScript.svg#VLBodegaScript") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OldStandardTT-Bold";
  src: url("../fonts/OldStandardTT-Bold.eot");
  src: url("../fonts/OldStandardTT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OldStandardTT-Bold.woff2") format("woff2"), url("../fonts/OldStandardTT-Bold.woff") format("woff"), url("../fonts/OldStandardTT-Bold.ttf") format("truetype"), url("../fonts/OldStandardTT-Bold.svg#OldStandardTT-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OldStandardTT-Regular";
  src: url("../fonts/OldStandardTT-Regular.eot");
  src: url("../fonts/OldStandardTT-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OldStandardTT-Regular.woff2") format("woff2"), url("../fonts/OldStandardTT-Regular.woff") format("woff"), url("../fonts/OldStandardTT-Regular.ttf") format("truetype"), url("../fonts/OldStandardTT-Regular.svg#OldStandardTT-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-BaliScript";
  src: url("../fonts/SVN-BaliScript.eot");
  src: url("../fonts/SVN-BaliScript.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-BaliScript.woff2") format("woff2"), url("../fonts/SVN-BaliScript.woff") format("woff"), url("../fonts/SVN-BaliScript.ttf") format("truetype"), url("../fonts/SVN-BaliScript.svg#SVN-BaliScript") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Main */
body {
  font-family: OldStandardTT-Regular;
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #000;
  margin-left: auto;
  margin-right: auto;

  background: url(../images/bg-body_02.png);
}

body::-webkit-scrollbar {
  background: white;
  width: 8px;
  -webkit-transition: all 9s;
  transition: all 9s;
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #2dbaff 10%, #fffe59 100%);
  -webkit-transition: all 9s;
  transition: all 9s;
  border-radius: 4px;
}

.full {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

p,
h2,
h3,
h4 {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

input,
textarea,
button {
  outline: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .wrapper {
    max-width: 570px;
  }
}

@media screen and (min-width: 767px) {
  .wrapper {
    max-width: 750px;
  }
}

@media screen and (min-width: 991px) {
  .wrapper {
    max-width: 1290px;
  }
}

img:not([src]) {
  visibility: hidden;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img.img-full,
img.img-responsive {
  width: 100%;
  height: auto;
}

/*menu*/
.block-menu {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.block-menu.sticky {
  position: fixed;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.block-menu.sticky .header__logo {
  -webkit-box-flex: 0;
  flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  max-width: 70px;
  margin-top: 0;
  padding: 10px 0;
}

#fix {
  height: auto;
}
li.mm-listitem a {
  text-transform: capitalize;
}
.header_top {
  background: linear-gradient(to right, #2dbaff 10%, #fffe59 100%);
  color: #fff;
  font-size: 15px;
  padding: 10px 0;
}

.header__logo {
  -webkit-box-flex: 0;
  flex: 0 0 146px;
  -ms-flex: 0 0 146px;
  max-width: 146px;
  position: relative;
  margin-top: 0;
}

.bg-main {
  background: linear-gradient(to right, #2dbaff 10%, #fffe59 100%);
}

.menu ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu ul li {
  position: relative;
  z-index: 1;
}

.menu ul li a {
  display: block;
  position: relative;
  font-size: 13px;
  color: #2dbaff;
  padding: 12px 12px 11px 12px;
  text-decoration: none !important;
}

.primary-menu>li>a {
  white-space: nowrap;
  font: 22px iCielBalihoScript !important;
  padding: 14.5px 20px !important;
  text-transform: uppercase;
  color: #2dbaff !important;
}

.menu ul li a.has-child {
  padding-right: 16px;
  margin-right: 8px;
}

.menu ul li a.has-child:after {
  content: "";
  position: absolute;
  bottom: calc(50% - 4px / 2);
  right: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid #fafafa;
  border-top: 0px;
  border-left: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menu ul li ul {
  position: absolute;
  min-width: 250px;
  margin-top: -5px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #fafafa;
  border-radius: 0.25rem;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu ul li:hover>ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.menu ul li ul li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.menu ul li ul li a {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #313131;
  border-bottom: 1px solid #ececec;
}

.menu ul li ul li:last-child>a {
  border-bottom: 0px;
}

.menu ul li ul li a.has-child {
  margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
  border-color: #313131;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu ul li ul li a.active,
.menu ul li ul li:hover>a {
  color: #fffe59;
}

.menu ul li ul li:hover>a.has-child:after,
.menu ul li ul li a.active.has-child:after {
  border-color: #fffe59;
}

.menu ul li ul li a {
  padding: 10px 0px 9px 0px;
  text-transform: capitalize;
}

.menu ul li ul li ul {
  top: -0.75rem;
  left: 100%;
  margin-top: 0px;
}

/*header-mobile*/
/*slide*/
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 45px / 2);
}

.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.control-owl button:hover {
  opacity: 1;
}

.control-owl button.owl-prev {
  left: 20px;
}

.control-owl button.owl-next {
  right: 20px;
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
  height: calc(1em + 1.25rem + 8px);
}

.text-sm {
  font-size: 0.875rem !important;
}

/*slide*/
/* Breadcrumb */
.breadCrumbs {
  background-color: #eee;
}

.breadCrumbs .wrapper {
  padding: 0.75rem 15px;
}

.breadCrumbs .wrapper .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrapper .breadcrumb-item a {
  color: #212529;
}

.breadCrumbs .wrapper .breadcrumb-item.active a {
  color: #6c757d;
}

.about_photo {
  padding-left: 100px;
}

.about_block {
  background: url(../images/bg-about_02.png) no-repeat;
  background-size: 100% 100%;
  padding: 70px 0 120px 0;
}

.about_info p {
  font: 72px VLBodegaScript;
  color: #7f4208;
}

.about_info h3 {
  font: 72px iCielBalihoScript;
  /* color: #2dbaff; */
  background: linear-gradient(to right, #2dbaff 10%, #fffe59 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 60px;
  margin: 20px 0;
  line-height: 82px;
}

.about_info div {
  font-size: 16px;
  line-height: 23px;
}

.about_info a {
  font: 20px OldStandardTT-Bold;
  color: #2dbaff;
  font-style: italic;
  background: url(../images/bg-datche_03.png) no-repeat left center;
  padding-left: 135px;
  line-height: 41px !important;
  margin-top: 15px;
}

.about_sub {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 423px;
  height: 395px;
  background: url(../images/lasen.png);
}

.about_sub2 {
  position: absolute;
  z-index: 3;
  width: 346px;
  height: 341px;
  background: url(../images/lacay.png);
  left: calc(50% - 173px);
  bottom: -170px;
}

.about_sub3 {
  position: absolute;
  z-index: 3;
  width: 460px;
  height: 411px;
  background: url(../images/hanhla.png);
  left: 0;
  top: -150px;
}

.about_photo {
  z-index: 9;
}

.about-owl {
  position: relative;
  z-index: 5;
}

.pro_block {
  padding: 40px 0 90px 0;
  background: url(../images/bg-pro_02.png);
}

.pro_block .header-container h2 {
  font-size: 72px;
  text-transform: uppercase;
}

.pro__sub {
  -webkit-box-flex: 0;
  flex: 0 0 780px;
  -ms-flex: 0 0 780px;
  max-width: 780px;
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 190px;
  padding-right: 40px;
  min-height: 550px;
}


.pro__sub-in>h3::before {
  position: absolute;
  content: "";
  background: url(../images/taicho.png) no-repeat;
  width: 87px;
  height: 89px;
  top: -40px;
  left: -40px;
}

.pro__main {
  -webkit-box-flex: 0;
  flex: 0 0 573px;
  -ms-flex: 0 0 573px;
  max-width: 573px;
  margin-left: -25px;
  margin-right: -128px;
  height: 415px;
  padding: 30px 80px 30px 80px;
  position: relative;
  z-index: 3;
}

/* Mmenu */

.menu-res {
  display: none;
  height: 55px;
  z-index: 10;
  background: var(--color-red);
  position: relative;
  line-height: normal;
}

.menu-bar-res {
  height: 55px;
  padding: 0px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#menu {
  display: none;
}

#hamburger {
  display: block;
  width: 45px;
  height: 23px;
  position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #ffffff;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
}

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 10px;
}

#hamburger:after {
  top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
  transform: rotate(-45deg);
}

.mm-menu_opened {
  display: block !important;
}

/* Search RP */

.search-res {
  position: relative;
}

.search-res .icon-search {}

.search-res .icon-search.active {
  color: var(--color-red);
  background: #fff;
  border-radius: 100%;
}

.search-res .search-grid {}

.search-res .search-grid p {}

.search-res .search-grid input {}

.search-res .search-grid input::-webkit-input-placeholder {
  color: #ccc;
}

.search-res .search-grid input:-moz-placeholder {
  color: #ccc;
}

.search-res .search-grid input::-moz-placeholder {
  color: #ccc;
}

.search-res .search-grid input:-ms-input-placeholder {
  color: #ccc;
}

.pro__main:before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 366px;
  height: 222px;
  background: url(../images/socola.png);
  top: -140px;
  left: calc(50% - 183px);
}

.pro__main::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/bg-promain2.png) no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

.pro_group {
  z-index: 9;
}

.pro_group:not(:last-child) {
  margin-bottom: 100px;
}

.pro_group:nth-child(odd) .pro__sub {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 190px;
  padding-left: 60px;
}

.pro_group:nth-child(odd) .pro__main {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: -25px;
  margin-left: -128px;
}

.promain_slick {
  z-index: 5;
  margin: 0 -5px;
}

.promain__itemslicks {
  padding: 0 5px;
  -webkit-transition: .6s;
  transition: .6s;
}

.promain__itemslicks .product__name {
  color: #fff;
}

.promain__itemslicks .product__name.text-split {
  -webkit-line-clamp: 1;
}

.prosub__info h3 {
  font: 24px SVN-BaliScript;
  color: #2dbaff;
  margin-bottom: 5px;
  padding-top: 3px;
}

.prosub__info h3.text-split {
  -webkit-line-clamp: 1;
}

.prosub__info h3:hover {
  color: #fffe59;
}

.prosub__price-regular {
  font: 19px OldStandardTT-Bold;
  color: #c12600;
}

.prosub__price-sale {
  font-size: 16px;
  color: #aaa;
  margin-bottom: 2px;
}

.prosub__itemslicks {
  padding: 6px 0;
  -webkit-transition: .6s;
  transition: .6s;
  height: 75px;
}

.prosub__itemslicks.slick-current h3 {
  color: #fffe59;
}

.prosub_slick {
  margin: -6px 0;
}

.prosub__info {
  padding-right: 30px;
}

.brand_block {
  padding: 60px 0 30px 0;
}

.brand__itemslicks {
  padding: 0 19px;
  -webkit-transition: .6s;
  transition: .6s;
}

.brand_slick {
  margin: 0 -19px;
}

.album_block {
  padding: 40px 0;
  position: relative;
}

.album_block::before {
  position: absolute;
  content: "";
  background: url(../images/bg-album_02.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
  width: 100%;
  top: 170px;
  z-index: -1;
}

.album_itemslicks {
  padding: 0 5px;
  -webkit-transition: .6s;
  transition: .6s;
}

.album_slick {
  margin: 0 -5px;
}

.col5 {
  padding: 0 5px;
}

.row5 {
  margin: 0 -5px;
}

.row5 .position-relative:first-child {
  margin-bottom: 10px;
}

.feedback_block {
  padding: 60px 0;
  background: url(../images/bg-feedback_02.png) no-repeat;
  background-size: cover;
  position: relative;
}

.feedback_block::before {
  position: absolute;
  content: "";
  left: 0;
  top: -4px;
  background: url(../images/subfeedback_03.png);
  width: 100%;
  height: 4px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.feedback_block::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  background: url(../images/subfeedback_03.png);
  width: 100%;
  height: 4px;
}

.feedback__itemslicks {
  padding: 0 20px;
  -webkit-transition: .6s;
  transition: .6s;
}

.feedback_slick {
  margin: 0 -20px;
}

.feedback_box {
  width: 100%;
  aspect-ratio: 568 / 391;
  background: url(../images/bg-camnhan.png) no-repeat;
  background-size: 100% 100%;
  padding: 115px 25px 0 15px;
}

.feedback_box:hover .feedback__photo {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.feedback__photo {
  -webkit-box-flex: 0;
  flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  max-width: 150px;
  -webkit-transition: .8s;
  transition: .8s;
}

.feedback__info {
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 150px);
  -ms-flex: 0 0 calc(100% - 150px);
  max-width: calc(100% - 150px);
  padding-left: 10px;
}

.feedback__info h3 {
  font: 18px OldStandardTT-Bold;
}

.feedback__info span {
  color: #fbb500;
  font-size: 18px;
  display: inline-block;
  margin: 10px 0;
}

.feedback__info p {
  font-size: 16px;
}

.feedback__info p.texts-split {
  -webkit-line-clamp: 5;
}

.social_block {
  padding: 65px 0 40px 0;
  background: url(../images/bg-album_02.png) no-repeat;
  background-size: cover;
  position: relative;
}

.social_block::before {
  position: absolute;
  content: "";
  background: url(../images/bg-newsletter_021.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  right: 0;
  width: calc(700px + (100% - 1200px) / 2);
  bottom: 22px;
}

.video__wrap {
  -webkit-box-flex: 0;
  flex: 0 0 620px;
  -ms-flex: 0 0 620px;
  max-width: 620px;
}

.newsletter__wrap {
  -webkit-box-flex: 0;
  flex: 0 0 530px;
  -ms-flex: 0 0 530px;
  max-width: 530px;
}

.newsletter__wrap p {
  color: #fff;
  margin: 10px 0;
}

.newsletter__wrap .header-container h2 {
  color: #fffe59;
  font-size: 48px;
}

.newsletter__wrap .header-container span::before {
  background: url(../images/bg-newsletter_03.png);
}

.newsletter__wrap .header-container span::after {
  background: url(../images/bg-newsletter_03.png);
}

.col-newsletter {
  padding: 0 5px;
  margin-bottom: 10px;
}

.col-newsletter input:not([type="submit"]) {
  width: 100%;
  height: 45px;
  background: #fff;
  border-radius: 5px;
  outline: none;
  border: none;
  padding: 0 15px;
}

.col-newsletter input:not([type="submit"])::-webkit-input-placeholder {
  color: #282828;
}

.col-newsletter input:not([type="submit"]):-ms-input-placeholder {
  color: #282828;
}

.col-newsletter input:not([type="submit"])::-ms-input-placeholder {
  color: #282828;
}

.col-newsletter input:not([type="submit"])::placeholder {
  color: #282828;
}

.col-newsletter input[type="submit"] {
  width: 190px;
  height: 45px;
  background: #fffe59;
  color: #000000;
  border-radius: 5px;
  outline: none;
  border: none;
  font-family: OldStandardTT-Bold;
}

.col-newsletter textarea {
  width: 100%;
  height: 130px;
  background: #fff;
  border-radius: 5px;
  outline: none;
  padding: 15px;
  border: none;
}

.col-newsletter textarea::-webkit-input-placeholder {
  color: #282828;
}

.col-newsletter textarea:-ms-input-placeholder {
  color: #282828;
}

.col-newsletter textarea::-ms-input-placeholder {
  color: #282828;
}

.col-newsletter textarea::placeholder {
  color: #282828;
}

.row-newsletter {
  margin: 0 -5px;
}

.news__itemslicks {
  padding: 0 26px;
  -webkit-transition: .6s;
  transition: .6s;
}

.news_slick {
  margin: 0 -26px;
}

.news_slick .slick-slide>div+div {
  margin-top: 40px;
}

.news_block {
  padding: 30px 0 100px 0;
  position: relative;
}

.news_block::before {
  position: absolute;
  content: "";
  background: url(../images/bg-album_02.png) no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
}

.album__name {
  font: 18px OldStandardTT-Bold;
  color: #2dbaff;
  margin-top: 10px;
}

.footer__logo {
  max-width: 268px;
  margin: 0 auto;
}

.footer__in {
  background: url(../images/bg-footer.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 50px 30px 50px;
}

.block-map iframe {
  display: block;
  width: 100%;
  height: 450px;
}

.footer__bottom {
  margin-top: -45px;
}

.footer__title {
  font: 14px OldStandardTT-Bold;
  margin-bottom: 10px;
}

.footer__info .noidung p {
  padding: 5px 0;
}

.footer_app {
  margin: 20px 0;
}

.footer__top {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

.footer_article {
  padding-bottom: 20px;
}

#show_popup {
  padding: 0 !important;
}

.wow {
  visibility: hidden;
}

.noidung iframe,
.noidung object {
  max-width: 100% !important;
}

.noidung table {
  width: 100%;
}

.noidung *:not(iframe):not(object) {
  max-width: 100% !important;
  height: auto !important;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

/* Scale IMG */
.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-scale img {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.hover-scale:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

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

.yt {
  position: relative;
  aspect-ratio: 620 / 475;
  border-radius: 20px;
  overflow: hidden;
}

#player {
  display: block;
  aspect-ratio: 435 / 330;
  width: 100%;
  margin-bottom: 10px;
}

.item-video-addon {
  padding: 0 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.slick-video-addon {
  margin: 0 -5px;
}

.header-container {
  text-align: center;
}

.header-container h2 {
  font: 60px iCielBalihoScript;
  /* color: #2dbaff; */
  /* background: linear-gradient(to right, #2dbaff 10%, #fffe59 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  text-transform: capitalize;
}

.header-container span {
  display: inline-block;
  position: relative;
  padding: 0 25px;
  background: linear-gradient(to right, #2dbaff 10%, #fffe59 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.newsletter__wrap .header-container span{
  color: #fffe59;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.header-container span:before {
  position: absolute;
  content: "";
  width: 90px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/bg-headercontainer_03.png);
  right: 100%;
}

.header-container span::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
  background: url(../images/bg-headercontainer_03.png);
  left: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

/* Transition All */
.transition {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* Button Frame */
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

.btn-frame i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
  z-index: 1;
}

.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}

.btn-frame .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  background-color: rgb(56 182 255 / 50%);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}

.btn-frame .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.btn-frame .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgb(56 182 255 / 50%);
  opacity: 0.4;
}

.btn-frame .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/* Zalo */
.btn-zalo {
  bottom: 315px;
}

/* Phone */
.btn-phone {
  bottom: 230px;
}

/**/
/* General */
.section-main {
  margin-top: 15px;
  margin-bottom: 85px;
}

.title-main {
  margin-bottom: 15px;
  text-align: center;
}

.title-main span {
  text-transform: uppercase;
  color: #ec2d3f;
  font-weight: 800;
  font-size: 23px;
}

.time-main {
  margin-bottom: 0.75rem;
  color: #999999;
}

.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}

.time-main span {
  vertical-align: top;
  display: inline-block;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

/* Scroll Top */
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.modal-quickiew {
  max-width: 1000px !important;
}

.text-main {
  color: #2dbaff;
}

.font-bold {
  font-weight: bold;
}

/* News */
.col-news {
  padding: 0 26px;
  margin-bottom: 52px;
}

.row-news {
  margin: 20px -26px 0 -26px;
}

.brand__info {
  padding-top: 10px;
}

.brand__name {
  font: 36px iCielBalihoScript;
  color: #77390c;
  margin-bottom: 10px;
}

.brand__name a {
  color: inherit;
}

.brand__name.text-split {
  -webkit-line-clamp: 3;
}

.brand__desc.text-split {
  -webkit-line-clamp: 4;
}

.news_box {
  position: relative;
}

.news__photo {
  -webkit-box-flex: 0;
  flex: 0 0 280px;
  -ms-flex: 0 0 280px;
  max-width: 280px;
  border-radius: 10px;
}

.news__info {
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 280px);
  -ms-flex: 0 0 calc(100% - 280px);
  max-width: calc(100% - 280px);
  padding-left: 20px;
}

.news__name {
  font: 16px OldStandardTT-Bold;
  color: #2dbaff;
}

.news__name a {
  color: inherit;
}

.news__name.text-split {
  -webkit-line-clamp: 3;
}

.news__dated {
  color: #fff;
  background: linear-gradient(to right, #2dbaff 10%, #fffe59 100%);
  font: 13px Roboto-Regular;
  padding: 5px;
  border-radius: 5px;
  margin: 5px 0;
  display: inline-block;
}

.news__desc.text-split {
  -webkit-line-clamp: 4;
}

.news_box:hover .news__name a {
  color: #ec2d3f;
}

.othernews b {
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: square;
}

.list-news-other li {
  margin-bottom: 2px;
}

.list-news-other li a {
  text-transform: none;
  color: #333333;
}

.list-news-other li a:hover {
  color: #ec2d3f;
}

/* Product */
.row-product {
  margin: 25px -12px 0 -12px;
}

.col-product {
  padding: 0 12px;
  margin-bottom: 24px;
}

.product_box {
  position: relative;
}

.product_box:hover .product__name a {
  color: #fffe59;
}

.product__info {
  position: relative;
  padding-top: 10px;
}

.product__name {
  color: #2dbaff;
  font: 27px iCielBalihoScript;
  text-align: center;
  margin-bottom: 10px;
}

.product__name a {
  color: inherit;
}

.product__name.text-split {
  -webkit-line-clamp: 2;
}

.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price__pro_new a,
.price__pro_new strong {
  color: #fffe59;
  font: 27px iCielBalihoScript;
}

.price__pro_old del {
  color: #aaa;
  font: 20px iCielBalihoScript;
}

.product__price .price__pro_new+.price__pro_old {
  margin-left: 8px;
}

.left-pro-detail {
  -webkit-box-flex: 0;
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 20px;
  padding-right: 7px;
}

.right-pro-detail {
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 40%);
  -ms-flex: 0 0 calc(100% - 40%);
  max-width: calc(100% - 40%);
  margin-bottom: 20px;
  padding-left: 7px;
}


.tabs-pro-detail {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

.cart-product {
  margin-bottom: 0px;
}

.cart-product span {
  cursor: pointer;
  width: 49%;
  float: left;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  padding: 7px 5px;
  border-radius: 3px;
}

.cart-add {
  margin-right: 2%;
  background-color: #ec2d3f;
}

.cart-add:hover {
  background-color: #c31829;
}

.cart-buy {
  background-color: #28a745;
}

.cart-buy:hover {
  background-color: #207d36;
}

/* Product Detail */
.grid-pro-detail {
  margin-bottom: 3rem;
}

.left-pro-detail {
  position: relative;
  text-align: center;
}

.left-pro-detail .MagicZoom {
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;
  background-color: #ffffff;
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}

.owl-pro-detail {
  padding: 0px 30px;
}

.control-pro-detail button {
  background-color: transparent;
  color: #222222;
  opacity: 1;
  width: 25px;
  font-size: 23px;
}

.control-pro-detail button:hover {
  opacity: 0.7;
}

.control-pro-detail button.owl-prev {
  left: 0px;
}

.control-pro-detail button.owl-next {
  right: 0px;
}

.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #ffffff;
}

.thumb-pro-detail img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-filter: brightness(100%) !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.title-pro-detail {
  text-transform: capitalize;
  font-size: 20px;
  display: block;
  font-weight: 700;
}

.comment-pro-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0px;
}

.attr-pro-detail li {
  margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
  display: block;
  margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}

.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #ec2d3f;
}

.price-old-pro-detail {
  font-weight: 500;
  color: #6c757d;
  text-decoration: line-through;
  padding-left: 10px;
}

.color-pro-detail {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 35px;
  height: 30px;
  margin: 0px 0px 3px 0px;
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.size-pro-detail {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 3px 10px 4px 10px;
  display: inline-block;
  position: relative;
}

.size-pro-detail.active,
.color-pro-detail.active {
  border-color: #e5101d;
  color: #e5101d;
}

.size-pro-detail.active:after,
.color-pro-detail.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(../images/check-cart.png);
}

.color-pro-detail input[type="radio"],
.size-pro-detail input[type="radio"] {
  display: none;
}

.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 30px;
  height: 30px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}

.quantity-pro-detail input {
  height: 30px;
  border: 1px solid #cccccc;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

.cart-pro-detail {
  margin-bottom: 1rem;
}

.cart-pro-detail a {
  font-size: 14px;
  color: #ffffff !important;
  text-transform: uppercase;
}

.tags-pro-detail a {
  float: left;
  font-size: 13px;
  padding-bottom: 0.375rem;
  margin: 0px 5px 5px 0px;
}

.tags-pro-detail a i {
  font-size: 11px;
  margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
  border-top-width: 3px;
  font-size: 13px;
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border-top-color: #555555;
}

/* Contact */
.contact-article {
  margin-bottom: 3rem;
}

.contact-input {
  position: relative;
  margin-bottom: 15px;
}

.contact-input textarea {
  resize: none;
  height: 150px;
}

.contact-input .custom-file-label::after {
  content: attr(title);
}

.contact-map {
  position: relative;
  height: 500px;
}

.contact-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

/*video*/
.video-name {
  font: 14px Roboto-Bold;
  text-align: center;
  margin-top: 10px;
}

.video-name.text-split {
  -webkit-line-clamp: 2;
}

.col-video {
  padding: 10px;
  margin-bottom: 20px;
}

.video {
  cursor: pointer;
}

.youtube-logo {
  position: relative;
}

.youtube-logo::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  top: calc(50% - 50px / 2);
  left: calc(50% - 35px / 2);
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url(../images/play.png);
}

/*video*/
.col-photo {
  padding: 0 10px;
  margin-bottom: 20px;
}

.row-photo {
  margin: 20px -10px 0 -10px;
}

.share {
  padding: 17px 15px 10px 15px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}

.share b {
  display: block;
  margin-bottom: 5px;
}

/* Like Share */
.social-plugin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 10px;
}

.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
  margin-left: 3px;
}

/* Paging */
.pagination-home .pagination .page-item .page-link {
  color: #555555;
  font-size: 0.875rem;
}

.pagination-home .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}

/* Paging Ajax */
.pagination-ajax {
  text-align: center;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: #2dbaff;
  background-color: #2dbaff;
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.pagination-ajax a.first:before {
  background-image: url(../images/page-first.png);
}

.pagination-ajax a.last:before {
  background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev:before {
  background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next:before {
  background-image: url(../images/page-next.png);
}

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background: rgba(128, 128, 128, 0.15);
}

.box-readmore li ul>li {
  margin: 0;
  margin-bottom: 8px;
}

.box-readmore li ul>li:before {
  content: counters(item, ".") " ";
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}

.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}

.box-readmore ul li a:hover {
  color: #767676;
}

/*tienich-phone*/
.support-online {
  margin-bottom: 30px;
}

.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
}

.support-online i,
.support-online img {
  width: 40px;
  height: 40px;
  background: linear-gradient(to right, #2dbaff 10%, #fffe59 100%);
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: linear-gradient(to right, #2dbaff 10%, #fffe59 100%);
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #fff;
  z-index: 999;
  top: 0;
  left: 40px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
  display: block;
}

.support-online a {
  display: block;
}

.support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #2dbaff transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 183, 255, 0.5);
  opacity: 0.75;
  right: -10px;
}

.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(38, 111, 68, 0.4);
  opacity: 0.1;
  border-color: #2dbaff;
  opacity: 0.5;
}

.support-online .btn-support {
  cursor: pointer;
}

.phone_mobi {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 55px;
  line-height: 45px;
  color: #fff;
  z-index: 50;
  display: none;
  background: #2dbaff;
}

.phone_mobi ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.phone_mobi ul li {
  -webkit-box-flex: 0;
  flex: 0 0 100%/5;
  -ms-flex: 0 0 100%/5;
  max-width: 100%/5;
  width: 100%;
}

.phone_mobi ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-family: Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 1px;
  line-height: 2;
  height: 100%;
  border-left: 1px solid rgba(38, 111, 68, 0.2);
  padding-top: 3px;
}

.phone_mobi ul li a i {
  font-size: 19px;
}

.phone_mobi img {
  display: block;
  margin: 0 auto;
  height: 19px;
  max-width: 100%;
}

.icon-mxh {
  position: fixed;
  right: 15px;
  bottom: 110px;
  z-index: 999;
}

.icon-mxh a {
  display: block;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.vibration-icon {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes customfadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes customfadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes customfadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes customfadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes customfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes customfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes customfadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes customfadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes customfadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes customfadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes customfadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes customfadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.text-nhapnhay {
  -webkit-animation: my 700ms infinite;
  animation: my 700ms infinite;
}

@-webkit-keyframes my {
  0% {
    color: #ffc853;
  }

  50% {
    color: #f00;
  }

  100% {
    color: #ffc853;
  }
}

@keyframes my {
  0% {
    color: #ffc853;
  }

  50% {
    color: #f00;
  }

  100% {
    color: #ffc853;
  }
}

.rotate360 {
  -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

/* Blink */
.blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Mmenu */

.menu-res {
  display: none;
  height: 55px;
  z-index: 10;
  background: #2dbaff;
  position: relative;
  line-height: normal;
  margin-bottom: -8px;
}

.menu-bar-res {
  height: 55px;
  padding: 0px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#menu {
  display: none;
}

#hamburger {
  display: block;
  width: 45px;
  height: 23px;
  position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #ffffff;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
}

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 10px;
}

#hamburger:after {
  top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
  transform: rotate(-45deg);
}

.mm-menu_opened {
  display: block !important;
}



/* Search Responsive */

.search-res {
  position: relative;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  font-size: 17px;
  margin: 0px;
}

.search-res .icon-search.active {
  color: var(--color-red);
  background: #ffffff;
  border-radius: 100%;
}

.search-res .search-grid {
  position: absolute;
  top: 0;
  right: 47px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--color-red);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}

.search-res .search-grid p {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--color-red);
  line-height: 40px;
  text-align: center;
}

.search-res .search-grid input {
  width: calc(100% - 35px);
  float: right;
  line-height: 38px;
  outline: none;
  border: none;
  color: var(--color-red);
}

.search-res .search-grid input::-webkit-input-placeholder {
  color: #ccc;
}

.search-res .search-grid input:-moz-placeholder {
  color: #ccc;
}

.search-res .search-grid input::-moz-placeholder {
  color: #ccc;
}

.search-res .search-grid input:-ms-input-placeholder {
  color: #ccc;
}


/*# sourceMappingURL=main.css.map */

.pro__sub-in>h3 {
  font: 48px iCielBalihoScript;
  color: #2dbaff;
  border-bottom: 1px solid #2dbaff;
  margin-bottom: 30px;
  position: relative;
  border: 6px solid #fffe59;
  padding: 13px 29px;
  border-radius: 15px;
  display: inline-block;
  background: #fffe59;
}

@media (max-width: 991px) {
  .iframe iframe {
    width: 100% !important;
    height: 710px !important;
}
  /* .block-toa-do {
    position: absolute;
    top: 10px !important;
    left: 10px !important;
} */
  .about_info a {
    font: 17px OldStandardTT-Bold;
}
  .prosub__price-regular {
    font: 16px OldStandardTT-Bold;
}
  .social_block {
    padding: 35px 0 10px 0;
}
  .newsletter__wrap .header-container h2 {
    font-size: 39px;
}
  .newsletter__wrap .header-container {
    margin-bottom: 10px !important;
}
  .header-container span {
    padding: 0 0;
}
  .about_photo {
    width: 100% !important;
}
  .about_photo {
    padding-left: 0;
    margin-top: 7%;
}
  .pro_group:not(:last-child) {
    margin-bottom: 55px;
}
  .header-container {
    text-align: center;
    margin-bottom: 33px !important;
}
  .pro__main:before {
    display: none;
}
  .block-menu.sticky .header__logo {
    display: none;
}
  .icon-mxh {
    display: none;
  }

  .phone_mobi {
    display: block;

  }

  .header-container h2 {
    font: 41px iCielBalihoScript;
  }

  .pro__main {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 415px;
    padding: 30px 50px 30px 50px;
    position: relative;
    z-index: 3;
  }

  .social_block::before {
    display: none;
  }

  .footer__social {
    text-align: center;
  }

  .footer__in {
    padding: 0 15px 30px 15px;
  }

  .news__info {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 200px);
    -ms-flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
    padding-left: 20px;
  }

  .news__photo {
    -webkit-box-flex: 0;
    flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    max-width: 200px;
  }

  .newsletter__wrap {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    background: #176d9e;
    padding: 21px;
    border-radius: 10px;
    margin-top: 20px;
  }

  .social__in {
    display: block !important;
  }

  .pro_group:nth-child(odd) .pro__sub {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 15px;
    padding-left: 15px;
  }

  .pro__main {
    height: auto;
  }

  .pro__main:before {
    top: -90px;
  }

  .pro_block {
    padding: 40px 0 40px 0;
  }

  .pro_group:nth-child(odd) .pro__main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 0;
  }

  .pro__sub-in>h3 {
    font: 36px iCielBalihoScript;
    padding: 9px 29px;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }

  .pro__sub {
    -webkit-box-flex: 0;
    flex: 0 0 780px;
    -ms-flex: 0 0 780px;
    max-width: 100%;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: auto;
    margin-top: 30px;
  }

  .d-flex.align-items-center {
    display: block !important;
  }

  .about_block {
    background: url(../images/bg-about_02.png) bottom -1px center no-repeat;
  }

  .header-container span::after {
    display: none;
  }

  .header-container span::before {
    display: none;
  }

  .pro_block .header-container h2 {
    font-size: 38px;
  }

  .about_sub3 {
    display: none;
  }

  .about_sub2 {
    display: none;
  }

  .about_info h3 {
    font: 49px iCielBalihoScript;
    color: #2dbaff;
    padding-left: 0;
    margin: 20px 0;
  }

  .about_info p {
    font: 40px VLBodegaScript;
    margin-bottom: 30px;
  }

  .about_info.w-50 {
    width: 100% !important;
  }

  .about__in {
    display: block !important;
  }

  .about_block {
    padding: 30px 0 42px 0;
  }

  .about_sub {
    display: none;
  }

  .header_top .w-50.ml-auto.mr-auto {
    width: 100% !important;
    position: relative;
    top: 6px;
  }

  .header__logo {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 145px;
    max-width: 100%;
    position: relative;
    margin-top: 0;
  }

  #fix {
    height: auto;
  }

  .album__name {
    font: 13px OldStandardTT-Bold;
  }

  .col-product {
    padding: 0 8px;
  }

  .contact-article.row {
    display: block;
  }

  .right-pro-detail {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 40%);
    -ms-flex: 0 0 calc(100% - 40%);
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .left-pro-detail {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }

  .flex-box {
    display: block !important;
  }

  .row-product {
    margin: 25px -8px 0 -8px;
  }

  .price__pro_new a,
  .price__pro_new strong {
    font: 18px iCielBalihoScript;
  }

  .product__name {
    color: #2dbaff;
    font: 21px iCielBalihoScript;

  }

  .header__logo a {
    display: inline-block !important;
    width: 20%;
    text-align: center;
  }

  .flex_block {
    justify-content: center !important;
    text-align: center;
  }

  ul.primary-menu {
    display: none !important;
  }

  .menu-res {
    display: block;
  }

}



@media (max-width: 480px) {
  .pro_block {
    padding: 12px 0 40px 0;
}
  .about_info div {
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
}
  .about_info h3 {
    font: 37px iCielBalihoScript;
}
  .slideshow .control-owl button.owl-prev {
    display: none;
}
  .slideshow .control-owl button.owl-next {
    display: none;
}
  .news__dated {
    font: 8px Roboto-Regular;
}
  .feedback_box {
    width: 100%;
    aspect-ratio: 567 / 391;
    padding: 98px 25px 63px 15px;
}
  .feedback_block {
    overflow: hidden;
}
  .news_block {
    overflow: hidden;
  }
}
#loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999999; pointer-events: none; } #loader-wrapper #wrap { background: #fff; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; display: block; text-align: center; width: 100%; height: 100%; z-index: 999999; } #loader-wrapper.show1 #wrap { background: transparent } #loader-wrapper:after { -webkit-mask: url(../images/mask-01.png); mask: url(../images/mask-01.png); -webkit-mask-size: 2300% 100%; mask-size: 2300% 100%; content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgba(255, 255, 255, 1); z-index: 99999; } #loader-wrapper.show1::after { -webkit-animation: MaskPlay 1s steps(22) forwards; animation: MaskPlay 1s steps(22) forwards; } #loader-wrapper.show1 #wrap { opacity: 0; } @-webkit-keyframes MaskPlay { from { -webkit-mask-position: 0 0; mask-position: 0 0 } to { -webkit-mask-position: 100% 0; mask-position: 100% 0 } } @keyframes MaskPlay { from { -webkit-mask-position: 0 0; mask-position: 0 0 } to { -webkit-mask-position: 100% 0; mask-position: 100% 0 } }
.iframe iframe{width:100%!important; height: 500px};
/* .index-map{position: relative;}
.block-toa-do{
    position: absolute; 
    top: 25px;
    right: calc((100% - 1300px) / 2); 
    z-index: 999;
    width: 375px;
    border-top: 20px solid #5dc3ff;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    height: 252px;
    @include Responsive(1300px){
        left: 15px;
    }
    @include Responsive($lg){
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        border-radius: 0;
    }
} */

/* width */
/* .block-toa-do::-webkit-scrollbar {
	width: 2px;
}
   */
/* Track */
/* .block-toa-do::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px #d9d9d9;
	border-radius: 30px;
} */

/* Handle */
/* .block-toa-do::-webkit-scrollbar-thumb {
	background: #533F27;
	border-radius: 30px;
}
.index-map {
  position: relative;
}
.block-toa-do .item-toa-do{
    padding: 10px;
    cursor: pointer;
    h3{
      font-family: 'OldStandardTT-Bold';
        font-size: 15px;
        color: #212529;
        text-transform: uppercase;
    }
    p{
        span{
            font-family: OpenSans-SemiBold;
            font-size: 15px;
            color: #212529;
        }
        font-family: OpenSans-Regular;
        font-size: 15px;
        color: #5D5D5D;
        margin: 10px 0;
    }
}

.item-toa-do.active{
    background-color: #FAF6F0;
} */

.block-toa-do{
  list-style: none;
  padding-inline-start: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.block-toa-do .item-toa-do{
  display: inline-block;
  cursor: pointer;
  transition: .3s;
  font-family: NunitoSans-SemiBold;
  font-size: 17px;
  line-height: 27px;
  color: #fff;
  background: linear-gradient(to right, #2dbaff 10%, #fffe59 100%);
  border-radius: 10px;
  padding: 7px 20px;
  margin: 0 10px 10px 10px;
  filter: drop-shadow(-5px 5px 0 #fffe59);
}

.block-toa-do .item-toa-do.active{
  filter: drop-shadow(0 0 0 #fffe59);
}

.branch-main{
  padding: 40px 0;
}

.tags-title {
  transform: rotateZ(-90deg);
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  white-space: nowrap;
}
.tags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tags-list a {
  height: 26px;
  line-height: 24px;
  position: relative;
  font-size: 14px;
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: var(--warning);
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  transition: 0.4s;
}

.tags-list a::before{
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent var(--warning) transparent transparent;
  border-style: solid;
  border-width: 12px 12px 14px 0;
  transition: 0.4s;
}

.tags-list a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}

.tag-list a:hover {
  background: var(--danger);
}

.tag-list a:hover::before {
  border-color: transparent var(--danger) transparent transparent;
}

@media screen and (max-width: 991px) {
  .tag-list a {
    margin-bottom: 5px;
  }
}