html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input,
textarea,
select,
button {
  outline: none;
}

input {
  line-height: normal;
}

label,
button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  line-height: 1;
  font-family: "Inter";
  color: #000;
  font-weight: 400;
  background-color: #fff;
}

button {
  cursor: pointer;
  outline: none;
  border: none;
  font-family: "Inter";
}

.wrappercn {
  margin: 0 auto;
}

.containercn {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.imgp {
  position: absolute;
}

.scrollbar {
  height: 524px;
  overflow-y: scroll;
}

.force-overflow {
  /*min-height: 524px;height: auto;*/
  padding-right: 0px;
}

.stylescrollbar::-webkit-scrollbar {
  width: 8px;
}

.stylescrollbar::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 4px;
}

.stylescrollbar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #D8D8D8;
}

.stylescrollbar::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.bgpostionre {
  position: relative;
}

.text2dong {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  max-height: 48px;
}

/*a:visited{
  color: $heading-color;
}
a:active{
  color: $primary-color;
  text-decoration: underline;
}
a:hover{
  color: $primary-color;
}*/
.button {
  display: inline-block;
  padding: 13px 45px;
  border-radius: 100rem;
  font-family: "Inter";
  line-height: 1;
  font-size: 16px;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  white-space: nowrap;
}

.button--primary {
  font-weight: 700;
  background-color: #f53838;
  color: white;
}

.button--outline {
  background-color: transparent;
  color: #f53838;
  font-weight: 500;
  border: 1px solid;
}

.button--rounded {
  border-radius: 10px;
  padding: 17px 65px;
}

.button--shadow {
  position: relative;
}

.button--shadow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  height: 100%;
  transform: translate(-50%, 50%);
  background-color: rgba(245, 56, 56, 0.35);
  filter: blur(54px);
  border-radius: inherit;
}

.button--location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  background-color: #33907C;
  border-radius: 21px;
  color: #FFFFFF;
  border: none;
  padding: 9px 30px;
}

.button--second {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  align-items: center;
  color: #0663A3;
  background: linear-gradient(#fff 0 0) padding-box, linear-gradient(to right, #102397, #187ADF, #00EAF8) border-box;
  padding: 12px 60px;
  border: 1px solid transparent;
  border-radius: 100px;
}

.button--third {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  background: #FFFFFF;
  border: 1px solid #23272B;
  border-radius: 0px;
  padding: 16px 60px;
}

.boxed {
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hiddencn {
    display: none;
  }

  .button {
    padding: 13px 26px;
  }

  .mobicn {
    flex-direction: column !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0D253E;
  font-weight: bold;
}

.boxcn {
  margin: 0 auto 20px;
  text-align: center;
}

.heading {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #0D253E;
}

.heading-small {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 27px;
}

.heading-title {
  margin-top: 10px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: unset;
  opacity: 1;
  color: rgb(130, 134, 158);
  font-weight: 500;
  text-decoration: unset;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: unset;
  min-width: unset;
  transition: color 0.3s ease 0s;
  text-transform: uppercase;
  height: 40px;
}

.heading-title a {
  color: rgb(130, 134, 158);
}

.price {
  text-align: left;
  position: relative;
}

._price {
  text-align: left;
  min-height: 60px;
}

.texthd {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.1666666667;
  color: #414141;
}

.text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #000000;
}

.text-medium {
  font-weight: 500;
}

.text-small {
  font-size: 14px;
  line-height: 2.1428571429;
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 30px;
  }

  .heading-title {
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-width: 1px;
    border-color: unset;
    opacity: 1;
    color: rgb(130, 134, 158);
    font-weight: 500;
    text-decoration: unset;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: unset;
    min-width: unset;
    transition: color 0.3s ease 0s;
    text-transform: uppercase;
    height: 40px;
  }
}

