:root {
  --vw: 10px;
  --vh: 10px;
}

html {
  font-size: 10px;
}

body,
button,
input,
select,
td,
textarea,
th {
  font-family: "Nunito", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
}

caption,
td,
th {
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}

img {
  vertical-align: middle;
}

dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
nav,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

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

main {
  display: block;
}

figure {
  display: block;
  line-height: 0;
  margin: 0;
  padding: 0;
}

figure img,
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

iframe {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

picture {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
}

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

input[type=text] {
  word-break: keep-all;
}

input[type=text]::-ms-clear {
  display: none;
}

select::-ms-expand {
  display: none;
}

a {
  color: #000;
  text-decoration: none;
}

/* common-pattern */
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}

@media (max-width: 991px) {
  .container {
    padding: 0 20px;
  }
}

.show_sp {
  display: none;
}

@media (max-width: 767px) {
  .show_sp {
    display: block;
  }
}

@media (max-width: 767px) {
  .show_pc {
    display: none;
  }
}

.heading__box {
  padding: 4.6rem 0;
}

@media (min-width: 992px) {
  .heading__box {
    background-color: #F9C901;
  }
}

@media (max-width: 991px) {
  .heading__box {
    padding: 4.8rem 0 0;
  }
}

.breadcrumb-item {
  color: rgba(0, 0, 0, 0.5);
}

.breadcrumb-item a {
  color: inherit;
}

.breadcrumb-item.active {
  color: #000000;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.8rem;
}

.breadcrumb-item+.breadcrumb-item:before {
  padding-right: 0.8rem;
}

.ttl--page {
  font-size: 4.2rem;
}

@media (max-width: 991px) {
  .ttl--page {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}

.ttl--sub {
  font-size: 3.8rem;
}

@media (max-width: 991px) {
  .ttl--sub {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}

.ttl--box {
  font-size: 2.4rem;
}

.ttl--aside {
  font-size: 2rem;
}

@media (max-width: 991px) {
  .ttl--aside {
    font-size: 1.6rem;
  }
}

.ttl--normal {
  font-size: 1.8rem;
  text-transform: inherit;
}

@media (min-width: 992px) {
  .ttl--detail {
    letter-spacing: 0.003rem;
  }
  .ttl--detail a {
    width: 3rem;
    float: left;
    display: block !important;
    padding-top: 0.8rem;
    margin-right: 2.5rem;
  }
}

.fs-14 {
  font-size: 1.4rem;
  line-height: 1.6;
}

.rounded-rb-100 {
  border-radius: 0 10rem;
}

.share__social {
  border-top: 1px solid #A3B2C7;
  padding-top: 1.5rem;
}

.share__social img {
  max-width: 2rem;
  max-height: 2rem;
}

.tag__item {
  margin-bottom: 0.4rem;
  padding: 0.3rem 0.5rem 0.1rem;
  border-radius: 3rem;
  border: 1px solid;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

@media (max-width: 991px) {
  .tag__item {
    padding: 0.3rem 1rem 0;
    font-size: 0.8rem;
    letter-spacing: -0.03rem;
  }
}

.tag__item:not(:last-child) {
  margin-right: 1.1rem;
}

@media (max-width: 991px) {
  .tag__item:not(:last-child) {
    margin-right: 0.6rem;
  }
}

.tag__item--part1 {
  border-color: #025464;
  color: #025464;
}

.tag__item--part2 {
  border-color: #E57C23;
  color: #E57C23;
}

.tag__item--part3 {
  border-color: #E76161;
  color: #E76161;
}

.tag__item--part4 {
  border-color: #295DD6;
  color: #295DD6;
}

.btn {
  padding: 1.2rem 2rem 1rem;
  min-width: 14.2rem;
  -webkit-box-shadow: 0 0.6rem 1rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.6rem 1rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .btn {
    padding: 1.7rem 2rem 1.5rem;
    font-size: 1.4rem;
  }
}

.btn-warning {
  background-color: #F9C901;
  -webkit-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out, color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out, color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out, color 0.35s ease-in-out;
}

.btn-warning:hover {
  background-color: #6B4701 !important;
  border-color: #6B4701 !important;
  color: #ffffff !important;
}

.btn-secondary {
  background-color: #ffffff;
  border: 1px solid #F9C901;
  color: #000000;
}
.btn-secondary:hover {
  color: #6B4701;
}

.btn-disable {
  background-color: #F6F6F6;
  color: #ffffff;
}

.btn-delete {
  border: 1px solid #EC5151;
}

.btn__link {
  position: relative;
  padding: 0.2rem 2.7rem 0.2rem 0;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  -webkit-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out;
}

.btn__link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: transparent url(../images/icon/arrow_link_rgt.svg) no-repeat;
  background-size: 100% auto;
  width: 1.8rem;
  height: 1.8rem;
}

.btn__link:hover {
  color: #F9C901;
}

.message-blog {
  padding: 2rem 2.4rem 2.3rem;
  background-color: #ffffff;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57;
  color: rgba(0, 0, 0, 0.7);
}

.message-blog.has-rounded {
  -webkit-box-shadow: 0 0.6rem 1rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.6rem 1rem 0 rgba(0, 0, 0, 0.15);
}

.message-blog__head {
  margin-bottom: 1.5rem;
  padding: 0 3rem 1.3rem 0;
  background: transparent url(../images/icon/icon_quote.svg) no-repeat right 1.3rem;
  border-bottom: 0.5px solid #A3B2C7;
}

.message-blog__avt img {
  width: 4.1rem;
  height: 4.1rem;
}

.message-blog__des {
  padding: 0.3rem 0 0 1.6rem;
}

.message-blog__name {
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  color: #0A0E2C;
  text-transform: capitalize;
}

.message-blog__via {
  text-decoration: underline;
  line-height: 1.2;
}

.message-blog__body {
  letter-spacing: 0.01rem;
}

/* header */
body {
  padding-top: 8rem;
}

@media (max-width: 991px) {
  body {
    position: relative;
    padding-top: 7.2rem;
  }

  body:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 99;
    -webkit-transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
  }

  body.offcanvas-menu:after {
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }

  body.offcanvas-menu #pm-header {
    border-radius: 0 0 2rem 2rem;
  }
}

