/*------- HEADER ---------*/
/*------- FOOTER ---------*/
/*------- breadrumb ---------*/
/*------- Pagination ---------*/
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
/* Reset css */
/*====================RESET=================================*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #a7a7a7;
}

html {
  line-height: 1.15;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  font-family: "SVNGilroy";
  font-size: 16px;
  line-height: 1.3;
  max-width: 1920px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

a::before,
a::after {
  font-family: "FontAwesome";
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

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

img {
  height: auto;
  max-width: 100%;
  aspect-ratio: attr(width)/attr(height);
}
img.lazy {
  background: url("../images/loading.gif") center no-repeat;
}

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

.text-center {
  text-align: center !important;
}

.awesome {
  position: relative;
}
.awesome::before {
  font-family: "FontAwesome";
}

/*=====================================================*/
.clear::after {
  content: "";
  display: table;
  clear: both;
}

.btn {
  height: 40px;
  background: #d0d0d0;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding: 5px 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.btn.btn-submit {
  background: #00c260;
  color: #ffffff;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.btn.btn-submit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
  width: 2rem;
  height: 2rem;
  border: 2px dotted #fff;
  border-radius: 50%;
  border-left: none;
  border-bottom: none;
  transition: opacity 0.1s 0.4s;
  opacity: 0;
}
.btn.btn-submit.processing {
  font-size: 0;
  background: #0b9444;
  color: #ffffff;
  border-color: #0b9444;
}
.btn.btn-submit.processing::after {
  opacity: 1;
  animation: rotate 0.5s 0.4s infinite linear;
}
.btn:hover, .btn:focus, .btn:active {
  background: #C10088;
  color: #ffffff;
}

.error-404 {
  padding: 100px 0;
  text-align: center;
  color: red;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}

.wrapper {
  margin: auto;
  max-width: 1720px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.wrapper-1280 {
  margin: auto;
  max-width: 1280px;
  position: relative;
}
.wrapper-1280::after {
  content: "";
  display: table;
  clear: both;
}

.wrapper-1600 {
  margin: auto;
  max-width: 1600px;
  position: relative;
}
.wrapper-1600::after {
  content: "";
  display: table;
  clear: both;
}

.pad-0 {
  padding: 0px;
}

.cart-empty {
  line-height: 1.5em;
}

.image_lazy {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: block;
}

.i-image a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.entry p {
  display: block;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  line-height: 1.6;
  font-size: 16px;
}
.entry ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
}
.entry ul li {
  font-size: 17px;
  display: list-item;
  text-align: -webkit-match-parent;
  text-align: match-parent;
}
.entry ul.list-unstyled {
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0px;
}
.entry ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
}
.entry ol li {
  font-size: 17px;
  display: list-item;
  text-align: -webkit-match-parent;
  text-align: match-parent;
}
.entry img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 15px auto;
}
.entry img[data-src] {
  width: auto !important;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
  margin: 15px 0;
  margin-bottom: 10px;
}
.entry h1,
.entry h2 {
  font-size: 20px;
  font-weight: bold;
}
.entry h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
}
.entry .img-detail {
  text-align: center;
}
.entry .img-detail > p {
  text-align: center;
  font-style: italic;
  font-size: 15px;
}
.entry .fancybox-detail ~ em {
  text-align: center;
  margin-top: 5px;
}
.entry table.table_responsive tr td {
  padding: 10px;
}
.entry a {
  color: blue;
}

.simplebox .entry-row {
  margin-left: 0;
  margin-right: 0;
  flex-direction: row;
  display: flex;
}
.simplebox .entry-row .simplebox-content, .simplebox .entry-row .simplebox-image {
  flex-basis: 50%;
}

/*=====================================================*/
/*========================================================*/
/*============	    CONFIG STYLE      ====================*/
/*========================================================*/
*,
:after,
:before {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

/*========================================================*/
/*============		 CSS STYLE        ====================*/
/*========================================================*/
.pvt-wrapper {
  overflow: hidden;
  position: relative;
  background: #ffffff;
}

/* pvt-header */
#header {
  position: relative;
  z-index: 998;
}
#header .header_bottom {
  background: #ffffff;
  position: relative;
}
#header .header_bottom .content-header {
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
  z-index: 99;
  max-height: 70px;
}
#header .header-group-1 {
  position: relative;
}
#header .header-group-1 .flex-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#header .header-group-1 .logo {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
#header .logo {
  width: 270px;
  background: none;
  position: relative;
}
#header .logo * {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .logo h1 {
  margin: 0;
}
#header .logo a {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0.5rem;
  background: #ffffff;
}
#header .logo a img {
  max-width: inherit;
  display: block;
}
#header .btn_order {
  display: inline-block;
  padding: 10px 30px;
  padding-right: 50px;
  border-radius: 6px;
  background: #C10088;
  float: right;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  position: relative;
}
#header .btn_order::after {
  content: "";
  background: url("../images/ic-cart.png") center center no-repeat;
  width: 25px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 10px;
}
#header .wrap-menu-top {
  position: relative;
  display: flex;
  flex-direction: row;
}
#header .wrap-menu-top li {
  position: relative;
}
#header .wrap-menu-top li a {
  padding: 10px 10px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