.header {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(270deg, rgba(238, 238, 238, 0.0001) 0%, #FFFFFF 84.83%);
  /*an cho giao dien chi tiet*/
  /*
  .headercont{ height: 66px;}
  .header .headercont .headerimg img.headerimga{display:none;}
  .chaomuachaoban-header{display: none;}
  */
}

.header .headercont {
  position: relative;
  width: 100%;
}

.header .headercont .headerimg img.headerimga {
  width: 100%;
  height: auto;
}

.header .headercont .headerchu {
  position: absolute;
  top: 0px;
  width: 1170px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  position: relative;
}

.header-auth {
  display: flex;
  align-items: center;
  gap: 0 30px;
  text-transform: capitalize;
}

.header-signin {
  font-weight: 500;
  color: #fff;
}

.header-signup {
  padding: 13px 45px;
  border-radius: 100rem;
  color: #fff;
  border: 1px solid;
  font-weight: 500;
}

.header .headertop {
  text-align: right;
  background-color: #00967A;
  line-height: 40px;
  color: #fff;
}

.header .headertop-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  gap: 0 40px;
}

.header .headertop-item {
  float: left;
}

.header .headertop a {
  color: #fff;
}

.header .header-auth a span {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .header-auth {
    display: none;
  }

  .header-container {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .headertop .containercn {
    padding: 0 5px;
  }

  .header .headertop-container {
    gap: 0px 10px;
  }

  .header-container {
    padding-bottom: 0px;
  }

  .header .headercont .headerimg img.headerimga {
    height: auto;
    height: 230px;
  }

  .header .headercont .headerchu {
    width: 92%;
  }
}

.menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 25px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.menu-link {
  color: inherit;
  display: inline-block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  /* identical to box height */
  letter-spacing: 1.16667px;
  color: #0D253E;
}

.menu-toggle {
  display: none;
  width: 30px;
  height: 20px;
}

.menu-toggle span {
  pointer-events: none;
  width: 100%;
  height: 3px;
  background-color: #0D253E;
  display: block;
}

@media (hover: hover) {
  .menu-link {
    position: relative;
    transition: all 0.2s linear;
  }

  .menu-link:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: auto;
    right: 0;
    width: 0;
    height: 3px;
    background-color: #f53838;
    transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .menu-link:hover {
    color: #f53838;
  }

  .menu-link:hover:after {
    width: 100%;
    left: 0;
    right: auto;
  }
}

@media screen and (min-width: 768px) {
  .menu-item--auth {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    width: 90%;
    z-index: 99;
    border-left: 1px solid #ddd;
    flex-direction: column;
    gap: 10px 0;
    align-items: stretch;
    transform: translateX(100%);
    will-change: transform;
    transition: all 0.2s linear;
  }

  .menu.is-show {
    transform: translateX(0);
  }

  .menu-link {
    display: block;
    width: 100%;
    padding: 10px;
  }

  .menu-toggle {
    display: inline-flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .menu-item--auth {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
  }
}

.mancontent {
  position: relative;
}

.hero {
  position: absolute;
  top: 150px;
}

.hero-container {
  position: relative;
}

.hero-content {
  width: 100%;
  max-width: 555px;
}

.hero-image1 {
  margin-bottom: 20px;
}

.hero-heading {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #0D253E;
}

.hero-desc {
  margin-bottom: 20px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  padding-right: 100px;
}

.hero .button--hero {
  background: linear-gradient(90deg, rgb(167, 18, 18) 0%, rgb(213, 23, 23) 50%, rgb(36, 167, 175) 100%);
  font-style: normal;
  font-weight: 400;
  padding: 15px 69px;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero-heading {
    font-size: 35px;
  }

  .hero {
    top: 66px;
  }
}

@media screen and (max-width: 767px) {
  .hero-container {
    flex-direction: column-reverse;
    gap: 50px 0;
  }

  .hero-image1 img {
    height: 50px;
  }

  .hero .hero-image1 {
    height: 50px;
    margin-bottom: 10px;
  }

  .hero .hero-desc {
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 18px;
  }

  .hero .button--hero {
    padding: 4px 18px;
    font-size: 12px;
  }
}

.chaomuachaoban {
  background: url("/assets/app/chonoi/images/bg_maunen_l.png") repeat-x top left;
  position: relative;
  padding: 0px 0px;
  color: #fff;
}

.chaomuachaoban .chaomuachaobancontainerbg {
  background: url("/assets/app/chonoi/images/bg_maunen_top.jpg") no-repeat top center;
}

.chaomuachaoban .chaomuachaobancontainer {
  background: transparent url("/assets/app/chonoi/images/bg_maunen_fo.jpg") no-repeat bottom center;
  padding-bottom: 783px;
}

.chaomuachaoban .imgp {
  position: absolute;
  top: -70px;
}

.chaomuachaoban .imgp img {
  height: 1130px;
}

.chaomuachaoban .container {
  top: 10px;
  position: relative;
}

.chaomuachaoban .heading {
  font-family: "Great Vibes";
  font-style: normal;
  font-weight: 400;
  font-size: 57px;
  line-height: 71px;
  color: #fff;
  margin-bottom: 0px;
  padding-top: 10px;
  text-transform: initial;
}

.chaomuachaoban .camket {
  max-width: 766px;
  margin: 0 auto 40px;
  text-align: center;
  background: #00A58A url("/assets/app/chonoi/images/bg_ck.png") no-repeat top center;
  background-size: 100% auto;
  box-shadow: 0px 10px 34px rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

.chaomuachaoban .camket-container {
  display: flex;
  justify-content: center;
  gap: 0 80px;
  padding: 22px 0px 10px;
}

.chaomuachaoban .camket-list {
  list-style-type: none;
  margin-bottom: 10px;
}

.chaomuachaoban .camket-item {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 10.2px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.chaomuachaoban .camket-item:last-child {
  margin-bottom: 0px;
}

.chaomuachaoban-header {
  max-width: 555px;
  margin: 0 auto 0px;
  text-align: center;
}

.menunganh {
  list-style-type: none;
}

.nganh .menunganh1 {
  margin-top: 10px;
}

.nganh-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 45px;
}

.nganh-heading a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #4F6234;
  border-bottom: 1px solid #4F6234;
  padding-bottom: 3px;
  margin-bottom: 12px;
}

.nganh-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  color: #4F6234;
}

.chaomuachaoban-texthd {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  max-width: 710px;
  margin: 0 auto;
  padding-bottom: 23px;
}

@media screen and (max-width: 1023px) {
  .nganh-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0 45px;
  }

  .chaomuachaoban .nganh {
    padding: 0px 0;
  }

  .chaomuachaoban .nganh-container {
    gap: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .chaomuachaoban .nganh-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 20px;
  }

  .chaomuachaoban .imgp img {
    height: 250px;
  }

  .chaomuachaoban .heading {
    font-size: 35px;
    line-height: 40px;
  }

  .chaomuachaoban .camket-list {
    margin-bottom: 0px;
  }

  .chaomuachaoban .camket-container {
    gap: 0 100px;
    padding: 5px 0px 2px 0px;
  }

  .chaomuachaoban .camket-item {
    font-size: 10px;
    line-height: 10px;
  }

  .chaomuachaoban .camket-item {
    margin-bottom: 2px;
  }
}

