@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "GenicaPro";
  src: url("../fonts/SVNGenicaPro.otf");
  font-weight: 400;
  font-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: #3750a4;
  text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover {
  color: #000;
  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, select {
  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, select.error {
  border-color: #be171f !important;
  box-shadow: 0 0 0 4px rgba(190, 23, 31, 0.1294117647);
}

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: #3750a4;
}

.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;
}

/*------------------------------------------------
** General
**------------------------------------------------*/
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  background: #fff;
  position: relative;
  color: #213062;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
}
body.rm-sidebar {
  overflow: hidden;
}

.page {
  width: 100%;
  position: relative;
}

.heading-page {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.container {
  width: 100%;
  max-width: 1190px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

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

.button,
a.button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  text-decoration: none;
  line-height: 100%;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 26px;
  margin: auto;
  background-color: #3750a4;
  box-shadow: none;
  border-radius: 50px;
}
.button:hover,
a.button:hover {
  color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  background-color: #5f73b6;
}
.button-left,
a.button-left {
  margin: 0;
  margin-right: auto;
}
.button-right,
a.button-right {
  margin: 0;
  margin-left: auto;
}

.bg-page {
  background-color: #f7fafd;
}

.bg-gray {
  background-color: #f5f8fa;
}

.section {
  padding: 40px 0;
}

.module {
  width: 100%;
  border: 0;
  margin: 0 auto;
  position: relative;
}
.module-info {
  margin-top: 40px;
}

.module-header {
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}

.module-title {
  position: relative;
  padding: 0;
  width: fit-content;
  margin: auto;
  font-size: 26px;
  color: #be171f;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module-title:after {
  content: "";
  width: 80%;
  height: 2px;
  margin-top: 5px;
  background: #be171f;
}
.module-title.text-left {
  margin-left: 0;
  align-items: flex-start;
}
.module-title.text-right {
  margin-right: 0;
  align-items: flex-end;
}

.module-content {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.module-content .block-main {
  width: calc(100% - 400px);
}
.module-content .block-sidebar {
  width: 380px;
}
.module-content .block-sidebar__product .inner-wrapper-sticky {
  transform: translate3d(0, 0, 0) !important;
}

.box {
  position: relative;
}

.box-video .thumb {
  position: relative;
  padding-top: 56.25%;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-video .thumb img {
  display: none;
}
.box-video .thumb .play-btn {
  width: 70px;
  height: 70px;
  background-color: #be171f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-video .thumb .play-btn i {
  position: relative;
  left: 2px;
  font-size: 40px;
  width: 30px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.box-header {
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}
.box-header__page .box-title {
  margin: 0;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: initial;
  justify-content: left;
}
.box-header__page .box-title::after {
  left: 0;
  transform: translateX(0);
}
.box-header__page .box-title img {
  height: 44px;
}
.box-header .box-desc {
  text-align: center;
  max-width: 800px;
  margin: 20px auto 0;
  font-size: 17px;
  line-height: 32px;
}

.box-title {
  position: relative;
  width: fit-content;
  margin: auto;
  padding-bottom: 23px;
  font-size: 36px;
  font-family: "GenicaPro", sans-serif;
  color: #2C4083;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
}
.box-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  background: #be171f;
}
.box-title.text-left {
  margin-left: 0;
  justify-content: left;
  text-align: left;
}
.box-title.text-right {
  margin-right: 0;
  justify-content: right;
  text-align: right;
}
.box-title img {
  height: 32px;
}
.box-title span {
  display: inline-block;
}

.box-news__featured .news.news-list {
  display: block;
}
.box-news__featured .slick-list {
  margin: 0 -10px;
}
.box-news__featured .slick-slide {
  margin: 0 10px;
}

.action-quantity {
  display: flex;
  gap: 6px;
}
.action-quantity .action-quantity__data {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border: none;
}
.action-quantity span {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eeeeee;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.action-quantity span:hover {
  color: #fff;
  background-color: #3750a4;
}

.desc-img {
  color: #828282;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.title-page {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  color: #2C4083;
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  font-family: "GenicaPro", sans-serif;
  line-height: 100%;
  margin-bottom: 24px;
}
.title-page img {
  max-width: 138px;
  width: 100%;
}

.box-description {
  text-align: center;
  color: #3750a4;
  font-size: 16px;
}

.heading {
  background-color: #be171f;
  background-image: url(../images/heading_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.heading .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.heading .container h1 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 1;
}
.heading .container .content {
  position: relative;
  margin: 0;
  text-align: left;
  z-index: 2;
  text-transform: uppercase;
  font-size: 20px;
}
.heading .container .content a {
  color: #fff;
}
.heading .container .content a:hover {
  text-decoration: underline;
}
.heading .container .content span {
  line-height: 1.5;
}
.heading .container .content span.item_sep {
  opacity: 0.5;
  margin: 0 15px;
}

.breadcrumbs {
  position: relative;
  margin: 20px 0;
  text-align: left;
  z-index: 2;
}
.breadcrumbs span {
  color: #3750a4;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.breadcrumbs span:last-child {
  color: #828282;
}
.breadcrumbs a:hover {
  color: #be171f;
}
.breadcrumbs span.item_sep {
  margin: 0 4px;
  color: #828282;
}
.breadcrumbs.brb-header {
  padding: 4px 0;
}
.breadcrumbs.brb-header .container-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.breadcrumbs.brb-header .breadcrumbs-header {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

strong {
  font-weight: 700;
  line-height: 32px;
}

.text-red {
  color: #be171f;
}

.text-blue {
  color: #3750a4;
}

.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;
}

.company-info__nav .list-info {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.company-info__nav .list-info:last-child {
  margin-bottom: 0;
}
.company-info__nav .list-info__title {
  font-weight: 600;
  color: #3750a4;
}
.company-info__nav .list-info a {
  width: fit-content;
  color: #3f3f3f;
  line-height: 32px;
}
.company-info__nav .list-info a:hover {
  color: #be171f;
}
.company-info__nav .list-info span {
  color: #3f3f3f;
  line-height: 32px;
}
.company-info__nav .list-info svg {
  min-width: 24px;
  height: 24px;
  color: #3750a4;
}
.company-info__nav .list-info i {
  font-size: 24px;
}

#loading {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
}
@keyframes pulse0112 {
  0%, 100% {
    transform: scale(0);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
#loading .dot-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  --uib-size: 4rem;
  --uib-speed: 0.9s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}
#loading .dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}
#loading .dot-spinner__dot::before {
  content: "";
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: #3750a4;
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}
#loading .dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}
#loading .dot-spinner__dot:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}
#loading .dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}
#loading .dot-spinner__dot:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}
#loading .dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}
#loading .dot-spinner__dot:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}
#loading .dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}
#loading .dot-spinner__dot:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}
#loading .dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}
#loading .dot-spinner__dot:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}
#loading .dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}
#loading .dot-spinner__dot:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}
#loading .dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}
#loading .dot-spinner__dot:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}

.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: #213062;
}
.notice.success {
  border-left: 3px solid #7ad03a;
  background: #f8fdf5;
}
.notice.info {
  border-left: 3px solid #02a0d2;
  background: #f2fafd;
}
.notice.error {
  border-left: 3px solid #bf0000;
  background: #fdf5f5;
}
.notice.warning {
  border-left: 3px solid #ff5722;
  background: #fff2ed;
}

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

.social-date {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  border-width: 1px 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.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: #3750a4;
  font-family: FontAwesome;
  font-size: 26px;
  width: 55px;
  text-align: center;
}

/*------------------------------------------------
** Slick
**------------------------------------------------*/
.slick-slider {
  margin: 0;
  height: 100%;
}
.slick-slider .slick-track {
  display: flex;
}
.slick-slider .slick-list {
  height: 100%;
}
.slick-slider .slick-list .slick-track {
  height: 100%;
}
.slick-slider > button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.2);
  top: calc(50% - 15px);
}
.slick-slider > button:before {
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 14px;
  line-height: 1.1 !important;
}
.slick-slider > button.slick-prev:before {
  content: "\f053";
}
.slick-slider > button.slick-next:before {
  content: "\f054";
}
.slick-slider > button:hover, .slick-slider > button:focus {
  background-color: rgba(0, 0, 0, 0.8);
}
.slick-slider .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -20px;
}
.slick-slider .slick-dots li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  background-color: #afb9db;
  border-radius: 50%;
  opacity: 1;
  width: 14px;
  height: 14px;
}
.slick-slider .slick-dots li.slick-active button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li.slick-active button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #3750a4;
  border: 3px solid #afb9db;
  transform: scale(1.5);
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}