#header .wrap-menu-top li a::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  left: 7px;
  top: 9px;
}
#header .wrap-menu-top li a.register_consultation::before {
  content: "\f040";
}
#header .wrap-menu-top li a.events::before {
  content: "\f073";
}
#header .wrap-menu-top li:not(:last-child) {
  margin-right: 25px;
}
#header .wrap-menu-top li:not(:last-child)::after, #header .wrap-menu-top li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 30px;
  background: #5dc55a;
  position: absolute;
  right: -10px;
  top: 10px;
  opacity: 1;
}
#header .wrap-menu-top li:not(:last-child)::before {
  background: #359900;
  right: -11px;
}
#header .wrap-menu-top::after, #header .wrap-menu-top::before {
  content: "";
  width: 1px;
  height: 30px;
  background: #5dc55a;
  position: absolute;
  right: -10px;
  top: 10px;
  opacity: 1;
}
#header .wrap-menu-top::before {
  background: #359900;
  right: -11px;
}
#header .wrap-menu-top a {
  line-height: 40px;
}
#header .hotline {
  position: relative;
}
#header .hotline span {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#header .hotline span::before {
  content: "\f095";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 1em;
}
#header .hotline::after, #header .hotline::before {
  content: "";
  width: 1px;
  height: 30px;
  background: #5dc55a;
  position: absolute;
  right: -15px;
  top: 10px;
  opacity: 1;
}
#header .hotline::before {
  background: #359900;
  right: -16px;
}
#header .box-language {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  position: relative;
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  float: right;
}
#header .box-language > a {
  padding: 0px 10px;
  position: relative;
  display: block;
  line-height: 40px;
  font-weight: bold;
  border: 1px solid #C10088;
  font-family: "SVNGilroyBold";
  color: #C10088;
  border-radius: 5px;
}
#header .box-language > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 10px;
}
#header .box-language ul {
  position: absolute;
  right: 0%;
  top: 110%;
  visibility: hidden;
  opacity: 0;
  height: 0;
  background: #ffffff;
  border: 1px solid #C10088;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  z-index: 999;
}
#header .box-language ul li {
  line-height: 1.5em;
  text-align: center;
}
#header .box-language ul li a {
  padding: 0px 15px;
  display: flex;
  flex-direction: row;
  width: 150px;
  text-transform: none;
  white-space: nowrap;
  color: #333333;
  line-height: 45px;
  font-family: "SVNGilroyBold";
  text-transform: uppercase;
}
#header .box-language ul li a span.icon {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  margin-top: 8px;
}
#header .box-language ul li a:hover {
  color: #C10088;
  background: #f3f4f6;
}
#header .box-language ul li:first-child a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#header .box-language ul li:last-child a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#header .box-language:hover ul {
  visibility: visible;
  opacity: 1;
  height: auto;
}
#header .box-language.show > a {
  background: #C10088;
  color: #ffffff;
}
#header .box-language.show ul {
  visibility: visible;
  opacity: 1;
  height: auto;
}
#header .pvt_box_search .searchTop {
  position: relative;
}
#header .pvt_box_search .searchTop .icon {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ffffff;
  border-radius: 50%;
  color: #003f6c;
  margin-top: 5px;
  display: none;
}
#header .pvt_box_search .searchTop .icon:before {
  font-size: 16px;
  line-height: 28px;
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#header .pvt_box_search .searchTop .icon:hover {
  background: #003f6c;
  color: #ffffff;
}
#header .pvt_box_search .searchTop .form {
  width: 300px;
  max-width: 300px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  border-radius: 50%;
  margin-top: 5px;
}
#header .pvt_box_search .searchTop .form #formSearch {
  position: relative;
}
#header .pvt_box_search .searchTop .search-box {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  position: relative;
  background: #ffffff;
}
#header .pvt_box_search .searchTop .search-box::after {
  content: "";
  display: block;
  clear: both;
}
#header .pvt_box_search .searchTop .search-box .s-key {
  width: -webkit-calc(100% - 40px);
  width: -o-calc(100% - 40px);
  width: calc(100% - 40px);
  float: left;
}
#header .pvt_box_search .searchTop .search-box .s-key input {
  display: block;
  width: 100%;
  padding: 5px 15px;
  border: none;
  height: 40px;
  padding-left: 10px;
  color: #333333;
  border-radius: 20px;
}
#header .pvt_box_search .searchTop .search-box .s-key input:focus {
  outline: none;
}
#header .pvt_box_search .searchTop .search-box button#btn-search {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #cccccc;
  outline: none;
  padding: 0;
  border-radius: 20px;
}
#header .pvt_box_search .searchTop .search-box button#btn-search i {
  color: #C10088;
  font-size: 16px;
}
#header .pvt_box_search .searchTop.active .icon {
  color: #C10088;
}
#header .pvt_box_search .searchTop.active .icon::before {
  content: "\f00d";
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .pvt_box_search .searchTop.active .form {
  width: 450px;
  opacity: 1;
}
#header .pvt_box_search .searchTop.active button#btn-search {
  width: 50px;
}
#header .pvt_box_search .searchTop.active button#btn-search:active(), #header .pvt_box_search .searchTop.active button#btn-search:focus(), #header .pvt_box_search .searchTop.active button#btn-search:select() {
  outline: none;
}
#header .pvt_box_search .searchTop.active button#btn-search i {
  color: #333333;
  font-size: 20px;
}
#header.on-scroll .content-header {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
}
#header.on-scroll .logo a {
  max-width: 60px;
  padding: 10px;
  background: none;
}
#header.on-scroll .logo a img {
  max-width: 40px;
}

