@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,300;12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
html {
  height: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: none;
}

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

img {
  max-width: 100%;
  height: auto;
  width: auto\9 ;
}

a,
a:link,
a:visited {
  color: #202020;
  text-decoration: none;
}
a:hover,
a:link:hover,
a:visited:hover {
  color: #1D4290;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

canvas {
  cursor: pointer;
}

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

strong {
  font-weight: 600;
}

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

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

input,
textarea {
  width: 100%;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  vertical-align: baseline;
  background-color: transparent;
  box-shadow: none;
  padding: 5px;
}
input.error,
textarea.error {
  border-color: #ff0000 !important;
}

hr {
  width: 100%;
  margin: 10px auto;
  height: 1px;
  background-color: #d2d2d2;
}

sup {
  line-height: 0;
  font-size: 8pt;
}

dl,
dd,
dt {
  font-weight: normal;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 24px;
  line-height: 1.5;
}

h2 {
  font-size: 22px;
  line-height: 1.5;
}

h3 {
  font-size: 20px;
  line-height: 1.5;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
}

h5 {
  font-size: 16px;
  line-height: 1.5;
}

.color-white {
  color: #fff;
}

.highlight {
  color: #1D4290;
}

.no-data {
  text-align: center;
  padding: 10px;
}

.clear {
  clear: both !important;
}

.hide {
  display: none !important;
}

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

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

/*------------------------------------------------
** HEADER
**------------------------------------------------*/
.menunav {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  position: relative;
  text-align: center;
}
.menunav li {
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 100%;
}
.menunav li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  text-align: center;
  color: #202020;
  white-space: nowrap;
}
.menunav li:hover, .menunav li.active {
  position: relative;
}
.menunav li:hover a, .menunav li.active a {
  color: #1D4290;
}
.menunav li.column {
  position: initial;
}
.menunav .level1 {
  position: absolute;
  left: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  background: #FFF;
  padding: 10px 0;
  z-index: 9;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 15px -5px;
}
.menunav .level1:before {
  content: "";
  position: absolute;
  left: 10px;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #FFF;
}
.menunav .level1 li {
  width: 100%;
  margin: 0;
}
.menunav .level1 li a {
  line-height: 35px;
  text-align: left;
  padding: 0 20px;
  color: #202020;
  background-color: #FFF;
}
.menunav .level1 li a .fa {
  margin-right: 8px;
  color: #9c9c9c;
}
.menunav .level2 {
  position: absolute;
  left: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  background: transparent;
  padding: 5px 0 10px;
  z-index: 9;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 15px -5px;
  background: #f7faff;
  top: 0;
  left: 100%;
}
.menunav .level2:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #f7faff;
}
.menunav .level2 li {
  width: 100%;
  margin: 0;
}
.menunav .level2 li a {
  padding: 0 20px;
  color: #202020;
  background-color: #f7faff;
}
.menunav .level2 li a .fa {
  margin-right: 8px;
  color: #9c9c9c;
}
.menunav .level2 li:hover:after, .menunav .level2 li.active:after {
  height: 0;
}
.menunav .submenu {
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 700px;
  transform: translateY(50px);
  visibility: hidden;
  display: flex;
  opacity: 0;
  background: #FFF;
  padding: 40px 10px 30px;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px -5px;
  z-index: 9;
}
.menunav .submenu:before {
  content: "";
  position: absolute;
  left: 24%;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #f2f2f2;
}
.menunav .submenu .subitem {
  width: 33.3333333333%;
  padding: 0 20px;
  text-align: left;
}
.menunav .submenu .subitem .menu_header {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding-bottom: 10px;
}
.menunav .submenu .subitem .submenu_inner {
  display: flex;
  flex-wrap: wrap;
}
.menunav .submenu .subitem .submenu_inner .menu {
  width: 100%;
  padding: 8px 0;
}
.menunav .submenu .subitem .submenu_inner .menu a {
  font-weight: 300;
  font-size: 18px;
  color: #202020;
  padding: 0;
}
.menunav .submenu .subitem .submenu_inner .menu a .fa {
  margin-right: 4px;
}
.menunav .submenu .subitem .submenu_inner .menu a:hover, .menunav .submenu .subitem .submenu_inner .menu a.active {
  color: #1D4290;
}
.menunav .submenu .subitem.menu_brand {
  width: 66.6666666667%;
}
.menunav .submenu .subitem.menu_brand .menu_header {
  padding-left: 40px;
}
.menunav .submenu .subitem.menu_brand .submenu_inner {
  padding-left: 40px;
  border-left: 1px solid #e1e1e1;
}
.menunav .submenu .subitem.menu_brand .submenu_inner .menu {
  width: 50%;
}
.menunav li:hover .level1 {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease;
  transform: translateY(0px);
  left: 0;
}
.menunav li:hover .level1 li a {
  padding: 0 20px;
  text-align: left;
}
.menunav li:hover .level1 li a .fa {
  margin-right: 8px;
  color: #202020;
}
.menunav li:hover .level1 li.active a, .menunav li:hover .level1 li:hover a {
  color: #1D4290;
}
.menunav li:hover .level1 li.active a .fa, .menunav li:hover .level1 li:hover a .fa {
  color: #1D4290;
}
.menunav li:hover .submenu {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease;
  transform: translateY(0px);
}
.menunav .level1 li:hover ul.level2 {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.3s all ease !important;
}
.menunav .level1 li:hover ul.level2 li a {
  padding: 0 20px;
  color: #202020;
}
.menunav .level1 li:hover ul.level2 li a .fa {
  margin-right: 8px;
  color: #202020;
}
.menunav .level1 li:hover ul.level2 li.active a, .menunav .level1 li:hover ul.level2 li:hover a {
  color: #1D4290;
}
.menunav .level1 li:hover ul.level2 li.active a .fa, .menunav .level1 li:hover ul.level2 li:hover a .fa {
  color: #1D4290;
}
.menunav .lang-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.menunav .lang-inner .item {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid #FFF;
  cursor: pointer;
}
.menunav .lang-inner .item img {
  max-width: initial;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.menunav .lang-inner .item:hover {
  border-color: #0266B2;
}

@media only screen and (max-width: 1100px) {
  .menunav li a {
    padding: 0 10px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .menunav li a {
    padding: 0 10px;
    font-size: 14px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 2;
}
.header-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100%;
  position: relative;
}
.header-menu {
  width: calc((100% - 230px) / 2);
}
.header-menu__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-menu__list .item-link {
  display: block;
  line-height: 1;
  padding: 10px;
  border-radius: 36px;
  font-weight: 500;
  text-transform: uppercase;
}
.header-menu__list .item-link:hover {
  color: #0266B2;
}
.header-menu__list .item-link.active {
  background: linear-gradient(97deg, rgba(2, 102, 178, 0.99) -2.43%, #51B4FF 48.94%, rgba(23, 116, 186, 0.99) 95.42%);
  color: #fff;
}
.header-menu.left .header-menu__list {
  justify-content: right;
}
.header-logo {
  height: 100%;
  padding: 5px 0;
}
.header-logo__link {
  display: block;
  height: 100%;
}
.header-logo img {
  display: block;
  width: 150px;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-mobile {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 61px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  z-index: 2;
}
.header-mobile__wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  height: 100%;
}
.header-mobile .logo {
  height: 100%;
}
.header-mobile .logo-link {
  display: block;
  height: 100%;
  padding: 5px 20px;
}
.header-mobile .logo img {
  display: block;
  width: 140px;
  height: 100%;
  object-fit: contain;
}
.header-mobile .toggle {
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px 0;
}
.header-mobile .toggle span {
  display: block;
  border: 4px;
  width: 30px;
  height: 3px;
  background: #000;
}
.header-mobile .toggle.active {
  background: #95e5ff;
}
.header-mobile .toggle.active span {
  background: #fff;
}
.header.stick {
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

.rd-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 61px;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-menu ul {
  padding: 12px;
}
.rd-menu ul li {
  margin-bottom: 12px;
}
.rd-menu ul li a {
  display: block;
  padding: 10px 20px;
  color: #1D4290;
  font-size: 14px;
  font-weight: 500;
  border-radius: 32px;
}
.rd-menu ul li a.active {
  background: linear-gradient(97deg, rgba(2, 102, 178, 0.99) -2.43%, #51B4FF 48.94%, rgba(23, 116, 186, 0.99) 95.42%);
  color: #fff;
}
.rd-menu.active {
  opacity: 1;
  visibility: initial;
}

/*------------------------------------------------
** Components
**------------------------------------------------*/
.container {
  width: 100%;
  display: block;
  padding: 0 10px;
  height: 100%;
  max-width: 1190px;
  margin: 0 auto;
}
.container.full {
  max-width: 1720px !important;
  width: 100% !important;
}
.container.no-gutters {
  padding: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

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

.row.no-gutters .col {
  padding-left: 0;
  padding-right: 0;
}

.c-0 {
  display: none;
}

.c-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-o-1 {
  margin-left: 8.33333%;
}

.c-o-2 {
  margin-left: 16.66667%;
}

.c-o-3 {
  margin-left: 25%;
}

.c-o-4 {
  margin-left: 33.33333%;
}

.c-o-5 {
  margin-left: 41.66667%;
}

.c-o-6 {
  margin-left: 50%;
}

.c-o-7 {
  margin-left: 58.33333%;
}

.c-o-8 {
  margin-left: 66.66667%;
}

.c-o-9 {
  margin-left: 75%;
}

.c-o-10 {
  margin-left: 83.33333%;
}

.c-o-11 {
  margin-left: 91.66667%;
}

/* >= Tablet */
@media (min-width: 740px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .mc-0 {
    display: none;
  }
  .mc-1,
  .mc-2,
  .mc-3,
  .mc-4,
  .mc-5,
  .mc-6,
  .mc-7,
  .mc-8,
  .mc-9,
  .mc-10,
  .mc-11,
  .mc-12 {
    display: block;
  }
  .mc-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .mc-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .mc-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mc-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .mc-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .mc-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mc-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .mc-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .mc-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mc-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .mc-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .mc-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mc-o-1 {
    margin-left: 8.33333%;
  }
  .mc-o-2 {
    margin-left: 16.66667%;
  }
  .mc-o-3 {
    margin-left: 25%;
  }
  .mc-o-4 {
    margin-left: 33.33333%;
  }
  .mc-o-5 {
    margin-left: 41.66667%;
  }
  .mc-o-6 {
    margin-left: 50%;
  }
  .mc-o-7 {
    margin-left: 58.33333%;
  }
  .mc-o-8 {
    margin-left: 66.66667%;
  }
  .mc-o-9 {
    margin-left: 75%;
  }
  .mc-o-10 {
    margin-left: 83.33333%;
  }
  .mc-o-11 {
    margin-left: 91.66667%;
  }
}
/* PC medium resolution > */
@media (min-width: 1113px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.smc-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.smc-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .l-0 {
    display: none;
  }
  .l-1,
  .l-2,
  .l-2-4,
  .l-3,
  .l-4,
  .l-5,
  .l-6,
  .l-7,
  .l-8,
  .l-9,
  .l-10,
  .l-11,
  .l-12 {
    display: block;
  }
  .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-o-0 {
    margin-left: 0;
  }
  .l-o-1 {
    margin-left: 8.33333%;
  }
  .l-o-2 {
    margin-left: 16.66667%;
  }
  .l-o-3 {
    margin-left: 25%;
  }
  .l-o-4 {
    margin-left: 33.33333%;
  }
  .l-o-5 {
    margin-left: 41.66667%;
  }
  .l-o-6 {
    margin-left: 50%;
  }
  .l-o-7 {
    margin-left: 58.33333%;
  }
  .l-o-8 {
    margin-left: 66.66667%;
  }
  .l-o-9 {
    margin-left: 75%;
  }
  .l-o-10 {
    margin-left: 83.33333%;
  }
  .l-o-11 {
    margin-left: 91.66667%;
  }
}
/* Tablet - PC low resolution */
@media (min-width: 740px) and (max-width: 1023px) {
  .container {
    max-width: 644px;
  }
}
/* > PC low resolution */
@media (min-width: 1024px) and (max-width: 1239px) {
  .container {
    width: 984px;
  }
  .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .container .row.smc-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .container .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .container .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .row.smc-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container .l-0 {
    display: none;
  }
  .container .l-1,
  .container .l-2,
  .container .l-2-4,
  .container .l-3,
  .container .l-4,
  .container .l-5,
  .container .l-6,
  .container .l-7,
  .container .l-8,
  .container .l-9,
  .container .l-10,
  .container .l-11,
  .container .l-12 {
    display: block;
  }
  .container .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .container .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .container .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .container .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .container .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .container .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .container .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .container .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .container .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .container .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .container .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .container .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container .l-o-0 {
    margin-left: 0;
  }
  .container .l-o-1 {
    margin-left: 8.33333%;
  }
  .container .l-o-2 {
    margin-left: 16.66667%;
  }
  .container .l-o-3 {
    margin-left: 25%;
  }
  .container .l-o-4 {
    margin-left: 33.33333%;
  }
  .container .l-o-5 {
    margin-left: 41.66667%;
  }
  .container .l-o-6 {
    margin-left: 50%;
  }
  .container .l-o-7 {
    margin-left: 58.33333%;
  }
  .container .l-o-8 {
    margin-left: 66.66667%;
  }
  .container .l-o-9 {
    margin-left: 75%;
  }
  .container .l-o-10 {
    margin-left: 83.33333%;
  }
  .container .l-o-11 {
    margin-left: 91.66667%;
  }
}
/*------------------------------------------------
** General
**------------------------------------------------*/
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  background: #fff;
  font-family: "Roboto", sans-serif;
  position: relative;
  color: #202020;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
body.removeScrollbar {
  overflow: hidden;
}

.page {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page.home {
  padding: 0;
}

.button,
a.button {
  display: block;
  width: fit-content;
  padding: 14px 20px;
  font-weight: 600;
  text-decoration: none;
  color: #1D4290;
  border: 1px solid #95e5ff;
  border-radius: 60px;
  background: #95e5ff;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button.center,
a.button.center {
  margin: auto;
}
.button.right,
a.button.right {
  margin-left: auto;
}
.button:hover,
a.button:hover {
  color: #1D4290;
  background: #fff;
  border-color: #fff;
}
.button.text,
a.button.text {
  padding: 0;
  border: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button.text i,
a.button.text i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button.text:hover,
a.button.text:hover {
  color: #0266B2;
  background: transparent;
}
.button.text:hover i,
a.button.text:hover i {
  transform: translateX(6px);
}
.button.secondary,
a.button.secondary {
  color: #1D4290;
  background: transparent;
  border-color: #1D4290;
  box-shadow: none;
}
.button.secondary:hover,
a.button.secondary:hover {
  background: rgba(149, 229, 255, 0.2509803922);
}
.button.label,
a.button.label {
  border-radius: 8px 8px 0px 0px;
  margin: 0;
  padding: 14px 40px;
}
.button.label:hover,
a.button.label:hover {
  color: #1D4290;
}
.button.label.active,
a.button.label.active {
  background: #0266B2;
  color: #1D4290;
  border-color: #0266B2;
}
.button.active,
a.button.active {
  background: linear-gradient(97deg, rgba(2, 102, 178, 0.99) -2.43%, #51B4FF 48.94%, rgba(23, 116, 186, 0.99) 95.42%);
  color: #fff;
  border-color: transparent;
}
.button.active:hover,
a.button.active:hover {
  background: linear-gradient(97deg, rgba(2, 102, 178, 0.99) -2.43%, #51B4FF 48.94%, rgba(23, 116, 186, 0.99) 95.42%);
  color: #fff;
  border-color: transparent;
}

.section {
  padding: 40px 0;
}
.section.mg {
  margin: 28px 0;
}

.box {
  position: relative;
}
.box-header {
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
  text-align: center;
}
.box-title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  text-align: center;
  color: #1D4290;
}
.box-title::before {
  content: "";
  display: block;
  height: 8px;
  width: 62px;
  background: #1D4290;
  margin: 0 auto 12px;
}
.box-title.text-left {
  text-align: left;
}
.box-title.text-left::before {
  margin: 0 auto 12px 0;
}
.box-title.text-right {
  text-align: right;
}
.box-title .highlight {
  background: linear-gradient(97deg, rgba(2, 102, 178, 0.99) -2.43%, #51B4FF 48.94%, rgba(23, 116, 186, 0.99) 95.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-subtitle {
  position: relative;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
.box-subtitle.text-left {
  text-align: left;
}
.box-subtitle.text-right {
  text-align: right;
}
.box-description {
  text-align: center;
  max-width: 420px;
  margin: 12px auto 0;
  line-height: 1.6;
}
.box-description.text-left {
  text-align: left;
  margin: 12px 0 0;
}
.box-description.text-right {
  text-align: right;
}
.box-action {
  margin-top: 40px;
}

.box-banner {
  position: absolute;
  inset: 0;
  background: #1D4290;
}
.box-banner__image {
  width: 100%;
  height: 100%;
}
.box-banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-heading {
  padding-top: 100px;
}
.box-heading__frame {
  position: relative;
}
.box-heading__wrap {
  padding: 80px 0;
}
.box-heading .bg-item {
  left: 0;
  bottom: -100px;
}
.box-heading .bg-item img {
  max-width: 250px;
}
.box-heading .heading {
  font-size: 70px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
}
.box-heading .description {
  display: block;
  width: fit-content;
  font-size: 32px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1.2;
  margin-top: 8px;
}

.title {
  font-size: 24px;
  font-weight: 600;
}

.breadcrumbs {
  padding-top: 20px;
}
.breadcrumbs-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
.breadcrumbs-nav .item_sep {
  color: #fff;
}
.breadcrumbs-nav .item a {
  color: #0266B2;
}
.breadcrumbs-nav .item a:hover {
  text-decoration: underline;
}
.breadcrumbs-nav span {
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}
.breadcrumbs-nav span:last-child {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs-nav span:last-child a {
  color: #fff;
}
.breadcrumbs-nav span:last-child a:hover {
  color: #fff;
}

.more {
  position: relative;
  height: 110px;
}
.more .loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
}
.more .readmore {
  text-align: center;
  padding: 30px 0;
}

#loading {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9;
}
#loading img {
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.notice {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 15px 15px 20px;
  margin: 0;
  text-shadow: initial;
  text-align: left;
  border: 1px solid #dcdcdc;
  color: #1D4290;
  background: #fff;
}
.notice.success {
  border-left: 3px solid #7ad03a;
}
.notice.info {
  border-left: 3px solid #02a0d2;
}
.notice.error {
  border-left: 3px solid #bf0000;
}
.notice.warning {
  border-left: 3px solid #ff5722;
}

.fblike {
  text-align: left;
  padding: 10px 0;
}

.social-date {
  margin-bottom: 15px;
  padding: 10px 0 0px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #f5f5f5;
  border-width: 1px 0;
  align-items: center;
  justify-content: space-between;
}
.social-date .fblike {
  text-align: left;
}
.social-date span.published {
  position: relative;
  margin-right: 15px;
  padding-left: 20px;
  color: black;
}
.social-date span.published:before {
  position: absolute;
  content: "\f017";
  font-family: "FontAwesome";
  font-size: 16px;
  left: 0;
  top: 0;
  color: #5bc8a5;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #b4b4b4;
}

.plugin-search {
  width: 365px;
}
.plugin-search .search_label {
  width: 100%;
  height: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px 0 0;
  border: 0;
  border-radius: 1000px;
  background: #fff;
  position: relative;
}
.plugin-search .search_label .search_input {
  display: block;
  width: calc(100% - 66px);
  height: 100%;
  border: 0;
  padding: 0 15px;
  margin: 0;
  font-weight: 300;
  box-sizing: content-box;
}
.plugin-search .search_label .search_input:focus {
  box-shadow: none;
}
.plugin-search .search_label .search_submit {
  width: 36px;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}
.plugin-search .search_label:after {
  position: absolute;
  content: "\f002";
  right: 0;
  color: #1D4290;
  font-family: FontAwesome;
  font-size: 26px;
  width: 55px;
  text-align: center;
}

.bg-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-4deg);
  background: rgba(12, 182, 255, 0.4);
}

.box-product .box-image,
.box-function__food .box-image {
  width: 100%;
  max-width: 600px;
}
.box-product .box-image__bg,
.box-function__food .box-image__bg {
  border-radius: 24px;
}
.box-product .box-image__frame,
.box-function__food .box-image__frame {
  position: relative;
}
.box-product .box-image__frame img,
.box-function__food .box-image__frame img {
  display: block;
  width: 100%;
  max-height: 450px;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0px 4px 4px 0px rgba(0, 41, 102, 0.25);
}
.box-product .box-body__content,
.box-function__food .box-body__content {
  margin: 20px 0;
}
.box-product .box-body__action .button,
.box-function__food .box-body__action .button {
  background: linear-gradient(97deg, rgba(2, 102, 178, 0.99) -2.43%, #51B4FF 48.94%, rgba(23, 116, 186, 0.99) 95.42%);
  color: #fff;
  border: none;
}

/*------------------------------------------------
** Slick
**------------------------------------------------*/
.slick-slider {
  margin: 0;
}
.slick-slider > button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: 0;
  border: none;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0;
  z-index: 2;
}
.slick-slider > button:before {
  color: #1D4290;
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 24px;
}
.slick-slider > button.slick-prev {
  left: 0;
}
.slick-slider > button.slick-prev:before {
  content: "\f053";
}
.slick-slider > button.slick-next {
  right: 0;
}
.slick-slider > button.slick-next:before {
  content: "\f054";
}
.slick-slider > button:hover, .slick-slider > button:focus {
  background: #fff;
}
.slick-slider > button:hover::before, .slick-slider > button:focus::before {
  color: #1D4290;
}

.slick-dots {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.slick-dots li {
  width: fit-content;
  height: 100%;
  margin: 0;
}
.slick-dots li button {
  border-radius: 100%;
  background: #fff;
  width: 16px;
  height: 16px;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-dots li button::before {
  content: none;
}
.slick-dots li.slick-active button {
  transform: scale(1.5);
  background: #0266B2;
}

/*------------------------------------------------
** Select2
**------------------------------------------------*/
.select2-container--default .select2-selection--single {
  background: #fff;
  border-color: #0266B2;
  border-radius: 8px;
  height: auto;
  padding: 12px 20px;
}
.select2-container--default .select2-selection--single.error {
  border-color: #ff0000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #0266B2 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #0266B2 transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 2;
  color: #202020;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #b1b1b1;
}

.select2-results__option {
  color: #1D4290;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #0266B2;
  color: #fff;
}

.select2-dropdown {
  z-index: 1;
}

/*------------------------------------------------
** Main
**------------------------------------------------*/
.main-body {
  min-height: 400px;
  position: relative;
  z-index: 1;
}
.main-body #center {
  width: 100%;
  max-width: calc(100% - 390px);
  padding-left: 60px;
}

.main-content {
  padding: 60px 0 80px;
}

#main {
  display: flex;
  flex-wrap: wrap;
}
#main #center {
  width: calc(100% - 370px);
  padding-right: 30px;
}
#main #sidebar {
  width: 100%;
  max-width: 370px;
  will-change: min-height;
}
#main #sidebar .sidebar__inner {
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
#main #sidebar .sidebar__inner .banner {
  width: 100%;
  padding-bottom: 10px;
}
#main .sidebar {
  padding: 0;
}

.box-main .container-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.box-main .container-wrapper .block {
  display: flex;
  flex-wrap: wrap;
}
.box-main .container-wrapper .block.block-left {
  width: 300px;
  padding-right: 30px;
}
.box-main .container-wrapper .block.block-main {
  width: calc(100% - 300px);
}

.box-frame {
  background: linear-gradient(180deg, #d7f3ff 12.7%, rgba(238, 250, 255, 0) 105.42%);
}

.product .item {
  height: 100%;
}
.product .item-frame {
  height: 100%;
  display: flex;
  gap: 60px;
}
.product .item-image {
  position: relative;
  width: 250px;
  height: fit-content;
  transform: rotate(-7deg);
}
.product .item-image__frame {
  width: 100%;
  position: relative;
  padding: 12px;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 4px 4px 0px rgba(0, 41, 102, 0.25);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product .item-image__frame .image {
  overflow: hidden;
}
.product .item-image__frame img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product .item-image__frame .hashtag {
  padding-top: 12px;
  color: #9e9e9e;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product .item-image__frame .hashtag p {
  line-height: 1.2;
}
.product .item-body {
  width: calc(100% - 310px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
.product .item-body__content--title {
  color: #1D4290;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.product .item-body__content--main {
  font-weight: 500;
}
.product .item-body__content--main ul li {
  display: flex;
  gap: 5px;
  position: relative;
  margin-bottom: 8px;
}
.product .item-body__content--main ul li::before {
  content: url("../images/icon_check.svg");
  position: relative;
  width: 20px;
  height: 20px;
  top: 1px;
}
.product .item-body__content--main ul li:last-child {
  margin-bottom: 0;
}
.product .item:hover .item-image__frame img {
  transform: scale(1.2);
}
.product .item:hover .item-image__frame .hashtag {
  color: #1D4290;
}
.product .item:hover .item-body__action .button {
  background: #fff;
  color: #1D4290;
  border-color: #fff;
}
.product .col:nth-child(even) .item-frame {
  flex-direction: row-reverse;
}

/*------------------------------------------------
** MORE
**------------------------------------------------*/
.popup {
  position: fixed;
  inset: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup-title {
  margin-bottom: 40px;
  background: linear-gradient(97deg, rgba(2, 102, 178, 0.99) -2.43%, #51B4FF 48.94%, rgba(23, 116, 186, 0.99) 95.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.popup-frame {
  position: relative;
  max-height: calc(100% - 80px);
  height: 100%;
  margin: 40px 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 40px 0;
}
.popup-inner {
  display: block;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding: 0 40px;
}
.popup-inner::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.popup-inner::-webkit-scrollbar {
  width: 6px;
  background-color: #f1f1f1;
}
.popup-inner::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}
.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}
.popup-close:hover i {
  background: #f4f4f4;
}
.popup-close i {
  width: 40px;
  height: 40px;
  font-size: 28px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup-close i::before {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup.active {
  opacity: 1;
  visibility: initial;
}

.scroll-to-top {
  position: fixed;
  bottom: 80px;
  right: 33px;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #fff;
  display: none;
  color: #1D4290;
  border-radius: 100%;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.15);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.scroll-to-top:hover {
  background: #0266B2;
}
.scroll-to-top.active {
  display: flex;
}

.icon_zalo {
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  position: fixed;
  bottom: 60px;
  left: 8pt;
  z-index: 99;
  padding: 10px 0;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt;
  background: #008fe5;
}
.icon_zalo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.icon_zalo a img {
  height: 30px;
}

.contact-fixed {
  position: fixed;
  right: 28px;
  bottom: 140px;
  z-index: 999;
  z-index: 999;
  width: fit-content;
}
.contact-fixed .inner {
  display: flex;
  flex-direction: column;
  float: left;
  align-items: center;
  justify-content: center;
}
.contact-fixed .inner .phone {
  position: relative;
  border-radius: 3px;
  font-weight: 600;
  line-height: 0;
  padding: 0px 8px;
}
.contact-fixed .inner .phone .fa {
  animation: 1s ease-in-out 0s normal none infinite running ring;
  color: #fff;
  background: #ed1c24;
  border-radius: 50%;
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-fixed .inner .phone .ring {
  animation: 1.2s ease-in-out 0s normal none infinite running ring-circle;
  background-color: #ed1c24;
  border-radius: 100%;
  height: 50px;
  left: 0px;
  opacity: 0.1;
  position: absolute;
  top: -8px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 50px;
}
.contact-fixed .inner .button {
  padding: 15px 20px;
  border: 1px solid #fff;
  background: #bf0000;
  color: #fff;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 2000;
}
.overlay-bg img {
  position: fixed;
  top: calc(50% - 58px);
  left: calc(50% - 58px);
  z-index: 20001;
}

.bg-item {
  position: absolute;
}
.bg-item img {
  width: 100%;
}

.line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 8px 0 20px;
}
.line::before, .line::after {
  content: "";
  display: block;
  height: 1px;
  width: 100px;
}
.line.left {
  justify-content: left;
}
.line.right {
  justify-content: right;
}
.line .square {
  width: 12px;
  height: 12px;
  border: 1px solid #0266B2;
  transform: rotate(45deg);
}

.no-data {
  font-size: 18px;
  font-weight: 500;
}

.pd-x-10 {
  padding: 0 10px;
}

.gap-y-12 {
  gap: 12px 0;
}

.gap-y-20 {
  gap: 20px 0;
}

.gap-y-40 {
  gap: 40px 0;
}

.gap-y-60 {
  gap: 60px 0;
}

.gap-y-80 {
  gap: 80px 0;
}

/*------------------------------------------------
** Animate
**------------------------------------------------*/
@keyframes zoomIcon {
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  75% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes mymove {
  0% {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
  }
  25% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes ring-circle {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
.news.news-list .module-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.news.news-list .item {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px 30px;
}
.news.news-list .item .item-wrap {
  width: 100%;
  height: 100%;
}
.news.news-list .item .image-wrap {
  overflow: hidden;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}
.news.news-list .item .image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news.news-list .item .image a {
  display: block;
  background-color: rgba(29, 66, 144, 0.1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
.news.news-list .item .image a img {
  visibility: hidden;
  display: none;
}
.news.news-list .item .title {
  height: 52px;
  padding: 0;
  margin: 15px 0 10px 0;
}
.news.news-list .item .title a {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news.news-list .item .description {
  font-weight: normal;
  color: #858585;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news.news-list .item .published {
  display: none;
}
.news.news-list .item .view-more {
  margin: 40px 0;
  text-align: right;
  font-size: 13px;
}
.news.news-list .item:hover .image {
  transform: scale(1.1);
}
.news.news-list .item:hover .view-more a {
  color: #fff !important;
}
.news.news-list .item.column {
  width: 100%;
  height: 100%;
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.news.news-list .item.column .item-wrap {
  display: flex;
  flex-wrap: wrap;
}
.news.news-list .item.column .image-wrap {
  width: 30%;
  max-width: 300px;
  min-width: 120px;
}
.news.news-list .item.column .content {
  width: 70%;
  min-width: calc(100% - 300px);
  max-width: calc(100% - 120px);
  padding: 0 0 0 10px;
}
.news.news-list .item.column .content .title {
  margin: 0;
  height: initial;
  border: 0;
  padding: 0;
}
.news.news-list .item.column:last-child {
  margin: 0 0 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.news.news-list .view-more {
  margin: 30px 0;
}
.news.news-list .view-more a:hover {
  color: #fff;
}
.news.news-detail .module {
  max-width: 860px;
}
.news.news-detail .title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.news.news-detail .description {
  font-weight: 500;
  margin: 20px 0 10px;
}

@media only screen and (max-width: 800px) {
  .news.news-list .item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .news.news-detail .module-title h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .news.news-list .module-content {
    margin: 0;
  }
  .news.news-list .item {
    width: 100%;
    margin: 0 0 20px;
  }
}
.contact .module-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 0;
}
.contact .map {
  width: 50%;
  padding: 0;
  background: #f9f9f9;
}
.contact .map iframe {
  width: 100%;
  height: 100%;
}
.contact .contact-form {
  width: 50%;
  position: relative;
}
.contact .contact-form .form {
  background: #f9f9f9;
  padding: 20px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .contact-form .form form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .contact-form .form h4 {
  color: #0266B2;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.contact .contact-form .form p {
  width: 100%;
  text-align: center;
  color: #202020;
  margin-top: 10px;
  margin-bottom: 30px;
}
.contact .contact-form .form input {
  width: calc(50% - 10px);
  background-color: #FFF;
  height: 42px;
  border: 1px solid #dbdbdb;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 20px;
}
.contact .contact-form .form input.mail {
  width: 100%;
}
.contact .contact-form .form textarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  background-color: #FFF;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 20px;
}
.contact .contact-form .form .button {
  padding: 15px 80px;
  font-weight: 500;
}

@media only screen and (max-width: 1000px) {
  .page-contact .main-content {
    padding: 40px 0 0;
  }
  .contact .container {
    padding: 0;
  }
  .contact .module-content {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
  .contact .map {
    height: 400px;
    width: 100%;
    padding: 0;
  }
  .contact .contact-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 600px) {
  .page-contact .main-content {
    padding: 0;
  }
  .contact .module-content {
    padding-top: 10px;
  }
  .contact .contact-form {
    margin: 0 0 10px;
  }
  .contact .contact-form .form {
    padding: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .contact .contact-form .form input {
    width: 100% !important;
  }
}
.page-error {
  width: 100%;
  height: 100%;
  border-top: 10px solid #0266B2;
}
.page-error p {
  display: block;
  text-align: center;
  font-size: 24px;
}
.page-error .container-wrapper {
  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-error .container-wrapper .image {
  padding-top: 5%;
}
.page-error .container-wrapper .content {
  margin: auto;
}
.page-error .container-wrapper .content h1 {
  font-weight: 700;
  font-size: 15rem;
  line-height: 1;
  color: #0266B2;
}
.page-error .container-wrapper .content a.back {
  margin-top: 20px;
  font-size: 25px;
  color: #0266B2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-error .container-wrapper .content a.back .fa {
  font-size: 20px;
}
.page-error .container-wrapper .content a.back:hover {
  color: #202020;
}
.page-error .container-wrapper .content .note {
  font-size: 16px;
}

.page-maintain {
  width: 100%;
  height: 100%;
  border-top: 10px solid #0266B2;
}
.page-maintain p {
  display: block;
  text-align: center;
  font-size: 24px;
}
.page-maintain .container-wrapper {
  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-maintain .container-wrapper .image {
  padding-top: 5%;
}
.page-maintain .container-wrapper .content {
  margin: auto;
}
.page-maintain .container-wrapper .content h1 {
  font-weight: 700;
  font-size: 15rem;
  line-height: 1;
  color: #0266B2;
}
.page-maintain .container-wrapper .content .back {
  margin-top: 20px;
  font-size: 25px;
  color: #0266B2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-maintain .container-wrapper .content .note {
  font-size: 16px;
}

/*------------------------------------------------
** Boxes
**------------------------------------------------*/
.box-head {
  padding-top: 80px;
}
.box-head__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  max-height: 700px;
}

.box-about .bg-item {
  right: 100px;
  top: -150px;
}
.box-about .box-header {
  margin-bottom: 20px;
}
.box-about__image img {
  display: block;
  width: 100%;
  max-width: 444px;
}
.box-about__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-count .item-image {
  padding: 20px;
  border-radius: 100%;
  background: linear-gradient(77deg, rgba(2, 102, 178, 0.99) -3.87%, #51b4ff 44.68%, rgba(23, 116, 186, 0.99) 122.79%);
  width: fit-content;
  margin: auto;
}
.box-count .item-image img {
  display: block;
  width: 48px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.box-count .item-number {
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D4290;
  font-size: 30px;
  font-weight: 700;
  font-family: "Bricolage Grotesque", sans-serif;
}
.box-count .item-content {
  text-align: center;
}
.box-count .item:hover .item-number {
  background: linear-gradient(97deg, rgba(2, 102, 178, 0.99) -2.43%, #51B4FF 48.94%, rgba(23, 116, 186, 0.99) 95.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box-product__category {
  margin-bottom: 100px;
  overflow: auto;
}
.box-product__category--frame {
  display: flex;
  gap: 20px;
  width: fit-content;
  margin: auto;
  overflow-x: auto;
}
.box-product .box-body {
  padding-right: 20px;
}
.box-product .box-body__content .item {
  cursor: pointer;
  gap: 8px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.box-product .box-body__content .item-index {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  border-radius: 100%;
  background: linear-gradient(97deg, rgba(2, 102, 178, 0.99) -2.43%, #51B4FF 48.94%, rgba(23, 116, 186, 0.99) 95.42%);
}
.box-product .box-body__content .item-title {
  width: calc(100% - 38px);
  color: #1D4290;
  font-size: 16px;
  font-weight: 500;
}
.box-product .box-body__content .item:hover {
  background: linear-gradient(97deg, rgba(2, 102, 178, 0.99) -2.43%, #51B4FF 48.94%, rgba(23, 116, 186, 0.99) 95.42%);
}
.box-product .box-body__content .item:hover .item-index {
  background: #fff;
  color: #1D4290;
}
.box-product .box-body__content .item:hover .item-title {
  color: #fff;
}
.box-product .box-body__content .item:last-child {
  margin-bottom: 0;
}
.box-product .box-image {
  margin-left: auto;
}
.box-product .box-action {
  margin-top: 80px;
}

.box-function__food {
  background: linear-gradient(0deg, #d7f3ff 0%, rgba(238, 250, 255, 0) 83.64%);
}
.box-function__food .box-image {
  margin-right: auto;
}
.box-function__food .box-body {
  padding-left: 20px;
}
.box-function__food .box-body__header {
  margin-bottom: 12px;
}
.box-function__food .box-body__header .box-title span {
  display: inline-block;
}
.box-function__food .box-body__content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.box-function__food .box-body__content ul li {
  width: 100%;
  display: flex;
  gap: 10px;
}
.box-function__food .box-body__content ul li::before {
  content: url("../images/icon_check_2.svg");
  width: 20px;
  height: 20px;
}

.box-service {
  background: linear-gradient(180deg, #d7f3ff 12.7%, rgba(238, 250, 255, 0) 105.42%);
}
.box-service::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #d7f3ff 12.7%, rgba(238, 250, 255, 0) 105.42%);
}
.box-service__image {
  position: relative;
}
.box-service__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box-service__mobile {
  display: none;
}
.box-service__mobile--image {
  max-width: 400px;
  margin: auto;
}
.box-service__mobile--image img {
  position: relative;
  background: #fff;
  padding: 10px;
  display: block;
  width: 100%;
}

.box-process::before {
  content: url("../images/item_bg_process_1.png");
  position: absolute;
  left: 0;
  top: 0;
}
.box-process::after {
  content: url("../images/item_bg_process_2.png");
  position: absolute;
  right: 0;
  bottom: 0;
}
.box-process__frame {
  z-index: 2;
}
.box-process__frame--bg {
  transform: rotate(-3deg);
}
.box-process__frame--image {
  padding: 20px;
  background: #fff;
  border: 1px solid #1D4290;
}
.box-process__frame .box-image {
  background: linear-gradient(97deg, rgba(2, 102, 178, 0.99) -2.43%, #51B4FF 48.94%, rgba(23, 116, 186, 0.99) 95.42%);
  padding: 20px;
}
.box-process__frame .box-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box-process__main {
  display: none;
  background: linear-gradient(58deg, rgba(2, 102, 178, 0.99) -3.23%, #51b4ff 62.3%, rgba(23, 116, 186, 0.99) 110.41%);
  padding: 10px;
}
.box-process__main > .row {
  justify-content: center;
  margin: 0 -6px;
}
.box-process__main .item {
  height: 100%;
  padding: 0 6px;
}
.box-process__main .item-frame {
  height: 100%;
  text-align: left;
  padding: 12px;
  background: #fff;
  border-radius: 4px;
}
.box-process__main .item-image {
  width: 50px;
  height: 50px;
  border: 1px solid #1D4290;
  border-radius: 100%;
  margin: auto;
  padding: 10px;
}
.box-process__main .item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box-process__main .item-title {
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0 0;
}
.box-process__main .item-content {
  margin-top: 4px;
}
.box-process .box-body {
  padding: 0 40px;
}
.box-process .box-body__header {
  margin: 40px 0 60px;
}
.box-process .box-body__wrap--image img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 12px;
}
.box-process .box-body__wrap--title {
  font-weight: 600;
  text-align: center;
  color: #1D4290;
  margin-top: 16px;
}
.box-process .box-body__list ul li {
  display: flex;
  gap: 5px;
  margin-bottom: 14px;
}
.box-process .box-body__list ul li:last-child {
  margin-bottom: 0;
}
.box-process .box-body__list ul li::before {
  content: url("../images/icon_check_3.svg");
  position: relative;
  top: 2px;
}
.box-process .box-body__action {
  margin-top: 10px;
}
.box-process .box-body__action .arrow {
  margin-left: auto;
  width: fit-content;
  padding: 30px 30px 30px 20px;
  background: #ffcf25;
  clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
  font-weight: 500;
  text-transform: uppercase;
  color: #1D4290;
}

.box-cooperate__frame {
  position: relative;
}
.box-cooperate__image {
  background: radial-gradient(50% 50% at 50% 50%, rgba(151, 217, 255, 0.5) 0%, rgba(220, 243, 255, 0) 100%);
}
.box-cooperate__image img {
  display: block;
  width: 100%;
}
.box-cooperate__list .item {
  padding: 0 10px;
}
.box-cooperate__list .item-index {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: linear-gradient(97deg, rgba(2, 102, 178, 0.99) -2.43%, #51B4FF 48.94%, rgba(23, 116, 186, 0.99) 95.42%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 10px;
}
.box-cooperate__bg {
  position: absolute;
  width: fit-content;
  right: 0;
  top: 100px;
  width: 70%;
}
.box-cooperate__bg img {
  width: 100%;
  height: 545px;
}
.box-cooperate .box-header {
  margin-bottom: 70px;
}

.box-facility__image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  border-radius: 24px;
  overflow: hidden;
}
.box-facility__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.box-facility__list {
  padding-left: 20px;
}
.box-facility__list .item {
  margin-bottom: 30px;
}
.box-facility__list .item:last-child {
  margin-bottom: 0;
}
.box-facility__list .item-title {
  font-size: 18px;
  font-weight: 600;
  color: #1D4290;
  background: linear-gradient(90deg, #56ccf2 21.92%, rgba(255, 255, 255, 0) 114.54%);
  padding: 10px 20px;
  line-height: 1;
  margin-bottom: 14px;
}
.box-facility__list .item-content {
  text-align: justify;
}

.box-certifi__frame {
  border-radius: 24px;
  background: linear-gradient(180deg, #e4f8ff 44.75%, #95e5ff 100%);
  padding: 40px 60px;
  max-width: 1536px;
  margin: auto;
}
.box-certifi__slider > .slick-list {
  padding: 0 0 10px !important;
  margin: 0 -10px;
}
.box-certifi__slider .slick-slide {
  margin: 0 10px;
  transform: scale3d(0.9, 0.9, 0.9);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-certifi__slider .slick-slide.slick-center {
  transform: scale3d(1, 1, 1);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.box-certifi .item-link {
  display: block;
  height: 100%;
  width: 100%;
}
.box-certifi .item-image {
  display: block;
  width: 100%;
  aspect-ratio: 8.3/11.7;
  object-fit: cover;
}

.box-partner__album {
  display: flex;
  gap: 20px;
  margin: 0 auto;
  overflow: auto;
  width: fit-content;
}
.box-partner__result {
  margin-top: 30px;
}
.box-partner__slider {
  margin: 0 auto;
  max-width: 850px;
}
.box-partner__slider .slick-slide > div {
  display: flex;
  padding: 7px 0;
}
.box-partner__slider .item {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  padding: 30px;
  width: 160px !important;
  height: 160px;
  margin: auto;
}
.box-partner__slider .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.box-brand__frame .box-description {
  max-width: 500px;
}
.box-brand__slider {
  margin: 0 auto;
  max-width: 850px;
}
.box-brand__slider .slick-slide > div {
  display: flex;
  padding: 7px 0;
}
.box-brand__slider .item {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  padding: 20px;
  width: 132px !important;
  height: 132px;
  margin: auto;
}
.box-brand__slider .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box-brand__image {
  height: 100%;
}
.box-brand__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.box-contact {
  background: url("../images/bg_contact.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: top;
  padding-top: 200px;
}
.box-contact__frame {
  padding-top: 200px;
}
.box-contact__action {
  margin-top: 20px;
}
.box-contact__action .button {
  min-width: 200px;
}
.box-contact .form {
  position: relative;
}
.box-contact .form-group {
  margin-bottom: 20px;
}
.box-contact .form-group:last-child {
  margin-bottom: 0;
}
.box-contact .form-group.content {
  height: 100%;
}
.box-contact .form-group.content textarea {
  height: 100%;
}
.box-contact .form-group input,
.box-contact .form-group textarea {
  padding: 12px 20px;
  background: #fff;
  border: 1px solid #0266B2;
  border-radius: 8px;
  color: #202020;
  line-height: 2;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.box-contact .form-group input::placeholder,
.box-contact .form-group textarea::placeholder {
  color: #b1b1b1;
}
.box-contact .select2-container {
  width: 100% !important;
}

/*------------------------------------------------
** Common
**------------------------------------------------*/
.content-detail {
  font-size: 16px;
}
.content-detail ul,
.content-detail ol {
  text-align: left;
  list-style: initial;
  padding-left: 20px;
}
.content-detail ul li,
.content-detail ol li {
  text-align: left;
  display: list-item;
}
.content-detail h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.content-detail p,
.content-detail div,
.content-detail img {
  margin: 5px 0 15px 0;
}
.content-detail img {
  margin: 5px 0;
}
.content-detail table {
  width: 100%;
  background-color: #fffdf6;
  border-collapse: collapse;
  margin: 20px auto;
}
.content-detail table tr {
  border: 1px solid #000;
  color: #000;
  background: #e2e2e2;
}
.content-detail table tr:nth-child(2n+1) {
  background: #fff;
}
.content-detail table tr:first-child {
  background: #1D4290;
  color: #fff;
  font-weight: bold;
}
.content-detail table tr td {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #000;
  vertical-align: middle;
}
.content-detail table tr td ul {
  width: 100%;
}
.content-detail table tr td ul li {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-indent: 10px;
}
.content-detail table tr p {
  width: 100%;
  padding: 5px 0;
  margin: 0;
}
.content-detail iframe {
  max-width: 100%;
  width: 100% !important;
}

.pagination {
  margin: 60px auto 20px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  margin: 0 4px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  overflow: hidden;
}
.pagination li span, .pagination li a {
  width: 32px;
  height: 32px;
  color: #768295;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li a {
  border: 1px solid #fff;
}
.pagination li a::hover {
  border: 1px solid #768295;
}
.pagination li.active {
  border: 0;
}
.pagination li.active span {
  color: #2B3040;
  font-weight: 600;
}
.pagination .limit {
  margin: 10px auto;
}
.pagination .limit select {
  border-radius: 3px;
  min-width: 50px;
}

.footer {
  padding: 50px 0;
}
.footer-logo img {
  display: block;
  width: 250px;
  height: 100%;
  object-fit: contain;
}
.footer-company {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-social__list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-social__list .item-link {
  display: block;
}
.footer-social__list .item-link img {
  display: block;
  width: 32px;
  aspect-ratio: 1/1;
  object-fit: contain;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-social__list .item-link:hover img {
  transform: scale(1.1);
}
.footer-info {
  height: 100%;
  display: flex;
  align-items: center;
}
.footer-info__list li {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.footer-info__list li:last-child {
  margin-bottom: 0;
}
.footer-info__list li i {
  color: #0266B2;
  width: 24px;
  height: 24px;
  font-size: 20px;
}
.footer-info__list li i::before {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-info__list li a {
  width: calc(100% - 34px);
  font-weight: 500;
}
.footer-info__list li a:hover {
  background: linear-gradient(97deg, rgba(2, 102, 178, 0.99) -2.43%, #51B4FF 48.94%, rgba(23, 116, 186, 0.99) 95.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1600px) {
  .box-about .bg-item {
    right: 0;
  }
  .box-cooperate__bg {
    display: none;
  }
}
@media only screen and (max-width: 1500px) {
  .header-wrap,
  .header-menu__list {
    gap: 20px;
  }
}
@media only screen and (max-width: 1320px) {
  .header-logo img {
    width: 160px;
  }
  .header-menu__list {
    gap: 12px;
  }
  .header-menu__list .item-link {
    font-size: 13px;
  }
  .box-certifi__frame {
    padding: 40px 20px;
  }
  .box-process__frame--bg {
    display: none;
  }
}
@media only screen and (max-width: 1239px) {
  .header {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  .box-head {
    padding-top: 60px;
  }
  .box-title {
    font-size: 30px;
  }
  .box-process__frame--bg {
    display: none;
  }
  .box-cooperate .box-header {
    margin-bottom: 20px;
  }
  .product .item-frame {
    gap: 40px;
  }
  .product .item-image {
    width: 200px;
  }
  .product .item-body {
    width: calc(100% - 240px);
  }
  .box-process .box-body {
    padding: 0 10px 28px;
  }
}
@media only screen and (max-width: 1023px) {
  body,
  .content-detail {
    font-size: 13px;
  }
  .box-title {
    font-size: 28px;
  }
  .box-header {
    margin-bottom: 20px;
  }
  .box-about .bg-item {
    bottom: 0;
    top: auto;
  }
  .box-about__image img {
    margin: auto;
    max-width: 380px;
  }
  .section {
    padding: 28px 0;
  }
  .button,
  a.button {
    font-size: 14px;
    padding: 12px 18px;
  }
  .box-partner__slider .item {
    width: 132px !important;
    height: 132px;
    padding: 20px;
  }
  .box-process .box-body__header {
    margin: 28px 0;
  }
  .box-process__main {
    display: block;
  }
  .box-process__frame .box-image {
    display: none;
  }
  .box-process__frame .box-slider {
    display: block;
  }
  .box-process__frame--image {
    padding: 0;
  }
  .box-process .box-body__list ul li::before {
    top: 0;
  }
  .box-service__image {
    display: none;
  }
  .box-service__mobile {
    display: block;
  }
  .box-cooperate__image img {
    max-width: 300px;
    margin: auto;
  }
  .box-facility__list {
    padding-left: 0;
  }
  .box-facility__list .item-title {
    font-size: 16px;
  }
  .box-brand__image {
    padding-top: 40px;
  }
  .box-contact {
    background: linear-gradient(0deg, #e4f8ff 44.75%, #95e5ff 100%);
  }
  .footer-info__list li {
    margin-bottom: 20px;
  }
  .footer {
    padding: 28px 0;
  }
  .box-facility__list .item {
    margin-bottom: 20px;
  }
  .product .col:nth-child(even) .item-frame {
    flex-direction: row;
  }
  .product .row.gap-y-80 {
    gap: 40px;
  }
  .product .item-frame {
    justify-content: right;
  }
  .product .item-body {
    width: calc(50% - 40px);
  }
  .box-product__category {
    margin-bottom: 60px;
  }
  .box-cooperate__list .item {
    padding: 12px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .box-cooperate__list .item-index {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
    font-size: 18px;
  }
  .box-cooperate__list .item-content {
    width: calc(100% - 32px);
  }
  .box-certifi__frame {
    padding: 28px 0;
    border-radius: 0;
  }
  .box-contact__frame {
    padding: 0;
  }
  .box-product .box-image {
    margin: auto;
    max-width: 100%;
  }
  .box-product .box-body {
    padding: 0;
  }
  .box-function__food .row {
    flex-direction: column-reverse;
  }
  .box-function__food .box-image {
    max-width: 100%;
    margin: auto;
  }
  .box-function__food .box-body {
    padding: 0;
  }
  .box-function__food .box-body__content ul {
    gap: 12px;
  }
}
@media only screen and (max-width: 739px) {
  .box-title .highlight {
    display: inline-block;
  }
  .box-count .item-number {
    font-size: 28px;
  }
  .box-process__frame--bg {
    display: none;
  }
  .box-product__category {
    margin-bottom: 40px;
  }
  .product .item-body__content--title {
    font-size: 16px;
  }
  .box-function__food .box-image__bg,
  .box-product .box-image__bg {
    display: none;
  }
  .box-function__food--frame .row {
    gap: 20px;
  }
  .box-product__frame .row {
    gap: 20px;
  }
  .box-title::before {
    height: 4px;
    margin-bottom: 8px;
  }
  .box-process .box-body__wrap--title {
    font-size: 16px;
    margin-top: 8px;
  }
  .box-process .box-body__list ul li {
    margin-bottom: 8px;
  }
  .box-process::before, .box-process::after {
    content: none;
  }
  .popup-frame {
    max-height: calc(100% - 40px);
    padding: 30px 0;
    margin: 20px 0;
  }
  .popup-close {
    top: 10px;
    right: 10px;
  }
  .popup-close i {
    font-size: 18px;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .box-title {
    font-size: 20px;
  }
  .box-title.text-left::before {
    margin-bottom: 8px;
  }
  .box-count .item-number {
    font-size: 24px;
    margin: 12px 0;
  }
  .box-count .item-image {
    padding: 16px;
  }
  .box-count .item-image img {
    width: 40px;
  }
  .box-partner {
    padding-bottom: 80px;
  }
  .box-brand__image {
    padding-top: 80px;
  }
  .box-brand .slick-slider > button,
  .box-partner .slick-slider > button {
    top: 100%;
    transform: none;
    margin-top: 12px;
  }
  .box-brand .slick-slider > button.slick-next,
  .box-partner .slick-slider > button.slick-next {
    left: calc(50% + 10px);
  }
  .box-brand .slick-slider > button.slick-prev,
  .box-partner .slick-slider > button.slick-prev {
    right: calc(50% + 10px);
    left: auto;
  }
  .box-brand__slider .item,
  .box-partner__slider .item {
    width: 80px !important;
    height: 80px;
    padding: 10px;
  }
  .product .row.gap-y-80 {
    gap: 28px;
  }
  .product .item {
    padding: 0;
    font-size: 12px;
  }
  .product .item-frame {
    gap: 20px;
    justify-content: center;
  }
  .product .item-image {
    transform: none;
    width: 120px;
  }
  .product .item-image__frame {
    padding: 4px;
  }
  .product .item-image__frame .hashtag {
    font-size: 8px;
    padding-top: 4px;
    letter-spacing: 2px;
  }
  .product .item-body {
    width: calc(100% - 140px);
  }
  .box-function__food {
    padding-top: 28px;
  }
  .box-service__mobile .bg-frame {
    display: none;
  }
  .box-process .box-body__action {
    display: none;
  }
  .box-facility__image {
    grid-gap: 10px;
    border-radius: 8px;
  }
  .box-contact .form-group input,
  .box-contact .form-group textarea,
  .select2-container--default .select2-selection--single {
    padding: 10px 18px;
  }
  .box-process .box-body__wrap--title {
    font-size: 14px;
  }
  .box-process .box-body__wrap--image img {
    border-radius: 4px;
  }
  .popup-inner {
    padding: 0 10px;
  }
  .box-product .box-body__content .item-index {
    width: 22px;
    height: 22px;
  }
  .box-product .box-body__content .item-title {
    width: calc(100% - 30px);
    font-size: 14px;
  }
}

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