@charset "UTF-8";
/*
Theme Name: RYLFOOD - by Hải Sản Hoàng Gia
Theme URI: https://rylfood.com
Author: Lê Hùng
Author URI: https://thietkeweb.ai.vn
Description: TIÊN PHONG NHẬP KHẨU & PHÂN PHỐI HẢI SẢN HÀNG ĐẦU VIỆT NAM
Version: 1.0 
*/
/*------- HEADER ---------*/
/*------- FOOTER ---------*/
/*------- breadrumb ---------*/
/*------- Pagination ---------*/
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
/* Reset css */
/*====================RESET=================================*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1 ;
}

::-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: "InterV";
  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";
}

/* Inserting a collapsed row between two flex items will make 
 * the flex item that comes after it break to a new row */
.break {
  flex-basis: 100%;
  height: 0;
}

/* Use a collapsed column to break to a new column */
.break-column {
  flex-basis: 100%;
  width: 0;
}

/*=====================================================*/
.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: #213365;
  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: #213365;
  color: #ffffff;
  border-color: #213365;
}
.btn.btn-submit.processing::after {
  opacity: 1;
  animation: rotate 0.5s 0.4s infinite linear;
}
.btn:hover, .btn:focus, .btn:active {
  background: #213365;
  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: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  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;
  vertical-align: middle;
}
.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%;
}

.animate__animated.animate__delay-1_5s {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.animate__animated.animate__delay-2_5s {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

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

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

/*=====================================================*/
:root {
  --primary: #c8a96b;
  --primary-hover: #b8934f;
  --primary-active: #a88441;
  --secondary: #4e3b2c;
  --secondary-deep: #3e2e22;
  --bg-main: #faf6ef;
  --bg-soft: #f2e8d8;
  --bg-warm: #e8d8be;
  --surface: #ffffff;
  --accent: #c97c7c;
  --accent-hover: #b96868;
  --natural: #6e7b5d;
  --text-main: #2f241c;
  --text-soft: #6b5b4d;
  --text-muted: #9b8c7e;
  --text-on-dark: #faf6ef;
  --border: #e9ded0;
  --border-strong: #dccbb4;
  --dark-section: #5c5a5a;
  --white: #ffffff;
  --shadow-soft: 0 8px 24px rgba(78, 59, 44, 0.05);
  --shadow-card: 0 12px 28px rgba(78, 59, 44, 0.07);
  --shadow-hover: 0 16px 38px rgba(78, 59, 44, 0.12);
}

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

body.page-main {
  background: var(--bg-main);
  color: var(--text-main);
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body h1,
body h2,
body h3,
body h4 {
  margin: 0;
  color: var(--secondary);
  font-family: "Great Vibes", "Segoe Script", cursive;
  font-weight: 500;
  letter-spacing: 0em;
}

body.page-main p {
  margin: 0;
}

body.page-main a {
  color: inherit;
  text-decoration: none;
}

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

/* pvt-header */
#header {
  position: relative;
  z-index: 998;
}
#header .header_top {
  background: #213365;
  position: relative;
  height: auto;
  padding: 6px 0;
}
#header .header_top .content-header {
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 99;
}
#header .flex-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#header .flex-box .flex-left,
#header .flex-box .flex-right {
  width: calc((100% - 200px - 40px) / 2);
  padding-top: 15px;
  position: relative;
}
#header .flex-box .flex-middle {
  width: 200px;
}
#header .header-group-1 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  left: -15px;
  top: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#header .header-group-2 {
  position: absolute;
  right: 10px;
  top: 30px;
}
#header .logo {
  width: 100%;
  background: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
}
#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;
  background: none;
}
#header .logo a img {
  max-width: inherit;
  display: block;
}
#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 .box-hotline {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
#header .box-hotline .i-item {
  display: inline-flex;
  flex-direction: column;
  color: #ffffff;
}
#header .box-hotline span {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.4em;
}
#header .box-hotline a {
  color: #d8aa41;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 600;
  position: relative;
  display: block;
  padding-left: 30px;
}
#header .box-hotline a::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("../images/Vector-hotline.svg");
  left: -6px;
  top: -14px;
  position: absolute;
}
#header .box-language {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  position: relative;
  margin-left: 10px;
  float: right;
}
#header .box-language > a {
  padding: 0px 10px;
  position: relative;
  display: block;
  line-height: 40px;
  font-weight: bold;
  border: 1px solid transparent;
  color: #ffffff;
  border-radius: 5px;
}
#header .box-language > a span.icon {
  width: 26px;
  height: 26px;
  display: block;
  float: left;
  margin-right: 8px;
  margin-top: 8px;
}
#header .box-language > a span.icon img {
  width: 26px;
  max-width: inherit;
}
#header .box-language > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 10px;
}
#header .box-language > a:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #213365;
}
#header .box-language ul {
  position: absolute;
  right: 0%;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  height: 0;
  background: #ffffff;
  border: 1px solid #213365;
  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: 40px;
  text-transform: uppercase;
  font-size: 15px;
}
#header .box-language ul li a span.icon {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  margin-top: 5px;
}
#header .box-language ul li a span.icon img {
  width: 30px;
  max-width: inherit;
}
#header .box-language ul li a:hover {
  color: #213365;
  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: #213365;
  color: #ffffff;
}
#header .box-language.show ul {
  visibility: visible;
  opacity: 1;
  height: auto;
}
#header .pvt_box_search {
  float: right;
}
#header .pvt_box_search .searchTop {
  position: relative;
}
#header .pvt_box_search .searchTop .icon {
  width: 36px;
  height: 36px;
  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: #d8aa41;
  z-index: 99;
  margin-top: 2px;
}
#header .pvt_box_search .searchTop .icon:before {
  font-size: 20px;
  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: #d8aa41;
  color: #ffffff;
}
#header .pvt_box_search .searchTop .form {
  width: 0;
  max-width: 400px;
  float: right;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  border-radius: 6px;
}
#header .pvt_box_search .searchTop .form #formSearch {
  position: relative;
}
#header .pvt_box_search .searchTop .search-box {
  width: 100%;
  height: 36px;
  border-radius: 6px;
  position: relative;
}
#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% - 36px);
  width: -o-calc(100% - 36px);
  width: calc(100% - 36px);
  float: left;
}
#header .pvt_box_search .searchTop .search-box .s-key input {
  display: block;
  width: 100%;
  padding: 5px 5px;
  padding-left: 22px;
  padding-right: 35px;
  border: none;
  height: 36px;
  padding-left: 10px;
  color: #333333;
  border-radius: 18px;
}
#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: 36px;
  height: 36px;
  font-size: 18px;
  color: #cccccc;
  outline: none;
  position: absolute;
  padding: 0;
  right: 38px;
  top: 0;
  z-index: 99;
  cursor: pointer;
}
#header .pvt_box_search .searchTop .search-box button#btn-search i {
  color: #ffffff;
  font-size: 16px;
}
#header .pvt_box_search .searchTop.active .icon {
  color: #ffffff;
  background: #d8aa41;
}
#header .pvt_box_search .searchTop.active .icon::before {
  content: "\f00d";
  font-size: 20px;
  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: 36px;
}
#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 .header_top {
  padding: 0;
}
#header.on-scroll .content-header {
  background: rgba(33, 51, 101, 0.9);
  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 .flex-box .flex-left,