.chuyenmucnoibat {
  background: #fff;
  padding-bottom: 60px;
  margin-top: -27px;
  position: relative;
}

.chuyenmucnoibat-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 170px;
}

.chuyenmucnoibat-desc {
  margin-bottom: 23px;
}

.chuyenmucnoibat-lista {
  list-style-type: none;
  /*display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;*/
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 20px;
}

.chuyenmucnoibat-item {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 21px;
  font-size: 14px;
}

.chuyenmucnoibat-image img {
  width: 100%;
  height: 240px;
}

.chuyenmucnoibat-lista .chuyenmucnoibat-tem img {
  width: 100%;
  height: 240px;
}

@media screen and (max-width: 1023px) {
  .chuyenmucnoibat-container {
    gap: 0 30px;
    align-items: center;
  }

  .chuyenmucnoibat {
    padding-bottom: 95px;
  }

  .chuyenmucnoibat-list {
    gap: 0 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .chuyenmucnoibat {
    padding-bottom: 50px;
  }

  .chuyenmucnoibat-container {
    flex-direction: column;
    gap: 50px 0;
  }
}

.sanphamnoibat-content {
  padding-top: 14px;
}

.sanphamnoibat-lista {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0 20px;
  height: 362px;
}

.sanphamnoibat-image img {
  margin-bottom: 27px;
  width: 100%;
  height: 240px;
}

.sanphamnoibat-link {
  color: #000000;
}

.lSPager lSpg {
  display: none;
}

@media screen and (max-width: 767px) {

  .sanphamnoibat-lista {
    grid-template-columns: 100%;
    grid-gap: 50px 0;
    height: 120px;
  }

  .sanphamnoibat-image img {
    margin-bottom: 27px;
    width: 100%;
    height: 100%;
  }

  .lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
    top: 40px;
  }

  .lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
    top: 40px;
  }

  .lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    height: 92px;
  }
}

