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 {
  display: block;
  max-width: 100%;
}

body {
  line-height: 1;
  font-family: "Inter";
  color: #000;
  font-weight: 400;
  background-color: #fff !important;
}

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;
  top: -770px;
  margin-bottom: -770px;
}

.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: "Poppins";
  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 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #4A4A4A;
  margin-bottom: 27px;
}
.heading-title a {
  color: #4A4A4A;
}

.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 {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
  }
}
.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;
}
.chaomuachaoban .nganh .menunganh1 {
  margin-top: 10px;
}
.chaomuachaoban .nganh-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 45px;
}
.chaomuachaoban .nganh-heading {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #8CFFC4;
  border-bottom: 1px solid #56FFBF;
  padding-bottom: 7px;
  margin-bottom: 12px;
}
.chaomuachaoban .nganh-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: #FFFFFF;
}
.chaomuachaoban-texthd {
  font-family: "Poppins";
  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) {
  .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 {
  background: url("/assets/app/chonoi/images/bg_spnb.png") no-repeat center center;
  padding-top: 200px;
  padding-bottom: 300px;
}
.sanphamnoibat-lista {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 20px;
  height: 362px;
}
.sanphamnoibat-image img {
  margin-bottom: 27px;
  width: 100%;
  height: 240px;
}
.sanphamnoibat-link {
  color: #000000;
}

@media screen and (max-width: 767px) {
  .sanphamnoibat-content {
    padding: 20px 0px;
  }
  .sanphamnoibat-lista {
    grid-template-columns: 100%;
    grid-gap: 50px 0;
  }
}
.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: "Poppins";
  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 {
    /*position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    width: 90%;
    z-index: 99;
    border-left: 1px solid #f8f8f8;
    flex-direction: column;
    gap: 10px 0;
    //padding-top: 60px;
    align-items: stretch;
    transform: translateX(100%);
    will-change: transform;
    transition: all 0.2s linear;
    &.is-show {
    transform: translateX(0);
    }*/
    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: 18px;
  }
}
.chuyenmuc {
  position: relative;
  overflow: hidden;
}
.chuyenmuc-header {
  background: linear-gradient(360deg, #00C7B2 0%, #00967A 100%);
}
.chuyenmuc-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 30px;
}
.chuyenmuc-item {
  background: #FFFFFF;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 65px;
}
.chuyenmuc-cont {
  padding: 0px 25px 38px;
}
.chuyenmuc-image img {
  padding-bottom: 32px;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 250px;
}
.chuyenmuc-start {
  display: flex;
  align-items: center;
  gap: 18px;
}
.chuyenmuc-bgpagination {
  text-align: center;
  margin-bottom: 65px;
}
.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;
}

@media screen and (max-width: 767px) {
  .chuyenmuc-list {
    grid-gap: 0 10px;
  }
  .chuyenmuc-cont {
    padding: 0px 12px 12px 12px;
  }
  .chuyenmuc-image img {
    padding-bottom: 12px;
    height: 130px;
  }
  .chuyenmuc-item {
    margin-bottom: 12px;
  }
  .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-radius: 19px;
  border: 1px solid #eee;
  padding: 66px;
}
.chitiet-container {
  display: flex;
  justify-content: space-between;
  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 {
  max-width: 480px;
}
.chitiet-content .chitiet-headingcm {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
}
.chitiet-content .chitiet-heading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 64px;
  color: rgba(0, 0, 0, 0.87);
}
.chitiet-content .chitiet-desc {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid #E6EBEF;
  padding-bottom: 28px;
  margin-bottom: 18px;
}
.chitiet-content .chitiet-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.54);
}
.chitiet .thongtinlienhe {
  padding-top: 30px;
  padding-bottom: 30px;
}
.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: 320px;
  overflow: hidden;
  position: relative;
}
.chitiet .chitiet-slideimg ul#imageGalleryct li {
  height: 254px !important;
}
.chitiet .chitiet-slideimg ul#imageGalleryct li img {
  height: 100% !important;
  width: 100% !important;
}

@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: 290px;
  }
  .chitiet .chitiet-slideimg ul#imageGalleryct li {
    height: 220px !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: #00967A;
  padding: 18px 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;
  }
}/*# sourceMappingURL=app.css.map */