#slide-banner {
  overflow: hidden;
}
#slide-banner .advertise-middle .advertise {
  position: relative;
}
#slide-banner .advertise-middle .advertise a {
  display: block;
  overflow: hidden;
}
#slide-banner .advertise-middle .advertise a:hover img {
  -webkit-animation: zooms 1s ease-in-out;
  -o-animation: zooms 1s ease-in-out;
  animation: zooms 1s ease-in-out;
}
#slide-banner .banner.item {
  display: block;
  width: 100%;
  position: relative;
  height: 640px;
  overflow: hidden;
}
#slide-banner .banner.item .banner-image {
  width: 100%;
  height: 640px;
}
#slide-banner .owl-controls {
  float: right;
  z-index: 999;
  position: relative;
}
#slide-banner .owl-nav {
  display: flex;
  margin-top: -50px;
}
#slide-banner .owl-nav .owl-prev,
#slide-banner .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
}
#slide-banner .owl-nav .owl-prev .fa,
#slide-banner .owl-nav .owl-next .fa {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}
#slide-banner .owl-nav .owl-prev:hover,
#slide-banner .owl-nav .owl-next:hover {
  background: #C10088;
}
#slide-banner .g-link {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
#slide-banner .g-link .inner {
  position: relative;
  float: right;
  height: 100%;
  width: 60%;
}
#slide-banner .g-link a {
  position: absolute;
  font-size: 0;
}
#slide-banner .g-link a:nth-child(1) {
  width: 280px;
  height: 180px;
  top: 35px;
  left: 120px;
}
#slide-banner .g-link a:nth-child(2) {
  width: 340px;
  height: 180px;
  right: 0px;
  top: 35px;
}
#slide-banner .g-link a:nth-child(3), #slide-banner .g-link a:nth-child(4), #slide-banner .g-link a:nth-child(5), #slide-banner .g-link a:nth-child(6) {
  width: 200px;
  height: 300px;
  bottom: 8px;
}
#slide-banner .g-link a:nth-child(3) {
  left: -15px;
}
#slide-banner .g-link a:nth-child(4) {
  width: 180px;
  left: 200px;
}
#slide-banner .g-link a:nth-child(5) {
  width: 180px;
  right: 200px;
}
#slide-banner .g-link a:nth-child(6) {
  right: 0px;
}

/*==========================*/
@keyframes main-banner-zoom {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  100% {
    transform: scaleX(1.25) scaleY(1.25);
  }
}
#results {
  top: 100%;
  right: 0px;
  width: 100%;
  z-index: 9999;
  display: none;
  margin-top: 1px;
  position: absolute;
}
#results.open {
  display: block;
}
#results .list-item {
  padding: 0px;
  overflow: hidden;
  background: white;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
#results .list-item > .inner {
  overflow: hidden;
  max-height: 510px;
}
#results .list-item > .inner .scrollbar {
  height: auto;
  max-height: 470px;
  overflow-y: auto;
  width: 100%;
  float: none;
  background: #ffffff;
  margin: 0;
}
#results .list-item > .inner .item {
  width: 100%;
  padding: 10px;
  display: table;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}
#results .list-item > .inner .item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
#results .list-item > .inner .item:hover {
  background: #f2f2f2;
}
#results .list-item > .inner .item .img,
#results .list-item > .inner .item .txt {
  display: table-cell;
  vertical-align: top;
}
#results .list-item > .inner .item .img {
  width: 50px;
}
#results .list-item > .inner .item .img a {
  height: 50px;
  display: block;
  background: white;
  position: relative;
}
#results .list-item > .inner .item .img a img {
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#results .list-item > .inner .item .txt {
  font-size: 14px;
  line-height: 1.3;
  padding-left: 10px;
  color: #333333;
}
#results .list-item > .inner .item .txt .item-price {
  color: #ff0000;
  line-height: 1.5em;
  margin-top: 6px;
  font-weight: 700;
  font-family: "Arial";
}
#results .list-item > .inner .item .txt .item-price .regular {
  color: darkgray;
  margin-left: 5px;
  text-decoration: line-through;
}
#results .results_footer {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
  text-align: left;
  overflow: hidden;
  line-height: 20px;
  white-space: nowrap;
  background: #C10088;
  text-overflow: ellipsis;
  font-size: 14px;
}
#results ul.tags-list {
  overflow-y: auto;
  padding: 5px 1px;
  background: #fff;
  max-height: 470px;
  border-radius: 4px;
}
#results ul.tags-list.suggested {
  float: left;
  width: 200px;
  border: none;
  border-radius: 0;
  padding: 10px 1px;
}
#results ul.tags-list.suggested > li:not(:first-child) {
  font-style: italic;
}
#results ul.tags-list ul.tags-list > li {
  overflow: hidden;
  padding: 4px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#results ul.tags-list ul.tags-list > li > label {
  margin: 0;
  color: #66c9f9;
  text-transform: uppercase;
}
#results ul.tags-list ul.tags-list > li:not(:first-child) {
  cursor: pointer;
}
#results ul.tags-list ul.tags-list > li:not(:first-child):hover {
  color: #66c9f9;
  background: #f2f2f2;
}