/*------------------------------------------------
** 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: #213062;
  white-space: nowrap;
}
.menunav li:hover, .menunav li.active {
  position: relative;
}
.menunav li:hover a, .menunav li.active a {
  color: #3750a4;
}
.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: #213062;
  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: #213062;
  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: #213062;
  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: #3750a4;
}
.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: #213062;
}
.menunav li:hover .level1 li.active a, .menunav li:hover .level1 li:hover a {
  color: #3750a4;
}
.menunav li:hover .level1 li.active a .fa, .menunav li:hover .level1 li:hover a .fa {
  color: #3750a4;
}
.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: #213062;
}
.menunav .level1 li:hover ul.level2 li a .fa {
  margin-right: 8px;
  color: #213062;
}
.menunav .level1 li:hover ul.level2 li.active a, .menunav .level1 li:hover ul.level2 li:hover a {
  color: #3750a4;
}
.menunav .level1 li:hover ul.level2 li.active a .fa, .menunav .level1 li:hover ul.level2 li:hover a .fa {
  color: #3750a4;
}
.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: #be171f;
}

@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;
  width: 100%;
  z-index: 10;
  height: 80px;
  background-color: #fff;
  box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.stick {
  height: 60px;
}
.header.stick .logo-image {
  padding: 10px;
}
.header-container {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.header-container__main {
  height: 100%;
  width: calc(100% - 200px);
  display: flex;
  justify-content: right;
  gap: 20px;
}
.header-container .logo {
  width: 180px;
  background: #fff;
  border-radius: 0px 0px 40px 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-container .logo-image {
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-container .logo-image a {
  display: block;
  height: 100%;
}
.header-container .logo-image a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-container .menu-nav ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header-container .menu-nav ul li.active a {
  color: #be171f;
}
.header-container .menu-nav ul li a {
  color: #213062;
  line-height: 32px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.header-container .menu-nav ul li a:hover {
  color: #be171f;
}
.header-container .change-language {
  position: relative;
  margin: auto 0;
  height: 46px;
  padding: 4px 8px;
  border-radius: 8px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-container .change-language:hover {
  background: #f4feff;
}
.header-container .change-language.active .choose-language {
  transform: translateY(0);
  opacity: 1;
  visibility: initial;
}
.header-container .change-language .wrap {
  cursor: pointer;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-container .change-language .wrap .icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.header-container .change-language .wrap .label {
  font-weight: 600;
  line-height: 26px;
  padding: 0 8px 0 8px;
}
.header-container .change-language .choose-language {
  z-index: 2;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-container .change-language .choose-language .nav-language {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
}
.header-container .change-language .choose-language .nav-language .list-language.active .language {
  font-weight: 600;
  color: #be171f;
}
.header-container .change-language .choose-language .nav-language .list-language:hover .language, .header-container .change-language .choose-language .nav-language .list-language.active .language {
  background: #ebeef6;
}
.header-container .change-language .choose-language .nav-language .list-language .language {
  display: block;
  font-weight: 400;
  line-height: 26px;
  padding: 8px 12px;
  min-width: 140px;
  color: #3750a4;
}
.header-search {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #be171f;
  height: 46px;
  margin: auto 0;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  line-height: 1;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-search:hover {
  background: #f4feff;
}
.header-search__container {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #3750a4;
  padding: 12px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-search__container.active {
  opacity: 1;
  visibility: initial;
}
.header-search__container .search-wrap {
  display: flex;
  gap: 20px;
  height: 100%;
}
.header-search__container .search-wrap .form-group {
  flex: 1;
  margin-bottom: 0;
  height: 100%;
}
.header-search__container .search-wrap .form-group input {
  padding: 6px 20px;
  border-radius: 8px;
  background: #fff;
}
.header-search__container .search-wrap .button {
  height: auto;
  padding: 10px 20px;
  border-radius: 8px;
  background: #be171f;
  margin: 0;
  border: none;
}

.plugin-cart {
  display: flex;
  align-items: center;
}
.plugin-cart .cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  border: 1px solid #be171f;
}
.plugin-cart .cart:hover {
  background: #f4feff;
}
.plugin-cart .cart .cart-total-items {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  color: #fff;
  background: #be171f;
  border-radius: 4px;
  font-family: "Be Vietnam Pro", sans-serif;
}
.plugin-cart .cart .icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.rd-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 56px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 1009;
}
.rd-panel .toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  width: 56px;
  height: 56px;
}
.rd-panel .toggle span {
  cursor: pointer;
  width: 24px;
  height: 4px;
  background-color: #3750a4;
  backface-visibility: hidden;
  border-radius: 2px;
  position: relative;
  display: block;
  margin: auto;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-panel .toggle span:before, .rd-panel .toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 4px;
  background-color: #3750a4;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-panel .toggle span:after {
  top: 8px;
}
.rd-panel .toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  height: 0;
}
.rd-panel .toggle.active span:before, .rd-panel .toggle.active span:after {
  top: 8px;
  width: 35px;
  left: 0;
}
.rd-panel .toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-panel .toggle.active span:after {
  top: -12px;
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.rd-panel .logo {
  height: 100%;
  padding: 10px;
}
.rd-panel .logo img {
  width: 120px;
  height: 100%;
  object-fit: contain;
}
.rd-panel .lang-inner .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}
.rd-panel .plugin-search {
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.rd-panel .plugin-search .form_search {
  width: 100%;
  max-width: 920px;
}
.rd-panel .plugin-search .form_search .search_label {
  border: 1px solid #b38951;
  height: 38px;
}
.rd-panel .plugin-cart {
  width: 46px;
  height: 56px;
  justify-content: center;
  margin-right: 16px;
}

.rd-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1008;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-menu ul {
  position: fixed;
  z-index: 99;
  top: 56px;
  margin: 0;
  left: 0;
  bottom: -20px;
  width: 0;
  padding: 20px;
  background: #f4f4f4;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 100px;
  overflow: auto;
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-menu ul li.nations {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.rd-menu ul li a:not([href]):not([tabindex]) {
  color: #000;
}
.rd-menu ul li a {
  display: block;
  padding: 0;
  color: #3750a4;
  font-weight: 600;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 16px;
}
.rd-menu ul li:hover > a, .rd-menu ul li.active > a {
  color: #be171f;
}
.rd-menu ul li:hover > a .fa, .rd-menu ul li.active > a .fa {
  color: #be171f;
}
.rd-menu ul li:hover ul.level1 > a, .rd-menu ul li.active ul.level1 > a {
  color: #213062;
}
.rd-menu ul li:hover ul.level1 li a, .rd-menu ul li.active ul.level1 li a {
  padding: 0 0 5px 0;
}
.rd-menu ul li:hover ul.level1 li.active a, .rd-menu ul li.active ul.level1 li.active a {
  color: #3750a4;
}
.rd-menu ul li:hover ul.level1 li.active a .fa, .rd-menu ul li.active ul.level1 li.active a .fa {
  color: #3750a4;
}
.rd-menu ul li:hover ul.level1 li:hover a, .rd-menu ul li.active ul.level1 li:hover a {
  color: #3750a4;
}
.rd-menu ul li:hover ul.level1 li:hover a .fa, .rd-menu ul li.active ul.level1 li:hover a .fa {
  color: #3750a4;
}
.rd-menu .level1 {
  position: initial;
  visibility: initial;
  opacity: initial;
  background: transparent;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 0;
}
.rd-menu .level1 li a {
  padding: 0 0 5px 0;
  line-height: 36px;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-transform: unset;
  background: transparent;
  font-size: 20px;
}
.rd-menu .level1 li a i {
  width: 20px;
  font-size: 16px;
  padding-left: 5px;
}
.rd-menu .level1 li:hover a {
  color: #2C4083;
}
.rd-menu .level2 {
  position: initial;
  visibility: visible;
  opacity: 1;
  background: transparent;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 15px;
}
.rd-menu .submenu {
  padding: 0px 0 0 20px;
}
.rd-menu .submenu .subitem .menu_header {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 6px;
}
.rd-menu .submenu .subitem .submenu_inner .menu a {
  font-weight: 300;
  color: #213062;
  padding: 0;
  text-transform: initial;
}
.rd-menu .submenu .subitem .submenu_inner .menu a .fa {
  margin-right: 4px;
}
.rd-menu .submenu .subitem .submenu_inner .menu a:hover, .rd-menu .submenu .subitem .submenu_inner .menu a.active {
  color: #3750a4;
}
.rd-menu .search {
  margin-bottom: 20px;
}
.rd-menu .search-wrap {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}
.rd-menu .search-wrap .form-group {
  margin-bottom: 0;
  width: 100%;
  width: calc(100% - 54px);
}
.rd-menu .search-wrap input {
  border: none !important;
  background: #fff;
  padding: 10px;
  border-radius: 0;
}
.rd-menu .search-wrap .button {
  justify-content: center;
  border-radius: 0;
  margin: 0;
  padding: 10px;
  border: none;
  white-space: nowrap;
  background: #be171f;
  width: 54px;
}
.rd-menu .search-wrap .button i {
  font-size: 20px;
}
.rd-menu.active {
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.rd-menu.active ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  max-width: 360px;
}
.rd-menu.active ul li ul {
  width: 100%;
}

/*------------------------------------------------
** Components
**------------------------------------------------*/
.news.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.news.news-list .item {
  width: calc((100% - 40px) / 3);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.news.news-list .item:hover .box-image .image {
  opacity: 0.8;
  backdrop-filter: blur(5px);
}
.news.news-list .item .box-image {
  width: 100%;
}
.news.news-list .item .box-image .image {
  display: block;
  padding-top: 62.5%;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news.news-list .item .box-content {
  width: 100%;
}
.news.news-list .item .box-content .title {
  height: 54px;
}
.news.news-list .item .box-content .title-news {
  font-size: 18px;
  font-weight: 600;
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 1.5;
  color: #213062;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news.news-list .item .box-content .title-news:hover {
  color: #be171f;
}
.news.news-list .item .box-content .wrap {
  margin: 12px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.news.news-list .item .box-content .wrap .category {
  padding: 4px 12px;
  background: #ebeef6;
  width: fit-content;
  color: #3750a4;
  border-radius: 4px;
}
.news.news-list .item .box-content .wrap .category-news {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news.news-list .item .box-content .wrap .category-news:hover {
  color: #be171f;
}
.news.news-list .item .box-content .wrap .category-news {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.news.news-list .item .box-content .description {
  height: 78px;
}
.news.news-list .item .box-content .description-news {
  font-size: 16px;
  color: #484848;
  font-weight: 300;
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 1.6;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news.news-list .view-more {
  margin: 30px 0;
}
.news.news-list .view-more a:hover {
  color: #fff;
}
.news.news-list__row .item {
  width: 100%;
}
.news.news-list__row .item .box-image {
  width: 330px;
}
.news.news-list__row .item .box-content {
  width: calc(100% - 350px);
}
.news.news-detail .title {
  color: #333;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
.news.news-detail .box-banner .banner {
  padding-top: 62.5%;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news.news-detail .box-video {
  position: relative;
  padding-top: 56.25%;
  margin-top: 20px;
  border-radius: 2px;
}
.news.news-detail .box-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.news.page-news .nav-list__category {
  display: flex;
  margin-bottom: 20px;
}
.news.page-news .nav-list__category li {
  width: 50%;
}
.news.page-news .nav-list__category li a {
  padding: 12px 24px;
  text-align: center;
  display: block;
  font-family: "Montserrat", sans-serif;
  background-color: #fdf9de;
  text-transform: uppercase;
  font-weight: 700;
}
.news.page-news .nav-list__category li a.active {
  background-color: #3750a4;
  color: #fdf9de;
}
.news.page-news .category_tab {
  display: none;
}
.news.page-news .category_tab.active {
  display: block;
}
.news.page-news .box-category__child {
  margin-top: 40px;
}
.news.page-news .box-category__child .nav-tab {
  margin-bottom: 40px;
  border-radius: 4px;
  overflow: hidden;
}
.news.page-news .box-category__child .nav-tab .inner {
  display: flex;
}
.news.page-news .box-category__child .nav-tab .inner .item {
  width: 100%;
}
.news.page-news .box-category__child .nav-tab .inner .title-category {
  cursor: pointer;
  display: block;
  width: 100%;
  background: #3750a4;
  color: #fff;
  line-height: 1;
  padding: 16px;
  text-align: center;
}
.news.page-news .box-category__child .nav-tab .inner .title-category:hover {
  background: #2C4083;
}
.news.page-news .box-category__child .nav-tab .inner .title-category.active {
  background: #be171f;
}
.news.page-news .box-category__child .content-tab {
  display: none;
}
.news.page-news .box-category__child .content-tab.active {
  display: block;
}
.news.page-news .box-category__child .content-tab .action {
  margin-top: 40px;
}
.news.page-news .box-category__child .content-tab .action .view-more {
  padding: 18px 26px;
}
.news.page-news .title {
  display: block;
  width: fit-content;
}
.news.page-news .title-page {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 0;
  width: fit-content;
}
.news.page-news .title:hover .title-page {
  color: #be171f;
}
.news.page-news .box-category {
  padding-bottom: 40px;
}
.news.page-news .box-product {
  margin-top: 40px;
}
.news-detail__slider {
  margin-top: 20px;
}
.news .box-banner {
  padding-bottom: 20px;
}
.news .block-main {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .news.news-detail .module-title h1 {
    font-size: 20px;
  }
}
.shop__container .shop__item {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop__container .shop__item:hover {
  transform: translateY(-10px);
}
.shop__container .shop__item-img {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.shop__container .shop__item-img img {
  display: none;
}
.shop__container .shop__item-content {
  padding: 16px;
}
.shop__container .shop__item-content .title {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #3750a4;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
}
.shop__container .shop__item-content p span.label {
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
}
.shop__container .shop__item-content p span.value.price {
  color: #be171f;
  font-weight: 600;
}
.shop__container .shop__item-content p span.value.price del {
  font-size: 12px;
  color: #484848;
  margin-right: 5px;
  font-weight: 400;
}
.shop__container .shop__item-content .imgs {
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.shop__container .shop__item-content .imgs .img img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.shop__container .shop__item-action a.button {
  width: 100%;
  text-align: center;
  background-color: #2C4083;
  justify-content: center;
}
.shop__container .shop__item-action a.button:hover {
  background-color: #3750a4;
}

.shop__product-info .info-box {
  display: flex;
}
.shop__product-info .info-box__img {
  width: 50%;
}
.shop__product-info .info-box__img .img {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.shop__product-info .info-box__img img {
  display: none;
}
.shop__product-info .info-box__content {
  width: 50%;
  background-color: #3750a4;
  padding: 20px;
}
.shop__product-info .info-box__content .title {
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.shop__product-info .info-box__content .content-wrap {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.shop__product-info .info-box__content .content-wrap p {
  margin-bottom: 16px;
}

.shop__product-detail .left {
  width: 100%;
}
.shop__product-detail .left img {
  width: 100%;
  box-shadow: -8px -8px 32px 0px #fff, 8px 8px 32px 0px rgba(174, 174, 192, 0.4);
}
.shop__product-detail .right .box-header .box-title {
  color: #be171f;
}
.shop__product-detail .right .box-body .list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shop__product-detail .right .box-body .list li {
  background-color: #3750a4;
  display: block;
  width: 70%;
  border-radius: 100%;
  margin-bottom: 20px;
  padding: 30px;
}
.shop__product-detail .right .box-body .list li:nth-child(even) {
  background-color: #be171f;
}
.shop__product-detail .right .box-body .list li p {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.shop__product-detail .right .box-body .list li p.label {
  color: #b9ebf2;
  font-size: 28px;
  margin-bottom: 12px;
}
.shop__product-detail .right .box-body .list li p.value {
  color: #fff;
  font-size: 30px;
}

#shop-cart .module .show-cart {
  width: 100%;
}
#shop-cart .module .cart-container {
  border-radius: 12px;
  border: 1px solid #eaecf0;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  overflow: hidden;
}
#shop-cart .module .cart-container .pay__total {
  border-top: 1px solid #be171f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 10px 8px;
  color: #be171f;
  font-weight: 700;
  font-size: 18px;
}
#shop-cart .module .cart-container .pay__total h2 {
  font-size: 18px;
  font-weight: 700;
  color: #3750a4;
}
#shop-cart .module .box-cart__header {
  padding: 0 32px;
  display: flex;
  gap: 16px;
  background: #3750a4;
}
#shop-cart .module .box-cart__header .item-header {
  width: 12.5%;
  color: #fff;
  font-weight: 600;
  padding: 10px 0;
}
#shop-cart .module .box-cart__header .item-header__product {
  width: 50%;
}
#shop-cart .module .box-cart__product {
  padding: 20px;
}
#shop-cart .module .box-cart__product .item-flex {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  border: 1px solid #eaecf0;
  border-radius: 4px;
}
#shop-cart .module .box-cart__product .item-flex:last-child {
  margin-bottom: 0;
}
#shop-cart .module .box-cart__product .item-flex .item {
  width: 12.5%;
}
#shop-cart .module .box-cart__product .item-flex .item-product {
  width: 50%;
}
#shop-cart .module .box-cart__product .item-flex .item-product .item-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
#shop-cart .module .box-cart__product .item-flex .item-product .item-content .box-image {
  width: 100%;
  min-width: 150px;
  max-width: 250px;
}
#shop-cart .module .box-cart__product .item-flex .item-product .item-content .box-image a {
  display: block;
}
#shop-cart .module .box-cart__product .item-flex .item-product .item-content .box-image a img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
#shop-cart .module .box-cart__product .item-flex .item-product .item-content .title {
  width: 100%;
}
#shop-cart .module .box-cart__product .item-flex .item-product .item-content .title-product {
  font-weight: 600;
  color: #484848;
}
#shop-cart .module .box-cart__product .item-flex .item-qtn .action {
  display: flex;
  align-items: center;
  gap: 8px;
}
#shop-cart .module .box-cart__product .item-flex .item-action .btn-delete a {
  padding: 0;
  background: transparent;
  border-radius: 0;
}
#shop-cart .module .box-cart__product .item-flex .item-action .btn-delete a i {
  color: #ccc;
  font-size: 20px;
}
#shop-cart .module .box-cart__product .item-flex .item-action .btn-delete a:hover {
  box-shadow: none;
}
#shop-cart .module .box-cart__product .item-flex .item-action .btn-delete a:hover i {
  color: #be171f;
}
#shop-cart .module .box-cart__product .item-flex .item .price-product,
#shop-cart .module .box-cart__product .item-flex .item .total-product {
  font-weight: 700;
  font-size: 18px;
}
#shop-cart .module .box-cart__product .item-flex .item .price-product,
#shop-cart .module .box-cart__product .item-flex .item .action-quantity .action-quantity__data {
  color: #484848;
}
#shop-cart .module .box-cart__product .item-flex .item .total-product {
  color: #be171f;
}
#shop-cart .cart-order {
  width: 100%;
  max-width: 730px;
}
#shop-cart .cart-pay {
  width: calc(100% - 750px);
  max-width: 730px;
  height: fit-content;
  padding: 12px;
  background: #f2f2f2;
  border-radius: 4px;
}
#shop-cart .cart-pay__code {
  margin-bottom: 20px;
}
#shop-cart .cart-pay__code--main {
  color: #be171f;
  font-weight: 700;
}
#shop-cart .cart-pay__item {
  margin-bottom: 20px;
  border-bottom: 1px solid #3750a4;
}
#shop-cart .cart-pay__item--option {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
#shop-cart .cart-pay__item--option input {
  margin: 0;
  width: auto;
}
#shop-cart .cart-pay__item--option label {
  padding-left: 10px;
}
#shop-cart .cart-pay__item--option label,
#shop-cart .cart-pay__item--option input {
  cursor: pointer;
}
#shop-cart .cart-pay__item--info {
  display: none;
  padding-bottom: 10px;
  width: 100%;
}
#shop-cart .cart-pay__item--image {
  max-width: 400px;
  margin: auto;
}
#shop-cart .cart-pay__item--image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}
#shop-cart .cart-pay__note {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}
#shop-cart .cart-pay__note--title {
  font-weight: 700;
  color: #be171f;
  margin-bottom: 10px;
}
#shop-cart .cart-pay__note--content {
  margin-top: 8px;
}
#shop-cart .cart-pay__noti {
  display: none;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #be171f;
}
#shop-cart .cart-pay .title-page {
  font-size: 20px;
  margin-bottom: 12px;
}
#shop-cart .no-data {
  padding: 20px;
}
#shop-cart .no-data .content .title {
  font-weight: 600;
}
#shop-cart .no-data .content p {
  margin: 12px 0;
}
#shop-cart .no-data .content .button {
  padding: 12px 20px;
  background: #be171f;
}