#header.on-scroll .flex-box .flex-right {
  padding-top: 6px;
}
#header.on-scroll .logo {
  padding: 5px;
}
#header.on-scroll .logo a {
  background: none;
}
#header.on-scroll .logo img {
  max-height: 60px;
  width: inherit;
}
#header.on-scroll .primary-menu ul li > a {
  padding: 8px 0;
  font-size: 16px;
}
#header.on-scroll .primary-menu ul li > .wrap-sub-menu li > a {
  padding: 10px 20px;
  padding-left: 30px;
}
#header.on-scroll #primary-menu-2 {
  opacity: 0;
  visibility: hidden;
}
#header.on-scroll .header-group-1 {
  padding-top: 13px;
  opacity: 1;
  visibility: visible;
  display: block;
}
#header.on-scroll .header-group-2 {
  top: 14px;
}
#header.on-scroll.on-scroll-up .header-group-1 {
  opacity: 0;
  visibility: hidden;
  display: none;
}
#header.on-scroll.on-scroll-up #primary-menu-2 {
  opacity: 1;
  visibility: visible;
}
#slide-banner {
  overflow: hidden;
}
#slide-banner .advertise-middle .advertise {
  position: relative;
}
#slide-banner .advertise-middle .advertise a {
  display: block;
  overflow: hidden;
}
#slide-banner .banner.item {
  display: block;
  width: 100%;
  position: relative;
  height: 768px;
  overflow: hidden;
}
#slide-banner .banner.item .banner-image {
  width: 100%;
  height: 768px;
}
#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: #213365;
}
#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: #213365;
  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;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.primary-menu#primary-menu-2 {
  display: inline-flex;
}
.primary-menu ul {
  display: flex;
  flex-direction: row;
}
.primary-menu ul.wrap-menu-primary_1 {
  justify-content: flex-end;
}
.primary-menu ul.wrap-menu-primary_2 {
  display: inline-flex;
  justify-content: flex-start;
}
.primary-menu ul li {
  position: relative;
  text-align: center;
  padding: 0px 25px;
}
.primary-menu ul li > a {
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 15px 0px;
  line-height: 40px;
  color: #ffffff;
  position: relative;
  text-transform: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.primary-menu ul li > a span.img {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 3px;
}
.primary-menu ul li > a:hover, .primary-menu ul li > a.active {
  color: #d8aa41;
}
.primary-menu ul li > a.has_sub {
  position: relative;
}
.primary-menu ul li > a.has_sub::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 20px;
  margin-left: 8px;
}
.primary-menu ul li > a.has_sub:hover::after, .primary-menu ul li > a.has_sub.active::after {
  color: #d8aa41;
}
.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: #213365;
  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: "InterV";
}
#wtg-navigation ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #111;
}
#wtg-navigation ul li a:hover {
  color: #213365;
}
#wtg-navigation ul li:last-child {
  padding-right: 0;
  color: #213365;
  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 .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: #213365;
  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: #213365;
}
.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: #213365;
  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;
  margin: 0;
  margin-bottom: 10px;
}
.content-info > a {
  display: inline-block;
  padding: 10px 40px;
  background: #ffffff;
  border-radius: 2.125rem;
  color: #213365;
  font-size: 2rem;
  line-height: 1.5em;
  width: fit-content;
  min-width: 20rem;
  text-align: center;
}
.content-info > a svg {
  margin-right: 10px;
  fill: #213365;
}
.content-info > a:hover {
  background: #213365;
  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: transparent;
}
.loading .loading-icon {
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  z-index: 9999;
  font-size: 30px;
  color: #213365;
  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: 6px;
  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: #213365;
}
.menu_cat ul li.current a {
  color: #ffffff;
  background: #213365;
}