/* menu */
#primary-menu {
  margin-top: 0px;
  float: right;
}
#primary-menu ul {
  display: inline-flex;
  flex-direction: row;
  column-gap: 5px;
  float: right;
}
#primary-menu ul li {
  position: relative;
  text-align: center;
  padding: 0px 15px;
}
#primary-menu ul li > a {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  padding: 15px 10px;
  line-height: 40px;
  color: #C10088;
  position: relative;
  font-weight: bold;
  text-transform: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "SVNGilroyBold";
}
#primary-menu ul li > a span.img {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 3px;
}
#primary-menu ul li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: solid 3px #532563;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#primary-menu ul li > a:hover, #primary-menu ul li > a.active {
  color: #532563;
}
#primary-menu ul li > a:hover::before, #primary-menu ul li > a.active::before {
  right: 0;
}
#primary-menu ul li > a.has_sub {
  position: relative;
}
#primary-menu ul li > a.has_sub::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #532563;
  font-size: 16px;
  margin-left: 8px;
}
#primary-menu ul li:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 1.5rem;
  background: #C10088;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.75rem;
}
#primary-menu ul li > .wrap-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 99;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 0px 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
  display: block;
  text-align: left;
}
#primary-menu ul li > .wrap-sub-menu li {
  white-space: nowrap;
  text-align: left;
  padding: 0;
}
#primary-menu ul li > .wrap-sub-menu li a {
  display: block;
  padding: 10px 20px;
  padding-left: 30px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  text-align: left;
  font-weight: bold;
  position: relative;
  text-transform: none;
}
#primary-menu ul li > .wrap-sub-menu li a::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
  left: 14px;
  top: 8px;
}
#primary-menu ul li > .wrap-sub-menu li a:hover {
  background: #C10088;
  color: #ffffff;
}
#primary-menu ul li:hover > .wrap-sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* breadrumb */
#wtg-navigation {
  padding: 10px 10px;
  margin-bottom: 0px;
  background: none;
  border-radius: 0;
  background: #ffffff;
}
#wtg-navigation ul {
  float: right;
}
#wtg-navigation ul::after {
  content: "";
  clear: both;
  display: table;
}
#wtg-navigation ul li {
  padding: 2px 12px;
  padding-right: 0;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-family: "SVNGilroy";
}
#wtg-navigation ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #111;
}
#wtg-navigation ul li a:hover {
  color: #C10088;
}
#wtg-navigation ul li:last-child {
  padding-right: 0;
  color: #C10088;
  font-weight: normal;
}
#wtg-navigation ul li:not(:last-child):after {
  content: "\f105";
  font-family: "Fontawesome";
  margin-left: 8px;
  color: #111;
}

/* =========== pvt-main ===============*/
#main {
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.15);
}
#main > .box_mid {
  padding-top: 25px;
}
#main > .box_mid .mid-title {
  position: relative;
  text-align: left;
}
#main > .box_mid .mid-title .titleL {
  margin-bottom: 20px;
}
#main > .box_mid .mid-title h1,
#main > .box_mid .mid-title h2 {
  margin: 0px;
  font-size: 42px;
  font-weight: normal;
  line-height: 1.3em;
  display: inline-block;
  position: relative;
  z-index: 99;
  color: #C10088;
  text-transform: uppercase;
  position: relative;
  border: none;
}
#main > .box_mid .mid-content {
  padding-bottom: 50px;
}
#main .like_share {
  margin: 20px 0 20px;
  margin-bottom: 10px;
  padding: 10px;
  background: #f3f3f3;
}
#main .like_share .like_facebook {
  float: left;
}
#main .like_share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main .like_share ul:after {
  display: block;
  content: "";
  clear: both;
}
#main .like_share ul li {
  float: left;
}
#main .like_share ul li:not(.last) {
  margin-right: 10px;
}
#main .like_share a {
  padding-right: 15px;
  display: block;
}
#main .feedback {
  float: right;
  text-align: right;
  color: #666;
}
#main .feedback a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}
#main .feedback a.font-icon {
  padding-left: 30px;
  position: relative;
}
#main .feedback a.font-icon:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 20px;
}
#main .feedback a i {
  font-size: 20px;
  line-height: 25px;
  padding-right: 5px;
  color: #004976;
}
#main .advertise-right {
  margin-top: 20px;
}

.content_flex {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 20px;
}
.content_flex .content_left {
  flex: 1;
}
.content_flex .content_right {
  width: 285px;
}