.thucpham .menu-link-active {
  color: #57FFBF;
}

.thucpham .heading {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 37px;
  text-align: center;
}

.thucpham-menu {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #57FFBF;
  text-align: center;
  align-items: center;
  padding: 18px 0px;
  border: 1px dashed #57FFBF;
  border-radius: 138px;
  margin-bottom: 39px;
}

.thucpham-menu .menu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 0 25px;
}

.thucpham-menu .menu-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
}

.thucpham-menu .menu-link:hover {
  color: #57FFBF;
}

.thucpham-menu .menu-link-active {
  color: #57FFBF;
}

.thucpham .menu-toggle {
  display: none;
  width: 30px;
  height: 20px;
}

.thucpham .menu-toggle span {
  pointer-events: none;
  width: 100%;
  height: 3px;
  background-color: #0D253E;
  display: block;
}

.thucpham .texthd {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  max-width: 710px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {

  /*.thucpham{padding-top: inherit;}*/
  .thucpham .heading {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .nganh .menunganh {

    background-color: transparent;
  }

  .nganh .menunganh-item {
    display: block;
    width: 100%;
    padding: 0px;

  }

  .nganh .menunganh-toggle {
    display: inline-flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .nganh .nganh-heading {
    font-size: 16px;
  }

  .nganh .nganh-link {
    font-size: 14px;
    line-height: 32px;
  }
}

.chuyenmuc {
  position: relative;
  overflow: hidden;
}

.chuyenmuc-header {
  background: linear-gradient(360deg, #00C7B2 0%, #00967A 100%);
}

.chuyenmuc-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px 15px;
}

.chuyenmuc-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.item-content {
  background: white;
  border-radius: 0.5rem;
  height: 100%;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
}

.chuyenmuc-cont {
  text-align: left;
  min-height: 50px;
}

.chuyenmuc-price {
  margin-top: 1rem;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: unset;
  opacity: 1;
  color: rgb(236, 28, 36);
  font-weight: 700;
  text-decoration: unset;
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -moz-box-orient: vertical;
  -webkit-line-clamp: unset;
  max-width: unset;
  min-width: unset;
  transition: color 0.3s ease 0s;
  font-family: 'Roboto', sans-serif;
}

.chuyenmuc-price-old {
  margin: 0px 0.25rem 0px 0px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: unset;
  opacity: 1;
  color: rgb(130, 134, 158);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  -moz-box-orient: vertical;
  -webkit-line-clamp: unset;
  max-width: unset;
  min-width: unset;
  transition: color 0.3s ease 0s;
  text-decoration: line-through;
}

.bonus-title {
  margin: 0px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: unset;
  opacity: 1;
  color: rgb(236, 28, 36);
  font-weight: 400;
  text-decoration: unset;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  -moz-box-orient: vertical;
  -webkit-line-clamp: unset;
  max-width: unset;
  min-width: unset;
  transition: color 0.3s ease 0s;
}

.chuyenmuc-price-bonus {
  background: #ed1b23;
  border-radius: 0px 0px 100px 0px;
  width: 63px;
  height: 63px;
  position: absolute;
  text-align: left;
  padding-left: 5px;
}

.price-bonus-title {
  color: #ffffff;
  text-align: center;
  font-family: "Manrope-Bold", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.nhomsanphams-link {
  position: relative;
  overflow: hidden;
  width: 32%;
  text-align: right;
  padding-right: 6px;
}

.nhomsanphams-link a {
  color: #4f6234;
  font-family: "Manrope-ExtraBold", sans-serif;
  font-size: 12px;
}

.heading-cont {
  font-size: 11px;
  padding-top: 0px !important;
  line-height: 1.4em;
  word-break: break-word;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 33px;
}


.chuyenmuc-start {
  display: flex;
  align-items: center;
  gap: 18px;
}

.chuyenmuc-bgpagination {
  text-align: center;
  margin-bottom: 65px;
  max-width: 1170px;
  margin: auto;
}

.chuyenmuc-bgpagination .buttonpage {
  background: #FFFFFF;
  border: 1px solid #175DAA;
  border-radius: 3px;
  padding: 3px 7px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #175DAA;
  margin: 7.5px;
}

.chuyenmuc-bgpagination .selected {
  background: #33907C;
  border: 1px solid #979797;
  color: #FFFFFF;
}

.chuyenmuc-bgpagination .btncn {
  border: none;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  color: #1D1D1B;
}

.chuyenmuc-image img {
  width: 194px;
  height: 142px;
  object-fit: cover;

}

.chuyenmuc-cont {
  text-align: left;
  min-height: 70px;
}

@media screen and (max-width: 767px) {

  .chuyenmuc-cont {
    text-align: left;
    min-height: 70px;
  }


  .chuyenmuc-item {
    flex-shrink: 0;
    margin-right: 8px;
    width: 45%;
  }

  .item-content {
    background: white;
    border-radius: 0.5rem;
    height: 100%;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
  }

  .chuyenmuc-list {
    border-style: none;
    border-width: 1px;
    border-color: unset;
    opacity: 1;
    display: flex;
    width: 100%;
    overflow: scroll hidden;
    transform: translate3d(0px, 0px, 0px);
    grid-gap: 5px;
  }

  .chuyenmuc-image {
    margin-bottom: 0.25rem;
  }

  .chuyenmuc-image img {
    width: 142px;
    height: 142px;
    object-fit: cover;

  }

  .chuyenmuc-start {
    gap: 0 3px;
    width: 10px;
    height: 10px;
  }

  .rate {
    padding: 0px !important;
    height: 20px !important;
  }

  .rate:not(:checked)>label {
    font-size: 17px !important;
  }
}

.chitiet {
  position: relative;
  overflow: hidden;
}

.chitiet .containerbg {
  background: #FFFFFF;

  border: 1px solid #eee;
  padding: 35px;
  margin-top: 15px;
}

.chitiet-container {
  display: flex;
  gap: 0 50px;
}

.chitiet .heading {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #009C81;
  text-transform: inherit;
}

.chitiet-content {
  width: 100%;
}

.chitiet-content .chitiet-headingcm {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
}

.chitiet-content .chitiet-heading {
  font-size: 25px;
  font-family: "Manrope";
  font-weight: 700;
  color: rgba(53, 53, 53, 1);
}

.chitiet-content .chitiet-desc {
  font-size: 14px;
  font-family: "Manrope";
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
  padding-bottom: 10px;
}

.chitiet-content .chitiet-text {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.54);
}

.chitiet .thongtinlienhe {}

.chitiet .thongtinlienhe-cn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.chitiet .thongtinlienhe-cnsocial {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}

.chitiet .thongtinlienhe-headingd {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
}

.chitiet .thongtinlienhe .text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.7;
}

.chitiet-mota {
  border-top: 1px solid #979797;
  padding-top: 30px;
}

.chitiet .chitiet-slideimg {
  width: 440px !important;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.chitiet .chitiet-slideimg ul#imageGalleryct li {
  height: 330px !important;
}

.chitiet .chitiet-slideimg ul#imageGalleryct li img {
  /* height: 100% !important; */
  /* width: 100% !important; */
  height: 320px !important;
  text-align: center;
}

.lSSlideOuter .lSPager.lSGallery li {
  width: 58px;
  height: 58px;

}

@media screen and (max-width: 767px) {
  .thucpham {
    padding-top: inherit;
  }

  .thucpham .heading {
    font-size: 30px;
  }

  .thucpham-menu {
    display: none;
  }

  .chitiet .containerbg {
    padding: 20px;
  }

  .chitiet-container {
    flex-direction: column-reverse;
    gap: 10px 0;
  }

  .chitiet .chitiet-slideimg {
    width: 100% !important;
    height: 420px;
  }

  .chitiet .chitiet-slideimg ul#imageGalleryct li {
    height: 350px !important;
  }
}