#pm-header.fixed {
  -webkit-box-shadow: 0.2rem 0.2rem 1rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.2rem 0.2rem 1rem 0.1rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  #pm-header .header__logo {
    margin-left: 0.4rem;
    max-width: 12.8rem;
  }
}

#pm-header .navbar {
  padding: 1rem 0;
}

@media (max-width: 991px) {
  #pm-header .navbar {
    padding: 1.4rem 0 1.3rem;
  }
}

@media (max-width: 991px) {
  #pm-header .navbar__main {
    padding: 5rem 0 3.7rem;
  }
}

@media (min-width: 992px) {
  #pm-header .navbar-collapse {
    opacity: 1;
    height: auto;
  }
}

#pm-header .navbar-nav {
  margin-right: 5rem;
}

@media (max-width: 991px) {
  #pm-header .navbar-nav {
    margin: 0 0 8.8rem;
  }
}

#pm-header .navbar__btn {
  margin-right: 1rem;
}

@media (max-width: 991px) {
  #pm-header .navbar__btn {
    margin-right: 0;
  }
}

#pm-header .navbar-toggler {
  width: 4rem;
  height: 4rem;
  background-color: rgba(35, 39, 60, 0.04);
}

#pm-header .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/icon/icon_burger.svg);
  width: 1.6rem;
  height: 1.6rem;
}

#pm-header .navbar-toggler[aria-expanded=true] {
  background-color: transparent;
}

#pm-header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(../images/icon/icon_close.svg);
  background-size: 1.4rem auto;
}

#pm-header .nav-link {
  font-weight: 700;
  color: #000;
  -webkit-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out;
}

@media (max-width: 991px) {
  #pm-header .nav-link {
    padding: 1.4rem 0;
    font-size: 1.4rem;
  }
}

#pm-header .nav-link.active,
#pm-header .nav-link:hover {
  color: #F9C901;
}

#pm-header .nav-item:not(:last-of-type) {
  margin-right: 2.6rem;
}

@media (max-width: 991px) {
  #pm-header .nav-item:not(:last-of-type) {
    margin-right: 0;
    border-bottom: 1px solid rgba(163, 178, 199, 0.5);
  }
}

#pm-header .btn-warning {
  min-width: 17.8rem;
}

@media (max-width: 991px) {
  #pm-header .btn-warning {
    min-width: 17.4rem;
  }
}

#pm-header .dropdown {
  padding: 0.8rem;
  background-color: #F6F6F6;
  border-radius: 2.2rem;
}

@media (max-width: 991px) {
  #pm-header .dropdown {
    max-width: 7rem;
  }
}