.row-success {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  font-size: 15px;
  padding: 15px 15px 15px 20px;
  text-align: center;
}
.row-success .icon {
  width: 60px;
  height: 60px;
  margin: 10px 0;
}
.row-success .icon img {
  width: 100%;
  height: 100%;
}
.row-success .title {
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #be171f;
}

.order-success {
  max-width: 768px;
  margin: 40px auto;
  box-shadow: 0 1px 4px rgba(10, 10, 10, 0.15);
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
}
.order-success .shop-cart__wrap {
  border-radius: 0 !important;
  overflow: unset !important;
}
.order-success .module-header {
  background-color: #3750a4;
  padding: 10px;
  margin-bottom: 0;
}
.order-success .module-header .module-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.order-success .module-header .module-title::after {
  display: none;
}
.order-success .show-cart {
  width: 100%;
}
.order-success .cart-container {
  overflow-x: auto;
}
.order-success .info {
  background: #fff;
  border-bottom: 2px solid #f1f1f1;
}
.order-success .info .total {
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}
.order-success .info .total h3 {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.order-success .info .total p {
  height: 50px;
  color: #000;
  font-size: 18px;
  line-height: 50px;
  float: right;
  font-weight: 600;
}
.order-success table {
  width: 100%;
  border-collapse: collapse;
}
.order-success table thead {
  border-bottom: 1px solid #f5f5f5;
  background: #fff;
}
.order-success table thead tr th {
  color: #000;
  font-size: 16px;
  height: 50px;
  vertical-align: middle;
  font-weight: normal;
  padding: 0 5px;
  text-transform: uppercase;
  font-weight: 600;
  border-right: 1px solid #f5f5f5;
}
.order-success table thead tr th:last-child {
  border: none;
}
.order-success table thead tr th.col_name {
  padding: 0 20px;
  min-width: 200px;
}
.order-success table thead tr th.col_num {
  width: 30px;
}
.order-success table thead tr th.col_quantity {
  width: 88px;
}
.order-success table thead tr th.col_price,
.order-success table thead tr th.col_total {
  min-width: 130px;
  text-align: center;
}
.order-success table tbody tr {
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
}
.order-success table tbody tr td {
  padding: 15px 0px;
  font-size: 14px;
  color: #565656;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #f5f5f5;
}
.order-success table tbody tr td .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.order-success table tbody tr td .content .image {
  width: 150px;
  max-width: 150px;
  padding: 0 30px 0 10px;
}
.order-success table tbody tr td .content .image img {
  display: block;
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: contain;
}
.order-success table tbody tr td .content .text {
  width: calc(100% - 150px);
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.order-success table tbody tr td .content .text .title {
  color: #3750a4;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.order-success table tbody tr td .content .text .action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 16px;
  white-space: nowrap;
}
.order-success table tbody tr td .content .text .action .btn-delete .fa {
  margin-right: 8px;
}
.order-success table tbody tr td .content .text .action input[type=number] {
  width: 75px;
  height: 35px;
  margin: 0 10px 0 0;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.order-success table tbody tr td .content .text .action input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
.order-success table tbody tr td.col_price, .order-success table tbody tr td.col_total {
  text-align: right;
  font-size: 16px;
  padding-right: 10px;
  font-weight: 500;
  white-space: nowrap;
}
.order-success table tbody tr td.col_total {
  border-right: 0px;
}
.order-success .action {
  margin: 0;
  padding: 20px 0;
  background-color: #fff;
}
.order-success .action .button {
  background-color: #be171f;
  border-radius: 8px;
  padding: 14px 20px;
}

.row-invoice {
  width: 100%;
  font-size: 15px;
  padding: 10px;
}
.row-invoice .detail .item {
  width: 100%;
}
.row-invoice .detail .item p {
  padding: 6px 0;
  border-bottom: 1px solid #d8e0e8;
  display: flex;
  gap: 12px;
}
.row-invoice .detail .item p strong {
  width: 40%;
  display: block;
}
.row-invoice .detail .item p span {
  width: calc(60% - 12px);
}

.contact .box-map {
  height: 50vh;
  max-height: 500px;
}
.contact .box-map .map {
  height: 100%;
}
.contact .box-map .map iframe {
  width: 100%;
  height: 100%;
}
.contact .box-contact {
  padding-bottom: 80px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.form-group__item {
  width: calc(50% - 10px);
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group label {
  display: block;
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 12px;
}
.form-group input,
.form-group textarea {
  font-size: 17px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #f2f2f2;
  padding: 16px 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 2;
  outline: none;
}
.form-group input:focus,
.form-group textarea:focus {
  border: 1px solid #3750a4;
  box-shadow: 0 0 0 4px rgba(44, 64, 131, 0.1294117647);
}
.form-group input.error:focus,
.form-group textarea.error:focus {
  border: 1px solid #be171f;
  box-shadow: 0 0 0 4px rgba(190, 23, 31, 0.1294117647);
}
.form-group textarea {
  height: 188px;
}
.form .action {
  padding-top: 20px;
}

.page-error {
  width: 100%;
  height: 100%;
  border-top: 10px solid #be171f;
}
.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: #be171f;
}
.page-error .container-wrapper .content a.back {
  margin-top: 20px;
  font-size: 25px;
  color: #be171f;
  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: #213062;
}
.page-error .container-wrapper .content .note {
  font-size: 16px;
}

.page-maintain {
  width: 100%;
  height: 100%;
  border-top: 10px solid #be171f;
}
.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: #be171f;
}
.page-maintain .container-wrapper .content .back {
  margin-top: 20px;
  font-size: 25px;
  color: #be171f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-maintain .container-wrapper .content .note {
  font-size: 16px;
}

.about-info {
  padding-bottom: 40px;
}
.about-info .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.about-info .inner .block-info {
  max-width: 600px;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #afb9db;
}
.about-info .inner .block-info .box-header {
  margin-bottom: 20px;
}
.about-info .inner .block-info .box-info p {
  color: #2C4083;
  line-height: 32px;
  margin-bottom: 4px;
}
.about-info .inner .block-info .box-info p:last-child {
  margin-bottom: 0;
}
.about-info .inner .block-image {
  max-width: 500px;
  width: 100%;
}
.about-info .inner .block-image .box-image {
  height: 100%;
}
.about-info .inner .block-image .box-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.about-main .about-content {
  line-height: 2;
  text-align: justify;
  white-space: pre-line;
}
.about-main .about-content img {
  transform: translateY(8px);
  height: 32px;
}
.about-list .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.about-list .inner .list-about {
  width: calc(50% - 12px);
}
.about-list .inner .list-about .box-image .image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-list .inner .list-about .box-image .image:hover {
  transform: scale(1.1);
}
.about-list .inner .list-about .content {
  line-height: 32px;
}
.about-banner .box-image {
  width: fit-content;
  margin: auto;
}
.about-banner .box-image img {
  width: 100%;
  max-width: 800px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-banner .box-image img:hover {
  transform: scale(1.1);
}
.about .display__mobile .about-list .item {
  border: 1px solid #afb9db;
  padding: 20px;
  border-radius: 8px;
  background: #f4feff;
}

.shop-tech .subtitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  width: 100%;
  color: #4f4f4f;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  margin-top: 18px;
  gap: 8px;
}
.shop-tech .subtitle img {
  height: 32px;
}
.shop-tech .box-tech_head {
  padding-bottom: 40px;
}
.shop-tech .box-tech_head .inner {
  display: flex;
  flex-wrap: wrap;
}
.shop-tech .box-tech_head .inner .block-content {
  width: 60%;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #afb9db;
}
.shop-tech .box-tech_head .inner .block-content .box-header {
  margin-bottom: 20px;
}
.shop-tech .box-tech_head .inner .block-content .content {
  line-height: 2;
  text-align: justify;
}
.shop-tech .box-tech_head .inner .block-banner {
  width: 40%;
}
.shop-tech .box-tech_head .inner .block-banner .box-image {
  height: 100%;
  padding: 120px 0;
}
.shop-tech .box-tech_head .inner .block-banner .box-image .image {
  border-radius: 0 20px 20px 0;
  padding-top: 75%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.shop-tech .box-video .thumb {
  overflow: hidden;
}
.shop-tech .box-video .thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 31.76%, #000 100%);
}
.shop-tech .box-tech__content .content {
  line-height: 2;
  max-width: 860px;
  margin: auto;
  text-align: justify;
}
.shop-tech .box-tech__imgs {
  padding-top: 40px;
}
.shop-tech .box-tech__imgs .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.shop-tech .box-tech__imgs .inner .item {
  width: 100%;
}
.shop-tech .box-tech__imgs .inner .item .box-image {
  margin-bottom: 12px;
}
.shop-tech .box-tech__imgs .inner .item .box-image .image {
  display: block;
}
.shop-tech .box-tech__imgs .inner .item .box-image .image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.shop-tech .box-procedure .process-list {
  display: flex;
  margin: 0 -10px;
}
.shop-tech .box-procedure .process-list .item {
  width: calc(16.6666666667% - 20px);
  margin: 0 10px;
}
.shop-tech .box-procedure .process-list .item:nth-child(3) .icon, .shop-tech .box-procedure .process-list .item:nth-child(4) .icon {
  background-color: #be171f;
}
.shop-tech .box-procedure .process-list .item:nth-child(3) .icon::after, .shop-tech .box-procedure .process-list .item:nth-child(4) .icon::after {
  border-color: transparent transparent transparent #be171f;
}
.shop-tech .box-procedure .process-list .item:first-child .icon::before {
  display: none;
}
.shop-tech .box-procedure .process-list .item:last-child .icon::after {
  display: none;
}
.shop-tech .box-procedure .process-list .item .icon {
  background-color: #3750a4;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.shop-tech .box-procedure .process-list .item .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.shop-tech .box-procedure .process-list .item .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #3750a4;
}
.shop-tech .box-procedure .process-list .item .icon img {
  width: 90px;
  height: 90px;
}
.shop-tech .box-procedure .process-list .item .content {
  padding-top: 16px;
}
.shop-tech .box-procedure .process-list .item .content h3 {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.shop-tech .box-procedure .process-list .item .content p {
  text-align: center;
  text-transform: uppercase;
}
.shop-tech .box-header .title-page {
  margin-bottom: 0;
}
.shop-tech .box-header .subtitle {
  font-size: 24px;
  line-height: 34px;
}
.shop-tech .box-header .subtitle img {
  height: 30px;
}

.product-detail__main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #afb9db;
}
.product-detail__main .col__4 {
  width: calc(40% - 10px);
}
.product-detail__main .col__6 {
  width: calc(60% - 10px);
}
.product-detail__gallery .slide-nav {
  margin-top: 20px;
}
.product-detail__gallery .slide-nav .slick-list {
  margin: 0 -10px;
}
.product-detail__gallery .slide-nav .slick-list .item {
  margin: 0 10px;
}
.product-detail__gallery .slide-nav .slick-list .item-image {
  border-radius: 8px;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-detail__gallery .slide-nav .slick-list .item.slick-center .item-image {
  border-color: #be171f;
}
.product-detail__gallery .slide .item-image {
  display: block;
  padding: 4px;
  cursor: pointer;
}
.product-detail__gallery .slide .item-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.product-detail__info .frame {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-detail__title {
  font-weight: 600;
}
.product-detail__price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
}
.product-detail__price .price {
  line-height: 1;
  color: #be171f;
  font-weight: 600;
  font-size: 26px;
}
.product-detail__price .price.init {
  font-size: 18px;
  color: #bdbdbd;
  text-decoration: line-through;
}
.product-detail__summary .item {
  margin-bottom: 12px;
}
.product-detail__summary .item strong {
  margin-right: 8px;
}
.product-detail__summary .item:last-child {
  margin-bottom: 0;
}
.product-detail__action {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.product-detail__action .button {
  margin: 0;
  padding: 14px 20px;
  width: calc(50% - 10px);
  justify-content: center;
}
.product-detail__action .button.order {
  background: #be171f;
}
.product-detail__certify .nav-certify {
  display: flex;
  gap: 10px;
}
.product-detail__certify .nav-certify img {
  display: block;
  width: 50px;
  aspect-ratio: 1;
  object-fit: contain;
}
.product-detail__content .title {
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 2px solid #be171f;
  width: fit-content;
}
.product-detail__quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-detail__content .tab-nav {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.product-detail__content .tab-nav .item {
  cursor: pointer;
  font-weight: 600;
  padding: 8px 12px;
  border-bottom: 2px solid transparent;
}
.product-detail__content .tab-nav .item.active {
  border-color: #be171f;
}
.product-detail__content .tab-content .item {
  display: none;
}
.product-detail__content .tab-content .item.show {
  display: block;
}
.product-detail .box-product__relative .slick-list {
  margin: 0 -10px;
}
.product-detail .box-product__relative .slick-list .item {
  height: auto;
  margin: 0 10px;
}
.product .box-no__five .box-header__page .box-title {
  margin: auto;
}
.product .box-no__five .box-header__page .box-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.product .box-no__five .inner {
  display: flex;
  gap: 20px;
  overflow-x: auto;
}
.product .box-no__five .inner .item {
  width: calc((100% - 80px) / 5);
}
.product .box-no__five .inner .item .box-image {
  width: 60%;
  min-width: 140px;
  margin: auto;
}
.product .box-no__five .inner .item .box-image .image {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.product .box-no__five .inner .item .title {
  margin-top: 12px;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
}
.product .box-advantage .inner .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  border-radius: 20px;
  border: 1px solid #afb9db;
  background: #ebeef6;
  overflow: hidden;
}
.product .box-advantage .inner .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.product .box-advantage .inner .item:last-child {
  margin-bottom: 0;
}
.product .box-advantage .inner .item .box-image {
  width: 50%;
}
.product .box-advantage .inner .item .box-image .image {
  height: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.product .box-advantage .inner .item .box-content {
  width: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product .box-advantage .inner .item .box-content .title {
  margin-bottom: 12px;
}
.product .box-advantage .inner .item .box-content .title-advantage {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
.product .box-advantage .inner .item .box-content .content-advantage {
  line-height: 2;
}
.product .box-info__nutrition {
  position: relative;
}
.product .box-info__nutrition .bg-section {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.product .box-info__nutrition .box-image {
  background: #3750a4;
  border-radius: 20px;
  padding: 20px;
  width: fit-content;
  margin: auto;
}
.product .box-info__nutrition .box-image img {
  max-width: 600px;
  width: 100%;
}
.product .box-info__nutrition .box-image .desc-img {
  margin-top: 12px;
  text-align: center;
  color: #fff;
}
.product .box-header {
  display: none;
}
.product .box-header__page {
  display: block;
}
.product .main-content {
  padding-top: 0;
}

.dau-ohawa .item {
  width: calc(50% - 16px);
  padding: 24px;
  background: #fff;
  border: 1px solid #afb9db;
  border-radius: 8px;
}
.dau-ohawa .item-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.dau-ohawa .item-wrap__product {
  width: calc(50% - 10px);
}
.dau-ohawa .item-wrap__product .box-image {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.dau-ohawa .item-wrap__product .box-image .image {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: contain;
}
.dau-ohawa .item-wrap__product .box-image .action {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid transparent;
}
.dau-ohawa .item-wrap__content {
  width: calc(50% - 10px);
}
.dau-ohawa .item-wrap__content .title-link {
  color: #3750a4;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.dau-ohawa .item-wrap__content .title-link:hover {
  color: #be171f;
}
.dau-ohawa .item-wrap__content .nav-content {
  margin: 12px 0;
}
.dau-ohawa .item-wrap__content .nav-content .content {
  margin-bottom: 8px;
}
.dau-ohawa .item-wrap__content .nav-content .content:last-child {
  margin-bottom: 0;
}
.dau-ohawa .item-wrap__content .nav-content .content .label {
  margin-right: 4px;
  font-size: 16px;
  font-weight: 700;
}
.dau-ohawa .item-wrap__content .nav-content .content .value {
  font-size: 16px;
}
.dau-ohawa .item-wrap__content .nav-content .content .value-discount {
  color: #be171f;
  font-weight: 700;
  font-style: italic;
}
.dau-ohawa .item-wrap__content .nav-content .content .value .price {
  color: #be171f;
  font-weight: 700;
}
.dau-ohawa .item-wrap__content .nav-content .content .value .price.init {
  text-decoration: line-through;
  color: #bdbdbd;
  margin-left: 6px;
}
.dau-ohawa .item-wrap__content .nav-certify {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.dau-ohawa .item-wrap__content .nav-certify .list-certify {
  width: 30px;
}
.dau-ohawa .item-wrap__content .nav-certify .list-certify .image {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.dau-ohawa .item-wrap__content .barcode .image {
  height: 80px;
}
.dau-ohawa .item-action {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.dau-ohawa .item-action .action .button {
  white-space: nowrap;
  width: 100%;
  min-width: fit-content;
  justify-content: center;
  margin: 0;
  padding: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dau-ohawa .item-action .action a {
  width: 100%;
  justify-content: center;
}
.dau-ohawa .item-action .action-order, .dau-ohawa .item-action .action-add__cart {
  width: 100%;
}
.dau-ohawa .item-action .action-add__cart a {
  background: #be171f;
}
.dau-ohawa .item-action .action-contact {
  width: 100%;
}
.dau-ohawa .item-action .action-contact .button {
  width: 100%;
}
.dau-ohawa .item-action .action-quantity {
  border: 1px solid #eee;
}
.dau-ohawa .item:hover .item-wrap__product .box-image .action {
  border-color: #be171f;
}
.dau-ohawa .item:hover .item-wrap__product .box-image .action .button {
  opacity: 1;
  transform: translateY(0);
}
.dau-ohawa.slider {
  margin: 0 auto 20px;
  padding-bottom: 20px;
}
.dau-ohawa.slider .slick-list {
  margin: 0 -10px;
}
.dau-ohawa.slider .item {
  margin: 0 10px;
}

.box-product .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.item-fly-product {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border: 1px solid #c0c0c0;
  border-radius: 100%;
  position: absolute;
  z-index: 9999999;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  animation: mymove 1.8s infinite;
}

@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);
  }
}
.popup-order .popup-inner {
  max-width: 800px;
}
.popup-order .popup-inner .block-order {
  border-radius: 10px;
  border: none;
}
.popup-order .popup-inner span.close {
  color: #fff;
}
.popup-thank .popup-inner {
  width: 100% !important;
  max-width: 500px !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  overflow: hidden;
}
.popup-thank .popup-thank__taskbar {
  background: #3750a4;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-thank .popup-thank__taskbar .wrap-circle {
  display: flex;
  align-items: center;
  gap: 8px;
}
.popup-thank .popup-thank__taskbar .wrap-circle .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.popup-thank .popup-thank__taskbar .close {
  position: initial !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
}
.popup-thank .popup-thank__taskbar .close i {
  color: #fff !important;
}
.popup-thank .popup-thank__body {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 20px 20px 40px;
}
.popup-thank .popup-thank__body .checkmark-wrapper {
  width: 70px;
  height: 70px;
  background-color: #3750a4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-thank .popup-thank__body .checkmark-wrapper .checkmark {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.popup-thank .popup-thank__body .title-popup {
  margin: 20px 0 10px;
}
.popup-thank .popup-thank__body .title-popup .title {
  text-align: center;
  font-size: 24px;
  color: #2C4083;
  font-weight: 600;
}
.popup-thank .popup-thank__body .title-popup .title span {
  display: inline-block;
}
.popup-thank .popup-thank__body .box-content .content {
  text-align: center;
}
.popup-thank .popup-thank__body .box-content .content span {
  display: inline-block;
}
.popup-discount .popup-inner {
  max-width: 500px;
  overflow: hidden;
  background: transparent;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup-discount .popup-inner img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.popup-discount .popup-inner .close {
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
.popup-discount .popup-inner .close svg {
  color: #be171f;
}
.popup-discount .popup-inner .close:hover {
  opacity: 1;
}

/*------------------------------------------------
** Boxes
**------------------------------------------------*/
.box-head {
  margin-top: 80px;
  background-image: url("../images/ohawa-banner-waiting.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-head__slider {
  height: 100%;
}
.box-head__slider .inner {
  height: 100%;
}
.box-head__slider .inner > button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 20px;
}
.box-head__slider .inner > button::before {
  opacity: 1;
  color: #be171f;
  font-size: 36px;
}
.box-head__slider .inner > button:hover {
  background: #fff;
}
.box-head__slider .inner .slick-dots {
  bottom: 30px;
}
.box-head__slider .inner .item {
  height: 100%;
}
.box-head__slider .inner .item__link {
  display: block;
  width: 100%;
}
.box-head__slider .inner .item img {
  width: 100%;
  aspect-ratio: 32/15;
  object-fit: cover;
}
.box-head__slider .inner .item img.image-mb {
  aspect-ratio: 1080/1633;
}

.box-certify {
  padding-bottom: 160px;
}
.box-certify__slider .slick-track {
  align-items: center;
}
.box-certify__slider .slick-slider button {
  background: transparent;
}
.box-certify__slider .slick-slider button::before {
  opacity: 1;
  color: #213062;
  font-size: 30px;
}
.box-certify__slider .slick-slider button:hover::before {
  color: #be171f;
}
.box-certify__slider .item {
  border: 2px solid transparent;
  padding: 20px 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-certify__slider .item-wrap__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
}
.box-certify__slider .item-wrap__title {
  margin-top: 12px;
}
.box-certify__slider .item-wrap__title .title {
  opacity: 0;
  visibility: hidden;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-certify__slider .item.slick-center {
  border-radius: 40px;
  border: 2px solid #afb9db;
  background: #fff;
  box-shadow: 4px 8px 16px 0px rgba(175, 185, 219, 0.2);
}
.box-certify__slider .item.slick-center .item-wrap__title .title {
  opacity: 1;
  visibility: initial;
}
.box-certify__heat {
  height: 900px;
  background-image: url("../images/bg_certify_heat.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-certify__heat::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-image: url("../images/bg_certify_heat_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: center top;
}
.box-certify__heat .container-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.box-certify__heat .container-wrapper .block-left {
  width: 40%;
}
.box-certify__heat .container-wrapper .block-left img {
  position: absolute;
  width: 50%;
  bottom: 0;
}
.box-certify__heat .container-wrapper .block-right {
  position: relative;
  width: 60%;
  height: 100%;
}
.box-certify__heat .container-wrapper .block-right .box-content .inner {
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.box-certify__heat .container-wrapper .block-right .box-content .inner .item {
  cursor: pointer;
  max-width: 180px;
  width: calc((100% - 40px) / 3);
  border-radius: 30px;
  background: #fff;
  box-shadow: 6px 8px 12px 0px rgba(217, 217, 217, 0.35);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-certify__heat .container-wrapper .block-right .box-content .inner .item:hover {
  transform: scale(1.1);
  box-shadow: 10px 12px 16px 0px rgba(217, 217, 217, 0.5);
}
.box-certify__heat .container-wrapper .block-right .box-content .inner .item .image {
  padding: 20px;
}
.box-certify__heat .container-wrapper .block-right .box-content .inner .item .image-certify {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.box-certify__heat .elm_certify {
  position: absolute;
}
.box-certify__heat .elm_certify_1 {
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 450px;
}
.box-certify__heat .elm_certify_2 {
  left: 8%;
  bottom: 8%;
  z-index: 2;
  width: 100%;
  max-width: 230px;
}
.box-certify__heat .elm_certify_3 {
  right: 0;
  bottom: 5%;
  z-index: 2;
  width: 100%;
  max-width: 210px;
}
.box-certify__heat .popup-image {
  position: relative;
  width: fit-content;
  max-width: 1100px;
  height: calc(100vh - 40px);
  margin: 20px auto 0;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}
.box-certify__heat .popup-image__certify {
  overflow: auto;
  height: 100%;
}
.box-certify__heat .popup-image__certify .box-image {
  display: none;
}
.box-certify__heat .popup-image__certify .box-image.active {
  display: block;
}

.box-about__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  border: 2px solid #ebeef6;
  border-radius: 36px;
  padding: 50px 28px;
}
.box-about__video {
  width: calc(50% - 20px);
}
.box-about__video .desc {
  background-color: #fdf9de;
  padding: 20px 40px;
}
.box-about__video .desc p {
  text-align: center;
  font-weight: 400;
}
.box-about__content {
  width: calc(50% - 20px);
}
.box-about__content .content {
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: justify;
}
.box-about__content .content img {
  height: 20px;
}
.box-about__content .action .button {
  padding: 0;
  background: transparent;
  color: #3750a4;
}
.box-about__content .action .button:hover {
  color: #be171f;
  box-shadow: none;
}
.box-about__content .action .button:hover i {
  transform: translateX(5px);
}
.box-about__content .action .button i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-news__relative {
  padding-bottom: 0;
}
.box-news__relative .news.news-list {
  display: block;
}
.box-news__featured .inner.news.news-list {
  flex-wrap: nowrap;
}
.box-news__featured .inner.news.news-list .item {
  width: calc((100% - 40px) / 3);
}
.box-news__relative .inner {
  margin: 0 -10px;
}
.box-news__relative .inner .item {
  margin: 0 10px;
}
.box-news .subtitle-page {
  text-transform: uppercase;
  color: #be171f;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 20px;
}

.box-article__latest {
  padding-bottom: 20px;
}
.box-article__latest .box-header {
  margin-bottom: 20px;
}
.box-article__latest .box-header .subtitle {
  color: #2e2a2a;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-align: left;
}
.box-article__latest .inner .item .description {
  display: none;
}

.box-benefit .inner {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
.box-benefit .inner .product {
  border: 1px solid #d9d9d9;
  border-radius: 50%;
}
.box-benefit .inner .product-image {
  width: 700px;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-benefit .inner .product-image img {
  margin-bottom: 100px;
  width: 100%;
  max-width: 420px;
}
.box-benefit .inner .content {
  z-index: 2;
  width: calc((100% - 700px) / 2);
}
.box-benefit .inner .content-left .item:nth-child(1), .box-benefit .inner .content-left .item:nth-child(5) {
  margin-right: -150px;
}
.box-benefit .inner .content-left .item:nth-child(2), .box-benefit .inner .content-left .item:nth-child(4) {
  margin-right: -75px;
}
.box-benefit .inner .content-left .item:nth-child(3) {
  margin-right: -45px;
}
.box-benefit .inner .content-left .item .title {
  text-align: right;
}
.box-benefit .inner .content-right .item {
  flex-direction: row-reverse;
}
.box-benefit .inner .content-right .item:nth-child(1), .box-benefit .inner .content-right .item:nth-child(5) {
  margin-left: -150px;
}
.box-benefit .inner .content-right .item:nth-child(2), .box-benefit .inner .content-right .item:nth-child(4) {
  margin-left: -75px;
}
.box-benefit .inner .content-right .item:nth-child(3) {
  margin-left: -45px;
}
.box-benefit .inner .content .item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
.box-benefit .inner .content .item:last-child {
  margin-bottom: 0;
}
.box-benefit .inner .content .item .title {
  width: calc(100% - 80px);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.box-benefit .inner .content .item .icon {
  width: 80px;
  height: 80px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: url("../images/bg_bong.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-benefit .inner .content .item .icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.box-allot .inner > button {
  background: rgba(55, 80, 164, 0.6);
}
.box-allot .inner > button::before {
  opacity: 1;
}
.box-allot .inner > button:hover {
  background: #3750a4;
}
.box-allot .inner .item {
  margin: 0 10px;
}
.box-allot .inner .item .box-image {
  width: 80%;
  margin: auto;
}
.box-allot .inner .item .box-image img {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
  margin: auto;
}

.box-order {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: center bottom;
}
.box-order .container-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
}
.box-order .container-wrapper .block {
  width: calc(50% - 10px);
  z-index: 2;
}
.box-order .bg-order {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-order .elm {
  position: absolute;
  width: 10%;
}
.box-order .elm img {
  width: 100%;
  height: auto;
}
.box-order .elm-left {
  top: 0;
  left: 0;
}
.box-order .elm-right {
  top: 20%;
  right: 0;
}

.block-order {
  padding: 40px;
  background: #3750a4;
  border-radius: 20px;
}
.block-order .box-title {
  color: #fff;
}
.block-order .box-order__form .form-group {
  margin-bottom: 20px;
}
.block-order .box-order__form .form-group label {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}
.block-order .box-order__form .form-group select {
  width: 100%;
}
.block-order .box-order__form .form-group input,
.block-order .box-order__form .form-group select {
  outline: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #f2f2f2;
  padding: 16px 20px;
  height: 64px;
  font-size: 17px;
  color: #213062;
  font-family: "Be Vietnam Pro", sans-serif;
}
.block-order .box-order__form .form-group input::placeholder,
.block-order .box-order__form .form-group select::placeholder {
  color: #bdbdbd;
  font-weight: 500;
}
.block-order .box-order__form .action {
  margin-top: 40px;
}
.block-order .box-order__form .action .button {
  background: #be171f;
}

.box-testimonial .inner .slick-slide {
  margin: 0 12px;
}
.box-testimonial .inner .slick-dots {
  bottom: -28px;
}
.box-testimonial .inner > button {
  background: rgba(55, 80, 164, 0.6);
}
.box-testimonial .inner > button::before {
  opacity: 1;
}
.box-testimonial .inner > button:hover {
  background: #3750a4;
}

.testimonial.testimonial-list .item {
  height: auto;
}
.testimonial.testimonial-list .item-wrap {
  height: 100%;
  margin-top: 70px;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 80px 40px 40px;
}
.testimonial.testimonial-list .item-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background: #f5f5f5;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.testimonial.testimonial-list .item-image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.testimonial.testimonial-list .item-info h3 {
  color: #3750a4;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.testimonial.testimonial-list .item-info .star {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 6px 0 20px;
}
.testimonial.testimonial-list .item-info .star i {
  font-size: 18px;
  color: gold;
}
.testimonial.testimonial-list .item-content {
  line-height: 1.5;
  text-align: justify;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.testimonial.testimonial-list__row .item {
  margin-bottom: 10px;
}
.testimonial.testimonial-list__row .item:last-child {
  margin-bottom: 0;
}
.testimonial.testimonial-list__row .item-wrap {
  margin-top: 0;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.testimonial.testimonial-list__row .item-image {
  position: initial;
  transform: translate(0, 0);
  height: 64px;
  width: 64px;
}
.testimonial.testimonial-list__row .item-info .item-title {
  text-align: left;
  margin-top: 0;
}
.testimonial.testimonial-list__row .item-info .star {
  margin: 6px 0 0;
}
.testimonial.testimonial-list__row .item-content {
  height: 48px;
  -webkit-line-clamp: 2;
}

@media only screen and (max-width: 800px) {
  .testimonial.testimonial-list .item-wrap .item-info h3 {
    font-size: 18px;
  }
  .testimonial.testimonial-list .item-wrap .item-info .star i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .testimonial.testimonial-list .item-wrap {
    padding: 70px 12px 12px;
  }
  .testimonial.testimonial-list .item-wrap .item-info h3 {
    font-size: 16px;
  }
  .testimonial.testimonial-list .item-wrap .item-info .star i {
    font-size: 14px;
  }
  .testimonial.testimonial-list .item-info .star {
    margin: 6px 16px;
  }
}
.box-expert__slider > .slick-list {
  padding-bottom: 10px;
}
.box-expert__slider button {
  background: rgba(55, 80, 164, 0.6);
}
.box-expert__slider button::before {
  opacity: 1;
}
.box-expert__slider button:focus {
  background: rgba(55, 80, 164, 0.6);
}
.box-expert__slider button:hover {
  background: #3750a4;
}
.box-expert__slider .item {
  height: auto;
}
.box-expert__slider .item-frame {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  background: #fff;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
  border-radius: 6px;
  overflow: hidden;
}
.box-expert__slider .item-frame__main--ytb {
  display: none;
  position: relative;
  padding-top: 56.25%;
}
.box-expert__slider .item-frame__main--ytb.active {
  display: block;
}
.box-expert__slider .item-frame__main--bg {
  position: absolute;
  inset: 0;
  background: #ccc;
}
.box-expert__slider .item-frame__main--bg img {
  width: 100%;
  height: 100%;
}
.box-expert__slider .item-frame__main iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.box-expert__slider .item-frame__video {
  position: relative;
}
.box-expert__slider .item-frame__video--thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.box-expert__slider .item-frame__video--play {
  inset: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(67, 67, 67, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-expert__slider .item-frame__video--play i {
  color: #fff;
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-expert__slider .item-frame__video:hover .item-frame__video--play {
  background: rgba(67, 67, 67, 0);
}
.box-expert__slider .item-frame__video:hover .item-frame__video--play i {
  transform: scale(1.3);
}
.box-expert__slider .item-frame__body {
  padding: 20px 15px;
}
.box-expert__slider .item-frame__body .title {
  margin-bottom: 10px;
}
.box-expert__slider .item-frame__body .title-link {
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.box-expert__slider .item-frame__body .desc {
  font-size: 15px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.box-expert__slider .item-frame__body .content {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.box-expert__slider .item-frame__body .content::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 115px;
  height: 2px;
  margin: 5px 0 10px;
  background: #be171f;
}
.box-expert__slider .item-frame__action {
  padding: 0 15px 20px;
}
.box-expert__slider .item:hover .title-link {
  color: #be171f;
}

/*------------------------------------------------
** Common 
**------------------------------------------------*/
.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: #3750a4;
  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: 40px auto 0;
  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 {
  background-image: url("../images/bg_footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: center top;
}
.footer .container-wrapper {
  padding-top: 130px;
}
.footer__top .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.footer__top .inner .column .title-footer {
  color: #2C4083;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 20px;
}
.footer__top .inner .column .nav-footer .list-footer {
  margin-bottom: 12px;
}
.footer__top .inner .column .nav-footer .list-footer:last-child {
  margin-bottom: 0;
}
.footer__top .inner .column .nav-footer .list-footer a:hover {
  color: #be171f;
}
.footer__main .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.footer__main .inner .block-left {
  max-width: 700px;
}
.footer__main .inner .block-left .company {
  margin-bottom: 32px;
}
.footer__main .inner .block-left .company-name {
  color: #2C4083;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 20px;
}
.footer__main .inner .block-left .company-logo {
  display: block;
  width: fit-content;
}
.footer__main .inner .block-left .company-logo img {
  max-width: 188px;
}
.footer__main .inner .block-right .socials {
  display: flex;
  gap: 12px;
}
.footer__main .inner .block-right .socials li a {
  display: block;
}
.footer__main .inner .block-right .socials li a img {
  width: 32px;
  height: 32px;
  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__main .inner .block-right .socials li a:hover img {
  transform: scale(1.2);
}
.footer__main .inner .block-right .business {
  margin-top: 20px;
}
.footer__main .inner .block-right .business-logo {
  display: block;
  width: 200px;
  height: 100%;
  object-fit: contain;
}
.footer__line {
  height: 1px;
  margin: 40px 0;
  background: #afb9db;
  opacity: 0.2;
}
.footer .copyright {
  padding-bottom: 24px;
}
.footer .copyright .inner {
  text-align: center;
}
.footer .copyright .inner .text {
  color: #5f73b6;
  letter-spacing: 3.68px;
  font-weight: 600;
  margin-bottom: 12px;
}
.footer .copyright .inner .text span {
  display: inline-block;
}
.footer .copyright .inner .dev {
  font-size: 14px;
}
.footer .copyright .inner p a {
  font-weight: 600;
}
.footer .copyright .inner p a:hover {
  color: #be171f;
}

/*------------------------------------------------
** Main
**------------------------------------------------*/
.main-body {
  background-color: #fff;
  min-height: 400px;
}
.main-body .elm_1 {
  position: absolute;
  left: 0;
  top: 20%;
  background-image: url("../images/elm_1.png");
  width: 10%;
  height: 10%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-body .elm_2 {
  position: absolute;
  right: 0;
  top: 35%;
  background-image: url("../images/elm_2.png");
  width: 10%;
  height: 10%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-body .elm_3 {
  position: absolute;
  left: 0;
  top: 55%;
  background-image: url("../images/elm_3.png");
  width: 15%;
  height: 20%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-body .elm_4 {
  position: absolute;
  right: 0;
  top: 80%;
  background-image: url("../images/elm_4.png");
  width: 10%;
  height: 15%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-body #center {
  width: 100%;
  max-width: calc(100% - 390px);
  padding-left: 60px;
}

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

#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-relative {
  border-top: 1px solid #2C4083;
  padding-top: 40px;
}
.box-relative .box-title {
  width: fit-content;
  border: 0;
}

.tag__sale {
  margin-top: 8px;
  width: fit-content;
  padding: 4px 10px;
  background: #be171f;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
}

.table_of_contents {
  padding: 12px;
  background: #dbedf9;
  border: 1px solid #c7e4f4;
  margin-bottom: 20px;
}
.table_of_contents-header {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.table_of_contents-header h2 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.table_of_contents .hide-table {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 12px;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table_of_contents .hide-table i {
  color: #333;
}
.table_of_contents .hide-table:hover {
  background: #ddd;
}
.table_of_contents .hide-table.hidde {
  transform: rotate(180deg);
}
.table_of_contents ol {
  margin: 20px 0 0 20px;
}
.table_of_contents ol li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.table_of_contents ol li::before {
  color: #2f80ed;
}
.table_of_contents ol li ol {
  margin: 8px 0 0 20px;
}
.table_of_contents ol li ol li {
  margin-bottom: 8px;
  font-size: 14px;
}
.table_of_contents ol li a {
  color: #2f80ed;
}
.table_of_contents ol li a:hover {
  color: #be171f;
}

blockquote {
  position: relative;
  background: #eee;
  padding: 20px 20px 20px 40px;
  border-left: 4px solid #3750a4;
  text-align: justify;
}
blockquote::before {
  content: "\f10d";
  position: absolute;
  left: 8px;
  top: 10px;
  font-family: FontAwesome;
  font-size: 26px;
  color: #3750a4;
  line-height: 1;
}
blockquote p {
  margin: 0 !important;
}

.fbcomment {
  border: 2px solid #d8e0e8 !important;
  border-radius: 4px;
  margin-top: 30px;
}
.fbcomment__heading {
  font-size: 18px;
  text-transform: uppercase;
  color: #3750a4;
  padding: 8px 16px;
  border-bottom: 1px solid #d8e0e8;
  font-weight: 700;
}

/*------------------------------------------------
** MORE
**------------------------------------------------*/
.scroll-to-top {
  position: fixed;
  bottom: 60px;
  right: 33px;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #414c5b;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #ffffff;
  display: none;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 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.active {
  display: flex;
}

.scroll-to-top:hover {
  color: #ffffff;
  background: #414c5b;
}

.icon_zalo {
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  position: fixed;
  bottom: 170px;
  right: 36px;
  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: 30px;
  bottom: 120px;
  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;
}

.popup {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup.active {
  opacity: 1;
  visibility: initial;
}
.popup-inner {
  background: #fff;
  border-radius: 10px;
  width: 95%;
  max-width: 1100px;
  max-height: 750px;
  display: block;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.popup-inner .head {
  padding: 30px 20px 0;
}
.popup-inner .head .head_title {
  padding-bottom: 10px;
}
.popup-inner .head .head_title .title {
  font-size: 20px;
}
.popup-inner .head .sub_title {
  font-size: 18px;
}
.popup-inner .inner {
  margin: auto;
  padding: 30px 20px;
  margin: 0 30px;
  overflow-y: scroll;
  border: 1px solid #cccccc;
}
.popup-inner .box-popup {
  padding: 30px 0;
  position: relative;
}
.popup-inner .box-popup .box-inner {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.popup-inner .box-popup .box-inner .text {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #3750a4;
  font-weight: 600;
  padding-bottom: 15px;
}
.popup .close {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .close:hover svg, .popup .close:focus svg {
  color: #be171f;
}

.popup-home {
  background: rgba(0, 0, 0, 0.76);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  z-index: 999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-home h1 {
  margin-bottom: 20px;
  text-align: center;
}
.popup-home .popup-inner {
  background-image: url("../images/bg-footer.jpg");
  box-shadow: 0 0 7px 1px #222222;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 550px;
  background-color: #fff;
  z-index: 9999999;
  border-radius: 25px;
  overflow: hidden;
}
.popup-home .popup-inner .popup-close {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: block;
  font-size: 30px;
  opacity: 1;
  line-height: 20px;
  color: #000000;
  z-index: 99;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 7px;
}
.popup-home .popup-inner .inner {
  padding: 0;
  position: relative;
  padding: 20px 10px;
}
.popup-home .popup-inner .inner label {
  color: #213062;
  margin: 20px 0 5px;
}
.popup-home .popup-inner .inner input,
.popup-home .popup-inner .inner textarea {
  color: #213062;
}
.popup-home .popup-inner .inner input::placeholder,
.popup-home .popup-inner .inner textarea::placeholder {
  color: #213062;
}
.popup-home .popup-inner .inner select {
  width: 100%;
  color: #213062;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  vertical-align: baseline;
  background-color: transparent;
  box-shadow: none;
  padding: 5px;
}
.popup-home .popup-inner .inner select option {
  color: #3750a4;
}
.popup-home .popup-inner .inner .group {
  margin-top: 15px;
}
.popup-home .popup-inner .inner .group.first-child {
  margin-top: 0;
}
.popup-home .popup-inner .inner .button {
  margin: 20px auto auto;
}
.popup-home .popup-inner .money {
  margin-bottom: 10px;
}
.popup-home .popup-inner p {
  margin-bottom: 5px;
}
.popup-home .popup-inner p.online {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.popup-home .popup-inner p.noidung {
  margin-top: 15px;
}
.popup-home.active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.popup-home .online,
.popup-home .no-online {
  display: none;
}
.popup-home .online.active,
.popup-home .no-online.active {
  display: block;
}

.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;
}

.input {
  margin: 15px 0;
  padding: 15px 10px;
  width: 100%;
  outline: none;
  border: 1px solid #b5b5b5;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background-color: rgba(255, 255, 255, 0.6);
}

input[type=text]:focus {
  border-color: cornflowerblue;
}

.box-whyus .grid {
  padding: 0;
}
.box-whyus .whyus-img {
  z-index: 2;
  position: relative;
}

.box-result {
  margin-bottom: 20px;
}

.box-banner {
  padding-bottom: 0;
}
.box-banner__image img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}
.box-banner__image img.mb {
  width: 100%;
  display: none !important;
  max-height: initial;
  object-fit: initial;
}

.box-count {
  color: #fff;
  background: #3750a4;
}
.box-count__list {
  display: flex;
  flex-wrap: wrap;
}
.box-count__list .item {
  width: 25%;
  position: relative;
  border-right: 2px solid #fff;
  padding: 0 20px;
}
.box-count__list .item:last-child {
  border: none;
}
.box-count__list .item__title {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
.box-count__list .item__icon {
  width: fit-content;
  margin: 0 auto 10px;
}
.box-count__list .item__icon svg {
  width: 40px;
  height: 40px;
}

.display__mobile {
  display: none;
}

.sticky__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 6px 0;
}
.sticky__list .item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}
.sticky__list .item__icon {
  transform: translateY(-1px);
}
.sticky__list .item__title {
  white-space: nowrap;
  font-size: 14px;
}

/*------------------------------------------------
** 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);
  }
}
/*------------------------------------------------
** MEDIA ONLY SCREEN
**------------------------------------------------*/
@media only screen and (max-width: 1150px) {
  .header-container .menu-nav ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  header.header {
    display: none;
  }
  .page {
    padding-top: 56px;
  }
  .page .rd-menu,
  .page .rd-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .page nav.main_menu {
    display: none;
  }
  .box-head {
    margin: 0;
    height: auto;
  }
  .main_menu .plugin-search {
    width: 240px;
  }
  .main-body .main-content #center {
    margin: 0;
  }
  .main-body .main-content #sidebar {
    float: initial !important;
    max-width: 100%;
  }
  .main-body .main-content #sidebar .sidebar__inner {
    position: relative !important;
    transform: initial !important;
    top: initial !important;
    left: initial !important;
    width: initial !important;
  }
  .main-content {
    padding: 0 0 20px;
  }
  .dau-ohawa .item .item-wrap__product .box-image .action {
    border-color: #be171f;
  }
  .dau-ohawa .item .item-wrap__product .box-image .action .button {
    opacity: 1;
    transform: translateY(0);
  }
  #shop-cart .module-content {
    flex-direction: column-reverse;
    align-items: center;
  }
  #shop-cart .module-content .cart-order,
  #shop-cart .module-content .cart-pay {
    width: 100%;
  }
  .box-sticky {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .box-header .box-title {
    font-size: 30px;
  }
  .box-header .box-title img {
    height: 28px;
  }
  .title-page {
    font-size: 28px;
  }
  .title-page img {
    max-width: 100px;
  }
  .box-main .container-wrapper .block.block-left {
    display: none;
  }
  .box-main .container-wrapper .block.block-main {
    width: 100%; /*padding-top: 40px;*/
  }
  .box-head .desc,
  .box-head .title {
    font-weight: 500;
    font-size: 20px;
  }
  .detail-about .row-content__wrap {
    flex-direction: column;
  }
  .detail-about .row-content__img {
    width: 100%;
    min-height: 400px;
  }
  .detail-about .row-content__text {
    width: 100%;
  }
  .detail-about .row-content__text {
    font-size: 18px;
  }
  .shop__product-info .info-box {
    flex-direction: column;
  }
  .shop__product-info .info-box .info-box__content,
  .shop__product-info .info-box .info-box__img {
    width: 100%;
  }
  .shop__product-detail .right {
    margin-top: 30px;
  }
  .shop-tech__container .process-list {
    flex-direction: column;
    align-items: center;
  }
  .shop-tech__container .process-list .item {
    width: 30%;
  }
  .shop-tech__container .process-list .item .icon::after {
    display: none;
  }
  .shop-tech__container .process-list .item .icon::before {
    display: none;
  }
  .box-benefit {
    width: 100%;
    max-width: 800px;
    margin: auto;
  }
  .box-benefit .inner {
    flex-direction: column;
    padding-top: 0;
  }
  .box-benefit .inner .product-image {
    width: 500px;
    height: 500px;
  }
  .box-benefit .inner .product-image img {
    max-width: 250px;
    margin-bottom: 0;
  }
  .box-benefit .inner .content {
    width: fit-content;
  }
  .box-benefit .inner .content .item {
    width: 100%;
    margin: 0 0 20px !important;
  }
  .box-benefit .inner .content .item:last-child {
    margin-bottom: 0 !important;
  }
  .box-benefit .inner .content .item .title {
    width: 100%;
    font-size: 16px;
  }
  .box-benefit .inner .content .item .icon {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  .box-about__inner {
    gap: 20px;
  }
  .box-about__video {
    width: 100%;
  }
  .box-about__content {
    width: 100%;
  }
  .box-certify__slider .item {
    padding: 10px;
  }
  .box-certify {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .box-certify__heat {
    height: 100%;
  }
  .box-certify__heat::after {
    content: none;
  }
  .box-certify__heat::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    background-image: url("../images/bg_certify_heat_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: center top;
  }
  .box-certify__heat .container-wrapper {
    gap: 40px;
  }
  .box-certify__heat .container-wrapper .block-left {
    width: 100%;
    order: 1;
  }
  .box-certify__heat .container-wrapper .block-left .box-image {
    width: fit-content;
    margin: auto;
  }
  .box-certify__heat .container-wrapper .block-left .box-image img {
    position: relative;
    width: 100%;
    max-width: 450px;
  }
  .box-certify__heat .container-wrapper .block-right {
    width: 100%;
  }
  .box-certify__heat .container-wrapper .block-right .box-content .inner {
    gap: 10px;
  }
  .box-certify__heat .container-wrapper .block-right .box-content .inner .item {
    width: calc((100% - 20px) / 3);
    border-radius: 10px;
  }
  .box-certify__heat .container-wrapper .block-right .box-content .inner .item .image {
    padding: 10px;
  }
  .box-certify__heat .elm_certify {
    display: none;
  }
  .box-product .inner .item-wrap__content .wrap-action {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .box-product .inner .item-wrap__content .wrap-action .action {
    width: 100%;
  }
  .box-product .inner .item-wrap__content .wrap-action .action .button {
    width: 100%;
  }
  .dau-ohawa .item-wrap__product .box-image .action .button {
    font-size: 18px;
  }
  .shop-tech .box-procedure .process-list {
    overflow-x: auto;
  }
  .shop-tech .box-procedure .process-list .item {
    flex: 0 0 100%;
    flex-basis: 25%;
  }
  .product .box-no__five .inner .item {
    flex: 0 0 100%;
    flex-basis: 40%;
  }
  .module-content {
    gap: 20px;
  }
  .module-content .block-main {
    width: 100%;
  }
  .module-content .block-sidebar {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding-bottom: 40px;
  }
  .box-article__latest {
    display: none;
  }
  .box-certify__slider {
    max-width: 500px;
    margin: 0 auto;
  }
  .shop-tech .box-tech_head .inner .block-content {
    width: 100%;
  }
  .shop-tech .box-tech_head .inner .block-banner {
    width: 100%;
    padding: 40px 0 0;
  }
  .shop-tech .box-tech_head .inner .block-banner .box-image {
    padding: 0;
  }
  .shop-tech .box-tech_head .inner .block-banner .box-image .image {
    padding-top: 56.25%;
    border-radius: 20px;
  }
  .news.page-news .box-category__child .nav-tab .inner .title-category {
    padding: 12px;
    font-size: 20px;
  }
  .product-detail__main {
    margin: auto;
    max-width: 600px;
    padding: 12px;
  }
  .product-detail__main .col__6,
  .product-detail__main .col__4 {
    width: 100%;
  }
  .product-detail__content .tab-nav {
    margin: 12px 0;
  }
}
@media only screen and (max-width: 950px) {
  #shop-cart .module .box-cart__header .item-header {
    display: none;
  }
  #shop-cart .module .box-cart__header .item-header__product {
    display: block;
  }
  #shop-cart .module .box-cart__product .item-flex {
    flex-wrap: wrap;
  }
  #shop-cart .module .box-cart__product .item-flex .item {
    width: calc((100% - 48px) / 4);
  }
  #shop-cart .module .box-cart__product .item-flex .item-content {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #shop-cart .module .box-cart__product .item-flex .item-product {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .box-product .inner {
    gap: 20px;
  }
  .dau-ohawa .item {
    width: calc(50% - 10px);
  }
  .dau-ohawa .item-wrap {
    flex-direction: column-reverse;
  }
  .dau-ohawa .item-wrap__content {
    width: 100%;
  }
  .dau-ohawa .item-wrap__content .wrap-action {
    flex-direction: row;
    align-items: center;
  }
  .dau-ohawa .item-wrap__content .wrap-action .action {
    width: calc(50% - 10px);
  }
  .dau-ohawa .item-wrap__product {
    width: 100%;
  }
  .dau-ohawa .item-wrap__product .box-image {
    padding-top: 100%;
  }
  .box-order .container-wrapper .block {
    width: 100%;
  }
  .box-order .container-wrapper .block-product .box-image {
    width: fit-content;
    margin: auto;
  }
  .box-order .container-wrapper .block-order {
    width: 100%;
    max-width: 800px;
    margin: auto;
  }
  .footer__top .inner .column {
    width: calc(50% - 10px);
  }
  .about-info .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-info .inner .block {
    width: 100%;
    margin: auto;
  }
  .product .box-advantage .inner .item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
  }
  .product .box-advantage .inner .item .box-image,
  .product .box-advantage .inner .item .box-content {
    width: 100%;
  }
  .box-head__slider .inner > button {
    width: 34px;
    height: 34px;
  }
  .box-head__slider .inner > button::before {
    font-size: 20px;
  }
  .box-head__slider .inner .slick-dots {
    bottom: 10px;
  }
  .display__pc {
    display: none;
  }
  .display__mobile {
    display: block;
  }
  .about-list .inner {
    display: block;
  }
  .about-list .inner .item {
    margin-bottom: 40px;
  }
  .about-list .inner .item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 800px) {
  .breadcrumbs.brb-header .container-wrapper {
    flex-direction: column;
  }
  .breadcrumbs.brb-header .container-wrapper .breadcrumbs-header {
    text-align: center;
  }
  .breadcrumbs.brb-header .container-wrapper .breadcrumbs-nav {
    margin-top: 10px;
  }
  .news.page-news .box-category__child .inner .block {
    width: 100%;
  }
  .news.page-news .box-category__child .inner .block .block-inner .item {
    width: calc((100% - 20px) / 2);
    gap: 12px;
  }
  .box-order .bg-order {
    display: none;
  }
  .dau-ohawa .item-action {
    flex-wrap: wrap;
    gap: 20px;
  }
  .dau-ohawa .item-action .action {
    width: calc(50% - 10px);
  }
  .dau-ohawa .item-action .action-quantity {
    width: 100%;
    justify-content: space-between;
  }
  .box-expert__slider .item-frame__body .title-link {
    font-size: 18px;
  }
  .box-count__list {
    gap: 20px;
  }
  .box-count__list .item {
    padding: 20px;
    border-radius: 8px;
    width: calc(50% - 10px);
    border: 1px solid #fff !important;
  }
}
@media only screen and (max-width: 740px) {
  .contact .contact-row__wrap {
    flex-direction: column;
  }
  .contact .contact-row__img {
    width: 100%;
    min-height: 600px;
  }
  .contact .contact-row__list {
    width: 100%;
  }
  .shop-tech__2x2 .item {
    flex-direction: column;
  }
  .shop-tech__2x2 .item .item-img {
    width: 100%;
  }
  .shop-tech__2x2 .item .item-content {
    width: 100%;
  }
  .shop-tech__2x2 .item:nth-child(even) {
    flex-direction: column;
  }
  .order-success table tbody tr td .content {
    justify-content: center;
    padding: 0 10px;
  }
  .order-success table tbody tr td .content .image {
    width: 100%;
    padding: 0;
    margin: auto;
  }
  .order-success table tbody tr td .content .text {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .order-success table tbody tr td .content .text .title {
    margin-bottom: 0;
  }
  .order-success table tbody tr td .content .text .action {
    justify-content: center;
  }
  .row-success {
    padding: 12px;
  }
  .order-success .action {
    padding: 10px 0;
  }
  .order-success .action .button {
    padding: 12px;
  }
  .order-success .info .total h3,
  .order-success .info .total p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .box-header {
    margin: 0 0 20px;
  }
  .box-header .box-title {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .box-head {
    margin-bottom: 20px;
  }
  .section {
    padding: 20px 0;
  }
  .box-product,
  .box-info__company {
    padding: 0 0 20px;
  }
  .shop-tech .box-tech_head {
    padding-bottom: 20px;
  }
  .shop-tech .box-tech__imgs .inner {
    gap: 20px;
  }
  .title-page {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .footer__top .inner .column .title-footer {
    color: #2c4083;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .footer__main .inner .block-left .company-name {
    font-size: 20px;
  }
  .product .box-advantage .inner .item .box-content .title {
    margin-bottom: 8px;
  }
  .product .box-advantage .inner .item .box-content .title-advantage {
    font-size: 18px;
    line-height: 28px;
  }
  .contact .box-contact {
    padding-bottom: 20px;
  }
  body,
  .box-header .box-desc,
  .content-detail {
    font-size: 14px;
    line-height: 2;
  }
  .news.news-list .item .box-content .title-news {
    font-size: 16px;
  }
  .news.news-list .item .box-content .wrap .category-news,
  .news.news-list .item .box-content .wrap .published-news {
    font-size: 10px;
  }
  .news.news-detail .title {
    font-size: 24px;
  }
  .news.news-detail .content-detail .description {
    margin: 20px 0;
  }
  .form-group label {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .form-group input,
  .form-group textarea {
    font-size: 14px;
    padding: 10px 16px;
  }
  .box-certify__heat .popup-image {
    padding: 20px;
    height: fit-content;
  }
  .news.news-list .item .box-content .title {
    height: 48px;
  }
  .news.news-list .item .box-content .description {
    height: 68px;
  }
  .news.news-list .item .box-content .description .description-news {
    font-size: 14px;
  }
  .block-order .box-order__form .form-group input,
  .block-order .box-order__form .form-group select,
  .dau-ohawa .item-wrap__content .nav-content .content .label,
  .dau-ohawa .item-wrap__content .nav-content .content .value,
  .desc-img {
    font-size: 14px;
  }
  .block-order .box-order__form .form-group label,
  .dau-ohawa .item-wrap__content .title-product {
    font-size: 18px;
  }
  #shop-cart .module .box-cart__product .item-flex .item .price-product,
  #shop-cart .module .box-cart__product .item-flex .item .total-product,
  #shop-cart .module .cart-container .info .total h1,
  #shop-cart .module .cart-container .info .total p {
    font-size: 16px;
  }
  .tag__sale {
    line-height: 1.5;
  }
  .about-list .inner .item {
    margin-bottom: 20px;
  }
  .about-list .inner .item .title-page {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 650px) {
  .dau-ohawa .item {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 12px;
    border-radius: 4px;
  }
  .dau-ohawa .item-wrap__content .wrap-action {
    padding-top: 8px;
  }
  .dau-ohawa .item-wrap__content .wrap-action .action-order {
    width: 100%;
  }
  .dau-ohawa .item-wrap__content .wrap-action .action-quantity {
    display: none;
  }
  .dau-ohawa .item-wrap__content .barcode {
    width: fit-content;
    margin: auto;
  }
  .dau-ohawa.slider {
    width: 100%;
    max-width: 500px;
  }
  .shop-tech .box-header .subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-top: 8px;
  }
  .shop-tech .box-header .subtitle img {
    height: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .heading .container h1 {
    font-size: 30px;
  }
  .heading {
    height: 250px;
  }
  .box-benefit .inner .product {
    border: none;
  }
  .box-benefit .inner .product-image {
    width: 100%;
    width: 100%;
  }
  .desc-img {
    font-size: 10px;
    line-height: 2;
  }
  .box-certify__slider .item-wrap__title .title {
    font-size: 16px;
  }
  .box-about__content .content,
  strong {
    line-height: 28px;
  }
  .block-order .box-order__form .form-group label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .about-list .inner .list-about {
    width: 100%;
  }
  .about-info .inner .block-info {
    padding: 20px;
    border-radius: 10px;
  }
  .shop-tech .box-procedure {
    padding-top: 20px;
  }
  .about-info {
    padding-bottom: 20px;
  }
  .box-certify__slider .inner .slick-dots,
  .box-news__featured .inner .slick-dots {
    bottom: -30px;
  }
  .shop-tech .box-procedure .process-list .item {
    flex-basis: 35%;
  }
  .shop-tech .box-procedure .process-list .item .content h3 {
    font-size: 14px;
  }
  .product .box-advantage .inner .item .box-content {
    padding: 20px;
  }
  .contact .box-map {
    height: 70vh;
  }
  .block-main .news.news-list .item,
  .news.news-list .item {
    width: calc((100% - 20px) / 2);
    gap: 12px;
  }
  .box-allot .inner .item .box-image {
    width: 100%;
  }
  .block-order .box-order__form .form-group {
    margin-bottom: 12px;
  }
  .block-order .box-order__form .form-group select,
  .block-order .box-order__form .form-group input {
    padding: 10px 8px;
    height: 48px;
    font-size: 14px;
  }
  .product .box-info__nutrition .bg-section {
    display: none;
  }
  #shop-cart .module .box-cart__product .item-flex .item {
    width: calc(50% - 10px);
  }
  #shop-cart .module .box-cart__product .item-flex .item-product {
    width: 100%;
  }
  .box-expert__slider .item-frame__action .button {
    width: 100%;
    justify-content: center;
    padding: 16px;
  }
  .box-expert__slider .item-frame__body .title-link {
    font-size: 18px;
  }
  .box-expert__slider .item-frame__body .desc {
    font-size: 14px;
  }
  blockquote {
    padding: 10px;
  }
  blockquote::before {
    content: none;
  }
  .product-detail__title {
    font-size: 18px;
  }
  .product-detail__price .price {
    font-size: 22px;
  }
  .product-detail__price .price.init {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .box-certify__slider .item-wrap__title .title {
    display: block;
  }
  .box-about__inner {
    padding: 20px;
    border-radius: 10px;
  }
  .box-product .inner .item-wrap__content .title-product {
    font-size: 16px;
  }
  .box-product .inner .item-wrap__content .wrap-action {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .box-product .inner .item-wrap__content .wrap-action .action {
    width: 100%;
  }
  .box-product .inner .item-wrap__content .wrap-action .action-quantity {
    gap: 20px;
  }
  .block-order {
    padding: 40px 20px;
  }
  .block-order .box-header .box-title {
    font-size: 20px;
  }
  .footer__top .inner .column {
    width: 100%;
  }
  .footer__line {
    margin: 20px 0;
  }
  .footer__main .inner .block-left .company {
    margin-bottom: 20px;
  }
  .footer .container-wrapper {
    padding-top: 80px;
  }
  .footer .copyright {
    padding-bottom: 20px;
  }
  .footer__top .inner .column .title-footer {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .footer__top .inner .column .nav-footer .list-footer {
    margin-bottom: 8px;
  }
  .footer .copyright .inner .text {
    font-size: 13px;
  }
  .product .box-no__five .inner .item {
    flex-basis: 65%;
  }
  .product .box-no__five .inner .item .box-image {
    width: 80%;
  }
  .shop-tech .box-tech_head .inner .block-content {
    padding: 20px;
    border-radius: 10px;
  }
  .contact-form .form-group__item {
    width: 100%;
  }
  .popup-order .popup-inner span.close {
    width: 40px;
    height: 40px;
  }
  .box-news__featured .inner.news.news-list .item {
    flex-basis: 55%;
  }
  .news.page-news .box-category__child .content-tab .action {
    margin-top: 20px;
  }
  .news.page-news .box-category__child .nav-tab {
    margin-bottom: 20px;
  }
  .news.page-news .box-category__child .nav-tab .inner {
    flex-wrap: wrap;
  }
  .tag__sale {
    font-size: 12px;
    padding: 2px 8px;
  }
  .table_of_contents-header h2 {
    font-size: 20px;
  }
  .table_of_contents ol li {
    font-size: 12px !important;
  }
  .table_of_contents ol li ol {
    margin-left: 16px;
  }
  .product-detail__action .button {
    width: 100%;
  }
  .box-banner__image img {
    display: none !important;
  }
  .box-banner__image img.mb {
    display: block !important;
  }
  .box-count__list {
    gap: 10px;
  }
  .box-count__list .item {
    padding: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #fff !important;
  }
  .box-count__list .item__icon {
    margin: 0;
    width: 20px;
  }
  .box-count__list .item__icon svg {
    width: 20px;
    height: 20px;
  }
  .box-count__list .item__title {
    font-size: 14px;
    width: calc(100% - 20px);
    padding-left: 10px;
    text-align: left;
  }
}
@media only screen and (max-width: 400px) {
  .block-order .box-order__form .action {
    margin-top: 34px;
  }
  .block-order .box-order__form .action .button {
    border-radius: 10px;
    width: 100%;
    justify-content: center;
  }
  .page header .header-top .header_address {
    flex-direction: column;
  }
  .page header .header-top .header_address .item_address {
    padding-bottom: 6px;
  }
  .page header .header-top .header_address .item_address .item_text p {
    display: flex;
  }
  .page header .header-top .header_address .item_address .item_text p span {
    display: block;
    margin: 0 6px;
  }
  .box-header .box-title {
    font-size: 24px;
    padding-bottom: 13px;
  }
  .box-header .box-title img {
    height: 24px;
  }
  .shop-tech .box-procedure .process-list .item {
    flex-basis: 60%;
  }
  .form .button {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }
  .news.page-news .box-category__child .inner .block .block-inner .item,
  .block-main .news.news-list .item,
  .news.news-list .item {
    width: 100%;
  }
  .news.news-detail .title {
    font-size: 20px;
  }
  .block-order .box-order__form .form-group select,
  .block-order .box-order__form .form-group input {
    font-size: 13px;
  }
  #shop-cart .module .box-cart__product .item-flex .item-product .item-content {
    flex-wrap: wrap;
  }
  #shop-cart .module .box-cart__product .item-flex .item-product .item-content .title {
    width: 100%;
    text-align: center;
  }
  .dau-ohawa .item-wrap__product .box-image .tag__sale {
    font-size: 12px;
    padding: 2px 10px;
    top: 4px;
    left: 4px;
  }
  .dau-ohawa .item-action .action,
  .dau-ohawa.product-slider .item-action .action {
    width: 100%;
  }
}

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