.box_info_suport {
  margin-top: 30px;
  display: block;
}
.box_info_suport .inner {
  padding: 25px 60px 25px 170px;
  border: 3px solid #2bace2;
  display: inline-block;
  border-radius: 76px;
  position: relative;
}
.box_info_suport .inner::before {
  content: url("../images/icon_giotnuoc.png");
  position: absolute;
  left: 45px;
  top: 8px;
}
.box_info_suport span {
  display: block;
  font-size: 20px;
  color: #006698;
  list-style: none;
  line-height: 1.5em;
}
.box_info_suport a:hover {
  color: #C10088;
}
.box_info_suport .i-title {
  font-size: 22px;
  text-transform: uppercase;
}
.box_info_suport .i-hotline a {
  font-weight: bold;
  font-size: 26px;
}
[class^=TLDicon-],
[class*=TLDicon-] {
  background-image: url("../images/TLDicon.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.support-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.support-info-left {
  width: 56%;
}
.support-info-left .inner {
  position: relative;
  background: rgb(91, 103, 112);
  border-radius: 0.75rem;
  --tw-skew-x: 20deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.support-info-left .inner::before {
  content: "";
  position: absolute;
  left: -10%;
  top: 0;
  width: 20%;
  height: 100%;
  background: rgb(91, 103, 112);
}
.support-info-left .content-info {
  --tw-skew-x: -20deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.support-info-left .content-info h3 {
  color: #ffffff;
}
.support-info-right {
  width: 46%;
}
.support-info-right .inner {
  background: #ffffff;
}
.support-info-right .inner .content-info > a {
  background: #C10088;
  color: #ffffff;
  text-transform: uppercase;
}
.support-info-right .inner .content-info > a:hover {
  background: rgb(177, 32, 132);
}
.support-info .inner {
  padding: 2rem;
  display: flex;
  justify-content: center;
}

.content-info h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #5B6770;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  font-family: "SVNGilroyBold";
  margin: 0;
  margin-bottom: 10px;
}
.content-info > a {
  display: inline-block;
  padding: 10px 40px;
  background: #ffffff;
  border-radius: 2.125rem;
  color: #C10088;
  font-family: "SVNGilroyBold";
  font-size: 2rem;
  line-height: 1.5em;
  width: fit-content;
  min-width: 20rem;
  text-align: center;
}
.content-info > a svg {
  margin-right: 10px;
  fill: #C10088;
}
.content-info > a:hover {
  background: #C10088;
  color: #ffffff;
}
.content-info > a:hover svg {
  fill: #ffffff;
}

/* =========== pvt-main ===============*/
/* loading */
.loading {
  overflow: hidden;
  position: relative;
}
.loading::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
}
.loading .loading-icon {
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  z-index: 9999;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loading .loading-icon i {
  font-size: 30px;
  animation: rotate 0.8s 0.4s infinite linear;
}

.ui-effects-transfer {
  border: 2px solid #70c91a;
  z-index: 999;
}

/* box-sidebar */
.menu_cat {
  text-align: left;
  padding: 10px 0;
  margin-bottom: 30px;
}
.menu_cat ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
}
.menu_cat ul li {
  display: inline-block;
  margin: 0px;
  margin-bottom: 10px;
}
.menu_cat ul li:not(:last-child) {
  margin-right: 8px;
}
.menu_cat ul li a {
  display: block;
  padding: 5px 20px;
  border-radius: 12px;
  background: #dedede;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  line-height: 30px;
  font-size: 15px;
  color: #444444;
}
.menu_cat ul li a.active, .menu_cat ul li a:hover {
  color: #ffffff;
  background: #C10088;
}
.menu_cat ul li.current a {
  color: #ffffff;
  background: #C10088;
}

/* pagination */
.pagination {
  display: block;
  overflow: hidden;
  margin: 20px 0 0;
}
.pagination ul {
  border-radius: 0;
  padding: 20px 0;
  text-align: center;
}
.pagination ul li {
  margin: 0 5px;
  display: inline-block;
}
.pagination ul li a,
.pagination ul li span {
  display: inline-block;
  padding: 0;
  color: #333;
  width: 40px;
  height: 40px;
  border: none;
  font-size: 16px;
  line-height: 40px;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  background: #d3d3d3;
  text-align: center;
}
.pagination ul li span {
  color: white;
  background: #C10088;
}
.pagination ul li:hover a,
.pagination ul li:hover span, .pagination ul li.active a,
.pagination ul li.active span {
  color: white;
  background: #C10088;
}

/* widget */
.widget {
  border: none;
  padding: 0;
}
.widget .widget-title {
  background: #C10088;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.4em;
  padding: 5px 10px;
  line-height: 30px;
}
.widget .widget-content {
  padding: 2px 0;
}
.widget .items li {
  padding: 8px 5px;
}
.widget .items li a {
  display: block;
  overflow: hidden;
}
.widget .items li:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.widget .items li .img {
  float: left;
  display: block;
}
.widget .items li .img img {
  max-width: 85px;
}
.widget .items li .txt {
  display: block;
  margin-left: 95px;
  line-height: 1.4;
}
.widget:not(:last-child) {
  margin-bottom: 20px;
}

.social::after {
  content: "";
  display: block;
  clear: both;
}
.social > span {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  padding: 10px 0;
  position: relative;
  float: left;
  display: none;
}
.social ul {
  display: block;
}
.social ul::after {
  content: "";
  display: block;
  clear: both;
}
.social ul li {
  float: left;
  margin-left: 10px;
}
.social ul li a {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social ul li a:hover {
  color: #ffffff;
}
.social ul li a img {
  color: #ffffff;
  max-width: 60px;
}
.social ul li a .filter-svg {
  fill: #ffffff;
}

#footer {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(18, 23, 35, var(--tw-bg-opacity));
}

.footer_main {
  overflow: hidden;
  position: relative;
  background: url("../images/bg_footer.png") center no-repeat;
}
.footer_main .footer-flex {
  display: flex;
  flex-direction: row;
  padding: 2rem 20px;
  justify-content: space-evenly;
  column-gap: 1.5rem;
}
.footer_main .footer-flex .flex-left {
  width: 5%;
}
.footer_main .footer-flex .flex-center {
  flex: 1;
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  color: #ffffff;
  justify-content: space-evenly;
  padding-bottom: 1rem;
}
.footer_main .footer-flex .flex-right {
  width: 10%;
}
.footer_main .icon-l {
  position: absolute;
  bottom: 0;
  left: 0;
}

.flex-left .logo {
  text-align: center;
}

/* menu-footer */
.node_link .footer-title h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  display: inline-block;
  font-family: "SVNGilroyBold";
  margin-bottom: 20px;
}
.node_link .footer-content ul.info_contact > li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 30px;
  line-height: 30px;
  position: relative;
  font-family: "SVNGilroyMedium";
  color: #ffffff;
}
.node_link .footer-content ul.info_contact > li > span.block {
  position: absolute;
  left: 0;
  top: 0px;
  max-width: 20px;
  font-size: 20px;
}
.node_link .footer-content ul.info_contact > li > a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.node_link.last .footer-title {
  margin-bottom: 10px;
}

.footer-bottom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgb(107, 114, 128);
}
.footer-bottom .copyright {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #ffffff;
  font-family: "SVNGilroy";
}