#pm-header .dropdown-toggle {
  display: block;
  position: relative;
  margin-right: 2.6rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 2.8rem;
  height: 2.8rem;
  text-indent: -9999px;
}

#pm-header .dropdown-toggle:after {
  position: absolute;
  right: -2.4rem;
  top: calc(50% + 3px);
  margin-left: 0;
  vertical-align: inherit;
  background: transparent url(../images/icon/icon_drop.svg) no-repeat;
  background-size: 100% auto;
  width: 1rem;
  height: 1rem;
  border: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#pm-header .dropdown-toggle.f-vi {
  background-image: url(../images/header/flag_vn.png);
}
#pm-header .dropdown-toggle.f-en {
  background-image: url(../images/header/flag_en.png);
}
.dropdown-item.f-en, .dropdown-item.f-vi {
  font-size: 1.5rem !important;
}

/* footer */
#pm-footer {
  background-color: #F6F6F6;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
}

@media (max-width: 991px) {
  #pm-footer .container {
    padding: 0 4rem;
  }
}

#pm-footer .footer__cnt {
  padding: 5.1rem 0 3.1rem;
}

@media (max-width: 991px) {
  #pm-footer .footer__cnt {
    padding: 2.2rem 0 4.3rem;
  }
}

@media (max-width: 991px) {
  #pm-footer .footer__info {
    margin-bottom: 3.8rem;
  }
}

#pm-footer .footer__logo {
  margin: -3.7rem 0 2.5rem;
}

@media (max-width: 991px) {
  #pm-footer .footer__logo {
    margin: 0 0 5.1rem;
    text-align: center;
  }
}

#pm-footer .footer__logo img {
  max-width: 16.8rem;
}

@media (max-width: 991px) {
  #pm-footer .footer__logo img {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  #pm-footer .footer__apps {
    margin-top: 5rem;
  }
}

#pm-footer .footer__apps .ttl--normal {
  margin-bottom: 2.2rem;
}

#pm-footer .footer__apps .nav-item:not(:last-child) {
  margin-bottom: 1.65rem;
}

#pm-footer .footer__copy {
  padding: 1.7rem 2rem 1.4rem;
  background-color: #F9C901;
}

@media (max-width: 991px) {
  #pm-footer .footer__copy {
    padding-top: 1.5rem;
    padding-bottom: 1.3rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 991px) {
  #pm-footer .footer__socials {
    gap: 0 2.2rem;
  }
}

#pm-footer .footer__socials img {
  max-width: 3rem;
}

@media (max-width: 991px) {
  #pm-footer .footer__socials img {
    max-width: 2.5rem;
  }
}

@media (max-width: 991px) {
  #pm-footer .footer__links--pm {
    padding-right: 0.3rem;
  }
}

#pm-footer .nav-item:not(:last-child) {
  margin-bottom: 1.1rem;
}

#pm-footer .nav-link {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.6);
}

#pm-footer .ttl--normal {
  margin-bottom: 1.1rem;
}

@media (max-width: 991px) {
  #pm-footer .ttl--normal {
    margin-bottom: 0.8rem;
    line-height: 1.55;
  }
}

.splide__pagination__page {
  margin: 0 0.5rem !important;
  background-color: #ffffff;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.6);
  opacity: 1;
  text-indent: -9999px;
}

.splide__pagination__page.is-active {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-color: #F9C901;
  border-color: #F9C901;
}

.splide__arrow {
  text-indent: -9999px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.6rem auto;
  margin-top: -3.1rem;
  width: 6rem;
  height: 6rem;
  opacity: 1;
  -webkit-box-shadow: 0 0.6rem 1rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.6rem 1rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  text-align: center;
  z-index: 11;
}

.splide__arrow:after {
  display: none;
}

.splide__arrow--prev {
  left: -3rem;
  background-image: url(../images/icon/arrow_carousel_prev.svg);
}

.splide__arrow--next {
  right: -3rem;
  background-image: url(../images/icon/arrow_carousel_next.svg);
}
.footer_download_button {
  max-width: 18rem;
}

.text-upper {
  text-transform: uppercase;
}


@media (min-width: 992px) {
  .custom_sidebar::-webkit-scrollbar-track {
    background-color: #ffffff;
  }
  .custom_sidebar::-webkit-scrollbar {
    width: 0.6rem;
    background-color: #ffffff;
  }
  .custom_sidebar::-webkit-scrollbar-thumb {
    border-radius: 0.3rem;
    background-color: #A3B2C7;
  }
}