body.blog, body.blog-detail-refactor {
  color: #3a3a3a;
}
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.d-flex.a-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.d-flex.f-column {
  flex-direction: column;
}
.d-flex.f-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.d-flex.f-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.d-flex.f-center {
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.d-flex.f-center.f-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.d-flex.f-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.d-flex.f-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.d-flex.f-ctn {
  width: calc(100% + 2.4rem);
  margin-left: -1.2rem;
}

.blog-recfactor .banner-blog {
  background: linear-gradient(180deg,#2686ec33 0,rgba(218,171,255,0) 100%,rgba(218,171,255,0) 100%);
}

.blog-recfactor .banner-blog-box {
  border-color: #2686ec33;
}

.blog-recfactor .banner-blog-right .item .tags {
  color: var(--softwareColor);
  background-color: #d8edff;
}

.blog-recfactor .banner-blog-right .item:hover .title {
  color: var(--softwareColor);
}

@media (max-width: 1200px) {
  .d-flex.f-ctn {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 768px) {
  .d-flex.f-ctn {
    width: calc(100% + 0.8rem);
    margin-left: -0.4rem;
  }
}
.d-flex.f-nowrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

.row-6 {
  width: 50%;
  margin: 0 auto;
}

.col {
  padding: 0 1.2rem;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.fw-600 {
  font-weight: 600;
}

.marquee {
  overflow: hidden;
  display: flex;
}

.marquee-content {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.marquee-content .txt {
  display: inline-block;
  position: relative;
  padding: 0 1.6rem;
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: 500;
}
.marquee-content .txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
}

.keyword-panel {
  display: none;
}
.keyword-panel.active {
  display: block;
}

.course-panel-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.course-panel-item:last-child {
  margin-bottom: 0;
}
.course-panel-item .image {
  width: 30%;
}
.course-panel-item .content {
  width: 70%;
  padding-left: 1.2rem;
}
.course-panel-item .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  transition: all 0.35s ease-in-out;
}
.course-panel-item .title:hover {
  color: var(--softwareColor);
}
.course-panel-item .orther {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.course-panel-item .orther:hover .name {
  color: var(--softwareColor);
}
.course-panel-item .orther .avatar {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
}
.course-panel-item .orther .name {
  font-size: 1.4rem;
  transition: all 0.35s ease-in-out;
}

.lesson-panel-item {
  display: flex;
  align-items: center;
  padding: 1.2rem;
  transition: all 0.35s ease-in-out;
  border-radius: 0.8rem;
}
.lesson-panel-item:hover {
  background-color: var(--softwareColor);
}
.lesson-panel-item:hover .title {
  color: #fff;
}
.lesson-panel-item .video {
  display: inline-flex;
  width: 30%;
  position: relative;
  flex-shrink: 0;
}
.lesson-panel-item .video .img {
  display: block;
  width: 100%;
  height: 100%;
}
.lesson-panel-item .video .time {
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
  width: fit-content;
  background-color: rgba(58, 58, 58, 0.6156862745);
  border-radius: 0.4rem;
  line-height: 1;
  padding: 0.4rem;
  color: #fff;
  font-size: 1.4rem;
}
.lesson-panel-item .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  padding-left: 1rem;
  font-weight: 500;
  font-size: 1.4rem;
  transition: all 0.35s ease-in-out;
}

.resources-panel-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.resources-panel-item:last-child {
  margin-bottom: 0;
}
.resources-panel-item:hover img {
  transform: scale(1.03);
}
.resources-panel-item:hover .title {
  color: var(--softwareColor);
}
.resources-panel-item .image {
  width: 30%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0.8rem;
}
.resources-panel-item .image img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
.resources-panel-item .content {
  width: 70%;
  padding-left: 1rem;
}
.resources-panel-item .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-weight: 600;
  transition: all 0.35s ease-in-out;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
}
.resources-panel-item .info {
  font-size: 1.2rem;
  display: flex;
}
.resources-panel-item .info .logo {
  display: flex;
}
.resources-panel-item .info .icon {
  width: 1.4rem;
  height: auto;
}
.resources-panel-item .info .icon img {
  object-fit: contain;
}
.resources-panel-item .info .date {
  position: relative;
  padding-left: 1rem;
}
.resources-panel-item .info .date::before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 0.4rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #bdbbbb;
}

.bg-overplay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-duration: 0.15s;
  background-color: rgba(0, 0, 0, 0.3490196078);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: pointer;
}
.bg-overplay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header {
  --sz-hd: 92px;
  z-index: 51;
  height: var(--sz-hd);
  background-color: #fff;
}
.blog-recfactor .header,
.blog-detail-refactor .header {
  position: relative;
}
.header::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.header .menu-item {
  height: fit-content;
  position: relative;
}
.header .menu-item.static {
  position: static;
}
.header .menu-item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header .menu-item:hover .menu-link {
  background-color: #e9f3fd;
}
.header .menu-item .mega-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
  height: fit-content;
  transform: translate(0, 100%);
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.45s ease-in-out;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  padding: 2.4rem;
}
.header .menu-item .mega-menu.collapse-body {
  display: block;
}
.header .menu-item .mega-menu.mega-lecturer {
  width: 73rem;
}
.header .menu-item .mega-menu.tags {
  padding: 0;
}
.header .menu-item .mega-menu.no-spacing {
  padding: 0;
}
.header .menu-item .mega-menu.mega-top {
  width: 1412px;
  left: 50%;
  transform: translate(-50%, 96.5%);
}
.header .menu-link,
.header .mega-menu-link {
  display: flex;
  gap: 0.6rem;
  border-radius: 0.6rem;
  padding: 1rem;
  font-weight: 500;
  height: fit-content;
  transition: all 0.35s ease-in-out;
}
.header .menu-link.active,
.header .mega-menu-link.active {
  background-color: #e9f3fd;
}
.header .menu-link:hover,
.header .mega-menu-link:hover {
  background-color: #e9f3fd;
}
.header .menu-link .icon,
.header .mega-menu-link .icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  width: 1.8rem;
  height: auto;
}
.header .menu-link .icon img,
.header .mega-menu-link .icon img {
  object-fit: contain;
}
.header .menu-link .txt,
.header .mega-menu-link .txt {
  white-space: nowrap;
  font-size: 1.25rem;
}
.header .menu-link.style-bg,
.header .mega-menu-link.style-bg {
  background-image: url("../../template/assets/images/blog-skillhub/bg-stydy.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f78223;
}
.header .menu-link.style-bg .txt,
.header .mega-menu-link.style-bg .txt {
  color: #fff;
}
.header .menu-link.style-bg .icon img,
.header .mega-menu-link.style-bg .icon img {
  filter: brightness(0) invert(1);
}
.header .menu-link.style-reverse,
.header .mega-menu-link.style-reverse {
  flex-direction: row-reverse;
}
.header .menu-link.style-reverse:hover .icon svg,
.header .mega-menu-link.style-reverse:hover .icon svg {
  transform: rotate(180deg);
}
.header .menu-link.style-reverse .icon,
.header .mega-menu-link.style-reverse .icon {
  width: 1.2rem;
  height: auto;
}
.header .menu-link.style-reverse .icon svg,
.header .mega-menu-link.style-reverse .icon svg {
  transition: all 0.35s ease-in-out;
  fill: var(--softwareColor);
}

.header-top {
  background-color: var(--softwareColor);
  color: #fff;
  display: flex;
  padding: 0.4rem 2rem;
  gap: 0.8rem;
  height: auto;
}

.header-noti {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.4rem;
}
.header-noti .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
}

