.body {
  min-height: 100vh;
  color: #111;
  font-family: 'Inter', san-serif;
}
body {
  font-family: 'Inter', san-serif;
}

body .text-landing {
  color: #000;
}

.main-blog {
  min-height: calc(100vh - 192px);
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-top: 1px solid #e6e7e9; */
  z-index: 900;
  background: #840002;
  color: #fff;
}
.footer .container {
  margin: 0px 100px;
  position: relative;
}
@media (max-width: 1000px) {
  .footer .container {
    max-width: 1182px !important;
    margin: 0px 10px;
  }
}

.footer a {
  text-decoration: none;
}
.footer a:visited {
  color: #3855b3;
}

.m-footer {
  margin-top: 20px;
  height: auto;
  min-height: 152px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-top: 1px solid #e6e7e9; */
  z-index: 900;
  background: #840002;
  color: #fff;
}
.m-footer .container {
  margin: 0px 100px;
  position: relative;
}
@media (max-width: 1000px) {
  .m-footer .container {
    max-width: 1182px !important;
    margin: 0px 10px;
  }
}

.m-footer a {
  text-decoration: none;
}
.m-footer a:visited {
  color: #3855b3;
}
.scroll-to-top {
  position: fixed;
  bottom: 10px;
  right: 30px;
  text-align: right;
}
.scroll-to-top .top-icon {
  cursor: pointer;
  background: #364b63;
  z-index: 930;
}
.scroll-to-top .top-icon:hover {
  background: #4bc25f;
}
.bg-home {
  background-color: #fff;
  background-repeat: no-repeat;
}
.header {
  height: 70px;
  color: #0e4d90;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #0e4d90;
  z-index: 1000;
}