/* 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: #213365;
}
.pagination ul li:hover a,
.pagination ul li:hover span, .pagination ul li.active a,
.pagination ul li.active span {
  color: white;
  background: #213365;
}

/* widget */
.widget {
  border: none;
  padding: 0;
}
.widget .widget-title {
  background: #213365;
  -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: 40px;
  height: 40px;
  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: 40px;
}
.social ul li a .filter-svg {
  fill: #ffffff;
}

#footer {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: #213365;
}

.footer_main {
  overflow: hidden;
  position: relative;
}
.footer_main .footer-flex {
  display: flex;
  flex-direction: row;
  padding: 70px 20px;
  justify-content: space-evenly;
  column-gap: 30px;
}
.footer_main .footer-flex .flex-left {
  width: 15%;
}
.footer_main .footer-flex .flex-center {
  flex: 1;
  display: flex;
  flex-direction: row;
  column-gap: 40px;
  color: #ffffff;
  justify-content: space-evenly;
  padding-bottom: 0;
}
.footer_main .footer-flex .flex-center .node_link {
  padding-right: 30px;
}
.footer_main .footer-flex .flex-center-2 {
  width: 15%;
}
.footer_main .footer-flex .flex-right {
  width: 15%;
}
.footer_main .icon-l {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* menu-footer */
.node_link .footer-title h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #d8aa41;
  font-weight: 700;
  margin: 0;
  display: inline-block;
  margin-bottom: 20px;
}
.node_link .footer-content ul.info_contact {
  font-size: 15px;
}
.node_link .footer-content ul.info_contact > li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 30px;
  line-height: 26px;
  position: relative;
  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 .info_contact_title {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.node_link:last-child .info_contact {
  margin-bottom: 10px;
}

/* menu-footer */
.footer-menu ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-menu ul li a {
  display: block;
  line-height: 1.5em;
  padding: 0px 0;
  color: #ffffff;
  font-size: 15px;
  position: relative;
  padding-left: 15px;
}
.footer-menu ul li a::before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0px;
}
.footer-menu ul.wrap-menu-footer > li > a {
  padding: 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #d8aa41;
  font-weight: 700;
  margin: 0;
  display: inline-block;
  margin-bottom: 20px;
}
.footer-menu ul.wrap-menu-footer > li > a::before {
  display: none;
}

.footer-bottom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1a2a54;
}
.footer-bottom .copyright {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #ffffff;
  font-family: "InterV";
}

.orchid-footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #4e3b2c 0%, #3e2e22 100%);
  padding: 58px 0 24px;
}

.orchid-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 14% 18%, rgba(200, 169, 107, 0.16), transparent 34%), radial-gradient(circle at 86% 86%, rgba(200, 169, 107, 0.14), transparent 36%);
  pointer-events: none;
}

.orchid-footer .wrapper {
  position: relative;
  z-index: 1;
}

.orchid-footer-highlight {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 28px 30px;
  border-radius: 20px;
  border: 1px solid rgba(232, 216, 190, 0.48);
  background: linear-gradient(135deg, rgba(200, 169, 107, 0.22), rgba(38, 28, 20, 0.7));
  box-shadow: 0 18px 34px rgba(20, 12, 8, 0.32);
  margin-bottom: 30px;
}

.orchid-footer-kicker {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(250, 246, 239, 0.35);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fcf1de;
  margin-bottom: 10px;
}

.orchid-footer .orchid-footer-highlight h3 {
  font-size: clamp(30px, 2.8vw, 40px);
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 400;
  color: #fff7e8;
}

.orchid-footer .orchid-footer-highlight-text p:last-child {
  margin-top: 10px;
  max-width: 620px;
  font-size: 15px;
  line-height: 1.78;
  color: #f0dfc2;
}

.orchid-footer .orchid-footer-highlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.orchid-footer .orchid-footer-highlight-actions .orchid-btn {
  min-width: 160px;
}