.video {
  position: relative;
}

.video-container {
  border: 1px solid #979797;
  padding: 20px;
  display: flex;
  justify-content: space-evenly;
  gap: 0 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 20px;
}

.video--item {
  display: flex;
  flex-direction: column;
}

.video-list {
  overflow: hidden;
}

.video-item {
  padding-bottom: 20px;
}

.video-item img {
  width: 100%;
}

.video-item:last-child {
  padding-bottom: 0px;
}

.video-playi,
.video-playi img {
  width: 760px;
  height: 524px;
  background: #000;
}

.video video,
.video iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .video {
    top: 0px;
    margin-bottom: 0px;
  }

  .video-container {
    display: block;
  }

  .video-playi,
  .video-playi img {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
}

.footer {
  margin-top: 80px;
  /*&-logo {
     display: inline-block;
   }*/
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #CBE3FA;
  border-left: none;
  border-right: none;
  padding: 40px 0px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding: 24px 0px 24px 0px;
  grid-gap: 0 12px;
}

.footer-menu {
  list-style: none;
}

.footer-menu .footer-link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
}

.footer-menu .footer-item {
  padding-bottom: 10px;
}

.footer-menu .footer-item:last-child {
  padding-bottom: 0px;
}

.footer-info-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 18px;
}

.footer-info-desc .heading {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #33907C;
  padding-bottom: 10px;
}