.nav {
  display: flex;
  justify-content: center;
  height: 100%;
  font-weight: 700;
}
.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
}
.active {
  color: #ffffff;
}
.container {
  width: 100%;
  max-width: 1182px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.logo {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-right: 8px;
}
.d-flex {
  display: flex;
}
.header-2 .nav {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.header-2 .nav .nav-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-2 .nav .nav-content-item {
  padding-left: 12px;
}
.header-2 .nav .nav-content-item a {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #0e4d90;
  text-decoration: none;
}
.header-2 .nav .nav-content-item a:visited {
  color: #0e4d90;
}
.header-2 .nav .active .logo-name {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #2e2e2e;
  font-family: 'Maven Pro', sans-serif;
}
@media (max-width: 690px) {
  .course-container {
    grid-template-columns: auto !important;
    max-width: 500px;
    margin: auto !important;
  }
}
.course-container {
  margin-bottom: 30px;
}
.course-container > div {
  background-color: rgba(255, 255, 255, 0.8);
}
.course-item {
  border: 1px solid #e6e7e9;
  border-radius: 8px;
  cursor: pointer;
  padding: 24px;
  position: relative;
  margin-bottom: 16px;
}
.course-item:hover {
  background: rgba(0, 0, 0, 0.03);
  transition: 0.3s;
}
.course-box {
  display: inline-flex;
}
.course-image {
  width: 170px;
  display: inline-table;
  padding: 20px;
}
.image {
  width: 130px;
}
.course-title {
  font-size: 20px;
  font-weight: 600;
  max-height: 50px;
  line-height: 28px;
  color: rgba(24, 24, 25, 0.9);
}
.container-course-title {
  font-size: 38px;
  margin-bottom: 32px !important;
  font-weight: 900;
  line-height: 42px;
  color: #0e4d90;
  font-family: Inter, sans-serif;
  margin-top: 56px;
}
.course-description {
  font-size: 14px;
  color: #6c7579;
  margin-top: 0px !important;
  max-height: 160px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.course-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.course-header .course-header-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.intro {
  display: flex;
  justify-content: space-between;
}
.intro .intro-header {
  font-weight: 600;
  font-size: 60px;
  line-height: 73px;
  color: #263238;
  margin: 0px !important;
}
.intro .intro-content {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #767676;
  margin-bottom: 24px;
  margin-top: 24px;
}
.intro .start-btn {
  display: flex;
  justify-content: center;
  border-radius: 6px;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  padding: 12px 24px;
  color: #fff;
  background: #840002;
}
.intro .start-btn a {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
}
.intro .store-icon {
  height: 50px;
  margin-right: 25px;
  cursor: pointer;
}
.linear-progress {
  margin-top: 20px;
  bottom: 24px;
}
.complete-span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgba(24, 24, 25, 0.7);
  margin-bottom: 6px;
}
.section {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.section-row {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.section-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50px;
  background: #0696de;
}
.section-icon:hover {
  filter: drop-shadow(2px 3px 7px #c8c8c8);
}
.section-icon.test {
  background: #00c59e;
}
.section-icon.locked {
  background: #bdbdbd;
}
.section-title {
  font-size: 14px;
  font-weight: 500;
  margin-top: 14px;
}
.icon {
  color: white;
  font-size: 40px;
}
.section-title-container {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  font-family: Inter, sans-serif;
}
.main-2 {
  max-width: 850px !important;
  font-size: 16px;
  color: #8a94a6;
  margin-bottom: 100px;
  margin-top: 92px;
}
.main-2 h4 {
  color: #323b4b;
  margin-top: 50px;
}
.section-header {
  position: absolute;
}
.title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  margin-left: -24px;
}
.btn-container {
  align-items: center;
  bottom: 0;
  background: #ffffff;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  background: #ffffff;
  /* box-shadow: inset 0px 2px 0px #eaeaea; */
}
.reading-container {
  background-color: white;
  padding-top: 2px;
  font-family: Inter, sans-serif;
}
.reading-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
  color: #494761;
  margin-left: 20px;
}
.reading-image {
  height: 270px;
  width: auto;
  cursor: pointer;
  max-width: 100%;
}
.image-view {
  width: 100%;
  height: 100%;
}
.course-step {
  display: flex;
  align-items: center;
  margin-top: 12px;
  max-width: 730px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.linear-progress-course {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.reading-content {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 3px;
  color: #1c1939;
  padding-left: 20px;
  padding-right: 20px;
}
.course-step-container {
  display: flex;
  align-items: center;
  overflow-x: auto;
  padding: 5px;
}
.course-step-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #f5f5f5;
}
.course-step-container::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #f5f5f5;
}
.course-step-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffb74d;
}
.course-step-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #0484c6;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  border: 1px solid #0484c6;
  font-family: DM sans, sans-serif;
}
.course-step-item.finished {
  background: #14cc9e;
  color: #fff;
  border: none;
}
.course-step-item.wrong {
  background: #eb5757;
  border: 1px solid #eb5757;
  color: #fff;
}
.course-step-item.active {
  background: #0384c6;
  color: #fff;
  border: none;
}
.course-line {
  display: flex;
  width: 70px;
  min-width: 70px;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
  margin-left: 3px;
  margin-right: 3px;
}
.course-forward {
  width: 70px;
  min-width: 70px;
  height: 16px;
  min-height: 16px;
  display: flex;
  justify-content: center;
}
.question-container {
  font-size: 17.6px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  padding: 16px 20px !important;
}
.question-label {
  width: 100%;
  font-size: 16px;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 24px !important;
  font-family: Inter, sans-serif !important;
  color: #1c1939 !important;
  opacity: 0.9;
}
.question-alert {
  flex-grow: 1;
  padding-top: 0;
  padding-bottom: 0;
  bottom: 93px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 48px;
  border-radius: 4px;
  max-width: 630px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.question-alert.success {
  background: #4ccc81;
}
.question-alert.error {
  background: #eb5757;
}
.question-alert.info {
  background: #f6e9c8;
  color: #ecaa00;
  font-weight: 400;
}
.question-answer {
  width: 100%;
  background-color: white;
  margin-bottom: 16px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  box-shadow: 0px 3px 0px #eaeaea;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  color: #494761;
  padding: 8px 16px 10px 16px;
  font-family: Inter, sans-serif;
  cursor: pointer;
}
.question-answer.active {
  background: #e5f4ff;
  border: 1px solid #40aaff;
  box-shadow: 0px 3px 0px #40aaff;
}
.question-answer.success {
  background: #e7f8ee;
  border: 1px solid #4ccc81;
  box-shadow: 0px 2px 0px #4ccc81;
}
.question-answer.error {
  background: #ffe9e3;
  border: 1px solid #eb5757;
  box-shadow: 0px 2px 0px #eb5757;
}
.custom-dialog .MuiDialog-paperWidthSm {
  max-width: 70%;
}
.btn-check {
  color: #ffffff;
  background: #0384c6;
  border-radius: 8px;
  box-shadow: none;
  font-weight: bold;
  font-size: 16px;
  text-transform: none;
  display: flex;
  height: 40px;
  width: 128px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.btn-check:hover {
  background: #14cc9e;
}
.btn-check.disable {
  background: #8fc6ec;
  transition: none;
}
.btn-back {
  height: 40px;
  border: 1px solid #0384c6;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: none;
  font-weight: bold;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  display: flex;
  color: #0384c6;
  background: #fff;
  width: 128px;
  cursor: pointer;
}
.btn-back .back-icon {
  display: flex;
  align-items: center;
  margin-right: 8px;
  background-image: url(/images/chevron_left.svg);
  width: 8px;
  height: 14px;
}
.btn-back:hover {
  border: 1px solid transparent;
  background: #14cc9e;
  color: #fff;
}
.btn-back:hover .back-icon {
  background-image: url(/images/chevron_left_white.svg);
}
.forward-icon {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.retry-icon {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
p {
  margin-top: 0;
}
.container-section {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.main {
  max-width: 1182px !important;
  min-height: 100vh;
  position: relative;
}
.reading-image-container {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .question-alert {
    position: absolute;
    margin-top: 100px;
  }
  .container-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  button {
    height: 40px !important;
    width: 100px !important;
  }
}

.sections {
  margin: 120px 100px 0px;
}

.section-list {
  margin: 120px 0px 0px;
}

@media (max-width: 1440px) {
  .sections {
    margin: 120px 0px 0px;
  }
}

.btn-install-container {
  display: flex;
}

@media screen and (max-width: 600px) {
  .btn-install-container {
    display: block;
  }

  .btn-install-container a {
    margin-bottom: 15px;
    margin-right: 0;
    justify-content: center;
  }

  .btn-install-container a .store-icon {
    margin-right: 0;
  }

  .intro .d-flex {
    justify-content: center;
  }
  .MuiIconButton-root {
    width: 50px !important;
  }
  .course-forward {
    width: 40px;
    min-width: 40px;
  }
}
.main-container {
  display: grid;
  grid-template-columns: 400px auto;
  grid-template-areas: 'main-left main-right';
}
.main-left {
  /* background-color: rgba(247, 247, 248, 1); */
  padding: 0px 15px;
  overflow-y: auto;
}
.main-right {
  background: #fff;
  padding: 20px 0px;
  overflow-y: auto;
}
.container-section {
  overflow-y: auto;
}
.course-detail-title-container {
  color: #1155cc;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  font-family: Inter, sans-serif;
  max-width: 370px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #f5f9ff;
  height: 58px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #1155cc;
  padding: 16px;
}
.check-icon {
  align-self: center;
  width: 14px;
  height: 14px;
  background-color: #8f8f8f;
  color: #fff;
  border-radius: 10px;
  padding: 3px;
  font-size: 8px !important;
  margin: 2px 10px;
}
.course-detail-item {
  padding: 14px 0px;
  display: flex;
}
.course-detail-item.select {
  background: rgb(245, 245, 245);
}
.course-detail-item:hover {
  background: #ddd;
}

.bm-burger-button {
  position: fixed;
  width: 36px;
  height: 30px;
  right: 36px;
  top: 36px;
}

.bm-burger-bars {
  background: #000;
}

/* .bm-menu-wrap {
  visibility: hidden;
}

.bm-menu-wrap.open {
  visibility: visible;
} */

.bm-cross-button {
  height: 24px;
  width: 24px;
}

.bm-cross {
  background: #bdc3c7;
}

.bm-menu {
  background: #373a47;
  padding: 10px;
  font-size: 1.15em;
}

.bm-item-list {
  padding: 0.8em;
}

.bm-item {
  display: block;
  color: #bdc3c7;
  margin: 10px 0px;
}

#react-burger-cross-btn {
  cursor: auto !important;
}

#react-burger-menu-btn {
  cursor: auto !important;
}

.nav-url > a {
  text-decoration: none !important;
  color: #fff;
  display: block;
  padding: 10px;
}

.activeURL {
  background: rgba(136, 160, 169, 0.2);
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-item-center {
  align-items: center !important;
}

.align-self-center {
  align-self: center !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.progress {
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background-color: #eff7fc;
}

.progress-error {
  height: 5px;
  border-radius: 10px;
  background-color: rgb(255, 0, 0);
  transition: width 1.5s;
}

.progress-success {
  height: 5px;
  border-radius: 10px;
  background-color: #00b730;
  transition: width 1.5s;
}

.progress-main {
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background-color: #eff7fc;
}

.progress-main-success {
  height: 5px;
  border-radius: 10px;
  background-color: #00b730;
  transition: width 1.5s;
}

.circle-background,
.circle-progress {
  fill: none;
}

.circle-background {
  stroke: #c7c7c7;
}

.circle-progress {
  stroke: #0584c6;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: colorload 1.5s;
}

@keyframes colorload {
  0% {
    opacity: 0;
    width: 0px;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}

.circle-text {
  font-size: 7px;
  font-weight: bold;
  fill: red;
  animation: colorload 1.5s;
}

.custom-scroll::-webkit-scrollbar {
  width: 2px;
}
/* Track */
.custom-scroll::-webkit-scrollbar-track {
  background: none;
}
/* Handle */
.custom-scroll::-webkit-scrollbar-thumb {
  background: rgba(191, 191, 191, 0.8);
}
/* Handle on hover */
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(191, 191, 191, 1);
}

.btn-download {
  height: 40px;
}

.logo-with-text {
  display: flex;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  align-items: center;
  cursor: pointer;
}

.text-color-primary {
  color: #000000 !important;
}

.text-color-accent {
  color: #840002 !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-normal {
  font-weight: normal !important;
}

.title-header {
  font-size: 28px;
}

.slick-next:before,
.slick-prev:before {
  color: #000000 !important;
}
.slick-next:before {
  content: '\f105' !important;
  font: 30px/1 FontAwesome !important;
}
.slick-prev:before {
  content: '\f104' !important;
  font: 30px/1 FontAwesome !important;
}
.slick-next,
.slick-prev {
  width: 30px !important;
  height: 30px !important;
  font-size: 12px !important;
  line-height: 1 !important;
}
.slick-next {
  transform: translate(50px, -50%) !important;
  right: 20px !important;
  padding: 4px 0 0 3px !important;
}
.slick-prev {
  transform: translate(-40px, -50%) !important;
  display: inline-grid !important;
  left: 0px !important;
  z-index: 1 !important;
}
.slick-disabled {
  opacity: 0.25 !important;
}

.item-slider {
  width: 264px;
  height: 188px;
  padding: 16px;
  /* margin-right:  */
}

.item-box {
  width: 100%;
  height: 153px;
  background-repeat: no-repeat;
  background-image: url(/images/thumb2.png);
  background-size: 264px 153px;
}

.item-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 8px;
  text-decoration: none !important;
  color: #000000;
}

.section-link {
  text-decoration: none !important;
}

.title-common {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 48px;
  margin-top: 60px;
  text-align: center;
  color: #840002;
}

.stars-container {
  position: relative;
  display: inline-block;
  color: transparent;
  letter-spacing: 5px;
}

.stars-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  color: lightgray;
  letter-spacing: 5px;
}

.stars-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  color: #ffa400;
  overflow: hidden;
  letter-spacing: 5px;
}

.stars-100:after {
  width: 100%;
}

.comment-box {
  width: 311px;
  min-height: 328px;
  display: flex;
  position: relative;
}

.comment-slider {
  transform: translateY(-51px);
  min-height: 282px;
  padding: 50px 24px 38px;
  background-color: #f0f8ff;
  margin: 0px 30px;
  border-radius: 10px;
  z-index: 1;
}

.comment-content {
  font-size: 16px;
  margin: 24px 0px 50px;
  color: #284d82;
}

.comment-author {
  font-size: 14px;
  color: #325fa0;
  font-weight: 600;
}

.comment-image {
  width: 102px;
  height: 102px;
  align-items: center;
  margin: auto;
  z-index: 2;
  position: relative;
  border-radius: 50%;
}

.blog-box {
  margin-right: 35px;
  cursor: pointer;
  border: 1px solid rgb(0, 0, 0, 0.06);
  box-shadow: 0 0 4px 0 rgb(0, 0, 0, 0.1);
  display: flex;
  position: relative;
  flex-direction: column;
  height: 465px;
  max-width: 386px;
}

.blog-box a {
  color: #000 !important;
}

.blog-box-list .blog-box:last-child {
  margin-right: 0;
}

.blog-date {
  font-size: 14px;
  color: #666666;
  margin: 16px 0px;
  text-align: right;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 16px;
  font-style: italic;
}

.blog-detail-date {
  font-size: 16px;
  color: #666666;
  text-align: left;
}

.blog-title {
  margin-top: 8px;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 12px;
}

.blog-sapo {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-landing-page {
  height: 92px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header-img {
  padding-right: 16px;
  display: flex;
  align-items: center;
}

.header-img img {
  width: 32px;
  height: 32px;
}

.header-title {
  color: #840002;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-right: 30px;
}

.nav-landing-page {
  padding-top: 0 !important;
}

.img-thumb {
  width: 574px;
  height: 350px;
  object-fit: cover;
}

/* .player-wrapper {
  width: ;
} */

.blog-header {
  margin-bottom: 30px;
  font-size: 32px;
  color: #2d3748;
  font-weight: 600;
  display: flex;
}

.blog-cat-item {
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  cursor: pointer;
}

.blog-cat-content {
  display: flex;
  flex-direction: column;
  text-align: justify;
}

.blog-cat-sapo {
  font-size: 14px;
  color: #777777;
  line-height: 22px;
}

.blog-cat-img {
  min-width: 385px;
  min-height: 230px;
  width: 385px;
  object-fit: cover;
  margin-right: 34px;
  border-radius: 16px;
  border: 1px solid #ebe2e2;
}

.blog-cat-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: initial;
}

.container-blog {
  width: 920px;
  margin: 0 auto;
}

.container-blog-detail {
  width: 800px;
  margin: 0 auto;
}

.blog-detail-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 16px;
}

.blog-detail-img {
  width: 100%;
  margin-bottom: 32px;
}

.sm-button {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1155cc;
  cursor: pointer;
}

.sm-button img {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

ol {
  padding: 0px 0px 0px 15px !important;
}

.blog-detail-ol {
  margin: 16px 0px;
  font-weight: 600;
  font-size: 16px;
}

.policy > p {
  font-size: 16px !important;
  line-height: 30px !important;
  color: #818181 !important;
  margin: 0px !important;
}

.policy > div {
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 700;
  color: #404040 !important;
  margin: 40px 0px 10px;
}

.policy {
  margin-bottom: 80px;
}

.policy-link {
  color: #ffffff !important;
  font-size: 16px;
  text-decoration: none;
}

.policy-link:hover {
  text-decoration: underline;
}

.policy > div.policy-title {
  width: 100%;
  height: 100px;
  font-size: 48px !important;
  font-weight: 700 !important;
  color: #404040 !important;
  margin: 0px 0px 30px !important;
}

.pagination-container {
  text-align: center;
  font-size: 15px;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center;
}

.pagination-item {
  border-radius: 10px;
  margin-right: 5px;
  color: #212529;
  float: left;
  padding: 6px 13px;
  text-decoration: none;
  transition: background 0.3s;
  background: #edf1f7;
  color: #2e3a59;
  margin-left: 0;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.pagination-item.active {
  background: #364b63;
  color: #fff;
}

.blog-card-img {
  object-fit: cover;
  width: 385px;
  height: 252px;
}

.breadcrumb {
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.25rem;
  padding: 0px !important;
  font-size: 18px;
  margin: 50px 0px;
}

.breadcrumb-item > a {
  text-decoration: none;
  color: #06c;
}
.breadcrumb-item > a:hover {
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: '/';
}
.btn-share {
  color: #ffffff;
  background: #0384c6;
  border-radius: 8px;
  box-shadow: none;
  font-weight: bold;
  font-size: 16px;
  text-transform: none;
  display: flex;
  height: 40px;
  width: 128px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.blog-box-content {
  padding: 0 10px;
}

.blog-sapo {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-title {
  margin-top: 8px;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 12px;
}

@media (max-width: 620px) {
  .blog-box-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 385px;
    max-width: 100%;
  }

  .blog-sapo {
    margin-bottom: 10px;
  }
}

.qrcode {
  margin-top: 43px;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(17, 85, 204, 0.2);
  border-radius: 12px;
  width: fit-content;
}

.qrcode img {
  width: 270px;
  height: 270px;
}

.text-scan {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  margin-top: 24px;
  text-align: center;
}

.qr-sm {
  position: fixed;
  /* bottom: 298px; */
  right: 20px;
  padding: 10px;
  box-shadow: 0px 4px 10px rgba(17, 85, 204, 0.2);
  border-radius: 12px;
  background-color: #fff;
  z-index: 100;
  cursor: pointer;
}

.qr-sm img {
  width: 75px;
  height: 75px;
}

.popup {
  position: fixed;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  top: -100px;
  left: 0;
  z-index: 9999;
  display: none;
}

.popup-bg {
  position: fixed;
  top: 0;
  background: black;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.popup-fg {
  background: #fff;
  color: #333;
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#popup-qr-fg {
  border-radius: 36px;
  max-width: 462px;
  padding: 20px 120px 40px;
  color: #323232;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  position: relative;
}

.title-qr {
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 44px;
}

#popup-qr-fg .popup-qr-img {
  width: 186px;
  height: 186px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.close-qr {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 22px;
  right: 28px;
  cursor: pointer;
}

.videos-home-section .blog-box {
  width: 355px;
  height: unset;
  padding-bottom: 24px;
}

.videos-home-section .blog-box-list {
  justify-content: space-between;
}

.videos-home-section .blog-title {
  -webkit-line-clamp: 3;
}

.videos-home-section .blog-sapo {
  -webkit-line-clamp: 4;
}

.videos-home-section a {
  text-decoration: none !important;
}

.slogan {
  font-weight: 700;
  font-size: 52px;
  line-height: 56px;
  color: #111827;
  margin-top: 4px;
}

.intro-right-panel {
  display: flex;
  justify-content: center;
  width: 50%;
}
.right-panel-content {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-ms {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}

.master-item {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 8px;
}

.master-item img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.master-list {
  margin-top: 24px;
}

.align-items-center {
  align-items: center !important;
}

.intro-left-panel {
  /* max-width: 592px; */
  text-align: left;
  width: 50%;
}

.box-benefit-cont {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.box-benefit {
  width: 237px;
  border-radius: 20px;
}

.title-benefit {
  padding: 18.5px 26.5px;
  border-radius: 20px 20px 0px 0px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  display: flex;
  align-items: center;
  height: 101px;
}

.title-benefit img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.content-benefit {
  padding: 24px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  height: 226px;
  border-radius: 0px 0px 20px 20px;
  text-align: center;
}

.main-content-benefit {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
}

.box-benefit-cont .box-benefit:first-child .title-benefit {
  background: #8144f5;
}

.box-benefit-cont .box-benefit:first-child .content-benefit {
  background: #9f6eff;
}

.box-benefit-cont .box-benefit:nth-child(2) .title-benefit {
  background: #d3a814;
}

.box-benefit-cont .box-benefit:nth-child(2) .content-benefit {
  background: #d3a814cc;
}

.box-benefit-cont .box-benefit:nth-child(3) .title-benefit {
  background: #286fec;
}

.box-benefit-cont .box-benefit:nth-child(3) .content-benefit {
  background: #2971ede6;
}

.box-benefit-cont .box-benefit:nth-child(4) .title-benefit {
  background: #d57e48;
}

.box-benefit-cont .box-benefit:nth-child(4) .content-benefit {
  background: #ffa368;
}

.ul-landing-page {
  padding: 0px;
}

.ul-landing-page li {
  margin-bottom: 12px !important;
  color: #374151;
  font-size: 16px;
  line-height: 24px;
}

.visibleIn {
  -webkit-transition: opacity 1000ms, visibility 1000ms;
  transition: opacity 1000ms, visibility 1000ms;
  animation: fade 1s;
}

.header-2 .nav .nav-content-item {
  padding-left: 12px;
}
.header-2 .nav .nav-content-item a {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #0e4d90;
  text-decoration: none;
}
.header-2 .nav .nav-content-item a:visited {
  color: #0e4d90;
}

.btn-sign-in {
  border-radius: 5px;
  padding: 6px 20px;
  color: #840002;
  font-weight: normal;
  line-height: 22px;
  cursor: pointer;
  border: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #840002;
}

.info-box {
  display: none;
  align-items: center;
  position: absolute;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 5px;
  background: white;
  color: #333;
  box-shadow: 0 5px 8px rgb(0, 0, 0, 0.16);
  width: max-content;
  top: 40px;
  right: 0;
  font-weight: normal;
}

.info-image {
  display: flex;
  width: 70px !important;
  height: 70px !important;
}
.info-main {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}
.info-email {
  display: flex;
  font-size: 14px;
  margin-bottom: 12px;
}
.signout-btn {
  padding: 4px 6px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
}
#info-box-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#login-popup {
  display: none;
}
#login-popup-bg {
  position: fixed;
  top: 0;
  background: black;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
#login-popup-fg {
  max-width: 500px;
  background: #fff;
  color: #333;
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#login-popup {
  position: fixed;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  top: -100px;
  left: 0;
  z-index: 9999;
}
.popup-header-button {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.close-button,
.back-button {
  display: flex;
  justify-content: flex-end;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 16px 24px 0 16px;
}

.close-button img,
.back-button img {
  cursor: pointer;
}

.popup-logo {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #0e4d90;
  padding-bottom: 20px;
}
.popup-message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: normal;
  padding: 10px;
}
.popup-button {
  margin-top: 18px;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid transparent;
  width: 100%;
  border-radius: 20px;
  font-weight: normal;
  background-color: #f0f0f0;
}
.popup-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-weight: 400;
  min-height: 300px;
  padding: 8px 24px 30px;
}
.popup-type {
  display: flex;
  width: 100%;
  margin-bottom: 18px;
}
.type-item {
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.login-gg,
.login-fb,
.login-tw,
.login-apple {
  color: white;
  display: flex;
  align-items: center;
  padding: 0 8px;
  width: 70%;
  margin: 5px 0;
  height: 40px;
  font-size: 1em;
  border-radius: 5px;
  cursor: pointer;
}
.login-text {
  margin: 8px;
  color: #6e6e6e;
}
.reset-text {
  margin: 18px 0 8px 0;
  width: 300px;
  color: #6e6e6e;
}
.reset-div {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.reset-btn {
  text-align: right;
  margin: 15px 0 5px;
  cursor: pointer;
  color: #808a9d;
  font-size: 14px;
}
.login-gg {
  background: #db3236;
}
.login-fb {
  background: #2e5fb1;
}
.login-tw {
  background: #429cd6;
}
.login-apple {
  background: #1c2429;
}
.input-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eeeeef;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  height: 36px;
  width: 36px;
}
.login-input-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.login-form {
  display: flex;
  flex-direction: row;
  margin: 5px 0;
  color: #2c2948;
  width: 100%;
}
.login-input {
  display: flex;
  flex: 1;
  background: #f7f7f7;
  border-radius: 10px;
  height: 50px;
  padding-left: 30px;
  border: 0;
  font-size: 15px;
}
.login-input:focus {
  background: rgb(232, 240, 254);
  box-sizing: border-box;
  border-radius: 10px;
  outline: none;
}
.login-email {
  background: #eeeeef;
  color: black;
  display: flex;
  align-items: center;
  padding: 0 8px;
  width: 70%;
  margin: 5px 0;
  height: 40px;
  font-size: 1em;
  border-radius: 5px;
  cursor: pointer;
}

.login-gg,
.login-fb {
  border-radius: 20px;
  width: 100%;
  justify-content: center;
}

.fa-eye,
.fa-eye-slash {
  position: relative;
  margin-left: 0;
  cursor: pointer;
}
.fa-eye:before,
.fa-eye-slash:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
}

.header-link .nav-item {
  color: #840002;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 10px 10px;
  text-decoration: none;
  margin: 0px 15px;
}

.header-link .nav-item:hover {
  text-decoration: underline;
}

.header-link .nav-item:first-child {
  margin: 0px !important;
}

.mobile .header-2 {
  margin-top: 0px !important;
}
.mobile .nav-menu .nav-item {
  padding: 10px 15px !important;
}

.nav-menu .nav-item {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 10px 30px;
  text-decoration: none;
}

.header-link .MuiInput-underline:after {
  border-bottom: none !important;
}

.header-link .nav-item.active {
  color: #840002;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #840002;
}

.nav-menu .nav-item.active {
  color: #840002;
  font-weight: 600;
  font-size: 17px;
}

.nav-menu .nav-item:hover {
  color: #840002;
}

.MuiListItem-root:hover {
  color: #840002 !important;
}

.header-link .MuiInput-underline:before {
  border-bottom: none !important;
}

.header-link .MuiInputBase-root {
  font-family: 'Inter', san-serif !important;
  font-size: 16px !important;
  font-weight: 500;
}

.header-link .MuiInputBase-input {
  padding: 10px 20px !important;
}

.language {
  padding: 10px 4px;
  height: 36px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #929292;
}

.language.active {
  color: #111827;
}

@media (max-width: 1150px) {
  .iframe-youtube {
    text-align: center;
    margin-top: 20px;
  }
  .intro-left-panel {
    max-width: unset;
    padding-left: 0;
  }
  .intro {
    display: block;
  }

  .blog-box-list {
    overflow: auto;
  }

  .rating-component {
    padding: 15px;
  }

  .banner-app {
    padding: 0 10px;
  }

  .banner-app-content {
    width: auto;
    margin-left: 10px;
  }
}

@media (max-width: 1000px) {
  .intro {
    padding: 30px;
  }
  .right-panel-content {
    display: flex;
    column-gap: 50px;
    align-items: center;
    padding: 0;
    flex-direction: row;
  }
  .qrcode {
    margin-top: 0;
  }
  .nav-landing-page {
    justify-content: center;
  }
  .header-2 .nav {
    justify-content: center;
  }
}

@media (max-width: 1050px) {
  .benefit-component {
    display: block;
  }

  .benifit-img {
    margin-top: 15px;
    text-align: center;
  }

  .compare-section {
    display: none;
  }

  .box-benefit-cont {
    flex-wrap: wrap;
  }

  .box-benefit {
    margin-bottom: 12px;
  }
}

@media (max-width: 750px) {
  .intro-manual {
    flex-direction: column;
  }
  .intro-manual img {
    margin-bottom: 16px;
  }
  .intro-left-panel,
  .intro-right-panel {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .right-panel-content {
    padding-top: 40px;
    display: block;
  }
  .qrcode {
    margin-top: 40px;
  }
  .qr-sm {
    display: none !important;
  }
}

@media (max-width: 620px) {
  .new-list-pricing {
    display: block;
  }
  .new-pricing-item {
    padding: 20px;
    width: 100%;
    margin-bottom: 24px;
  }
  .w-layout-grid {
    display: block;
  }
  .pricing-left-block {
    border: none;
  }
  .feature-wrap {
    margin-bottom: 12px;
  }
  .feature-container {
    display: none;
  }
  .btn-sign-in {
    display: none;
  }
  .box-benefit-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .iframe-youtube,
  .banner-app-content {
    display: none;
  }
  .banner-app {
    justify-content: center;
  }

  .blog-card-img {
    max-width: 100%;
    height: auto;
  }

  .blog-box {
    height: auto;
    max-width: 100%;
  }

  .logo-with-text {
    padding: 0 10px;
  }

  .container-blog-detail {
    width: auto;
  }

  .logo-footer {
    margin-bottom: 10px;
  }

  .footer-cont {
    display: block;
  }

  .blog-cat-item {
    display: block;
    width: 100%;
  }

  .container-blog {
    width: 100%;
  }

  .blog-cat-img {
    width: 100%;
  }

  .blog-date {
    text-align: left;
    display: flex;
    align-items: center;
    left: 0;
    position: relative;
    margin-top: auto;
  }

  .blog-box-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 385px;
    max-width: 100%;
  }

  .blog-sapo {
    margin-bottom: 10px;
  }

  .blog-cat-sapo {
    margin-bottom: 15px;
  }

  .blog-cat-item {
    padding-bottom: 16px;
  }

  .blog-cat-img {
    margin-right: 0;
  }
}

@media (max-width: 300px) {
  .benifit-img img {
    height: auto;
    max-height: 230px;
  }

  .btn-download img {
    width: 100px;
  }
}

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.flex-direction-column {
  flex-direction: column !important;
}

.intro-nail-tech {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.h1-nail-tech {
  margin-top: 40px;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #000000;
}

.intro-nail-tech img {
  width: 552px;
  height: 414px;
  margin-right: 72px;
}

.intro-nail-tech-content {
  width: 592px;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.h2-nail-tech {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-top: 90px;
}

.nail-tech-list {
  display: flex;
  row-gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.nail-tech-item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 16px;
}

.nail-tech-item:hover .nail-tech-title {
  color: #2f82ff;
}

.nail-tech-item img {
  width: 100%;
  border-radius: 4px;
}

.nail-tech-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #242424;
  text-align: center;
  margin-top: 16px;
  text-decoration: none;
}

.faq-nail-tech {
  font-size: 16px;
  line-height: 24px;
  color: #242424;
  margin-bottom: 100px;
}

.faq-nail-tech h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-top: 80px;
  margin-bottom: 24px;
}

.faq-nail-tech h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #242424;
  margin-top: 24px;
  margin-bottom: 8px;
}

.faq-nail-tech ul {
  margin: 0;
}

.nail-tech-list a {
  text-decoration: none;
}

.container-nail-tech .blog-detail-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #000000;
  margin-top: 8px;
  margin-bottom: 40px;
}

.small-text-nt {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6b7280;
  text-align: center;
  margin-top: 64px;
}

.container-nail-tech .blog-detail-img {
  height: 634px;
  border-radius: 4px;
}

.intro-nt {
  padding: 24px 16px 24px 24px;
  background: #ffeeee;
  border-left: 4px solid #840002;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #636363;
  margin-top: 8px;
  margin-bottom: 40px;
}

.intro-nt a {
  color: #2f82ff;
  text-decoration: none;
}

.container-nail-tech .ql-container h2 {
  font-weight: 600;
  font-size: 24px !important;
  line-height: 29px !important;
  color: #000000;
  margin-bottom: 24px;
}

.container-nail-tech .ql-container .ql-editor p,
.container-nail-tech .ql-container .ql-editor li {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #242424;
}

@media (max-width: 750px) {
  .container-nail-tech .blog-detail-img {
    height: auto;
  }
  .intro-nail-tech {
    display: block;
  }
  .intro-nail-tech img {
    margin-right: 0;
    width: 100%;
    height: auto;
  }
  .intro-nail-tech-content {
    width: auto;
  }
  .nail-tech-list {
    display: block;
  }
  .nail-tech-item {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .nail-tech-item img {
    width: 100%;
    margin-top: 32px;
  }
}

.blog-card-img-nt {
  height: auto;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  width: auto;
}

.other-state {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-top: 90px;
}

.blog-box-list-nt {
  flex-wrap: wrap;
  column-gap: 32px;
}

.blog-box-list-nt .blog-box {
  box-shadow: 0px 4px 6px -1px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.1);
  border-radius: 12px;
  margin-right: 0;
  flex: 0 0 calc(33.33% - 22px);
  max-width: calc(33.33% - 22px);
  height: 445px;
}

.blog-box-list-nt .blog-box-content {
  padding: 24px;
}

.blog-box-list-nt .blog-date {
  left: 24px;
}

.download-in-question {
  display: flex;
  justify-content: space-between;
  margin: auto;
  position: relative;
  align-items: center;
  margin-top: 90px;
}

.download-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #111827;
}

.download-text {
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  font-feature-settings: 'salt' on;
  color: #374151;
  margin-bottom: 20px;
}

.qr-with-shadow {
  position: relative;
}

.qr-shadow {
  width: 224px;
  height: 228px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(50px);
}

.qrcode-question {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width: 200px;
  height: 200px;
  position: relative;
  background: #fff;
}

.qrcode-question img {
  width: 150px;
  height: 150px;
}

.nail-tech-social {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #242424;
}

.social-group {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.social-group img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.MuiMenuItem-root {
  font-family: Inter !important;
}

.MuiListItem-gutters {
  padding: 12px 24px !important;
}

.nav-item-dropdown {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 10px 30px;
  text-decoration: none;
}

.nav-dropdown {
  display: none;
  position: absolute;
  background: #fff;
  top: 40px;
  width: 250px;
  border-radius: 4px;
  left: 10px;
  z-index: 1000;
  box-shadow: 0px 5px 5px -3px #00000033, 0px 8px 10px 1px #00000024,
    0px 3px 14px 2px #0000001f;
}

.nav-dropdown-item {
  padding: 12px 24px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.nav-dropdown-item:hover,
.nav-item-dropdown:hover {
  color: #840002;
}

.nav-item-dropdown:hover .nav-dropdown {
  display: block;
}

.nav-item-dropdown.active {
  color: #840002;
  font-weight: 600;
  font-size: 17px;
}

.btn-youtube {
  background: #ff2f2f;
  border-radius: 8px;
  padding: 6px 20px 6px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
}

.btn-youtube img {
  margin-right: 12px;
}

.btn-seemore-nail-tech {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #840002;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: none;
  margin-top: 24px;
  margin-bottom: 80px;
  cursor: pointer;
}

.btn-seemore-nail-tech img {
  width: 18px;
  height: 14px;
  margin-left: 24px;
}

.breadcrumb-nailtech {
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
}

.breadcrumb-nailtech-item {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #840002;
  text-decoration: none;
  cursor: pointer;
}

.breadcrumb-nailtech-item:hover {
  color: #428bca;
}

.bc-separator {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.breadcrumb-nailtech-item.active {
  font-weight: 600;
  text-decoration-line: underline;
  cursor: default;
  color: #840002;
}

.youtubeSubscribe {
  margin-top: 16px;
}