.orchid-footer .orchid-footer-highlight-actions .orchid-btn-secondary {
  background: transparent;
  border-color: rgba(250, 246, 239, 0.56);
  color: #fff6e3;
}

.orchid-footer .orchid-footer-highlight-actions .orchid-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.orchid-footer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.orchid-footer-panel {
  padding: 20px;
  border-radius: 16px;
  background: rgba(20, 12, 8, 0.42);
  border: 1px solid rgba(250, 246, 239, 0.22);
  box-shadow: inset 0 1px 0 rgba(250, 246, 239, 0.08);
}

.orchid-footer .orchid-footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.374;
}

.orchid-footer-logo img {
  max-height: 54px;
  width: auto;
  display: block;
}

.orchid-footer-logo span {
  display: none;
  font-family: "Great Vibes", "Segoe Script", cursive;
  font-size: 28px;
  color: #fff7e9;
  font-weight: 500;
  line-height: 1.374;
}

.orchid-footer-logo p {
  color: #ffffff;
}

.orchid-footer h3 {
  font-size: 28px;
  line-height: 1.374;
  color: #fff7e9 !important;
}

.orchid-footer p,
.orchid-footer li,
.orchid-footer a {
  font-size: 15px;
  line-height: 1.74;
  color: #f2e3ca;
}

.orchid-footer a:hover {
  color: #ffd88e;
}

.orchid-footer ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.orchid-footer li {
  margin-bottom: 8px;
}

.orchid-footer-list li {
  display: grid;
  gap: 2px;
}

.orchid-footer-list li span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f7e9d1;
}

.orchid-footer-list li p {
  margin: 0;
}

.orchid-footer-links li {
  position: relative;
  padding-left: 14px;
}

.orchid-footer-links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(200, 169, 107, 0.95);
}

.orchid-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.orchid-footer-social a {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(250, 246, 239, 0.25);
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  color: #f2e3ca !important;
}

.orchid-footer-social a:hover {
  background: rgba(255, 255, 255, 0.14);
}

.orchid-footer-map h3 {
  margin-bottom: 10px;
}

.orchid-footer iframe {
  width: 100%;
  height: 184px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.orchid-footer-bottom {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(250, 246, 239, 0.22);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #f0e0c3;
}

.orchid-footer-bottom a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff1d8;
}

#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 {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 999999;
  right: 10px;
  bottom: 30px;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid #213365;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 44px;
  color: #ffffff;
  font-size: 20px;
  background: #213365;
  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: #213365;
  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);
}

#button-contact-vr {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 99;
}
#button-contact-vr.active #gom-all-in-one .button-contact {
  margin-left: -100%;
}

#gom-all-in-one .button-contact {
  transition: 1.6s all;
  -moz-transition: 1.6s all;
  -webkit-transition: 1.6s all;
}

#button-contact-vr .button-contact {
  position: relative;
  margin-top: -5px;
}

.phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.phone-vr .phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}
.phone-vr .phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr .phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}
.phone-vr .phone-vr-img-circle img {
  max-height: 25px;
  max-width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.phone-vr .phone-vr-list-hotline {
  position: absolute;
  right: 0%;
  bottom: 15px;
  border: 1px solid #999999;
  border-radius: 5px;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.phone-vr .phone-vr-list-hotline::before {
  content: "";
  position: absolute;
  width: 0;
  border: 5px solid rgba(0, 0, 0, 0);
  border-left-color: #999999;
  right: -11px;
  bottom: 20px;
}
.phone-vr .phone-vr-list-hotline::after {
  content: "";
  position: absolute;
  width: 0;
  border: 5px solid rgba(0, 0, 0, 0);
  border-left-color: #fff;
  right: -10px;
  bottom: 20px;
}
.phone-vr .phone-vr-list-hotline ul li {
  font-size: 12px;
  padding: 10px;
  line-height: 1.2em;
}
.phone-vr .phone-vr-list-hotline ul li:not(:last-child) {
  border-bottom: 1px solid #999999;
}
.phone-vr .phone-vr-list-hotline ul .i-item {
  display: block;
  white-space: nowrap;
  line-height: 1.5em;
  padding-left: 28px;
  position: relative;
}
.phone-vr .phone-vr-list-hotline ul .i-item::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("../images/Vector-hotline.svg");
  background-size: 100%;
  left: 0px;
  top: 4px;
  position: absolute;
}
.phone-vr .phone-vr-list-hotline ul .i-item span {
  font-weight: bold;
  color: #d8aa41;
}
.phone-vr .phone-vr-list-hotline ul .i-item a.i-hotline {
  display: block;
  font-weight: bold;
  font-style: italic;
}
.phone-vr .phone-vr-list-hotline.show {
  visibility: visible;
  opacity: 1;
  right: 100%;
}

@-webkit-keyframes phone-vr-circle-fill {
  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);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
#zalo-vr .phone-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196F3;
  background-color: rgba(33, 150, 243, 0.7);
}
#zalo-vr .phone-vr .phone-vr-img-circle {
  background-color: #2196F3;
}

