@font-face {
  font-family: "Regular";
  src: url("../font/Inter-Regular.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Medium";
  src: url("../font/Inter-Medium.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Semi";
  src: url("../font/Inter-Medium.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Bold";
  src: url("../font/Inter-SemiBold.ttf");
  font-style: normal;
}
body {
  top: 0 !important;
}

.skiptranslate {
  display: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.hidden {
  display: none;
}

:root {
  --white-1: #ffffff;
  --white-2: #F6F9FC;
  --white-3: #ECF2F7;
  --black-1: #061020;
  --black-2: #081427;
  --black-3: #6D727C;
  --black-4: #BABABA;
  --main-1: #388C68;
  --primary: #388C68;
  --main-2: #051568;
  --second-1: #FFC122;
  --second-2: #F97414;
  --second-3: #089B1F;
}

body {
  background: #fff;
  font-family: "Regular";
  font-size: 0.875rem;
  line-height: 130%;
}

body a {
  text-decoration: unset;
  color: var(--black-1);
}

body ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.banner img {
  max-width: 100%;
  width: 100%;
}

.container {
  margin-left: 7rem;
  margin-right: 7rem;
  max-width: none;
  width: auto;
}

@media screen and (max-width: 1600px) {
  .container {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
.bottomFixedMobileAll {
  display: none;
  position: fixed;
  bottom: 0px;
  z-index: 2;
  width: 100%;
}

.bottomFixedMobileAll .listButton {
  padding: 1rem;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.44rem;
}

.bottomFixedMobileAll .listButton .aTel {
  color: var(--white-1, #FFF);
  text-align: center;
  font-family: "Medium";
  font-size: 1rem;
  font-style: normal;
  line-height: 95.5%;
  /* 0.955rem */
  text-transform: uppercase;
  padding: 0.69rem 1.44rem;
  border-radius: 0.5rem;
  background: var(--second-2, #F97414);
  display: grid;
  align-items: center;
  justify-content: center;
}

.bottomFixedMobileAll .listButton .aTel span {
  font-family: "Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 99.5%;
  display: block;
  text-transform: capitalize;
}

.bottomFixedMobileAll .listButton .brochure {
  margin-left: 0.5rem;
  padding: 1.16rem 1.41rem;
  border-radius: 0.5rem;
  border: 2px solid var(--main-1, #293A8E);
  background: var(--white-1, #FFF);
  text-align: center;
}

.bottomFixedMobileAll .listButton .brochure span {
  color: var(--main-1, #293A8E);
  text-align: center;
  font-family: "Medium";
  font-size: 1rem;
  font-style: normal;
  line-height: 95.5%;
  /* 0.955rem */
  text-transform: uppercase;
  padding-left: 2rem;
  position: relative;
}

.bottomFixedMobileAll .listButton .brochure span img {
  position: absolute;
  top: -2px;
  left: 0px;
}

@media screen and (max-width: 1024px) {
  .bottomFixedMobileAll {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-bottom: 30px;
  }
}
main {
  margin-top: 60.2px;
}

main .breadcrumb {
  display: flex;
  padding: 1.25rem 0rem 1.25rem;
  border-bottom: 1px solid var(--white-3, #ECF2F7);
}

main .breadcrumb .item-breadcrumb a {
  color: var(--black-1, #061020);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
}

main .breadcrumb .item-breadcrumb span {
  color: var(--main-1);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
}

main .breadcrumb .breadcrumbMobile {
  display: none;
}

main .breadcrumb p {
  margin: 0px 0.38rem;
  display: grid;
  align-items: center;
}

main .breadcrumb .item-breadcrumb-home a {
  position: relative;
  padding-left: 1.5rem;
}

main .breadcrumb .item-breadcrumb-home a svg {
  position: absolute;
  top: -5px;
  left: 0px;
}

.thongbao {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background: rgba(51, 51, 51, 0.1411764706);
  box-shadow: unset;
  z-index: 10;
  top: 0px;
  left: 0px;
}

.thongbao .bg {
  width: 52.5rem;
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  border-radius: 0.75rem;
  background: var(--white-1, #FFF);
}

.thongbao .bg p {
  color: var(--second-3, #089B1F);
  text-align: center;
  margin-bottom: 0px;
  font-family: "Semi";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.09rem;
}

.thongbao .bg-cart {
  width: 52.5rem;
  padding: 2.5rem 2.5rem 3rem 2.5rem;
  border-radius: 0.75rem;
  background: var(--white-1, #FFF);
}

.thongbao .bg-cart h4 {
  color: var(--second-3, #089B1F);
  text-align: center;
  font-family: "Semi";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.09rem;
  margin-bottom: 1rem;
}

.thongbao .bg-cart p {
  color: var(--black-1, #061020);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.225rem;
  /* 140% */
  letter-spacing: -0.0175rem;
}

.thongbaoHien {
  display: grid;
}

.alert-false .bg p {
  color: red;
}

.contentCkeditor {
  font-family: "Regular" !important;
  line-height: 130% !important;
  font-size: 1rem;
}

.contentCkeditor ul {
  padding-left: 15px;
  margin-bottom: 10px;
}

.contentCkeditor ul li {
  font-size: 1rem !important;
  line-height: 160% !important;
}

.contentCkeditor table {
  margin-bottom: 10px;
}

.contentCkeditor td {
  padding: 10px 10px;
  font-size: 1rem !important;
}

.contentCkeditor p {
  font-size: 1rem !important;
  font-family: "Regular";
  line-height: 160% !important;
}

.contentCkeditor span {
  /*font-size: 1rem !important;*/
  /*line-height: 160% !important;*/
}

.contentCkeditor strong {
  font-family: "Medium";
  font-weight: 400;
}

.contentCkeditor a {
  font-size: 1rem !important;
  font-family: "Regular";
  color: var(--main-1);
  font-style: normal;
  font-weight: 400;
  text-decoration-line: none;
  line-height: 160% !important;
}

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #05462a;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: var(--primary);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
  background-color: #085d39;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}

.hotline-bar {
  position: absolute;
  background:  var(--primary);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}

.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}

.zalo-chat-widget {
  right: unset;
  left: 27px !important;
  bottom: 111px !important;
  position: fixed;
}

.zalo-chat-oa {
  right: unset;
  left: 27px !important;
  bottom: 180px !important;
  position: fixed;
}

.zalo-chat-oa a {
  width: 50px;
  height: 50px;
  display: block;
}

.zalo-chat-oa img {
  max-width: 100% !important;
}

.scrollTop {
  position: fixed;
  bottom: 23px;
  right: 27px;
  z-index: 99999;
}

.scrollTop a {
  width: 50px;
  display: block;
}

.scrollTop a img {
  width: 100% !important;
  height: auto !important;
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
}
@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
  .contentCkeditor {
    grid-template-columns: repeat(1, 1fr) !important;
    line-height: 130%;
  }
  .contentCkeditor iframe {
    width: 100%;
  }
  .contentCkeditor img {
    max-width: 100% !important;
    height: auto !important;
  }
  .contentCkeditor p {
    line-height: 130%;
    font-size: 1rem;
  }
  .contentCkeditor span {
    /*line-height: 130%;*/
    /*font-size: 1rem;*/
  }
  .nameMobileH1 {
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 1500px) {
  .container {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  main {
    margin-top: 59px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    margin-left: 0rem;
    margin-right: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: none;
    width: auto;
  }
  header .main-menu-all {
    display: none;
  }
  .dropdown-item.active, .dropdown-item:active {
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .contentCkeditor table {
    width: 100% !important;
  }
  .zalo-chat-widget {
    display: none;
  }
  .zalo-chat-oa {
    display: none;
  }
  .hotline-phone-ring-wrap {
    display: none;
  }
  .scrollTop {
    display: none;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  border-bottom: 1px solid #ecf2f7;
}

header .menu-top {
  background: var(--main-2);
  padding: 0.5rem 0;
}

header .menu-top .menu-btn-user {
  position: relative;
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  grid-gap: 10px;
}

header .menu-top .menu-btn-user .menu li {
  display: inline-block;
  margin-right: 1rem;
  padding-left: 0.63rem;
  position: relative;
}

header .menu-top .menu-btn-user .menu li a {
  color: var(--white-1, #fff);
  font-family: Medium;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

header .menu-top .menu-btn-user .menu li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  background: var(--second-2);
  border-radius: 50%;
}

header .menu-top .menu-btn-user .btn-user {
  display: flex;
  justify-content: flex-end;
}

header .menu-top .menu-btn-user .btn-user .p-certification {
  margin-bottom: 0;
  margin-right: 1rem;
}

header .menu-top .menu-btn-user .btn-user .p-certification a {
  color: var(--white-1, #fff);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header .menu-top .menu-btn-user .btn-user .p-translation {
  margin-bottom: 0;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}

header .menu-top .menu-btn-user .btn-user .p-translation .btn-language {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--white-1, #fff);
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  padding: 0;
  background: unset;
  border: unset;
}

header .menu-top .menu-btn-user .btn-user .p-translation .btn-language:after {
  border: unset;
  background: url("../image/icon_translation.svg") no-repeat;
  width: 14px;
  height: 12px;
  vertical-align: unset;
}

header .menu-top .menu-btn-user .btn-user .p-translation .btn-language img {
  width: 24px;
  max-width: 100%;
  margin-right: 0.25rem;
}

header .menu-top .menu-btn-user .btn-user .p-translation .arrow_box {
  margin-top: 10px !important;
  border: unset;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  padding: 0;
}

header .menu-top .menu-btn-user .btn-user .p-translation .arrow_box li {
  border-bottom: 1px solid var(--white-3, #ecf2f7);
}

header .menu-top .menu-btn-user .btn-user .p-translation .arrow_box li:last-child {
  border-bottom: 0;
}

header .menu-top .menu-btn-user .btn-user .p-translation .arrow_box li a {
  padding: 0.75rem;
}

header .menu-top .menu-btn-user .btn-user .p-translation .arrow_box li a span {
  position: relative;
  padding-left: 30px;
  color: var(--black-1, #061020);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header .menu-top .menu-btn-user .btn-user .p-translation .arrow_box li a span img {
  width: 24px;
  max-width: 100%;
  position: absolute;
  top: 2px;
  left: 0;
}

header .menu-top .menu-btn-user .btn-user .p-translation .arrow_box:after {
  bottom: 99%;
  left: 20%;
  border: 10px solid rgba(255, 255, 255, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  margin-left: -10px;
}

header .menu-top .menu-btn-user .btn-user .user a {
  text-align: left;
  color: var(--white-1);
  font-family: Medium;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
}

header .menu-top .menu-btn-user .btn-user .user span {
  color: var(--white-1);
  height: 14.5px;
}

header .menu-top .menu-btn-user .btn-user .user .register-btn {
  margin-right: 0.5rem;
}

header .menu-top .menu-btn-user .btn-user .user .login-btn {
  margin-left: 0.5rem;
}

header .main-menu {
  background: #fff;
}

header .main-menu .logo-menu-search {
  display: flex;
  position: relative;
}

header .main-menu .logo-menu-search .logo {
  padding: 0.5rem 0 0.5rem;
  height: 100%;
  width: 8.625rem;
  height: 100%;
  display: flex;
  align-items: center;
}

header .main-menu .logo-menu-search .logo img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

header .main-menu .logo-menu-search .nav-menu {
  display: grid;
  align-items: center;
  width: calc(100% - 19.875rem);
}

header .main-menu .logo-menu-search .headet-contact {
  padding: 0.5rem 0 0.5rem;
  display: grid;
  align-items: center;
  justify-content: end;
  width: 11.25rem;
}
header .main-menu .logo-menu-search .headet-contact a {
  padding: 13px 32px 13px 32px;
  gap: 8px;
  border-radius: 4px;
  background: var(--main-1);
  color: #fff;
}

header .main-menu .logo-menu-search .nav-menu ul {
  list-style: unset;
  display: flex;
  align-items: center;
  list-style-type: none;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent {
  position: absolute;
  top: 3.35rem;
  left: 0;
  width: 100%;
  display: none;
  padding: 1.25rem 1.25rem 1.5rem;
  border-radius: 0.5rem;
  background: var(--white-1, #fff);
  box-shadow: 0 0 30px 0 rgba(132, 132, 132, 0.25);
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent .left-menuParent {
  width: 27.75rem;
  padding-right: 0.75rem;
  border-right: 1px solid #bababa;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent .left-menuParent .contentMenuParent p {
  color: var(--black-3);
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.75rem;
  line-height: 130%;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent .left-menuParent .contentMenuParent .titleMenuParent {
  margin-bottom: 10px;
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-family: Semi;
  line-height: normal;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent .left-menuParent .a-more span {
  color: var(--second-2, #f97414);
  font-family: Medium;
  font-size: 0.85rem;
  font-style: normal;
  line-height: normal;
  position: relative;
  padding-right: 25px;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent .left-menuParent .a-more span svg, header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .divMoreLv2 .moreLv2 span svg {
  position: absolute;
  top: 0;
  right: 0;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent .right-menuParent {
  width: calc(100% - 27.75rem);
  padding-left: 0.75rem;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent .right-menuParent .item-menu {
  padding-left: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 2px;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent .right-menuParent .item-menu a {
  display: block;
  color: var(--black-1, #061020);
  font-family: Medium;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.75rem;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent .right-menuParent .item-menu a:last-child {
  margin-bottom: 0;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 {
  padding: 1.25rem 1.25rem 1.5rem 0;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .left-menuParent {
  width: 17rem;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .left-menuParent .nav-tabs {
  display: block;
  border-bottom: 0;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .left-menuParent .nav-tabs .nav-item {
  padding: 0;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .left-menuParent .nav-tabs .nav-item .nav-link {
  border: unset;
  width: 100%;
  text-align: left;
  padding: 0.63rem 1rem 0.63rem 2.5rem;
  color: var(--main-1);
  font-family: Medium;
  font-size: 0.85rem;
  font-style: normal;
  line-height: normal;
  border-radius: 0;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .left-menuParent .nav-tabs .nav-item .active {
  background: var(--white-3, #ecf2f7);
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent {
  width: calc(100% - 17rem);
  display: block;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content {
  width: 100%;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .p-text p {
  color: var(--black-1, #061020);
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 10px;
  margin-bottom: 0;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .listMenuParent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.75rem;
  width: 100%;
  margin-top: 0.75rem;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .listMenuParent .item-menu, header .main-menu .logo-menu-search .nav-menu ul li:hover .menuParent {
  display: flex;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .listMenuParent .item-menu .image {
  width: 40px;
  max-width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .listMenuParent .item-menu .name-summary {
  width: calc(100% - 40px);
  padding-left: 0.75rem;
  display: grid;
  align-items: center;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .listMenuParent .item-menu .name-summary .baoNameSummary {
  display: flex;
  align-items: center;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .listMenuParent .item-menu .name-summary .name {
  color: var(--black-1, #061020);
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
  font-family: Medium;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 16px;
  text-transform: none;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .listMenuParent .item-menu .name-summary .nameLv3 {
  -webkit-line-clamp: 2;
  height: auto;
  line-height: 130%;
  max-height: 2.2rem;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .listMenuParent .item-menu .name-summary .summary {
  text-transform: none;
  overflow: hidden;
  color: var(--black-1, #061020);
  text-overflow: ellipsis;
  font-family: Regular;
  font-size: 0.85rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 2px;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .listMenuParent .item-menu-lv3 {
  padding-top: 0;
  padding-bottom: 0;
  column-gap: 0;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .divMoreLv2 {
  margin-top: 1.2rem;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .divMoreLv2 .moreLv2 {
  text-transform: unset;
  padding: 0;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .divMoreLv2 .moreLv2 span {
  color: var(--second-2, #f97414);
  font-family: Medium;
  font-size: 0.85rem;
  font-style: normal;
  line-height: normal;
  position: relative;
  padding-right: 24px;
}

header .main-menu .logo-menu-search .nav-menu ul li {
  padding: 1.05rem 0.5rem;
}

header .main-menu .logo-menu-search .nav-menu ul li a {
  padding: 0.5rem 0;
  color: var(--black-1);
  font-family: Medium;
  font-size: 0.85rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  background: unset;
  border: unset;
  position: relative;
}

header .main-menu .logo-menu-search .nav-menu ul li a .borderBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  border-radius: 6.25rem;
  background: var(--main-1, #293a8e);
  margin-bottom: 0;
}

header .main-menu .logo-menu-search .nav-menu ul li a .imageMenuMain {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
}

header .main-menu .logo-menu-search .nav-menu ul li a .imageMenuMain img {
  max-width: 100%;
}

.listMenuMobile, header .header-mobile, header .main-menu .logo-menu-search .nav-menu ul li a .hidden, header .main-menu .logo-menu-search .nav-menu ul li a:after {
  display: none;
}

header .main-menu .logo-menu-search .nav-menu ul li a:hover {
  color: var(--main-1);
}

header .main-menu .logo-menu-search .nav-menu ul li:hover .menu-data .hidden {
  display: grid;
}

header .main-menu .logo-menu-search .search {
  padding: 0.5rem 0 0.5rem;
  display: grid;
  align-items: center;
  width: 11.25rem;
}

header .main-menu .logo-menu-search .search .form {
  padding: 0.125rem 0.125rem 0.125rem 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid var(--black-4, #bababa);
  display: flex;
}

header .main-menu .logo-menu-search .search .form .form-input {
  width: calc(100% - 2rem);
}

header .main-menu .logo-menu-search .search .form .form-input input {
  border: unset;
  height: 2rem;
  width: 100%;
  padding-right: 10px;
}

header .main-menu .logo-menu-search .search .form .form-input input:focus {
  outline: unset;
}

header .main-menu .logo-menu-search .search .form .form-btn {
  width: 2rem;
  height: 2rem;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  background: var(--main-1);
}

header .main-menu .logo-menu-search .search .formRed {
  border: 1px solid red;
}

.header-active {
  animation-name: exampleHeader2;
  animation-duration: 0.3s;
  display: block;
  opacity: 1;
}

@keyframes exampleHeader2 {
  from {
    display: none;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
.header-hidden {
  animation-name: exampleHeader;
  animation-duration: 0.3s;
  display: none;
  opacity: 0;
}

@keyframes exampleHeader {
  from {
    display: block;
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
  }
}
@media screen and (max-width: 1360px) {
  header .menu-top .menu-btn-user .menu li a {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 1360px) and (max-width: 1280px) {
  header .main-menu .logo-menu-search .nav-menu ul li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1200px) {
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapsed .topSvg, .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .menuItemMobileBtnLv1 .bottomSvg, .listMenuMobile .contentMenuMobie .MenuMobie .collapsed .topSvg, .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap .bottomSvg, header .main-menu, header .menu-top {
    display: none;
  }
  header .header-mobile {
    display: block;
    padding: 0.75rem 0;
    background: #fff;
  }
  header .header-mobile .inline-header {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 10px;
  }
  header .header-mobile .inline-header .logo .logoMobile {
    display: block;
    height: 2rem;
  }
  header .header-mobile .inline-header .logo .logoMobile img {
    max-height: 100%;
    width: auto !important;
    height: auto !important;
  }
  header .header-mobile .inline-header .btn-menu {
    display: grid;
    align-items: center;
    justify-content: right;
  }
  .listMenuMobile {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background: rgba(20, 1, 1, 0.72);
    z-index: 12;
    display: grid;
    justify-content: right;
  }
  .listMenuMobile .contentMenuMobie {
    background: var(--white-1, #fff);
    height: 100%;
    width: 21rem;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile {
    position: sticky;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 999999;
    display: flex;
    padding: 0.5rem 1.25rem;
    border-bottom: 1px solid #ecf2f7;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile {
    display: flex;
    width: calc(100% - 2.5rem);
    padding-right: 2.37rem;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile {
    width: calc(100% - 2.1rem);
    padding-right: 0.5rem;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form {
    padding: 0.125rem 0.125rem 0.125rem 0.625rem;
    border-radius: 0.25rem;
    border: 1px solid var(--black-4, #bababa);
    display: flex;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form .form-input {
    width: calc(100% - 2rem);
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form .form-input input {
    border: unset;
    height: 2.1rem;
    width: 100%;
    padding-right: 10px;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form .form-input input:focus {
    outline: unset;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form .form-btn {
    width: 2.1rem;
    height: 2.1rem;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    background: var(--main-1);
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .formRed {
    border: 1px solid red;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation {
    width: 2.1rem;
    margin-bottom: 0;
    display: grid;
    align-items: center;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .btn-language {
    position: relative;
    color: var(--white-1, #fff);
    font-size: 0.65rem;
    font-style: normal;
    line-height: normal;
    padding: 0;
    width: 55px;
    height: 40px;
    overflow: hidden;
    border-radius: 2px;
    background: unset;
    border: unset;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .btn-language:after {
    border: unset;
    background: url("../image/iconLangMenu.svg") no-repeat;
    width: 14px;
    height: 14px;
    vertical-align: unset;
    position: absolute;
    right: 1px;
    bottom: 1.5px;
    display: none;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .btn-language img {
    object-fit: cover;
    width: 100% !important;
    height: auto !important;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .btn-language p {
    color: var(--black-3, #6d727c);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    border: 1px solid var(--black-4, #bababa);
    border-top: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    text-align: left;
    padding-left: 0.25rem;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box {
    margin-top: 10px !important;
    border: unset;
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    padding: 0;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li {
    border-bottom: 1px solid var(--white-3, #ecf2f7);
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li:last-child {
    border-bottom: 0;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li a {
    padding: 0.75rem;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li a span {
    position: relative;
    padding-left: 30px;
    color: var(--black-1, #061020);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li a span img {
    width: 24px;
    max-width: 100%;
    position: absolute;
    top: 2px;
    left: 0;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box:after {
    bottom: 99%;
    right: 5%;
    border: 10px solid rgba(255, 255, 255, 0);
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    margin-left: -10px;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .btn-close-menu {
    width: 2.5rem;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie {
    padding: 0 1.25rem;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobile {
    display: block;
    color: var(--black-1);
    font-family: Medium;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0.75rem 1.25rem 0.75rem 0;
    border-bottom: 1px solid #ecf2f7;
    border-radius: 0;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap {
    background: unset;
    border: unset;
    border-bottom: 1px solid #ecf2f7;
    text-align: left;
    position: relative;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap svg {
    position: absolute;
    top: 14px;
    right: 0;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapsed .bottomSvg, .listMenuMobile .contentMenuMobie .MenuMobie .collapsed .bottomSvg {
    display: block;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapsed .topSvg {
    display: none;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap .topSvg {
    display: block;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap span {
    position: relative;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -0.2rem;
    left: 0;
    background: var(--main-1, #293a8e);
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapsed span:before {
    content: unset;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .menuItemMobileLv1 {
    color: var(--black-1, #061020);
    font-family: Medium;
    font-size: 0.75rem;
    font-style: normal;
    line-height: normal;
    display: block;
    margin-bottom: 0;
    background: unset;
    border: unset;
    padding: 0.75rem 1.25rem 0.75rem 1rem;
    border-bottom: 1px solid #ecf2f7;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .menuItemMobileBtnLv1 {
    width: 100%;
    position: relative;
    text-align: left;
    color: var(--main-1);
    border-radius: 0;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .menuItemMobileBtnLv1 svg {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapsed {
    color: var(--black-1);
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapse-lv2 a {
    overflow: hidden;
    color: var(--black-1, #061020);
    text-overflow: ellipsis;
    font-family: Medium;
    font-size: 0.75rem;
    font-style: normal;
    line-height: normal;
    display: block;
    width: 100%;
    padding: 0.75rem 0 0.75rem 2rem;
    border-bottom: 1px solid #ecf2f7;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapse-lv2 a .span_1 {
    overflow: hidden;
    color: var(--black-1, #061020);
    text-overflow: ellipsis;
    font-size: 0.65rem;
    font-style: normal;
    line-height: normal;
    margin-bottom: 2px;
    display: block;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapse-lv2 a .span_2 {
    overflow: hidden;
    color: var(--black-1, #061020);
    text-overflow: ellipsis;
    font-family: Medium;
    font-size: 0.75rem;
    font-style: normal;
    display: block;
    line-height: normal;
  }
  .listMenuMobile .contentMenuMobie .btnLoginMobile {
    padding: 2.75rem 1.25rem;
    margin-top: 2.75rem;
  }
  .listMenuMobile .contentMenuMobie .btnLoginMobile a {
    padding: 1rem 0 0.65rem;
    color: #3dbdff;
    text-align: center;
    font-family: Medium;
    font-size: 0.65rem;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.0175rem;
    text-transform: uppercase;
    display: block;
    border-radius: 3.125rem;
    border: 1px solid #3dbdff;
  }
  .listMenuMobileShow {
    right: 0;
    animation-name: example;
    animation-duration: 0.5s;
  }
  @keyframes example {
    from {
      right: -100%;
    }
    to {
      right: 0;
    }
  }
}
@media screen and (max-width: 550px) {
  .header-mobile {
    padding: 0.75rem 0;
  }
  .header-mobile .inline-header {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 10px;
  }
  .header-mobile .inline-header .logo .logoMobile {
    display: block;
    height: 2rem;
  }
  .header-mobile .inline-header .logo .logoMobile img {
    max-height: 100%;
  }
  .header-mobile .inline-header .btn-menu {
    display: grid;
    align-items: center;
    justify-content: right;
  }
  .listMenuMobile {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background: rgba(20, 1, 1, 0.72);
    z-index: 12;
    padding-left: 2.56rem;
    display: block;
  }
  .listMenuMobile .contentMenuMobie {
    background: var(--white-1, #fff);
    height: 100%;
    overflow: auto;
    width: 100%;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile {
    display: flex;
    padding: 0.5rem 1.25rem;
    border-bottom: 1px solid #ecf2f7;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile {
    display: flex;
    width: calc(100% - 2.5rem);
    padding-right: 2.37rem;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile {
    width: calc(100% - 2.1rem);
    padding-right: 0.5rem;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form {
    padding: 0.125rem 0.125rem 0.125rem 0.625rem;
    border-radius: 0.25rem;
    border: 1px solid var(--black-4, #bababa);
    display: flex;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form .form-input {
    width: calc(100% - 2rem);
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form .form-input input {
    border: unset;
    height: 2.1rem;
    width: 100%;
    padding-right: 10px;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form .form-input input:focus {
    outline: unset;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form .form-btn {
    width: 2.1rem;
    height: 2.1rem;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    background: var(--main-1);
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation {
    width: 2.1rem;
    margin-bottom: 0;
    display: grid;
    align-items: center;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .btn-language {
    position: relative;
    color: var(--white-1, #fff);
    font-size: 0.65rem;
    font-style: normal;
    line-height: normal;
    padding: 0;
    background: unset;
    border: unset;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .btn-language:after {
    border: unset;
    background: url("../image/iconLangMenu.svg") no-repeat;
    width: 14px;
    height: 12px;
    vertical-align: unset;
    position: absolute;
    right: 1px;
    bottom: 1.5px;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .btn-language img {
    max-width: 100%;
    width: 100%;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .btn-language p {
    color: var(--black-3, #6d727c);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    border: 1px solid var(--black-4, #bababa);
    border-top: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    text-align: left;
    padding-left: 0.25rem;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box {
    margin-top: 10px !important;
    border: unset;
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    padding: 0;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li {
    border-bottom: 1px solid var(--white-3, #ecf2f7);
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li:last-child {
    border-bottom: 0;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li a {
    padding: 0.75rem;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li a span {
    position: relative;
    padding-left: 30px;
    color: var(--black-1, #061020);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li a span img {
    width: 24px;
    max-width: 100%;
    position: absolute;
    top: 2px;
    left: 0;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box:after {
    bottom: 99%;
    right: 5%;
    border: 10px solid rgba(255, 255, 255, 0);
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    margin-left: -10px;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .btn-close-menu {
    width: 2.5rem;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie {
    padding: 0 1.25rem;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobile {
    display: block;
    color: var(--black-1);
    font-family: Medium;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0.75rem 1.25rem 0.75rem 0;
    border-bottom: 1px solid #ecf2f7;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap {
    background: unset;
    border: unset;
    border-bottom: 1px solid #ecf2f7;
    text-align: left;
    position: relative;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .menuItemMobileBtnLv1 svg, .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapsed .bottomSvg, .listMenuMobile .contentMenuMobie .MenuMobie .collapsed .bottomSvg {
    display: block;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap .topSvg {
    display: none;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapsed .topSvg, .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .menuItemMobileBtnLv1 .bottomSvg, .listMenuMobile .contentMenuMobie .MenuMobie .collapsed .topSvg, .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap .bottomSvg {
    display: none;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap span {
    position: relative;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -0.2rem;
    left: 0;
    background: var(--main-1, #293a8e);
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapsed span:before {
    content: unset;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .menuItemMobileLv1 {
    color: var(--black-1, #061020);
    font-family: Medium;
    font-size: 1rem;
    font-style: normal;
    line-height: normal;
    display: block;
    margin-bottom: 0;
    background: unset;
    border: unset;
    padding: 0.75rem 1.25rem 0.75rem 1rem;
    border-bottom: 1px solid #ecf2f7;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .menuItemMobileBtnLv1 {
    width: 100%;
    position: relative;
    text-align: left;
    color: var(--main-1);
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapsed {
    color: var(--black-1);
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapse-lv2 a {
    overflow: hidden;
    color: var(--black-1, #061020);
    text-overflow: ellipsis;
    font-family: Medium;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    display: block;
    width: 100%;
    padding: 0.75rem 0 0.75rem 2rem;
    border-bottom: 1px solid #ecf2f7;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapse-lv2 a .span_1 {
    overflow: hidden;
    color: var(--black-1, #061020);
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 2px;
    display: block;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapse-lv2 a .span_2 {
    overflow: hidden;
    color: var(--black-1, #061020);
    text-overflow: ellipsis;
    font-family: Medium;
    font-size: 14px;
    font-style: normal;
    display: block;
    line-height: normal;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapse-lv2 a .textExploreMore {
    overflow: hidden;
    color: #f97414;
    text-overflow: ellipsis;
    font-family: Medium;
    font-size: 14px;
    font-style: normal;
    display: block;
    line-height: normal;
  }
  .listMenuMobile .contentMenuMobie .btnLoginMobile {
    padding: 2.75rem 1.25rem;
    margin-top: 2.75rem;
  }
  .listMenuMobile .contentMenuMobie .btnLoginMobile a {
    padding: 0.85rem 0 0.65rem 1rem;
    color: #3dbdff;
    text-align: center;
    font-family: Medium;
    font-size: 0.85rem;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.0175rem;
    text-transform: uppercase;
    display: block;
    border-radius: 3.125rem;
    border: 1px solid #3dbdff;
  }
  .listMenuMobileShow {
    right: 0;
    animation-name: example;
    animation-duration: 0.5s;
  }
  @keyframes example {
    from {
      right: -100%;
    }
    to {
      right: 0;
    }
  }
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  border-bottom: 1px solid #ecf2f7;
}

header .menu-top {
  background: var(--main-2);
  padding: 0.5rem 0;
}

header .menu-top .menu-btn-user {
  position: relative;
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  grid-gap: 10px;
}

header .menu-top .menu-btn-user .menu li {
  display: inline-block;
  margin-right: 1rem;
  padding-left: 0.63rem;
  position: relative;
}

header .menu-top .menu-btn-user .menu li a {
  color: var(--white-1, #fff);
  font-family: Medium;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

header .menu-top .menu-btn-user .menu li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  background: var(--second-2);
  border-radius: 50%;
}

header .menu-top .menu-btn-user .btn-user {
  display: flex;
  justify-content: flex-end;
}

header .menu-top .menu-btn-user .btn-user .p-certification {
  margin-bottom: 0;
  margin-right: 1rem;
}

header .menu-top .menu-btn-user .btn-user .p-certification a {
  color: var(--white-1, #fff);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header .menu-top .menu-btn-user .btn-user .p-translation {
  margin-bottom: 0;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}

header .menu-top .menu-btn-user .btn-user .p-translation .btn-language {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--white-1, #fff);
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  padding: 0;
  background: unset;
  border: unset;
}

header .menu-top .menu-btn-user .btn-user .p-translation .btn-language:after {
  border: unset;
  background: url("../image/icon_translation.svg") no-repeat;
  width: 14px;
  height: 12px;
  vertical-align: unset;
}

header .menu-top .menu-btn-user .btn-user .p-translation .btn-language img {
  width: 24px;
  max-width: 100%;
  margin-right: 0.25rem;
}

header .menu-top .menu-btn-user .btn-user .p-translation .arrow_box {
  margin-top: 10px !important;
  border: unset;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  padding: 0;
}

header .menu-top .menu-btn-user .btn-user .p-translation .arrow_box li {
  border-bottom: 1px solid var(--white-3, #ecf2f7);
}

header .menu-top .menu-btn-user .btn-user .p-translation .arrow_box li:last-child {
  border-bottom: 0;
}

header .menu-top .menu-btn-user .btn-user .p-translation .arrow_box li a {
  padding: 0.75rem;
}

header .menu-top .menu-btn-user .btn-user .p-translation .arrow_box li a span {
  position: relative;
  padding-left: 30px;
  color: var(--black-1, #061020);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header .menu-top .menu-btn-user .btn-user .p-translation .arrow_box li a span img {
  width: 24px;
  max-width: 100%;
  position: absolute;
  top: 2px;
  left: 0;
}

header .menu-top .menu-btn-user .btn-user .p-translation .arrow_box:after {
  bottom: 99%;
  left: 20%;
  border: 10px solid rgba(255, 255, 255, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  margin-left: -10px;
}

header .menu-top .menu-btn-user .btn-user .user a {
  text-align: left;
  color: var(--white-1);
  font-family: Medium;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
}

header .menu-top .menu-btn-user .btn-user .user span {
  color: var(--white-1);
  height: 14.5px;
}

header .menu-top .menu-btn-user .btn-user .user .register-btn {
  margin-right: 0.5rem;
}

header .menu-top .menu-btn-user .btn-user .user .login-btn {
  margin-left: 0.5rem;
}

header .main-menu {
  background: #fff;
}

header .main-menu .logo-menu-search {
  display: flex;
  position: relative;
}

header .main-menu .logo-menu-search .logo {
  padding: 0.5rem 0 0.5rem;
  height: 100%;
  width: 8.625rem;
  height: 100%;
  display: flex;
  align-items: center;
}

header .main-menu .logo-menu-search .logo img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

header .main-menu .logo-menu-search .nav-menu {
  display: grid;
  align-items: center;
  width: calc(100% - 19.875rem);
}

header .main-menu .logo-menu-search .nav-menu ul {
  list-style: unset;
  display: flex;
  align-items: center;
  list-style-type: none;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent {
  position: absolute;
  top: 3.35rem;
  left: 0;
  width: 100%;
  display: none;
  padding: 1.25rem 1.25rem 1.5rem;
  border-radius: 0.5rem;
  background: var(--white-1, #fff);
  box-shadow: 0 0 30px 0 rgba(132, 132, 132, 0.25);
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent .left-menuParent {
  width: 27.75rem;
  padding-right: 0.75rem;
  border-right: 1px solid #bababa;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent .left-menuParent .contentMenuParent p {
  color: var(--black-3);
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.75rem;
  line-height: 130%;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent .left-menuParent .contentMenuParent .titleMenuParent {
  margin-bottom: 10px;
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-family: Semi;
  line-height: normal;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent .left-menuParent .a-more span {
  color: var(--second-2, #f97414);
  font-family: Medium;
  font-size: 0.85rem;
  font-style: normal;
  line-height: normal;
  position: relative;
  padding-right: 25px;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent .left-menuParent .a-more span svg, header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .divMoreLv2 .moreLv2 span svg {
  position: absolute;
  top: 0;
  right: 0;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent .right-menuParent {
  width: calc(100% - 27.75rem);
  padding-left: 0.75rem;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent .right-menuParent .item-menu {
  padding-left: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 2px;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent .right-menuParent .item-menu a {
  display: block;
  color: var(--black-1, #061020);
  font-family: Medium;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.75rem;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParent .right-menuParent .item-menu a:last-child {
  margin-bottom: 0;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 {
  padding: 1.25rem 1.25rem 1.5rem 0;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .left-menuParent {
  width: 17rem;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .left-menuParent .nav-tabs {
  display: block;
  border-bottom: 0;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .left-menuParent .nav-tabs .nav-item {
  padding: 0;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .left-menuParent .nav-tabs .nav-item .nav-link {
  border: unset;
  width: 100%;
  text-align: left;
  padding: 0.63rem 1rem 0.63rem 2.5rem;
  color: var(--main-1);
  font-family: Medium;
  font-size: 0.85rem;
  font-style: normal;
  line-height: normal;
  border-radius: 0;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .left-menuParent .nav-tabs .nav-item .active {
  background: var(--white-3, #ecf2f7);
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent {
  width: calc(100% - 17rem);
  display: block;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content {
  width: 100%;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .p-text p {
  color: var(--black-1, #061020);
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 10px;
  margin-bottom: 0;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .listMenuParent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.75rem;
  width: 100%;
  margin-top: 0.75rem;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .listMenuParent .item-menu, header .main-menu .logo-menu-search .nav-menu ul li:hover .menuParent {
  display: flex;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .listMenuParent .item-menu .image {
  width: 40px;
  max-width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .listMenuParent .item-menu .name-summary {
  width: calc(100% - 40px);
  padding-left: 0.75rem;
  display: grid;
  align-items: center;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .listMenuParent .item-menu .name-summary .baoNameSummary {
  display: flex;
  align-items: center;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .listMenuParent .item-menu .name-summary .name {
  color: var(--black-1, #061020);
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
  font-family: Medium;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 16px;
  text-transform: none;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .listMenuParent .item-menu .name-summary .nameLv3 {
  -webkit-line-clamp: 2;
  height: auto;
  line-height: 130%;
  max-height: 2.2rem;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .listMenuParent .item-menu .name-summary .summary {
  text-transform: none;
  overflow: hidden;
  color: var(--black-1, #061020);
  text-overflow: ellipsis;
  font-family: Regular;
  font-size: 0.85rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 2px;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .listMenuParent .item-menu-lv3 {
  padding-top: 0;
  padding-bottom: 0;
  column-gap: 0;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .divMoreLv2 {
  margin-top: 1.2rem;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .divMoreLv2 .moreLv2 {
  text-transform: unset;
  padding: 0;
}

header .main-menu .logo-menu-search .nav-menu ul .menuParentType-2 .right-menuParent .tab-content .tab-pane .divMoreLv2 .moreLv2 span {
  color: var(--second-2, #f97414);
  font-family: Medium;
  font-size: 0.85rem;
  font-style: normal;
  line-height: normal;
  position: relative;
  padding-right: 24px;
}

header .main-menu .logo-menu-search .nav-menu ul li {
  padding: 1.05rem 0.5rem;
}

header .main-menu .logo-menu-search .nav-menu ul li a {
  padding: 0.5rem 0;
  color: var(--black-1);
  font-family: Medium;
  font-size: 0.85rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  background: unset;
  border: unset;
  position: relative;
}

header .main-menu .logo-menu-search .nav-menu ul li a .borderBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  border-radius: 6.25rem;
  background: var(--main-1, #293a8e);
  margin-bottom: 0;
}

header .main-menu .logo-menu-search .nav-menu ul li a .imageMenuMain {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
}

header .main-menu .logo-menu-search .nav-menu ul li a .imageMenuMain img {
  max-width: 100%;
}

.listMenuMobile, header .header-mobile, header .main-menu .logo-menu-search .nav-menu ul li a .hidden, header .main-menu .logo-menu-search .nav-menu ul li a:after {
  display: none;
}

header .main-menu .logo-menu-search .nav-menu ul li a:hover {
  color: var(--main-1);
}

header .main-menu .logo-menu-search .nav-menu ul li:hover .menu-data .hidden {
  display: grid;
}

header .main-menu .logo-menu-search .search {
  padding: 0.5rem 0 0.5rem;
  display: grid;
  align-items: center;
  width: 11.25rem;
}

header .main-menu .logo-menu-search .search .form {
  padding: 0.125rem 0.125rem 0.125rem 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid var(--black-4, #bababa);
  display: flex;
}

header .main-menu .logo-menu-search .search .form .form-input {
  width: calc(100% - 2rem);
}

header .main-menu .logo-menu-search .search .form .form-input input {
  border: unset;
  height: 2rem;
  width: 100%;
  padding-right: 10px;
}

header .main-menu .logo-menu-search .search .form .form-input input:focus {
  outline: unset;
}

header .main-menu .logo-menu-search .search .form .form-btn {
  width: 2rem;
  height: 2rem;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  background: var(--main-1);
}

header .main-menu .logo-menu-search .search .formRed {
  border: 1px solid red;
}

.header-active {
  animation-name: exampleHeader2;
  animation-duration: 0.3s;
  display: block;
  opacity: 1;
}

@keyframes exampleHeader2 {
  from {
    display: none;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
.header-hidden {
  animation-name: exampleHeader;
  animation-duration: 0.3s;
  display: none;
  opacity: 0;
}

@keyframes exampleHeader {
  from {
    display: block;
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
  }
}
@media screen and (max-width: 1360px) {
  header .menu-top .menu-btn-user .menu li a {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 1360px) and (max-width: 1280px) {
  header .main-menu .logo-menu-search .nav-menu ul li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1200px) {
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapsed .topSvg, .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .menuItemMobileBtnLv1 .bottomSvg, .listMenuMobile .contentMenuMobie .MenuMobie .collapsed .topSvg, .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap .bottomSvg, header .main-menu, header .menu-top {
    display: none;
  }
  header .header-mobile {
    display: block;
    padding: 0.75rem 0;
    background: #fff;
  }
  header .header-mobile .inline-header {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 10px;
  }
  header .header-mobile .inline-header .logo .logoMobile {
    display: block;
    height: 2rem;
  }
  header .header-mobile .inline-header .logo .logoMobile img {
    max-height: 100%;
    width: auto !important;
    height: auto !important;
  }
  header .header-mobile .inline-header .btn-menu {
    display: grid;
    align-items: center;
    justify-content: right;
  }
  .listMenuMobile {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background: rgba(20, 1, 1, 0.72);
    z-index: 12;
    display: grid;
    justify-content: right;
  }
  .listMenuMobile .contentMenuMobie {
    background: var(--white-1, #fff);
    height: 100%;
    width: 21rem;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile {
    position: sticky;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 999999;
    display: flex;
    padding: 0.5rem 1.25rem;
    border-bottom: 1px solid #ecf2f7;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile {
    display: flex;
    width: calc(100% - 2.5rem);
    padding-right: 2.37rem;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile {
    width: calc(100% - 2.1rem);
    padding-right: 0.5rem;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form {
    padding: 0.125rem 0.125rem 0.125rem 0.625rem;
    border-radius: 0.25rem;
    border: 1px solid var(--black-4, #bababa);
    display: flex;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form .form-input {
    width: calc(100% - 2rem);
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form .form-input input {
    border: unset;
    height: 2.1rem;
    width: 100%;
    padding-right: 10px;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form .form-input input:focus {
    outline: unset;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form .form-btn {
    width: 2.1rem;
    height: 2.1rem;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    background: var(--main-1);
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .formRed {
    border: 1px solid red;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation {
    width: 2.1rem;
    margin-bottom: 0;
    display: grid;
    align-items: center;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .btn-language {
    position: relative;
    color: var(--white-1, #fff);
    font-size: 0.65rem;
    font-style: normal;
    line-height: normal;
    padding: 0;
    width: 55px;
    height: 40px;
    overflow: hidden;
    border-radius: 2px;
    background: unset;
    border: unset;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .btn-language:after {
    border: unset;
    background: url("../image/iconLangMenu.svg") no-repeat;
    width: 14px;
    height: 14px;
    vertical-align: unset;
    position: absolute;
    right: 1px;
    bottom: 1.5px;
    display: none;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .btn-language img {
    object-fit: cover;
    width: 100% !important;
    height: auto !important;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .btn-language p {
    color: var(--black-3, #6d727c);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    border: 1px solid var(--black-4, #bababa);
    border-top: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    text-align: left;
    padding-left: 0.25rem;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box {
    margin-top: 10px !important;
    border: unset;
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    padding: 0;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li {
    border-bottom: 1px solid var(--white-3, #ecf2f7);
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li:last-child {
    border-bottom: 0;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li a {
    padding: 0.75rem;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li a span {
    position: relative;
    padding-left: 30px;
    color: var(--black-1, #061020);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li a span img {
    width: 24px;
    max-width: 100%;
    position: absolute;
    top: 2px;
    left: 0;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box:after {
    bottom: 99%;
    right: 5%;
    border: 10px solid rgba(255, 255, 255, 0);
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    margin-left: -10px;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .btn-close-menu {
    width: 2.5rem;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie {
    padding: 0 1.25rem;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobile {
    display: block;
    color: var(--black-1);
    font-family: Medium;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0.75rem 1.25rem 0.75rem 0;
    border-bottom: 1px solid #ecf2f7;
    border-radius: 0;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap {
    background: unset;
    border: unset;
    border-bottom: 1px solid #ecf2f7;
    text-align: left;
    position: relative;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap svg {
    position: absolute;
    top: 14px;
    right: 0;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapsed .bottomSvg, .listMenuMobile .contentMenuMobie .MenuMobie .collapsed .bottomSvg {
    display: block;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap .topSvg {
    display: none;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap span {
    position: relative;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -0.2rem;
    left: 0;
    background: var(--main-1, #293a8e);
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapsed span:before {
    content: unset;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .menuItemMobileLv1 {
    color: var(--black-1, #061020);
    font-family: Medium;
    font-size: 0.75rem;
    font-style: normal;
    line-height: normal;
    display: block;
    margin-bottom: 0;
    background: unset;
    border: unset;
    padding: 0.75rem 1.25rem 0.75rem 1rem;
    border-bottom: 1px solid #ecf2f7;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .menuItemMobileBtnLv1 {
    width: 100%;
    position: relative;
    text-align: left;
    color: var(--main-1);
    border-radius: 0;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .menuItemMobileBtnLv1 svg {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapsed {
    color: var(--black-1);
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapse-lv2 a {
    overflow: hidden;
    color: var(--black-1, #061020);
    text-overflow: ellipsis;
    font-family: Medium;
    font-size: 0.75rem;
    font-style: normal;
    line-height: normal;
    display: block;
    width: 100%;
    padding: 0.75rem 0 0.75rem 2rem;
    border-bottom: 1px solid #ecf2f7;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapse-lv2 a .span_1 {
    overflow: hidden;
    color: var(--black-1, #061020);
    text-overflow: ellipsis;
    font-size: 0.65rem;
    font-style: normal;
    line-height: normal;
    margin-bottom: 2px;
    display: block;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapse-lv2 a .span_2 {
    overflow: hidden;
    color: var(--black-1, #061020);
    text-overflow: ellipsis;
    font-family: Medium;
    font-size: 0.75rem;
    font-style: normal;
    display: block;
    line-height: normal;
  }
  .listMenuMobile .contentMenuMobie .btnLoginMobile {
    padding: 2.75rem 1.25rem;
    margin-top: 2.75rem;
  }
  .listMenuMobile .contentMenuMobie .btnLoginMobile a {
    padding: 1rem 0 0.65rem;
    color: #3dbdff;
    text-align: center;
    font-family: Medium;
    font-size: 0.65rem;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.0175rem;
    text-transform: uppercase;
    display: block;
    border-radius: 3.125rem;
    border: 1px solid #3dbdff;
  }
  .listMenuMobileShow {
    right: 0;
    animation-name: example;
    animation-duration: 0.5s;
  }
  @keyframes example {
    from {
      right: -100%;
    }
    to {
      right: 0;
    }
  }
}
@media screen and (max-width: 550px) {
  .header-mobile {
    padding: 0.75rem 0;
  }
  .header-mobile .inline-header {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 10px;
  }
  .header-mobile .inline-header .logo .logoMobile {
    display: block;
    height: 2rem;
  }
  .header-mobile .inline-header .logo .logoMobile img {
    max-height: 100%;
  }
  .header-mobile .inline-header .btn-menu {
    display: grid;
    align-items: center;
    justify-content: right;
  }
  .listMenuMobile {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background: rgba(20, 1, 1, 0.72);
    z-index: 12;
    padding-left: 2.56rem;
    display: block;
  }
  .listMenuMobile .contentMenuMobie {
    background: var(--white-1, #fff);
    height: 100%;
    overflow: auto;
    width: 100%;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile {
    display: flex;
    padding: 0.5rem 1.25rem;
    border-bottom: 1px solid #ecf2f7;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile {
    display: flex;
    width: calc(100% - 2.5rem);
    padding-right: 2.37rem;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile {
    width: calc(100% - 2.1rem);
    padding-right: 0.5rem;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form {
    padding: 0.125rem 0.125rem 0.125rem 0.625rem;
    border-radius: 0.25rem;
    border: 1px solid var(--black-4, #bababa);
    display: flex;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form .form-input {
    width: calc(100% - 2rem);
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form .form-input input {
    border: unset;
    height: 2.1rem;
    width: 100%;
    padding-right: 10px;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form .form-input input:focus {
    outline: unset;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .searchMobile .form .form-btn {
    width: 2.1rem;
    height: 2.1rem;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    background: var(--main-1);
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation {
    width: 2.1rem;
    margin-bottom: 0;
    display: grid;
    align-items: center;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .btn-language {
    position: relative;
    color: var(--white-1, #fff);
    font-size: 0.65rem;
    font-style: normal;
    line-height: normal;
    padding: 0;
    background: unset;
    border: unset;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .btn-language:after {
    border: unset;
    background: url("../image/iconLangMenu.svg") no-repeat;
    width: 14px;
    height: 12px;
    vertical-align: unset;
    position: absolute;
    right: 1px;
    bottom: 1.5px;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .btn-language img {
    max-width: 100%;
    width: 100%;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .btn-language p {
    color: var(--black-3, #6d727c);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    border: 1px solid var(--black-4, #bababa);
    border-top: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    text-align: left;
    padding-left: 0.25rem;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box {
    margin-top: 10px !important;
    border: unset;
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    padding: 0;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li {
    border-bottom: 1px solid var(--white-3, #ecf2f7);
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li:last-child {
    border-bottom: 0;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li a {
    padding: 0.75rem;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li a span {
    position: relative;
    padding-left: 30px;
    color: var(--black-1, #061020);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box li a span img {
    width: 24px;
    max-width: 100%;
    position: absolute;
    top: 2px;
    left: 0;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .leftHeaderMobile .p-translation .arrow_box:after {
    bottom: 99%;
    right: 5%;
    border: 10px solid rgba(255, 255, 255, 0);
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    margin-left: -10px;
  }
  .listMenuMobile .contentMenuMobie .headerMenuMobile .btn-close-menu {
    width: 2.5rem;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie {
    padding: 0 1.25rem;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobile {
    display: block;
    color: var(--black-1);
    font-family: Medium;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0.75rem 1.25rem 0.75rem 0;
    border-bottom: 1px solid #ecf2f7;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap {
    background: unset;
    border: unset;
    border-bottom: 1px solid #ecf2f7;
    text-align: left;
    position: relative;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .menuItemMobileBtnLv1 svg, .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapsed .bottomSvg, .listMenuMobile .contentMenuMobie .MenuMobie .collapsed .bottomSvg {
    display: block;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap span {
    position: relative;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .menuItemMobileCollap span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -0.2rem;
    left: 0;
    background: var(--main-1, #293a8e);
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapsed span:before {
    content: unset;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .menuItemMobileLv1 {
    color: var(--black-1, #061020);
    font-family: Medium;
    font-size: 1rem;
    font-style: normal;
    line-height: normal;
    display: block;
    margin-bottom: 0;
    background: unset;
    border: unset;
    padding: 0.75rem 1.25rem 0.75rem 1rem;
    border-bottom: 1px solid #ecf2f7;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .menuItemMobileBtnLv1 {
    width: 100%;
    position: relative;
    text-align: left;
    color: var(--main-1);
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapsed {
    color: var(--black-1);
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapse-lv2 a {
    overflow: hidden;
    color: var(--black-1, #061020);
    text-overflow: ellipsis;
    font-family: Medium;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    display: block;
    width: 100%;
    padding: 0.75rem 0 0.75rem 2rem;
    border-bottom: 1px solid #ecf2f7;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapse-lv2 a .span_1 {
    overflow: hidden;
    color: var(--black-1, #061020);
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 2px;
    display: block;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapse-lv2 a .span_2 {
    overflow: hidden;
    color: var(--black-1, #061020);
    text-overflow: ellipsis;
    font-family: Medium;
    font-size: 14px;
    font-style: normal;
    display: block;
    line-height: normal;
  }
  .listMenuMobile .contentMenuMobie .MenuMobie .collapse-lv1 .collapse-lv2 a .textExploreMore {
    overflow: hidden;
    color: #f97414;
    text-overflow: ellipsis;
    font-family: Medium;
    font-size: 14px;
    font-style: normal;
    display: block;
    line-height: normal;
  }
  .listMenuMobile .contentMenuMobie .btnLoginMobile {
    padding: 2.75rem 1.25rem;
    margin-top: 2.75rem;
  }
  .listMenuMobile .contentMenuMobie .btnLoginMobile a {
    padding: 0.85rem 0 0.65rem;
    color: #3dbdff;
    text-align: center;
    font-family: Medium;
    font-size: 0.85rem;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.0175rem;
    text-transform: uppercase;
    display: block;
    border-radius: 3.125rem;
    border: 1px solid #3dbdff;
  }
  .listMenuMobileShow {
    right: 0;
    animation-name: example;
    animation-duration: 0.5s;
  }
  @keyframes example {
    from {
      right: -100%;
    }
    to {
      right: 0;
    }
  }
}
@media screen and (max-width: 600px) {
  main .pressHome .listPressHome .arrow_box {
    align-items: normal !important;
  }
  main .pressHome .listPressHome .arrow_box p a {
    word-wrap: break-word !important;
  }
}
footer {
  background: var(--white-2, #f6f9fc);
}

footer .info {
  display: flex;
  gap: 74.5px;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 2.5rem;
}

footer .info .contentInfo {
  width: calc(100% - 430px);
}

footer .info .contentInfo .titleFooter {
  color: var(--main-1, #293a8e);
  font-family: Medium;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

footer .info .infoRight .fanpage .p-text, footer .info .infoRight .p-text {
  color: var(--main-1);
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Medium;
  font-style: normal;
  line-height: normal;
}

footer .info .contentInfo ul {
  margin-bottom: 1.25rem;
  list-style-type: none;
  display: flex;
}

footer .info .contentInfo ul li {
  position: relative;
  color: #95979f;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
}

footer .info .contentInfo ul li span {
  color: #95979f !important;
}

footer .info .contentInfo ul li img {
  top: 0;
  left: 0;
  margin-right: 0.5rem;
}

footer .info .contentInfo .inline-text {
  display: flex;
  margin-bottom: 1.25rem;
}

footer .info .contentInfo .inline-text p, footer .menufooter .listMenuFooter ul li:last-child {
  margin-bottom: 0;
}

footer .info .contentInfo .inline-text p:first-child {
  color: #03000a;
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  width: 10rem;
}

footer .info .contentInfo .inline-text p:last-child {
  color: #95979f;
  font-weight: 500;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
}

footer .info .infoRight {
  width: 15rem;
}

footer .info .infoCenter {
  width: 140px;
}

footer .info .infoCenter .p-text {
  color: var(--main-1);
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Medium;
  font-style: normal;
  line-height: normal;
}

footer .info .infoRight .mxh a, footer .menufooter .certificationFooter a {
  margin-right: 1rem;
}

footer .info .infoRight .mxh a:last-child {
  margin-right: 0;
}

footer .info .infoRight .mxh, footer .menufooter .listMenuFooter ul li {
  margin-bottom: 0.75rem;
}

footer .info .infoRight .fanpage .p-text {
  font-weight: 500;
  margin-bottom: 0.75rem;
}

footer .menufooter .listMenuFooter {
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

footer .menufooter .listMenuFooter h3 {
  color: #03000a;
  font-family: Medium;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

footer .menufooter .listMenuFooter ul {
  list-style-type: none;
}

footer .menufooter .listMenuFooter ul li a {
  color: #95979f;
  font-family: Medium;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  footer .info {
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .fb_iframe_widget span, footer .info .contentInfo {
    width: 100%;
  }
  footer .info .infoCenter {
    display: none;
  }
  footer .info {
    gap: 0px;
  }
  footer {
    padding: 2rem 0;
  }
  footer .info {
    display: flex;
    flex-direction: column-reverse !important;
  }
  footer .info .infoRight {
    width: 100%;
    margin-bottom: 2rem;
  }
  footer .menufooter .listMenuFooter {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  footer .info .contentInfo .inline-text {
    display: block;
  }
  footer .info .contentInfo .inline-text p:first-child {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 550px) {
  footer .menufooter {
    display: none;
  }
  footer .info {
    border-bottom: 0;
    padding-bottom: 0;
  }
  footer .info .contentInfo ul {
    display: block;
  }
}
header .main-menu .logo-menu-search .nav-menu .div-nav-menu {
  list-style: unset;
  display: grid;
  align-items: center;
  justify-content: left;
  list-style-type: none;
}

header .main-menu .logo-menu-search .nav-menu .headet-contact {
  padding: 0.5rem 0 0.5rem;
  display: grid;
  align-items: center;
  justify-content: end;
  width: 11.25rem;
}

header .main-menu .logo-menu-search .nav-menu .ulWeb li {
  padding: 8px 0.5rem 0px;
}

header .main-menu .logo-menu-search .nav-menu .ulWeb li a {
  padding: 0px;
}

footer .info .infoCenter ul {
  list-style-type: none;
  display: grid;
  gap: 10px;
}

footer .info .infoCenter ul li a {
  color: #03000a;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  font-family: Medium;
}

@media screen and (max-width: 550px) {
  .btgrid .row {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer .info .infoRight .fanpage {
    display: none !important;
  }
  footer .info .infoRight {
    margin-bottom: 1rem;
  }
}

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