.footer-info-desc .text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #33907C;
  mix-blend-mode: normal;
  opacity: 0.8;
}

.footer-infodesc {
  display: flex;
  gap: 0 18px;
  text-align: right;
}

.footer-infodesc .text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}

.footer-infodesc .social {
  display: flex;
  align-items: center;
  gap: 0 18px;
  flex-direction: row-reverse;
}

.footer .footer-infologo {
  flex-direction: row-reverse;
}

.footer-copyright {
  background: #4F6234;
  padding: 12px 0px;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FFFCFC;
}

@media screen and (max-width: 1023px) {
  .footer {
    padding: 20px 0px 0px;
  }

  .footer-container {
    gap: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 0px;
  }

  .footer-container {
    grid-template-columns: 100%;
    grid-gap: 30px 0;
  }

  .footer-info {
    padding: 30px 0px 20px 0px;
  }

  .footer-content {
    grid-template-columns: none;
  }

  .footer-infodesc {
    flex-direction: row-reverse;
    gap: 0 5px;
  }

  .footer-infodesc .text {
    font-size: 14px;
  }

  .footer-info-content {
    grid-template-columns: 100%;
    grid-gap: 30px 0;
  }
}

.tags {
  display: flex;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 5px;
  width: 100%;
  overflow: scroll hidden;

}

.tags {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.tags::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.tag-content {
  margin-left: 5px;
  margin-right: 15px !important;
  padding: 10px 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  width: auto;
  font-size: 12px;
}

.tag-content-active {
  border-bottom: 2px solid #4F6234 !important;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 15px !important;
  padding: 10px 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  width: auto;
  font-size: 12px;
}

.tag-content a {
  color: #333333;
}

.tag-content a:hover {
  color: #333333;
}

.tag-content-active a {
  color: #4F6234;
}

.tag-content-active a:hover {
  color: #4F6234;
}

@media screen and (max-width: 767px) {
  .tag-content {
    flex-shrink: 0;
    overflow: scroll hidden;
    margin-left: 5px;
    margin-right: 15px !important;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    width: auto;
    font-size: 12px;
  }

  .tag-content-active {
    flex-shrink: 0;
    overflow: scroll hidden;
    border-bottom: 2px solid #4F6234 !important;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 15px !important;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    width: auto;
    font-size: 12px;
  }

}

/*# sourceMappingURL=app.css.map */