#fanpage-vr img {
  max-width: 35px;
  max-height: 35px;
  top: 55%;
}
#fanpage-vr .phone-vr-img-circle {
  background-color: #1877f2;
}
#fanpage-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 rgba(24, 119, 242, 0.65);
  background-color: rgba(24, 119, 242, 0.7);
}

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

#popupOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#popupOverlay .popupContent {
  background: #fff;
  max-width: 360px;
  padding: 40px 40px;
  border-radius: 0px;
  position: relative;
  text-align: center;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
#popupOverlay .popupContent h2 {
  margin-top: 0;
  font-size: 22px;
}
#popupOverlay .popupContent .note {
  font-size: 16px;
  font-style: italic;
  color: #666;
  margin-bottom: 20px;
}
#popupOverlay .popupContent .form-field {
  margin-bottom: 10px;
  text-align: left;
  position: relative;
}
#popupOverlay .popupContent .form-field label {
  display: block;
  font-size: 14px;
  margin-bottom: 0px;
  color: #333;
  display: none;
}
#popupOverlay .popupContent .form-field input {
  width: 100%;
  padding: 6px 12px;
  margin: 4px 0;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
}
#popupOverlay .popupContent .form-button button {
  padding: 10px 20px;
  background: #d8aa41;
  color: #fff;
  border: none;
  cursor: pointer;
}
#popupOverlay .popupContent .message {
  margin-top: 10px;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  padding: 0;
  line-height: 1.5em;
  font-weight: bold;
}
#popupOverlay .popupContent .message.alert-error {
  color: #359900;
}
#popupOverlay .popupContent #closePopup {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
  color: #333;
}

/*========================================================*/
/*============		RESPONSIVE        ====================*/
/*========================================================*/
/* Responsive 1600px px */
/* Responsive 1600px px */
@media screen and (max-width: 1600px) {
  #header .flex-box .flex-left,
  #header .flex-box .flex-right {
    width: calc((100% - 150px - 40px) / 2);
  }
  #header .flex-box .flex-middle {
    width: 150px;
  }
}
/* Responsive 1600px px */
@media screen and (max-width: 1536px) {
  #header .box-hotline {
    gap: 15px;
  }
}
/* 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;
  }
  #primary-menu ul li > a,
  .primary-menu ul li > a {
    font-size: 1rem;
  }
  #header .flex-box .flex-middle {
    width: 150px;
  }
  #header .flex-box .flex-left,
  #header .flex-box .flex-right {
    width: calc((100% - 150px - 40px) / 2);
  }
  #header .box-hotline {
    gap: 20px;
  }
  #header .box-hotline span {
    font-size: 14px;
    padding-left: 15px;
  }
  #header .box-hotline a {
    font-size: 15px;
    padding-left: 15px;
  }
  #header .box-hotline a::before {
    display: none;
  }
}
/* Responsive 1366 px */
@media screen and (max-width: 1366px) {
  .wrapper,
  .wrapper-1600 {
    max-width: 100%;
  }
}
/* Responsive 1280px */
@media screen and (max-width: 1280px) {
  .wrapper,
  .wrapper-1600 {
    padding-left: 10px;
    padding-right: 10px;
  }
  #header .flex-box .flex-middle {
    width: 120px;
  }
  #header .flex-box .flex-left,
  #header .flex-box .flex-right {
    width: calc((100% - 120px - 20px) / 2);
  }
  #header .box-language > a {
    padding: 0px 0px;
  }
  #header .header-group-1 {
    left: 10px;
  }
  .node_link .footer-title h3 {
    font-size: 17px;
  }
}
/* Responsive 1024px */
@media screen and (max-width: 1024px) and (height: 1366px) {
  .wrapper {
    padding: 0 10px;
  }
  #header .header-group-2 {
    top: auto;
    bottom: 0px;
  }
  #header .box-hotline {
    gap: 5px;
  }
  #header .box-hotline a::before {
    display: none;
  }
  #header.on-scroll .header-group-2 {
    background: rgba(33, 51, 101, 0.9);
    padding: 10px;
    top: auto;
    bottom: -60px;
    right: -10px;
  }
  #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 {
    display: block;
    flex-wrap: wrap;
    padding: 50px 0;
  }
  .footer_main .footer-flex::after {
    content: "";
    display: block;
    clear: both;
  }
  .footer_main .footer-flex .flex-left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer_main .footer-flex .flex-center {
    margin-bottom: 30px;
  }
  .footer_main .footer-flex .flex-center-2 {
    width: 45%;
    margin-right: 10px;
    float: left;
  }
  .footer_main .footer-flex .flex-right {
    width: 50%;
    float: left;
  }
  .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 1024px */