#pvt-bocongthuong {
  width: 100%;
  display: flex;
}
#pvt-bocongthuong::after {
  content: "";
  display: block;
  clear: both;
}
#pvt-bocongthuong:not(.b-img) {
  width: 100%;
  display: block;
}
#pvt-bocongthuong .b-img {
  width: 155px;
  padding-right: 12px;
}
#pvt-bocongthuong .b-text {
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
  color: #ffffff;
  text-align: center;
  padding-top: 5px;
}
#pvt-bocongthuong .b-text p {
  padding: 0;
}

.box-list-payment {
  float: right;
}
.box-list-payment label {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.box-list-payment ul {
  display: flex;
}
.box-list-payment ul li {
  flex: 1 25%;
  padding: 0 10px;
}

/* item-adv */
.item-adv:not(.no-style) {
  overflow: hidden;
  position: relative;
}
.item-adv:not(.no-style)::before, .item-adv:not(.no-style)::after {
  content: "";
  position: absolute;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  background: #fff;
  height: 1px;
  z-index: 10;
  width: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.item-adv:not(.no-style)::before {
  top: 10px;
}
.item-adv:not(.no-style)::after {
  bottom: 10px;
}
.item-adv:not(.no-style) a {
  display: block;
  position: relative;
  overflow: hidden;
}
.item-adv:not(.no-style) a::before, .item-adv:not(.no-style) a::after {
  content: "";
  position: absolute;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  background: #fff;
  width: 1px;
  z-index: 10;
  height: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.item-adv:not(.no-style) a::before {
  left: 10px;
}
.item-adv:not(.no-style) a::after {
  right: 10px;
}
.item-adv:not(.no-style) img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.item-adv:not(.no-style):hover::before, .item-adv:not(.no-style):hover::after {
  left: 10px;
  right: 10px;
  width: auto;
  transform: none;
}
.item-adv:not(.no-style):hover a::before, .item-adv:not(.no-style):hover a::after {
  left: 10px;
  right: 10px;
  width: auto;
  transform: none;
}
.item-adv:not(.no-style):hover img {
  opacity: 0.8;
  transform: scale(1.02);
}

/* goTop */
#goTop {
  opacity: 1;
  position: fixed;
  z-index: 999999;
  right: 10px;
  bottom: 30px;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid #C10088;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 44px;
  color: #ffffff;
  font-size: 20px;
  background: #C10088;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
#goTop::before {
  content: "\f077";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 43%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#goTop:hover {
  color: #ffffff;
  background-color: #C10088;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
}
#goTop:hover::before {
  color: #ffffff;
}

.open-modal #header,
.opened-search #header,
.opened-search-voice #header {
  z-index: 999;
}
.open-modal .maker,
.opened-search .maker,
.opened-search-voice .maker {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
}