.header-noti .icon img {
  object-fit: contain;
}

.header-hotline {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header-hotline .icon-call {
  display: inline-flex;
  align-items: center;
  width: 1.5rem;
  height: auto;
  flex-shrink: 0;
  margin-right: 0.6rem;
}
.header-hotline .icon-time {
  display: inline-flex;
  align-items: center;
  width: 2rem;
  height: auto;
  flex-shrink: 0;
  margin-left: 1.2rem;
}
.header-hotline .txt {
  font-size: 1.6rem;
  transform: translateY(5%);
}
.header-hotline .phone {
  font-size: 2rem;
  margin-left: 0.6rem;
  font-family: UTM Bebas, sans-serif;
}

.header-top-item:nth-child(1) {
  display: flex;
  align-items: center;
  flex: 1 1 0%;
  overflow: hidden;
  gap: 0.8rem;
}
.header-top-item:nth-child(2) {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.header-bot {
  padding: 0.7rem 2rem;
  display: flex;
  height: auto;
}

.header-bot .header-bot-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-bot-item:last-child {
  margin-left: auto;
  display: flex;
}

.header-logo {
  margin-right: 1.2rem;
  height: 3.2rem;
  width: auto;
  flex-shrink: 0;
}
.header-logo .res-desk {
  height: 3.2rem;
  width: auto;
}
.header-logo .res-tab {
  display: none;
}
.header-logo .res-mb {
  display: none;
}

.header-menu {
  display: flex;
  gap: 0.5rem;
}

.mega-top .mega-menu-image {
  width: 20%;
}
.mega-top .mega-menu-content {
  width: 80%;
}
.mega-top .mega-top-wrap:not(:last-child) {
  margin-bottom: 1.2rem;
}

.mega-menu-image .img {
  display: block;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}
.mega-menu-image .img:hover {
  opacity: 0.8;
}

.mega-top-tt {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}
.mega-top-tt .icon {
  display: inline-flex;
  align-items: center;
  width: 1.5rem;
  height: auto;
}
.mega-top-tt .icon img {
  object-fit: contain;
}
.mega-top-tt .txt {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
}

.mega-top-link {
  display: flex;
  align-items: center;
}
.mega-top-link .img {
  width: 30%;
  height: auto;
}
.mega-top-link .img img {
  object-fit: contain;
}
.mega-top-link .content {
  width: 70%;
  font-size: 1.35rem;
  padding-left: 0.6rem;
}
.mega-top-link .content .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  font-weight: 600;
}
.mega-top-link .content .title:hover {
  color: var(--softwareColor);
}
.mega-top-link .content .time {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.mega-top-link .content .time .icon {
  display: inline-flex;
  align-items: center;
  width: 1.5rem;
  height: auto;
}
.mega-top-link .content .slide-top-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  font-weight: 600;
}
.mega-top-link .content .slide-top-title:hover {
  color: var(--softwareColor);
}

.mega-top-item {
  margin-bottom: 1.6rem;
}
.mega-top-item.mb-0 {
  margin-bottom: 0;
}

.swiper-top .swiper-wrapper {
  height: 4rem;
  transition-timing-function: linear !important;
}
.swiper-top .slide-top {
  height: fit-content !important;
}

.lecturer-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1 1 0%;
  max-height: 21rem;
}
.lecturer-wrap::-webkit-scrollbar-thumb {
  background: var(--softwareColor);
}
.lecturer-wrap::-webkit-scrollbar {
  width: 4px;
}
.lecturer-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.lecturer-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.lecturer-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
}
.lecturer-link:hover .name {
  color: var(--softwareColor);
}
.lecturer-link .avatar {
  flex-shrink: 0;
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.lecturer-link .name {
  font-size: 1.4rem;
  display: block;
  white-space: nowrap;
  transition: all 0.35s ease-in-out;
}
.lecturer-link .position {
  font-size: 1.2rem;
  display: block;
}

.lecturer-btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 600;
  color: var(--softwareColor);
  margin-top: 1.6rem;
}
.lecturer-btn .icon {
  width: 0.8rem;
  height: auto;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
.lecturer-btn .icon svg {
  fill: var(--softwareColor);
}

.tag-soon {
  display: inline-flex;
  background-color: #fcd34d;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  color: #92400e;
  padding: 0.2rem 0.4rem;
  white-space: nowrap;
}

.mega-menu-lv2 {
  padding-left: 2rem;
}

.mega-menu {
  display: flex;
  flex-direction: column;
  padding: 0.8rem;
  border-radius: 1.2rem;
}

.header-btn {
  flex-shrink: 0;
}
.header-btn .btn-second {
  gap: 0.6rem;
  height: 4rem;
  padding: 1rem 1rem;
  font-size: 1.6rem;
}
.header-btn .btn-second .icon {
  font-size: 1.3rem;
  width: 1.4rem;
  height: auto;
  transform: translateY(10%);
}
.header-btn .btn-second .txt {
  font-weight: 500;
}

.header-search {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f5f8;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}
.header-search:hover {
  background-color: var(--softwareColor);
}
.header-search:hover img {
  transform: scale(1.1);
  filter: brightness(0) invert(1);
}
.header-search .icon {
  display: flex;
  align-items: center;
}
.header-search img {
  transition: all 0.35s ease-in-out;
}

.header-user {
  display: flex;
  align-items: center;
  position: relative;
}
.header-user:hover .user-info {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.header-user .user-quanlity {
  display: none;
}
.header-user .user-info {
  position: absolute;
  width: 35rem;
  height: fit-content;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  max-height: 35vh;
  overflow-y: auto;
  padding: 1.6rem;
  border-radius: 1.2rem;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.45s ease-in-out;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.header-user .user-info-item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.header-user .user-info-item:not(.header-user .user-info-item:last-child) {
  margin-bottom: 1.2rem;
}
.header-user .user-info-item .icon {
  width: 4.2rem;
  height: 4.2rem;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.header-user .user-info-item .icon::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: green;
  border-radius: 50%;
  z-index: 1;
  border: 0.2rem solid #fff;
}
.header-user .user-info-item .icon img {
  border-radius: 50%;
  overflow: hidden;
}
.header-user .user-info-item .name {
  font-size: 1.4rem;
  line-height: 1.3;
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.header-user .user-info-item .tag {
  position: static;
  justify-content: center;
  line-height: 1;
  border-radius: 0.4rem;
  background-color: #0d824b;
  border: 0.1rem solid #12b76a;
  color: #fff;
  font-size: 1.2rem;
  display: inline-flex;
  width: fit-content;
  padding: 0.2rem 0.4rem;
  gap: 0.2rem;
  align-items: center;
}
.header-user .user-info-item .tag .tag-icon {
  width: 1.4rem;
  height: 1.4rem;
}
.header-user .user-info-item .tag .tag-icon img {
  filter: brightness(0) invert(1);
}
.header-user .user-info-item .tag.tag-pri {
  background-color: #770bca;
  border: 0.1rem solid #df61f6;
}
.header-user .user-info-item .student {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
}

.user-member {
  display: flex;
}
.user-member .user-ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
}
.user-member .user-ava:not(:first-child) {
  z-index: 1;
  margin-left: -1.2rem;
}
.user-member .user-ava:last-child {
  display: none;
}
.user-member .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.user-member .img::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: green;
  border-radius: 50%;
  z-index: 1;
  border: 0.1rem solid #fff;
}
.user-member .img img {
  overflow: hidden;
  border-radius: 50%;
}

.user-content {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  text-align: right;
  background-color: var(--danger);
  border-radius: 4rem;
  margin-left: -3.6rem;
  padding: 0.4rem 1.4rem 0 4rem;
  gap: 0.6rem;
  cursor: pointer;
}
.user-content:hover .user-down svg {
  transform: rotate(180deg);
}

.user-list {
  display: flex;
  flex-direction: column;
}

.user-down {
  width: 1rem;
}
.user-down svg {
  fill: #fff;
  transition: all 0.35s ease-in-out;
}

.user-item {
  display: flex;
  gap: 0.4rem;
  color: #fff;
}
.user-item .icon {
  display: inline-block;
  width: 1.2rem;
  height: auto;
}

.popup-search {
  position: fixed;
  bottom: 2.4rem;
  left: 50%;
  width: 100%;
  max-width: 69rem;
  padding: 1.6rem;
  box-shadow: 0 8px 32px -4px rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  transform: translate(-50%, 100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.35s ease-in-out;
  background-color: #fff;
  color: #474747;
  z-index: 99;
}
.popup-search.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0%);
}

.popup-search-wrap {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.popup-search-wrap .icon {
  height: 3.5rem;
  width: auto;
}
.popup-search-wrap .icon img {
  object-fit: contain;
}
.popup-search-wrap .form {
  height: 3.5rem;
  flex: 1;
  position: relative;
  display: inline-flex;
}
.popup-search-wrap .form form {
  width: 100%;
  height: 100%;
}
.popup-search-wrap .form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-color: transparent;
  padding: 0.8rem;
}
.popup-search-wrap .form input {
  border: 0.1rem solid rgba(58, 58, 58, 0.2705882353);
  border-radius: 0.4rem;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 1.2rem;
}
.popup-search-wrap .form input::placeholder {
  width: 100%;
  height: 100%;
}
.popup-search-wrap .close {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.popup-search-wrap .close:hover svg {
  transform: rotate(180deg);
}
.popup-search-wrap .close svg {
  transition: all 0.35s ease-in-out;
}

.lecturer-btn-mb {
  display: none;
}

.collapse-item.active .collapse-head::before {
  transform: translate(0, -50%) rotate(90deg);
}

.hamburger {
  display: none;
}

.hamburger .line {
  display: block;
  width: 30px;
  height: 3px;
  background-color: var(--softwareColor);
  margin-top: 8px;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
}
.hamburger .line:nth-child(2) {
  width: 25px;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active .line:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

.lecturer-panel-item {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.lecturer-panel-item:hover .name {
  color: var(--softwareColor);
}
.lecturer-panel-item .avatar {
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  overflow: hidden;
}
.lecturer-panel-item .content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  line-height: 1;
}
.lecturer-panel-item .name {
  transition: all 0.35s ease-in-out;
}
.lecturer-panel-item .position {
  opacity: 0.7;
}

.keyword-btns {
  display: flex;
  flex-wrap: wrap;
}

.keyword-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  transition: all 0.35s ease-in-out;
  width: 25%;
  padding: 1.4rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  border-top: 0.2rem solid transparent;
}
.keyword-btn:hover {
  color: var(--softwareColor);
}
.keyword-btn.active {
  border-top: 0.2rem solid var(--softwareColor);
  opacity: 1;
  color: var(--softwareColor);
}

.keyword-wrap {
  max-height: 60vh;
  overflow: hidden auto;
  padding: 0 1.6rem 1.6rem 1.6rem;
}
.keyword-wrap::-webkit-scrollbar-track {
  background: rgba(210, 210, 210, 0.5019607843);
}
.keyword-wrap::-webkit-scrollbar-thumb {
  background: var(--softwareColor);
}

.keyword-head-item {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 0;
  font-size: 1.4rem;
}
.keyword-head-item.active {
  display: flex;
}
.keyword-head-item .result {
  font-style: italic;
  opacity: 0.7;
}

.keyword-link {
  display: flex;
  align-items: center;
  color: var(--softwareColor);
}
.keyword-link .icon {
  display: block;
  width: 2rem;
}
.keyword-link .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.popup-keyword {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: translateY(calc(-100% - 0.8rem));
  border-radius: 1.2rem;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.popup-keyword.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

@media screen and (max-width: 1727px) {
  .header {
    --sz-hd: 75px;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    --sz-hd: 92px;
  }
  .mega-top-tt .txt,
  .mega-top-link .content,
  .mega-top-link .content .time {
    font-size: 1.2rem;
  }
  .user-member {
    display: flex;
    flex-wrap: wrap;
    width: 4rem;
    background-color: #f4f5f8;
    border-radius: 0.4rem;
    gap: 0.2rem;
    padding: 0.2rem;
  }
  .user-member .user-ava {
    width: 1.7rem;
    height: 1.7rem;
  }
  .user-member .user-ava:not(:first-child) {
    z-index: 1;
    margin-left: 0;
  }
  .user-member .user-ava:last-child {
    display: flex;
  }
  .user-member .img {
    display: flex;
  }
  .user-member .img::before {
    display: none;
  }
  .header-user {
    display: flex;
  }
  .header-user .user-quanlity {
    display: block;
    font-size: 0.8rem;
    background-color: #fff;
    border-radius: 50%;
    font-weight: 600;
  }
  .header-user .user-content {
    display: none;
  }
  .header-logo {
    height: 3.7rem;
    width: auto;
    flex-shrink: 0;
  }
  .header-logo .res-desk {
    display: none;
  }
  .header-logo .res-tab {
    display: block;
    height: 3.7rem;
    width: auto;
    flex-shrink: 0;
  }
  .header-block {
    position: fixed;
    top: var(--sz-hd);
    left: 0;
    width: 300px;
    background: #fff;
    padding: 0.8rem;
    padding-bottom: 2.4rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    height: calc(100% - var(--sz-hd));
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-100%);
    transition: all 0.34s ease-in-out;
  }
  .header-block.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }
  .header-menu {
    flex-direction: column;
  }
  .header .menu-item .mega-menu {
    position: static;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: unset !important;
    padding: 0;
    width: 100% !important;
    box-shadow: none;
  }
  .mega-menu-image {
    display: none;
  }
  .menu-item .mega-menu.mega-lecturer {
    width: 100%;
    background-color: #f4f5f8;
    padding: 0.8rem;
    margin-top: 0.6rem;
    border-radius: 0.4rem;
  }
  .mega-menu-content, .lecturer-item {
    width: 100% !important;
  }
  .header .menu-item .mega-menu.no-spacing {
    background-color: rgba(244, 245,248,1);
    margin-top: 0.2rem;
  }
  .lecturer-item .avatar,
  .lecturer-item .position {
    display: none;
  }
  .lecturer-wrap {
    max-height: 100%;
  }
  .menu-link,
  .mega-menu-link {
    gap: 0.4rem;
    border-radius: 0.4rem;
    padding: 0.4rem;
    align-items: center;
  }
  .menu-link .icon,
  .mega-menu-link .icon {
    width: 1.2rem;
    transform: translateY(-10%);
  }
  .menu-link .txt,
  .mega-menu-link .txt {
    font-size: 1.25rem;
  }
  .lecturer-title {
    display: none;
  }
  .lecturer-link .name {
    font-size: 1.25rem;
  }
  .lecturer-btn {
    display: none;
  }
  .lecturer-btn-mb {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #12b76a;
    color: #fff;
    font-weight: 500;
    border-radius: 0.6rem;
    font-size: 1.25rem;
    padding: 0.8rem 1.6rem;
  }
  .menu-link.style-bg,
  .mega-menu-link.style-bg {
    background-image: unset;
  }
  .menu-link.style-bg .txt,
  .mega-menu-link.style-bg .txt {
    color: #3a3a3a;
  }
  .menu-link.style-bg .icon img,
  .mega-menu-link.style-bg .icon img {
    filter: unset;
  }
  .mega-menu .mega-menu-wrap {
    flex-direction: column;
  }
  .mega-menu.style-mb {
    background-color: #e9f3fd;
    border-radius: 0.6rem;
    padding: 0.75rem;
  }
  .mega-menu.style-mb .mega-menu-link .icon {
    display: none;
  }
  .mega-top .mega-menu-image {
    display: block;
    margin: 0.8rem 0;
  }
  .menu-item .mega-menu.mega-top {
    width: 100%;
  }
  .mega-top .mega-menu-image {
    width: 100%;
  }
  .mega-top .mega-menu-content {
    width: 100%;
  }
  .header .mega-top-item {
    width: 100%;
  }
  .mega-top .mega-top-list {
    width: 840px;
    padding-bottom: 1.2rem;
  }
  .mega-top .mega-top-item:nth-child(4), .mega-top .mega-top-item:nth-child(5), .mega-top .mega-top-item:nth-child(6) {
    margin-bottom: 0;
  }
  .collapse-head {
    position: relative;
  }
  .collapse-head::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1.2rem;
    transform: translate(0, -50%);
    transition: all 0.35s ease-in-out;
    background-image: url(../../template/assets/images/blog-skillhub/icon-right-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 1.6rem;
  }
  .header .menu-item .mega-menu.collapse-body {
    display: none;
    transition: none !important;
  }
  .tag-soon {
    width: fit-content;
  }
  .mega-menu.tags {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: fit-content;
  }
  .hamburger {
    display: block;
  }
  .header-top {
    padding: 0.4rem 1.2rem;
  }
  .header-bot {
    padding: 0.7rem 1.2rem;
  }
  .header .menu-item .mega-menu.mega-top {
    width: 100%;
  }
  .blog-recfactor .feature-item {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 768px) {
  .header-noti {
    font-size: 1.2rem;
  }
  .header-top {
    padding: 0.6rem 1.2rem;
  }
  .header-hotline .icon-call {
    width: 1rem;
  }
  .header-hotline .txt {
    font-size: 1.2rem;
  }
  .header-hotline .phone {
    font-size: 1.4rem;
  }
  .header-hotline .icon-time {
    width: 1.4rem;
    margin-left: 0.6rem;
  }
  .marquee-content .txt {
    font-size: 1.2rem;
    padding: 0 0.8rem;
  }
  font .marquee-content .txt::before {
    width: 0.3rem;
    height: 0.3rem;
  }
  .blog-recfactor .feature-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .header-logo {
    height: 3.5rem;
  }
  .header-logo .res-tab {
    display: none;
  }
  .header-logo .res-mb {
    height: 3.5rem;
    display: block;
  }
  .header-btn .btn-second {
    height: 3.5rem;
    padding: 0.6rem 1rem;
    font-size: 1.4rem;
    border-radius: 0.4rem;
  }
  .header-btn .btn-second .icon {
    display: none;
  }
  .header-search {
    width: 3.5rem;
    height: 3.5rem;
  }
  .header-bot-item {
    gap: 0.6rem;
  }
  .header-hotline .txt {
    display: none;
  }
  .header-hotline .phone {
    margin-left: 0;
  }
  .header-noti .txt {
    display: none;
  }
  .header-user .user-info {
    right: -10.35rem;
  }
  .popup-search-wrap {
    gap: 0.8rem;
  }
  .popup-search-wrap .icon {
    display: none;
  }
  .popup-search {
    bottom: auto;
    top: 100px;
    border-radius: 0.4rem;
    padding: 1rem;
  }
  .popup-keyword {
    transform: translateY(62px);
    border-radius: 0.6rem;
  }
  .popup-keyword .keyword {
    display: flex;
    flex-direction: column-reverse;
  }
  .keyword-btn {
    padding: 1rem 0.6rem;
    font-size: 1.3rem;
    border-top: unset;
    border-bottom: 0.2rem solid transparent;
  }
  .keyword-btn.active {
    border-top: unset;
    border-bottom: 0.2rem solid var(--softwareColor);
  }
  .keyword-head-item {
    padding: 0.6rem 0;
  }
  .keyword-wrap {
    padding: 1rem;
  }
  .lecturer-panel-item {
    width: 100%;
  }
  .course-panel-item .orther .avatar {
    width: 3rem;
    height: 3rem;
  }
  .course-panel-item .image {
    width: 37%;
  }
  .course-panel-item .content {
    width: 63%;
  }
  .resources-panel-item .image {
    border-radius: 0.4rem;
  }
  .resources-panel-item {
    margin-bottom: 1.2rem;
  }
  .lesson-panel-item {
    padding: 0;
    margin-bottom: 1.2rem;
  }
  .lesson-panel-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .blog-recfactor .feature-item {
    width: 100%;
  }
}
.footer {
  overflow: hidden;
}
.footer .contact-member {
  position: relative;
  pointer-events: none;
}
.footer .contact-member .img {
  position: relative;
  z-index: 1;
}
.footer .contact-member .decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-30%);
}
.footer .menu-item {
  margin-bottom: 0.8rem;
}
.footer .menu-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.footer .menu-link:hover .txt {
  color: var(--softwareColor);
}
.footer .menu-link .icon {
  display: inline-flex;
  align-items: center;
  width: 1.6rem;
  height: auto;
  color: var(--softwareColor);
  flex-shrink: 0;
}
.footer .menu-link .icon.style-pri {
  width: 2.4rem;
  height: 2.4rem;
}
.footer .menu-link .txt {
  transition: all 0.35s ease-in-out;
}
.footer .input {
  width: 100%;
  padding: 14px 14px;
  border: 1.5px solid rgba(117, 117, 117, 0.6196078431);
  border-radius: 0.6rem;
  background: #fff;
  font-size: 1.6rem;
  transition: all 0.2s;
}
.footer .input::placeholder {
  color: #757575;
}
.footer .input:focus {
  outline: none;
  border-color: var(--softwareColor);
  box-shadow: 0 0 0 4px #bcd7ff;
}
.footer .error .input {
  border-color: var(--danger);
  box-shadow: 0 0 0 4px rgba(225, 29, 72, 0.15);
}
.footer .msg {
  font-size: 12.5px;
  color: var(--danger);
  margin-top: 6px;
  display: none;
}
.footer .error .msg {
  display: block;
}
.footer fieldset {
  border: 0;
  padding: 0;
  margin: 6px 0 0;
}
.footer legend {
  margin-bottom: 8px;
}
.footer .radios {
  display: grid;
}
.footer .radio {
  display: flex;
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.18s;
  background: #fff;
}
.footer .radio input {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #6a6b6c;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  margin-top: 2px;
  transition: all 0.18s;
  flex: 0 0 20px;
}
.footer .radio input::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.18s;
  background: var(--softwareColor);
}
.footer .radio:has(input:checked) {
  border-color: var(--softwareColor);
}
.footer .radio input:checked {
  border-color: var(--softwareColor);
}
.footer .radio input:checked::before {
  transform: scale(1);
}
.footer .radio .text {
  line-height: 1.45;
}
.footer .radios-tt {
  font-size: 1.6rem;
  margin: 0.8rem 0;
}
.footer .label-name {
  margin-bottom: 0.6rem;
}
.footer .actions {
  margin-top: 14px;
}
.footer .btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 0.6rem;
  border: 0;
  background: linear-gradient(90deg, var(--softwareColor), var(--softwareColor));
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(25, 118, 255, 0.25);
  transition: transform 0.08s ease;
}
.footer .btn-contact:active {
  transform: translateY(1px);
}
.footer .note {
  margin-top: 10px;
  color: #64748b;
  font-size: 13px;
}
.footer .toast {
  position: fixed;
  right: 16px;
  bottom: 16px;
  background: #0ea5e9;
  color: #04223a;
  padding: 12px 14px;
  border-radius: 12px;
  display: none;
  font-weight: 600;
}
.footer .toast.show {
  display: block;
}
.footer .form-txt {
  font-size: 1.6rem;
}
@media (min-width: 720px) {
  .footer .grid.cols-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.footer form .fr {
  margin-bottom: 0.8rem;
}
.footer .contact {
  overflow: hidden;
  background-color: var(--softwareColor);
  border-radius: 2.4rem;
  padding: 5.6rem 5.6rem 0 5.6rem;
  margin-bottom: 8rem;
  color: #fff;
}
.footer .contact-tt {
  font-size: 3.5rem;
  margin-bottom: 2.4rem;
}
.footer .contact-desc {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}
.footer .contact-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.footer .contact-info-item {
  display: block;
}
.footer .contact-info-item:hover .title {
  color: var(--nhtqColor);
}
.footer .contact-info-item .icon {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 0.8rem;
  display: block;
}
.footer .contact-info-item .icon img {
  object-fit: contain;
}
.footer .contact-info-item .sub {
  opacity: 0.8;
  font-size: 1.4rem;
  display: block;
}
.footer .contact-info-item .title {
  font-size: 1.6rem;
  transition: all 0.35s ease-in-out;
  display: block;
}
.footer .contact-info-item:last-child .icon {
  background-color: #fff;
  border-radius: 1rem;
  padding: 0.4rem;
}
.footer .contact-list {
  margin-bottom: 2.4rem;
}
.footer .contact-item {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.8rem;
}
.footer .contact-item:last-child {
  margin-bottom: 0;
}
.footer .contact-item .icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 1.6rem;
  height: auto;
}
.footer .contact-item .icon img {
  object-fit: contain;
}
.footer .contact-item .txt {
  font-size: 1.6rem;
  transition: all 0.3s ease-in-out;
  display: block;
}
.footer .contact-item .txt:hover {
  text-decoration: underline;
}
.footer .contact-form {
  padding: 0 0 0 2.4rem;
}
.footer .form-wrap {
  background-color: #fff;
  border-radius: 0.8rem;
  color: #3a3a3a;
  padding: 1.6rem;
}
.footer .form-tt {
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.footer .form-tt img {
  object-fit: contain;
}
.footer .form-desc {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.footer .info-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.footer .info-item:nth-child(1) {
  width: 20%;
}
.footer .info-item:nth-child(2) {
  width: 40%;
}
.footer .info-item:nth-child(3) {
  width: 20%;
}
.footer .info-item:nth-child(4) {
  width: 20%;
}
.footer .info-list .info-item {
  align-items: flex-start;
  flex-direction: column;
}
.footer .info-list .info-item .menu {
  width: calc(100% + 2.4rem);
  margin-left: -1.2rem;
}
.footer .info-title {
  margin-bottom: 1.6rem;
}
.footer .copyright {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem 0;
}
.footer .copyright::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 0.1rem;
  border-top: 0.1rem dashed rgba(58, 58, 58, 0.2745098039);
}
.footer .copyright .txt {
  font-size: 1.6rem;
}
.footer .copyright .icon {
  display: inline-block;
  width: auto;
  height: 2.3rem;
}
.footer .copyright .icon img {
  display: block;
}

@media (max-width: 1727px) {
  .footer .input {
    padding: 1rem;
  }
  .footer .radio {
    padding: 0.8rem 1.4rem;
  }
  .footer .form-tt {
    border-radius: 0.6rem;
  }
}
@media (max-width: 1200px) {
  .footer .contact {
    border-radius: 1.6rem;
    padding: 4.8rem 2.4rem;
  }
  .footer .contact-form {
    padding: 0 0 0 1.2rem;
  }
  .footer .radio {
    padding: 0.8rem 0;
  }
  .footer .contact-tt {
    font-size: 2.4rem;
  }
  .footer .contact-content {
    width: 100%;
  }
  .footer .contact-form {
    width: 100%;
    padding: 0;
  }
  .footer .info-item:nth-child(1) {
    width: 40%;
  }
  .footer .info-item:nth-child(2) {
    width: 60%;
  }
  .footer .info-item:nth-child(3) {
    width: 40%;
  }
  .footer .info-item:nth-child(4) {
    width: 60%;
  }
  .footer .menu-link .txt {
    font-size: 1.6rem;
  }
  .footer .info-list {
    row-gap: 2.4rem;
  }
  .footer .info-title {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 576px) {
  .footer .contact {
    padding: 4.8rem 0.8rem;
    border-radius: 0.4rem;
  }
  .footer .contact-info {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .contact-info-item {
    width: 50%;
    margin-bottom: 1.4rem;
  }
  .footer .contact-info-item:last-child {
    margin-bottom: 0;
    width: 100%;
  }
  .footer .info-item:nth-child(1) {
    width: 100%;
  }
  .footer .info-item:nth-child(2) {
    width: 100%;
  }
  .footer .info-item:nth-child(3) {
    width: 100%;
  }
  .footer .info-item:nth-child(4) {
    width: 100%;
  }
  .footer .copyright {
    flex-direction: column;
  }

  .footer .menu-item {
    width: 100%;
  }
  .footer .info-title {
    font-size: 1.8rem;
  }
  .footer .info-list .info-item .menu {
    width: 100%;
    margin-left: 0;
  }
  .footer .menu-item {
    margin-bottom: 0;
  }
}
:root {
  --brand: #2686ec;
  --danger: #e11d48;
  --softwareColor: #2686ec;
  --digitalColor: #7c0fd1;
  --lmsColor: #f41e92;
  --nhtqColor: #f57b08;
  --textColor: #3a3a3a;
}

.txt-software {
  color: var(--softwareColor);
}

.container {
  position: relative;
  width: 100%;
  max-width: 146.4rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 3.2rem;
}
@media screen and (min-width: 1921px) {
  .container {
    max-width: 188rem;
  }
}
@media screen and (max-width: 1727px) {
  .container {
    max-width: 126.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding: 0 1.6rem;
  }
}

.d-flex.f-ctn {
  width: calc(100% + 2.4rem);
  margin-left: -1.2rem;
}
@media screen and (max-width: 1200px) {
  .d-flex.f-ctn {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .d-flex.f-ctn {
    width: calc(100% + 0.8rem);
    margin-left: -0.4rem;
  }
}

.col {
  padding: 0 1.2rem;
}
@media screen and (max-width: 1200px) {
  .col {
    padding: 0 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .col {
    padding: 0 0.4rem;
  }
}

.sec-com-tt {
  font-size: 4rem;
}

.bold {
  font-weight: 700;
}

.semi-blod {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

body {
  font-family: Inter, sans-serif;
  font-size: 1.8rem;
  color: #3a3a3a;
  line-height: 1.5;
  overflow: hidden auto;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 1727px) {
  .sec-com-tt {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .sec-com-tt {
    font-size: 2.4rem;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
@media screen and (min-width: 2000px) {
  html {
    font-size: 80%;
  }
}
@media screen and (min-width: 2500px) {
  html {
    font-size: 100%;
  }
}
@media screen and (max-width: 2000px) {
  html {
    scroll-behavior: smooth;
  }
}
@media screen and (max-width: 1580px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Inter", "sans-serif";
  font-size: 1.8rem;
  color: #3a3a3a;
  line-height: 1.5;
  overflow: hidden auto;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 1.6rem;
  }
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}
@media screen and (max-width: 1200px) {
  ::-webkit-scrollbar {
    width: 3px;
  }
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c3c3c3;
  border-radius: 2rem;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
select,
input,
textarea {
  font-family: "Inter", "sans-serif";
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0;
  border: none;
  outline: none;
  resize: none;
  vertical-align: middle;
}

.container {
  position: relative;
  width: 100%;
  max-width: 144.6rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1580px) {
  .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 1368px) {
  .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 0.8rem;
  }
}

.no-scroll {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

strong {
  font-weight: 700;
}

img {
  object-fit: cover;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  transition: 1s;
}

.mg-auto {
  margin-left: auto;
  margin-right: auto;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.btn-second {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: fit-content;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 7.2rem;
  padding: 2.4rem 4rem;
  font-size: 2.4rem;
  font-weight: 600;
  gap: 1rem;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0.8rem 0.8rem 4rem rgba(245, 133, 30, 0.24);
  border-radius: 0.8rem;
  color: #fff;
}
.btn-second::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(100.87deg, #ffbe18 -38.94%, #ff9635 44.05%, #f31f10 132.4%);
  z-index: -1;
  transition: 0.45s ease-in-out all;
}
.btn-second::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(270deg, #7c0fd1 0, #b34ae6 100%);
  transition: transform 0.5s ease 0s;
  z-index: -1;
  width: 100%;
  transform: scaleX(0);
  transform-origin: center right;
}
.btn-second:hover::after {
  transform: scale(1);
  transform-origin: center left;
}
.btn-second .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
  .btn-second {
    height: 5.6rem;
    padding: 1.6rem 3.2rem;
    font-size: 1.8rem;
  }
  .btn-second .icon {
    width: 2rem;
    height: 2rem;
  }
}

.blog-recfactor .feature-tt {
  margin-bottom: 1.2rem;
}

.blog-recfactor .feature-item {
  margin-bottom: 2.4rem;
}

.blog-recfactor .feature-item .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 1.2rem;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.blog-recfactor .feature-item .inner .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.6rem;
}

.blog-recfactor .feature-item .inner .title {
      font-weight: 500;
    font-size: 1.8rem;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    line-height: 1.2;
    margin-bottom: 0.4rem;
}

.blog-recfactor .feature-item .inner .desc {
      color: #7b7b7b;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 0.6rem;
}

.blog-recfactor .btn-showmore {
      display: flex;
    align-items: center;
    gap: 0.4rem;
}

.blog-recfactor .btn-showmore .txt {
      font-size: 1.4rem;
    font-weight: 500;
    color: var(--softwareColor);
    transition: all 0.35s ease-in-out;
}

.blog-recfactor .btn-showmore .icon {
      flex-shrink: 0;
    display: inline-block;
    width: 1.4rem;
    height: auto;
    color: var(--softwareColor);
}

.blog-recfactor .btn-showmore .icon svg {
  width: 100%;
  height: 100%;
}

.blog-recfactor .feature-item .inner .title:hover {
  color: var(--softwareColor);
}

.btn-showmore:hover .txt,
.btn-showmore:hover .icon {
  color: var(--lmsColor);
}

.blog-recfactor .paginations {
  margin-top: 2.4rem;
}

.blog-detail-refactor .post-list .swiper-slide {
  height: auto;
}

.blog-detail-refactor .posts-item {
  height: 100%;
}

.blog-detail-refactor .posts-item .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-detail-refactor .content-wr {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-detail-refactor .content-wr .inner .tags {
      font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
}

.blog-detail-refactor .posts-item .content {
  flex: 1;
}

.blog-detail {
  padding: 8rem 0;
}

.toc_widget-content-js .mona-content h2,
.toc_widget-content-js .mona-content h3 {
  scroll-margin-top: 60px;
}

.aside-item {
  padding: 16px;
  border-radius: 1rem;
  transition: 0.3s ease-in-out;
  border: 1px solid #dadada;
}

.aside-close {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  width: 3.2rem;
  height: 3.2rem;
  display: none;
}

.aside-list {
  position: sticky;
  top: 2.4rem;
  background-color: #fff;
  border-radius: 1.6rem;
}

.aside-close {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  width: 3.2rem;
  height: 3.2rem;
  display: none;
}

.aside-header {
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.aside-header .title {
  color: #3a3a3a;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: var(--softwareColor);
  flex: 1;
}

.aside-header .hide-cate {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1.2rem;
  transition: 0.3s;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  background: var(--softwareColor);
  color: #fff;
  font-size: 1.2rem;
}

.aside-body {
  margin-top: 2.4rem;
  height: 100%;
  max-height: 54rem;
  overflow: hidden auto;
}

.toc_widget_list {
  color: #5f5f5f;
}

.toc_sub_list .toc_widget_item a {
  font-size: 1.4rem;
  opacity: 0.8;
  padding: 0.4rem 1rem;
}

.toc_widget_item a {
  display: block;
  padding: 0.4rem 1rem;
  opacity: 1;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  color: #354a60;
  line-height: 2rem;
}
.toc_widget_item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3rem;
  height: 0;
  background-color: var(--softwareColor);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toc_widget_item a.current,
.blog-detail .blog-aside .aside-body a.current {
  color: var(--softwareColor);
  font-weight: 500;
}
.toc_widget_item a.current::before {
  height: 100%;
  opacity: 1;
}

.blog-dt-content .info-content {
  margin-bottom: 1.6rem;
  row-gap: 1rem;
}
.blog-dt-content .info-content .date {
  color: var(--softwareColor);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-transform: uppercase;
}
.blog-dt-content .sec-tt {
  font-size: 3.6rem;
  line-height: 1.3;
  font-weight: 700;
  transition: 0.3s linear;
  color: var(--softwareColor);
}
.blog-dt-content .info-author {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 1rem;
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 0.2rem solid #ebebeb;
}
.blog-dt-content .info-author .ava-author {
  position: relative;
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin-right: 1.6rem;
  overflow: hidden;
}
.blog-dt-content .info-author .ava-author::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: var(--softwareColor);
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.blog-dt-content .info-author .ava-author .name {
  color: #3a3a3a;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 180%;
}
.blog-dt-content .info-author .ava-author .position {
  color: #8b8b8b;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.blog-detail-refactor .blog-dt-content .info-author .acces {
  display: flex;
  align-items: center;
  margin-right: 1.6rem;
  padding: 0.6rem 1rem;
  background-color: rgba(38, 134, 236, 0.1019607843);
  border-radius: 0.8rem;
}
.blog-detail-refactor .related-posts {
  background-color: rgba(38, 134, 236, 0.1019607843);
}
.blog-dt-content .info-author .acces .ic {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.blog-dt-content .info-author .acces .ic img {
  display: block;
}
.blog-dt-content .author {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.blog-detail-refactor .blog-dt-content .content-main h2 {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 1.6rem 0;
}

.blog-detail-refactor .blog-dt-content .content-main h3 {
  font-size: 2.8rem;
}

.blog-detail-refactor .blog-dt-content .content-main h4 {
  font-size: 2.4rem;
}

.blog-detail-refactor .blog-dt-content .content-main h5 {
  font-size: 2rem;
}

.blog-detail-refactor img, .blog img {
  height: 100%;
}

@media screen and (max-width: 1727px) {
  .blog-detail-refactor .blog-dt-content .content-main h2 {
    font-size: 2.8rem;
  }

  .blog-detail-refactor .blog-dt-content .content-main h3 {
    font-size: 2.2rem;
  }

  .blog-detail-refactor .blog-dt-content .content-main h4 {
    font-size: 2rem;
  }

  .blog-detail-refactor .blog-dt-content .content-main h5 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .blog-detail-refactor .blog-dt-content .content-main h2 {
    font-size: 2.4rem;
  }

  .blog-detail-refactor .blog-dt-content .content-main h3,
  .blog-detail-refactor .blog-dt-content .content-main h4 {
    font-size: 1.8rem;
  }

  .blog-detail-refactor .blog-dt-content .content-main h5 {
    font-size: 1.6rem;
  }
}

.blog-detail-refactor .blog-detail .blog-dt-content .content-main h2, 
.blog-detail-refactor .blog-detail .blog-dt-content .content-main h3,
.blog-detail-refactor .blog-detail .blog-dt-content .content-main h4,
.blog-detail-refactor .blog-detail .blog-dt-content .content-main h5,
.blog-detail-refactor .blog-detail .blog-dt-content .content-main p strong,
.blog-detail-refactor .blog-detail .blog-aside .aside-body a.current,
.blog-detail-refactor .blog-aside .aside-body a:hover,
.blog-detail-refactor .posts-item .tt a,
.blog-detail-refactor .cl-pri,
.blog .paginations .page-numbers .page-numbers:hover {
  color: var(--softwareColor);
}

.blog-detail-refactor .blog-aside .aside-heading .hide-cate .icon,
.blog-detail-refactor .blog-aside .aside-body a::before,
.blog .paginations .page-numbers .page-numbers.current {
  background-color: var(--softwareColor);
}

.blog .paginations .page-numbers .page-numbers.current {
  pointer-events: none;
}

.blog .paginations .next, .blog .paginations .page-link, .blog .paginations .prev {
  color: rgba(38, 134, 236, 0.5);
}

.blog .paginations .next:hover, .blog .paginations .prev:hover {
  background-color: rgba(38, 134, 236, 0.2);
}

.blog-dt-content .content-main p {
  color: #5f5f5f;
  font-size: 1.8rem;
  line-height: 160%;
  margin: 1.6rem 0;
}

.blog .footer, .blog-detail-refactor .footer {
  color: #5f5f5f;
}

.blog-dt-content .content-main ul {
  margin: 2.4rem 0;
  margin-left: 2rem;
}

.blog-dt-content .content-main ul li {
  position: relative;
  padding-left: 2rem;
  color: #5f5f5f;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 1.2rem;
}
.blog-dt-content .content-main ul li:before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 0.3rem solid var(--nhtqColor);
  position: absolute;
  top: 1rem;
  left: 0;
  margin: 0;
}

.blog-poster {
  position: sticky;
  top: 2.4rem;
  overflow: hidden;
}

.blog-poster-item {
  display: block;
  border-radius: 0.8rem;
  overflow: hidden;
  margin-bottom: 1.6rem;
  background-color: rgba(16, 24, 40, 0.05);
}
.blog-poster-item:hover img {
  transform: scale(1.05);
}
.blog-poster-item img {
  transition: all 0.35s ease-in-out;
}

.bg-page-out {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
}
.bg-page-out.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.blog-left,
.blog-right {
  width: 360px;
}

.related-posts .sec-com-tt {
  margin-bottom: 2.4rem;
}

.mona-content table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e1e1;
  text-indent: 0;
}

.mona-content table td,
.mona-content table th {
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-color: rgb(225, 225, 225);
  padding: 0.25rem 0.5rem;
  vertical-align: middle;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.categories-btn {
  display: none;
}

.blog-detail-refactor .mona-content h3 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
}

.blog-detail-refactor .mona-content h4 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}

.blog-recfactor .banner-blog-right .swiper-pagination-bullet-active {
  background: var(--softwareColor);
}

.toc_widget_list {
  list-style: none;
  padding-left: 0;
}

.toc_widget_list > li {
  margin-bottom: 8px;
  font-weight: 600;
}

.toc_sub_list {
  list-style: none;
  margin-top: 4px;
  margin-left: 16px;
  padding-left: 0;
}

.toc_sub_list li {
  font-weight: 400;
  margin: 4px 0;
}

.toc_widget_item a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.toc_widget_item a.current {
  color: #2563eb; /* xanh highlight */
  font-weight: 600;
}

.author-dt .name {
  font-weight: 600;
}
.author-dt .position {
  font-size: 1.4rem;
  opacity: 0.7;
}

@media screen and (min-width: 1201px) {
  .single-post header:not(.hide-hd) ~ .main .blog-aside, .single-post header:not(.hide-hd) ~ .main .blog-banner {
    top: 2.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .blog-detail-refactor .mona-content h3 {
    font-size: 1.8rem;
  }
  .blog-left {
    min-height: 36%;
    width: 35%;
    height: auto;
    position: fixed;
    z-index: 105;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    max-width: 32rem;
    transition: 0.6s ease-in-out;
    padding-right: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .blog-left.active {
    transform: translate(0%, -50%);
  }
  .blog-detail {
    padding: 4.8rem 0;
  }
  .blog-detail .blog-mid {
    width: 65%;
  }
  .blog-detail .blog-right {
    width: 35%;
  }
  .aside-item {
    position: relative;
    padding: 1rem 1.6rem;
    border-radius: 1rem;
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
  }
  .aside-item.aside-cate .aside-body {
    padding-left: 0;
    margin-top: 1.2rem;
  }
  .aside-item.aside-cate .aside-header {
    padding-left: 0rem;
  }
  .aside-header .toggleOnclick {
    display: none;
  }
  .aside-close {
    display: block;
  }
  .aside-close .fal {
    font-size: 2.4rem;
  }
  body.open-pop .blog-left {
    transform: translate(0%, -50%);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  body.open-pop .bg-page-out {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .blog-dt-content .sec-tt {
    font-size: 2.8rem;
  }
  .blog-detail-refactor .blog-dt-content .content-main h2 {
    font-size: 2.4rem;
  }
  .categories-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10;
    top: 40%;
    right: 0;
    transform: translate(0%, -50%);
    width: 4.2rem;
    height: 4.2rem;
    background-color: #fff;
    border: 1px solid #3a3a3a;
    transition: 0.6s ease;
  }
  .categories-btn .fas {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
  }
  .blog-detail .blog-mid {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .blog-detail .blog-mid {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .blog-detail .blog-right {
    width: 100%;
  }
  .blog-dt-content .info-author {
    flex-direction: column;
  }
  .blog-dt-content .content-main ul {
    margin: 1.6rem 0;
    margin-left: 1rem;
  }
  .blog-left {
    width: 100%;
  }
  .aside-list {
    border-radius: 0.8rem;
  }
  
  .blog-recfactor .feature-item .inner .content {
    padding: 0.8rem;
  }
  .blog-recfactor .feature-item .inner .title {
    font-size: 1.6rem;
  }
  .blog-recfactor .feature-item {
    margin-bottom: 0.8rem;
  }
}

/*# sourceMappingURL=blog-skillhub-detail.css.map */