@media screen and (max-width: 1024px) and (height: 768px) {
  .wrapper {
    padding: 0 10px;
  }
  #header .header-group-2 {
    top: auto;
    bottom: 0px;
  }
  #header.on-scroll .header-group-2 {
    background: rgba(33, 51, 101, 0.9);
    padding: 4px;
    top: auto;
    bottom: -49px;
    right: -10px;
  }
  .footer_main .footer-flex {
    display: block;
    flex-wrap: wrap;
    padding: 50px 0;
  }
  .footer_main .footer-flex::after {
    content: "";
    display: block;
    clear: both;
  }
  .footer_main .footer-flex .flex-left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer_main .footer-flex .flex-center {
    margin-bottom: 30px;
  }
  .footer_main .footer-flex .flex-center-2 {
    width: 45%;
    margin-right: 10px;
    float: left;
  }
  .footer_main .footer-flex .flex-right {
    width: 50%;
    float: left;
  }
}
/* Responsive 768px */
@media screen and (max-width: 996px) {
  #header .logo a img {
    max-width: 100px;
  }
  #header .flex-box .flex-left,
  #header .flex-box .flex-right {
    width: calc((100% - 100px - 40px) / 2);
    padding: 15px 0;
  }
  #header .flex-box .flex-middle {
    flex: 1;
  }
  #header .flex-box .flex-right .primary-menu {
    float: right;
  }
  #header .pvt_box_search {
    position: relative;
    z-index: 999;
    float: left;
    margin-left: 10px;
  }
  #header .pvt_box_search .searchTop {
    margin-left: -5px;
  }
  #header .pvt_box_search .searchTop .icon {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 3px;
    background: none;
  }
  #header .pvt_box_search .searchTop .icon::before {
    font-size: 28px;
  }
  #header .pvt_box_search .searchTop .icon:hover {
    background: #213365;
  }
  #header .pvt_box_search .searchTop .search-box {
    height: 78px;
  }
  #header .pvt_box_search .searchTop .search-box .s-key {
    width: 100%;
  }
  #header .pvt_box_search .searchTop .search-box .s-key input {
    height: 78px;
    border-radius: 0px;
    padding-left: 70px;
    font-size: 24px;
  }
  #header .pvt_box_search .searchTop .search-box button#btn-search {
    width: 60px;
    height: 60px;
    top: 5px;
    right: 5px;
  }
  #header .pvt_box_search .searchTop .search-box button#btn-search i::before {
    font-size: 30px;
    color: #d8aa41;
  }
  #header .pvt_box_search .searchTop .form {
    position: absolute;
    left: -5px;
    top: -15px;
    opacity: 0;
    margin-top: 0;
    width: 0;
  }
  #header .pvt_box_search .searchTop.active .form {
    width: 100vw;
    margin-top: 0px;
    max-width: calc(100vw - 30px);
  }
  #header .header-group-2 {
    top: 20px;
    right: 60px;
  }
  #header.on-scroll .header-group-1 {
    display: none;
  }
  #primary-menu,
  #primary-menu-2 {
    position: relative;
    display: flex;
    flex-direction: row;
  }
  #primary-menu > .wrap-menu-mobile,
  #primary-menu-2 > .wrap-menu-mobile {
    float: none;
  }
  #primary-menu > .wrap-menu-mobile li > a::before,
  #primary-menu-2 > .wrap-menu-mobile li > a::before {
    display: none;
  }
  #primary-menu > .wrap-menu-mobile li.last::after,
  #primary-menu-2 > .wrap-menu-mobile li.last::after {
    display: none;
  }
  #primary-menu .menu_dialog,
  #primary-menu-2 .menu_dialog {
    position: absolute;
    right: -7px;
    top: 160%;
    visibility: hidden;
    opacity: 0;
    width: 210px;
    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-mobile,
  #primary-menu-2 .menu_dialog ul.wrap-menu-mobile {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  #primary-menu .menu_dialog ul.wrap-menu-mobile li,
  #primary-menu-2 .menu_dialog ul.wrap-menu-mobile li {
    text-align: center;
  }
  #primary-menu .menu_dialog ul.wrap-menu-mobile li:not(:last-child),
  #primary-menu-2 .menu_dialog ul.wrap-menu-mobile li:not(:last-child) {
    margin-bottom: 5px;
  }
  #primary-menu .menu_dialog ul.wrap-menu-mobile li::after,
  #primary-menu-2 .menu_dialog ul.wrap-menu-mobile li::after {
    display: none;
  }
  #primary-menu .menu_dialog ul.wrap-menu-mobile li > a,
  #primary-menu-2 .menu_dialog ul.wrap-menu-mobile li > a {
    padding: 6px 10px;
    line-height: 1.5em;
    color: #213365;
    font-weight: bold;
  }
  #primary-menu .menu_dialog ul.wrap-menu-mobile li > a::before,
  #primary-menu-2 .menu_dialog ul.wrap-menu-mobile li > a::before {
    display: none;
  }
  #primary-menu .menu_dialog ul.wrap-menu-mobile li > a.active,
  #primary-menu-2 .menu_dialog ul.wrap-menu-mobile li > a.active {
    color: #d8aa41;
  }
  #primary-menu .menu_dialog .primary-menu ul li > a,
  #primary-menu-2 .menu_dialog .primary-menu ul li > a {
    color: #213365;
  }
  #primary-menu .menu_dialog .logo_dialog,
  #primary-menu-2 .menu_dialog .logo_dialog {
    text-align: center;
  }
  #primary-menu .menu_dialog .logo_dialog img,
  #primary-menu-2 .menu_dialog .logo_dialog img {
    display: block;
    max-width: 40px;
    margin: 0 auto;
  }
  #primary-menu button.button_menu_mobile,
  #primary-menu-2 button.button_menu_mobile {
    width: 50px;
    height: 50px;
    border: none;
    background: none;
    display: block;
    padding: 18px 9px;
    float: none;
    margin-top: 0px;
    outline: none;
  }
  #primary-menu button.button_menu_mobile strong,
  #primary-menu-2 button.button_menu_mobile strong {
    margin-top: 14px;
    font-size: 11px;
    color: #d8aa41;
    display: block;
    text-transform: uppercase;
  }
  #primary-menu button.button_menu_mobile span,
  #primary-menu-2 button.button_menu_mobile span {
    position: relative;
    width: 32px;
    height: 4px;
    border-radius: 2px;
    background: #d8aa41;
    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,
  #primary-menu-2 button.button_menu_mobile span::before,
  #primary-menu-2 button.button_menu_mobile span::after {
    content: "";
    width: 32px;
    height: 4px;
    background: #d8aa41;
    position: absolute;
    border-radius: 2px;
    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,
  #primary-menu-2 button.button_menu_mobile span::before {
    top: 8px;
  }
  #primary-menu button.button_menu_mobile span::after,
  #primary-menu-2 button.button_menu_mobile span::after {
    bottom: 8px;
  }
  #primary-menu button.button_menu_mobile::before,
  #primary-menu-2 button.button_menu_mobile::before {
    display: none;
    font-family: "FontAwesome";
  }
  #primary-menu.open > .wrap-menu-mobile,
  #primary-menu-2.open > .wrap-menu-mobile {
    display: none;
  }
  #primary-menu.open .menu_dialog,
  #primary-menu-2.open .menu_dialog {
    visibility: visible;
    opacity: 1;
    top: 140%;
  }
  #primary-menu.open button.button_menu_mobile span,
  #primary-menu-2.open button.button_menu_mobile span {
    background: none;
  }
  #primary-menu.open button.button_menu_mobile span::before,
  #primary-menu-2.open button.button_menu_mobile span::before {
    top: 0;
    --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,
  #primary-menu-2.open button.button_menu_mobile span::after {
    bottom: 0px;
    --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,
  #primary-menu-2.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 .logo a img {
    max-width: 100px;
  }
  #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 {
    position: relative;
    z-index: 999;
  }
  #header .pvt_box_search .searchTop .icon {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 7px;
    background: none;
  }
  #header .pvt_box_search .searchTop .icon::before {
    font-size: 28px;
  }
  #header .pvt_box_search .searchTop .icon:hover {
    background: #213365;
  }
  #header .pvt_box_search .searchTop .search-box {
    height: 70px;
  }
  #header .pvt_box_search .searchTop .search-box .s-key {
    width: 100%;
  }
  #header .pvt_box_search .searchTop .search-box .s-key input {
    height: 70px;
    border-radius: 0px;
    padding-left: 70px;
    font-size: 24px;
  }
  #header .pvt_box_search .searchTop .search-box button#btn-search {
    width: 60px;
    height: 60px;
    top: 5px;
    right: 5px;
  }
  #header .pvt_box_search .searchTop .search-box button#btn-search i::before {
    font-size: 30px;
    color: #d8aa41;
  }
  #header .pvt_box_search .searchTop .form {
    position: absolute;
    left: -5px;
    top: -15px;
    opacity: 0;
    margin-top: 0;
    width: 0;
  }
  #header .pvt_box_search .searchTop.active .form {
    width: 100vw;
    margin-top: 0px;
    max-width: 100vw;
  }
  #header .header-group-2 {
    float: right;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 5px;
  }
  #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: #d8aa41;
    display: block;
  }
  #header .btn-menu span::before, #header .btn-menu span::after {
    content: "";
    width: 30px;
    height: 3px;
    background: #d8aa41;
    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;
  }
  #header .header_bottom {
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
  }
  #header .header_bottom .header-group-1 {
    background: rgba(33, 51, 101, 0.9);
    width: 100%;
    padding: 5px 0;
    position: relative;
    left: 0;
  }
  #header.on-scroll .logo {
    padding: 0;
  }
  #header.on-scroll .header-group-1 {
    display: none;
  }
  #header.on-scroll #primary-menu-2 {
    opacity: 1;
    visibility: visible;
  }
  #header.on-scroll .header-group-2 {
    top: 0;
  }
  .primary-menu ul li {
    padding: 0 12px;
  }
  #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 {
    display: block;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .footer_main .footer-flex .flex-center {
    justify-content: flex-start;
    gap: 40px;
    margin-bottom: 20px;
  }
  .footer_main .footer-flex .flex-center-2 {
    width: 45%;
    padding: 0px;
    padding-left: 15px;
    margin-bottom: 20px;
    float: left;
  }
  .footer_main .footer-flex .flex-right {
    flex: 1;
    width: 45%;
    float: left;
  }
  .footer_main .footer-flex .flex-left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .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;
  }
  .node_link .footer-content .info_contact:nth-child(2) {
    margin-bottom: 30px;
  }
  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;
  }
}
/* Smartphone landscape (iOS + Android) */
@media only screen and (max-device-width: 996px) and (orientation: landscape) {
  #header .logo {
    width: 120px;
  }
  #header .logo img {
    width: 80px;
  }
  #header .header_top {
    padding: 3px 0;
  }
  #header .flex-box .flex-left,
  #header .flex-box .flex-right {
    padding: 2px 0;
  }
  #header .box-language {
    margin-top: 10px;
  }
  #header .box-language > a {
    padding: 0 5px;
  }
  .footer_main .footer-flex {
    display: block;
    flex-direction: column;
    padding: 30px 0;
  }
  .footer_main .footer-flex .flex-left {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .footer_main .footer-flex .flex-left .logo {
    max-width: 120px;
    margin: 0 auto;
  }
  .footer_main .footer-flex .flex-center-2,
  .footer_main .footer-flex .flex-right {
    width: 45%;
    float: left;
  }
  .footer_main .footer-flex::after {
    content: "";
    display: block;
    clear: both;
  }
}
/* 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 .header_top {
    padding-top: 0;
    padding-bottom: 0;
  }
  #header .flex-box .flex-middle {
    width: 100px;
  }
  #header .pvt_box_search {
    float: left;
  }
  #header .box-language > a span.icon {
    display: none;
  }
  #header .box-language > a:focus {
    background: none;
    color: #ffffff;
    border-color: transparent;
  }
  #header .box-language.show > a {
    background: #213365;
    color: #d8aa41;
    border-color: #d8aa41;
  }
  #header .logo a img {
    max-width: 80px;
  }
  body.main-index #header {
    background: none;
    min-height: auto;
  }
}
/* MOBILE 767px */
@media screen and (max-width: 480px) {
  #header.on-scroll .content-header {
    background: rgb(33, 51, 101);
  }
  #header.on-scroll .flex-box .flex-right,
  #header.on-scroll .flex-box .flex-left {
    padding: 12px 0;
  }
  #header .logo a {
    padding: 5px 0;
  }
  #header .box-language {
    margin-left: 0;
    margin-top: 3px;
  }
  #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: -2px;
  }
  #primary-menu .menu_dialog {
    right: -7px;
  }
  #primary-menu .menu_dialog ul.wrap-menu-mobile 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;
  }
  .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 {
    padding-top: 0px;
  }
  .footer_main .footer-flex {
    padding-bottom: 0;
  }
  .footer_main .footer-flex .flex-left {
    margin-bottom: 30px;
  }
  .footer_main .footer-flex .flex-left .logo img {
    max-width: 120px;
  }
  .footer_main .footer-flex .flex-center {
    padding: 0px 15px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0px;
  }
  .footer_main .footer-flex .flex-right {
    padding-left: 15px;
    width: 50%;
  }
  .node_link .footer-title h3,
  .footer-menu ul.wrap-menu-footer > li > a {
    font-size: 17px;
  }
  .node_link .footer-content ul.info_contact {
    margin-bottom: 30px;
  }
  .footer-bottom .copyright {
    font-size: 1rem;
  }
}
@media screen and (max-width: 395px) {
  #header .flex-box .flex-left,
  #header .flex-box .flex-right {
    padding: 8px 0;
  }
  #header.on-scroll .flex-box .flex-left,
  #header.on-scroll .flex-box .flex-right {
    padding: 8px 0;
  }
  #header .logo {
    height: 100%;
    align-items: center;
  }
  #header .logo a {
    padding: 0px;
  }
  #header .logo a img {
    max-height: 60px;
  }
  #header .pvt_box_search .searchTop {
    margin-left: 5px;
  }
  #header .pvt_box_search .searchTop .icon {
    margin-top: 0;
  }
  #header .pvt_box_search .searchTop .form {
    left: -10px;
  }
  #wtg-navigation ul li,
  #wtg-navigation ul li a {
    font-size: 14px;
  }
  #primary-menu.open .menu_dialog {
    top: 55px;
    width: 190px;
  }
  .menu_cat ul li a {
    font-size: 13px;
    padding: 5px 12px;
  }
  .node_link .footer-title h3 {
    font-size: 16px;
  }
  .node_link .info_contact_title {
    font-size: 15px;
  }
  .node_link .footer-content ul.info_contact {
    font-size: 14px;
  }
  .node_link .footer-content ul.info_contact > li {
    line-height: 22px;
  }
  .footer_main .footer-flex .flex-right {
    width: 50%;
  }
  .footer_main .footer-flex .flex-center .node_link {
    padding-right: 0;
  }
  .footer-menu ul.wrap-menu-footer > li > a {
    font-size: 16px;
  }
  .footer-menu ul li a {
    font-size: 13px;
  }
}