.scroll-right-wrap {
  bottom: 30%;
  right: 20px;
  z-index: 9999;
  position: fixed;
}
.scroll-right-wrap ul li {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
}
.scroll-right-wrap ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}
.scroll-right-wrap ul li span {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-family: "Arial";
  font-size: 12px;
  display: none;
}
.scroll-right-wrap ul li:not(:last-child) {
  margin-bottom: 10px;
}
.scroll-right-wrap ul li .btn-scroll-top {
  cursor: pointer;
  position: relative;
}
.scroll-right-wrap ul li .btn-scroll-top .fa {
  height: 24px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.scroll-right-wrap ul li .btn-scroll-top:hover {
  background: #C10088;
  border-color: #C10088;
}
.scroll-right-wrap ul li .btn-scroll-top:hover .fa {
  color: #fff;
}

/* maker */
.maker {
  /* &.open {
      top: 0;
      left: 0;
      z-index: 999;
      width: 100%;
      height: 100%;
      position: fixed;
      overflow: hidden;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
  } */
}
.maker.loading {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  z-index: 999999;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.maker.loading::after {
  content: "";
  width: 250px;
  height: 50px;
  top: 50%;
  left: 50%;
  zoom: 1;
  z-index: 1;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* ajax-loading */
.ajax-loading span {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.65);
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
}
.ajax-loading::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 999999;
}

/*========================================================*/
/*============		RESPONSIVE        ====================*/
/*========================================================*/
/* Responsive 1600px px */
@media screen and (max-width: 1600px) {
  #primary-menu ul li > a {
    font-size: 1.25rem;
  }
}
/* Responsive 1440px px */
@media screen and (max-width: 1440px) {
  body.isDesktop .col-lg-6,
  body.isIpad .col-lg-6 {
    width: 50%;
  }
  .wrapper-1600 {
    padding: 0 15px;
  }
}
/* Responsive 1366 px */
@media screen and (max-width: 1367px) {
  .wrapper,
  .wrapper-1600 {
    max-width: 100%;
  }
  #header .logo {
    width: 100px;
  }
  #header .logo a img {
    max-width: 92px;
  }
  #primary-menu ul li {
    padding: 0 10px;
  }
  #primary-menu ul li > a {
    font-size: 1rem;
  }
}
/* Responsive 1280px */
/* Responsive 1024px */
@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 0 10px;
  }
  #header .contact_info {
    max-width: 50%;
  }
  #header .header-group-1 .logo {
    width: 100px;
  }
  #header .header-group-1 .logo a img {
    max-width: 76px;
  }
  #header .header_bottom::before {
    width: 210px;
  }
  #header .box-language {
    margin-left: 0;
  }
  #header.on-scroll .content-header .logo a img {
    max-width: 40px;
  }
  #nav {
    max-width: -webkit-calc(100% - 175px);
    max-width: -o-calc(100% - 175px);
    max-width: calc(100% - 175px);
  }
  #primary-menu ul li {
    padding: 0;
  }
  #primary-menu ul li > a {
    font-size: 1rem;
  }
  #primary-menu ul li:not(:last-child)::after {
    right: -3px;
  }
  #main .wrapper {
    max-width: 960px;
  }
  #slide-banner .banner.item {
    height: 450px;
  }
  #slide-banner .banner.item .banner-image {
    height: 450px;
  }
  body.isIpad .col-md-8 {
    width: 60%;
  }
  body.isIpad .col-md-4 {
    width: 40%;
  }
  .footer_top .info-company {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer_top .info-company span {
    display: inline-block;
    float: left;
    width: 100px;
  }
  .footer_main .footer-flex .flex-left {
    width: 8%;
  }
  .footer_main .footer-flex .flex-center {
    column-gap: 0.5rem;
  }
  .content_flex {
    flex-direction: column;
  }
  .content_flex .content_right {
    width: 100%;
    margin-top: 30px;
  }
  .content_flex .box-adv-banner {
    display: none;
  }
  #box-sidebar-left .form-register-left {
    max-width: 540px;
    margin: 0 auto;
  }
  .support-info .inner {
    padding: 1.25rem;
  }
  .content-info h3 {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
  .content-info > a {
    font-size: 1.25rem;
  }
  .scroll-right-wrap {
    right: 10px;
  }
}
/* Responsive 768px */
@media screen and (max-width: 996px) {
  #primary-menu {
    position: relative;
    display: flex;
    flex-direction: row;
  }
  #primary-menu > .wrap-menu-primary {
    float: none;
  }
  #primary-menu > .wrap-menu-primary li > a::before {
    display: none;
  }
  #primary-menu > .wrap-menu-primary li.last::after {
    display: none;
  }
  #primary-menu .menu_dialog {
    position: absolute;
    right: -90px;
    top: 160%;
    visibility: hidden;
    opacity: 0;
    width: 275px;
    background: #ffffff;
    border: 1px solid rgba(120, 130, 147, 0.5);
    border-radius: 0.25rem;
    transition-duration: 0.3s;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 10px;
    justify-content: center;
  }
  #primary-menu .menu_dialog ul.wrap-menu-primary {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  #primary-menu .menu_dialog ul.wrap-menu-primary li {
    text-align: center;
  }
  #primary-menu .menu_dialog ul.wrap-menu-primary li:not(:last-child) {
    margin-bottom: 5px;
  }
  #primary-menu .menu_dialog ul.wrap-menu-primary li::after {
    display: none;
  }
  #primary-menu .menu_dialog ul.wrap-menu-primary li > a {
    padding: 6px 10px;
    line-height: 1.5em;
  }
  #primary-menu .menu_dialog ul.wrap-menu-primary li > a::before {
    display: none;
  }
  #primary-menu .menu_dialog .logo_dialog {
    text-align: center;
  }
  #primary-menu .menu_dialog .logo_dialog img {
    display: block;
    max-width: 40px;
    margin: 0 auto;
  }
  #primary-menu button.button_menu_mobile {
    width: 50px;
    height: 50px;
    border: none;
    background: none;
    display: block;
    padding: 18px 10px;
    float: none;
    margin-top: 9px;
    outline: none;
  }
  #primary-menu button.button_menu_mobile strong {
    margin-top: 14px;
    font-size: 11px;
    color: #C10088;
    display: block;
    text-transform: uppercase;
  }
  #primary-menu button.button_menu_mobile span {
    position: relative;
    width: 30px;
    height: 2px;
    background: #C10088;
    display: block;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
  }
  #primary-menu button.button_menu_mobile span::before, #primary-menu button.button_menu_mobile span::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #C10088;
    position: absolute;
    left: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
  }
  #primary-menu button.button_menu_mobile span::before {
    top: 7px;
  }
  #primary-menu button.button_menu_mobile span::after {
    bottom: 7px;
  }
  #primary-menu button.button_menu_mobile::before {
    display: none;
    font-family: "FontAwesome";
  }
  #primary-menu.open > .wrap-menu-primary {
    display: none;
  }
  #primary-menu.open .menu_dialog {
    visibility: visible;
    opacity: 1;
    top: 140%;
  }
  #primary-menu.open button.button_menu_mobile span {
    background: none;
  }
  #primary-menu.open button.button_menu_mobile span::before {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  #primary-menu.open button.button_menu_mobile span::after {
    bottom: -8px;
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  #primary-menu.open button.button_menu_mobile strong {
    display: none;
  }
}
/* Responsive 768px */
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 10px;
  }
  #header > .wrapper {
    padding: 0 10px;
  }
  #header .header-group-1 .logo {
    max-width: 160px;
  }
  #header .header-group-1 .logo a img {
    width: 120px;
  }
  #header .contact_info {
    max-width: 55%;
  }
  #header .contact_info li {
    padding-left: 30px;
    margin-right: 10px;
  }
  #header .contact_info li.phone a {
    font-size: 14px;
  }
  #header .pvt_box_search .searchTop .icon {
    display: block;
    width: 34px;
    height: 34px;
    margin-top: 3px;
  }
  #header .pvt_box_search .searchTop .icon:hover {
    background: #C10088;
  }
  #header .pvt_box_search .searchTop .form {
    position: absolute;
    left: 40px;
    top: 0;
    opacity: 0;
    margin-top: 0;
    width: 0;
  }
  #header .pvt_box_search .searchTop.active .form {
    margin-top: 3px;
  }
  #header .pvt_box_search .searchTop.active button#btn-search {
    width: 40px;
    height: 40px;
  }
  #header .header_bottom::before {
    width: 163px;
  }
  #header .btn-menu {
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    display: block;
    padding: 18px 7px;
    float: right;
  }
  #header .btn-menu span {
    position: relative;
    width: 20px;
    height: 3px;
    background: #000;
    display: block;
  }
  #header .btn-menu span::before, #header .btn-menu span::after {
    content: "";
    width: 30px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
  }
  #header .btn-menu span::before {
    top: 9px;
  }
  #header .btn-menu span::after {
    bottom: 9px;
  }
  #header .btn-menu::before {
    display: none;
    font-family: "FontAwesome";
  }
  #header .link_news,
  #header .mini-cart-box {
    margin-right: 20px;
  }
  #primary-menu.open .menu_dialog {
    top: 70px;
  }
  .footer_main {
    padding-bottom: 25px;
  }
  .footer_main .col-middle,
  .footer_main .col-right {
    width: 50%;
    float: left;
  }
  .footer_main .footer-flex {
    padding: 2rem 0px;
  }
  .footer_main .footer-flex {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .footer_main .footer-flex .flex-right {
    flex: 1;
    width: 100%;
  }
  .footer_main .footer-flex .flex-center {
    justify-content: flex-start;
    gap: 40px;
  }
  .footer_main .footer-flex .flex-left {
    display: none;
  }
  .footer_main .inner {
    flex-wrap: wrap;
  }
  .footer_main .inner .inner-col1 {
    flex: 1 1 220px;
  }
  .footer_main .inner .inner-col2 {
    flex: 1 1 50%;
  }
  .footer_main .inner .inner-col3 {
    flex: 1 1 100%;
    padding-left: 0px;
    padding-top: 0;
    position: relative;
  }
  .footer_main .inner .inner-col3 .footer-icon {
    position: absolute;
    left: 0px;
    top: -65px;
  }
  .footer_top {
    padding: 25px 30px;
  }
  .footer_top .flex {
    column-gap: 30px;
  }
  .footer_top .flex .logo {
    max-width: 180px;
  }
  .footer_top .flex .logo img {
    max-width: 180px;
  }
  .footer_top .info-company {
    font-size: 16px;
  }
  .footer_top .info-company > div {
    line-height: 26px;
  }
  .footer_top .info-company span {
    margin-bottom: 0;
  }
  .footer-menu > li > a {
    font-size: 16px;
  }
  .footer-menu .submenu > li > a {
    font-size: 14px;
  }
  .footer_main #network .network-inner {
    max-width: 100%;
    float: left;
    padding-right: 0;
    margin-top: 20px;
  }
  body.isIpad .footer-center .col-md-8,
  body.isIpad .footer-center .col-md-4 {
    width: 100%;
    margin-bottom: 10px;
  }
  body.isIpad .box_maillist {
    float: none;
  }
  .support-info {
    flex-direction: column;
  }
  .support-info .support-info-left,
  .support-info .support-info-right {
    width: 100%;
  }
  .support-info .support-info-left .content-info,
  .support-info .support-info-right .content-info {
    min-width: 500px;
    text-align: center;
  }
  .support-info .support-info-left .content-info h3,
  .support-info .support-info-right .content-info h3 {
    text-align: center;
  }
  .support-info .support-info-left .content-info a,
  .support-info .support-info-right .content-info a {
    display: block;
    text-align: center;
    width: 100%;
  }
  .support-info-left .inner {
    --tw-skew-x: 0deg;
    border-radius: 0;
  }
  .support-info-left .content-info {
    --tw-skew-x: 0deg;
  }
}
/* MOBILE 767px */
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 0 5px;
  }
  #header {
    -webkit-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.12);
  }
  #header .logo {
    max-width: 40px;
  }
  #header .logo a img {
    width: 40px !important;
  }
  body.main-index #header {
    background: none;
    min-height: auto;
  }
}
/* MOBILE 767px */
@media screen and (max-width: 480px) {
  #header .logo a {
    padding: 0.4rem 0.25rem;
  }
  #header .box-language {
    margin-top: 9px;
    margin-bottom: 9px;
    margin-left: 15px;
  }
  #header .box-language > a {
    padding: 0 0.5rem;
  }
  #header .box-language > a::after {
    margin-left: 0.5rem;
  }
  #header .box-language ul li a {
    font-size: 0.8rem;
  }
  #primary-menu {
    justify-content: flex-end;
  }
  #primary-menu > ul > li > a {
    font-size: 0.75rem;
    line-height: 30px;
  }
  #primary-menu button.button_menu_mobile {
    margin-top: 5px;
  }
  #primary-menu .menu_dialog {
    right: -72px;
  }
  #primary-menu .menu_dialog ul.wrap-menu-primary li:not(:last-child) {
    margin-bottom: 0px;
  }
  #primary-menu.open .menu_dialog {
    top: 60px;
    width: 230px;
  }
  #primary-menu.open button.button_menu_mobile span::before {
    top: 0px;
  }
  #primary-menu.open button.button_menu_mobile span::after {
    bottom: 0px;
  }
  #slide-banner .banner.item {
    height: 260px;
  }
  #slide-banner .banner.item .banner-image {
    height: 260px;
  }
  .footer_main .footer-flex .flex-center {
    padding: 0px 15px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 30px;
  }
  .footer_main .footer-flex .flex-right {
    padding-left: 15px;
  }
  .support-info .support-info-left .content-info,
  .support-info .support-info-right .content-info {
    min-width: 90%;
  }
  .content-info > a svg {
    max-width: 25px;
    float: left;
  }
  .footer_main .footer-flex {
    padding-bottom: 0;
  }
  .footer-bottom .copyright {
    font-size: 1rem;
  }
}