@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes shake-anim {
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-track {
  background-color: var(--c1);
}
::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: var(--c1);
  border-radius: 3px;
}
::-webkit-scrollbar-corner {
  background-color: #ffffff;
}
::-webkit-resizer {
  background-color: #666;
}
/* Text Hide */
.text-split {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
}
.text-split-1 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
}
.text-split-2 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
}
.text-split-3 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
}
.text-split-4 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
}
.text-split-5 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 5 !important;
}
.text-split-6 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 6 !important;
}
.text-split-7 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 7 !important;
}
/* 
/* Main */
:root {
  --c1: #a40000;
  --c2: #a40000;
  --color-main: #a40000;
  --color-phone: #1182fc;
  --color-hover: #a40000;
  --f-regular: RobotoRegular;
  --f-medium: RobotoMedium;
  --f-bold: RobotoBold;
  --f-helvet: UTMHelvetIns;
}
body {
  font-family:
    var(--f-regular),
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 14px;
  background: black;
  color: white; /* min-width: 1215px; overflow: scroll !important; width: 100% !important; top: 0 !important; */
}
.wrap-container {
  position: relative;
}
@media only screen and (max-width: 850px) {
  .wrap-container {
    position: relative;
    overflow: hidden;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a,
input,
textarea {
  outline: none;
  padding: 0px;
}
a:hover {
  text-decoration: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.w-clear:after {
  display: block;
  content: "";
  clear: both;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
.none {
  display: none;
}
.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}
.wrap-main,
.wrap-content {
  max-width: 1230px;
  margin: 40px auto;
  padding: 0px 10px;
  position: relative;
  z-index: 2;
}
.wrap-home {
  max-width: 100%;
  padding: 0px;
  overflow: hidden;
}
.wrap-content {
  margin: auto;
}
.py50 {
  padding: 50px 0px;
}
@media only screen and (max-width: 850px) {
  .py50 {
    padding: 30px 0px;
  }
}
.py30 {
  padding: 30px 0px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 850px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}
.mt-50 {
  margin-top: 50px;
}
@media only screen and (max-width: 850px) {
  .mt-50 {
    margin-top: 30px;
  }
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 850px) {
  .mgb-res {
    margin-bottom: 30px !important;
  }
}
/* General */
.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
}
.title-main span {
  text-transform: uppercase;
  color: var(--color-main);
  font-family: "Inter";
  font-size: clamp(24px, 3.5vw, 30px);
}
.time-main {
  margin-bottom: 0.75rem;
  color: #999999;
}
.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}
.time-main span {
  vertical-align: top;
  display: inline-block;
}
.share {
  padding: 17px 15px 10px 15px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}
.share b {
  display: block;
  margin-bottom: 5px;
}
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 3;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.control-owl button {
  opacity: 1;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  color: #333;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 25px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  pointer-events: auto;
}
.control-owl button:hover {
  opacity: 1;
  color: #004aad;
}
.control-owl button.owl-prev {
  left: -25px;
}
.control-owl button.owl-next {
  right: -25px;
}
.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
  height: calc(1em + 1.25rem + 8px);
}
.custom-form-row {
  margin-right: -10px;
  margin-left: -10px;
}
.custom-form-row > .col,
.custom-form-row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.text-sm {
  font-size: 0.875rem !important;
}
.social-plugin iframe {
  z-index: 1 !important;
}
.a2a_kit .a2a_svg {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
/* Lazyload */
img.lazy {
  opacity: 0;
}
img:not(.initial) {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
img.initial,
img.loaded,
img.error {
  opacity: 1;
}
img:not([src]) {
  visibility: hidden;
}
/* IMG_HOVER */
.img_hover {
  overflow: hidden;
  position: relative;
  padding: 0;
  z-index: 0;
}
.img_hover:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 22;
  display: block;
  content: "";
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15,Direction=0,Color=#000000)";
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) inset;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15,Direction=135,Color=#000000);
}
.img_hover:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 22;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.img_hover:hover:before {
  -webkit-animation: shine 0.6s;
  animation: shine 0.6s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* marquee */
.marquee {
  position: relative;
  width: 100%;
  height: calc(1.5em * 1);
  transform-origin: 50% 100%;
  transition: all ease 1s;
}
.marquee .inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
}
.marquee .inner > * {
  padding: 0 1rem;
}
/* Menu */
.inl .menu {
  position: relative;
  top: 0;
}
.menu {
  position: relative;
  z-index: 9;
  top: 0px;
  width: 100%;
  background: white;
}
@media only screen and (max-width: 1023px) {
  .menu {
    display: none;
  }
  .menu-res {
    display: block !important;
  }
  .header__logo {
    background: white;
    display: block !important;
  }
}
.menu ul {
  width: 100%;
  padding: 0px;
  list-style: none;
}
.menu ul.menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: end;
  gap: 24px;
  width: fit-content;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .menu ul.menu-main {
    gap: 4px;
  }
  .user-information {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .menu ul.menu-main {
    gap: 12px;
    flex: 0 !important;
  }
  .flex_menu {
    justify-content: center !important;
    margin: 0 auto;
  }
}
.menu ul li {
  position: relative;
  z-index: 1;
  margin: 0;
  width: auto;
  text-wrap: nowrap;
}
.menu ul li.menu-line {
  width: 1px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}
.menu ul li a {
  display: block;
  position: relative;
  padding: 0;
  font-size: 14px;
  border: 1px solid transparent;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #262626;
  font-family: "Inter";
  font-weight: 500;
}
.menu ul li a::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 1px;
  background-color: #333;
  left: 0px;
  bottom: 0px;
  display: none;
}
.menu ul li a.active::before,
.menu ul li:hover > a::before {
  width: 400px;
  transition: all ease 1s;
}
.menu ul li a.has-child:after {
  content: "";
  position: absolute;
  bottom: calc(50% - 4px / 2);
  right: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid #fafafa;
  border-top: 0px;
  border-left: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.menu ul li ul {
  position: absolute;
  border-radius: 8px;
  min-width: 250px;
  margin-top: 0px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
}
.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
}

.menu ul li ul li {
  margin: 0px;
  border: none;
  padding: 0.75rem;
}
.menu ul li ul li a {
  font-size: 14px;
  color: #313131;
  border-bottom: 1px solid #fff;
  text-transform: capitalize;
  border: none;
}
.menu ul li ul li a.has-child {
  margin-right: 0px;
}
.menu ul li ul li a.has-child:after {
  border-color: #313131;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu ul li ul li a.active {
  color: var(--color-main);
}
.menu ul li ul li a.active.has-child:after {
  border-color: var(--color-main);
}
.menu ul li ul li:last-child > a {
  border-bottom: 0px;
}
.menu ul li ul li:hover {
  border: none;
  color: var(--c1);
}
.menu ul li ul li:hover > a {
  color: var(--c1);
  border: none;
}
.menu ul li ul li:hover > a.has-child:after {
  border-color: var(--color-main);
}
.menu ul li ul li ul {
  top: 0;
  left: 100%;
  margin-top: 0px;
}
/* Search */
.search {
  width: 230px;
  background: #fff;
}
.search p {
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
  margin: 0px;
  color: #6c757d;
  font-size: 16px;
}
.search input {
  width: calc(100% - 35px);
  height: 35px;
  float: left;
  outline: none;
  padding: 0px;
  border: 0px;
  background: transparent;
  text-indent: 10px;
  font-size: 12px;
}
.search input::-webkit-input-placeholder {
  color: #313131;
}
.search input:-moz-placeholder {
  color: #313131;
}
.search input::-moz-placeholder {
  color: #313131;
}
.search input:-ms-input-placeholder {
  color: #313131;
}
/* Mmenu */
.menu-res {
  padding: 8px 0;
  height: auto;
  z-index: 100;
  background: white;
  position: relative;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.menu-res .lien-he-btn {
  padding: 8px 16px;
  background-color: #a40000;
  color: white;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.menu-bar-res {
  height: 55px;
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-bar-res-left {
  display: flex;
}
#menu {
  display: none;
}
#hamburger {
  display: block;
  width: 35px;
  height: 23px;
  position: relative;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #a40000;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
}
#hamburger:before {
  top: 0px;
}
#hamburger span {
  top: 10px;
}
#hamburger:after {
  top: 20px;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  -webkit-transition-property:
    top,
    bottom,
    left,
    opacity,
    -webkit-transform;
  transition-property:
    top,
    bottom,
    left,
    opacity,
    -webkit-transform;
  transition-property: transform, top, bottom, left, opacity;
  transition-property:
    transform,
    top,
    bottom,
    left,
    opacity,
    -webkit-transform;
}
.search-res-w100 {
  width: calc(100% - 45px);
  border-radius: 0.25rem;
}
.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}
.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}
.mm-wrapper_opening #hamburger:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-wrapper_opening #hamburger:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-menu_opened {
  display: block !important;
}
.mm-slideout {
  z-index: unset;
}
/* Search Responsive */
.search-res {
  position: relative;
  border-radius: 100%;
  background: transparent;
}
.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  margin: 0px;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-res .icon-search.active {
  color: var(--color-main);
  background: #ffffff;
  border-radius: 100%;
}
.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--color-main);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}
.search-res .search-grid p {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--color-main);
  line-height: 40px;
  text-align: center;
}
.search-res .search-grid input {
  width: calc(100% - 35px);
  float: right;
  line-height: 38px;
  outline: none;
  border: none;
  color: var(--color-main);
}
.search-res .search-grid input::-webkit-input-placeholder {
  color: #313131;
}
.search-res .search-grid input:-moz-placeholder {
  color: #313131;
}
.search-res .search-grid input::-moz-placeholder {
  color: #313131;
}
.search-res .search-grid input:-ms-input-placeholder {
  color: #313131;
}
/* Slideshow */
.slideshow {
  position: relative;
}
.slideshow-item {
  display: block;
  cursor: pointer;
}
.slideshow:hover .control-slideshow {
  opacity: 1;
}
.control-slideshow {
  opacity: 0;
}
/* Partner */
.wrap-partner {
  padding: 0px 15px;
}
.wrap-partner .wrap-content {
  position: relative;
}
.partner {
  display: block;
  border: 1px solid #eee;
  max-width: 175px;
  margin: 0px auto;
}
/* Breadcrumb */
.breadCrumbs {
  background-color: #eee;
}

.breadCrumbs .wrap-content .breadcrumb {
  padding: 0.75rem 15px;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item:before {
  float: left;
  margin: 0 1rem;
  padding: 0;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.20041 6.23966C8.48226 5.93613 8.95681 5.91856 9.26034 6.20041L12.7603 9.45041C12.9132 9.59232 13 9.79145 13 10C13 10.2086 12.9132 10.4077 12.7603 10.5496L9.26034 13.7996C8.95681 14.0815 8.48226 14.0639 8.20041 13.7603C7.91856 13.4568 7.93613 12.9823 8.23966 12.7004L11.1478 10L8.23966 7.2996C7.93613 7.01775 7.91856 6.5432 8.20041 6.23966Z' fill='%23A3A3A3' /%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1023px) {
  .breadcrumb-item + .breadcrumb-item:before {
    margin: 0;
  }
}

.breadCrumbs .wrap-content .breadcrumb-item a {
  color: #212529;
}
.breadCrumbs .wrap-content .breadcrumb-item.active a {
  color: #6c757d;
}
/* Intro */
.wrap-intro {
  background-color: #eeeadd;
}
.news-intro:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 50px);
  top: 10px;
  left: 90px;
  background-color: #cacaca;
}
.news-scroll:before,
.news-scroll:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 85px;
  border-radius: 100%;
  background-color: #cacaca;
}
.news-scroll:before {
  top: 10px;
}
.news-scroll:after {
  bottom: 40px;
}
.news-control {
  left: 85px;
  font-size: 13px;
  opacity: 0.5;
  z-index: 1;
  cursor: pointer;
}
.news-control:hover {
  opacity: 1;
  color: var(--color-main);
}
.news-control#up {
  top: -10px;
}
.news-control#down {
  bottom: 20px;
}
.news-shadow {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.news-shadow .news-shadow-time {
  font-size: 13px;
  width: 75px;
  margin-right: 45px;
}
.news-shadow .news-shadow-time:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 20px / 2);
  right: -26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pattern-news.png);
}
.news-shadow .news-shadow-article {
  width: calc(100% - 120px);
  padding: 14px 15px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #cecabb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.news-shadow .news-shadow-article:before {
  content: "";
  position: absolute;
  top: calc(50% - 26px / 2);
  left: -13px;
  z-index: 0;
  border-top: 13px solid transparent;
  border-right: 13px solid #cecabb;
  border-bottom: 13px solid transparent;
}
.news-shadow .news-shadow-article:after {
  content: "";
  position: absolute;
  top: calc(50% - 24px / 2);
  left: -11px;
  z-index: 1;
  border-top: 12px solid transparent;
  border-right: 11px solid #ffffff;
  border-bottom: 12px solid transparent;
}
.news-shadow .news-shadow-article .news-shadow-image {
  margin-right: 10px;
  width: 90px;
}
.news-shadow .news-shadow-article .news-shadow-info {
  width: calc(100% - 100px);
}
.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name {
  height: 36px;
  font-size: 15px;
  font-weight: 700;
}
.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name a {
  color: #222222;
}
.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name a:hover {
  color: var(--color-main);
}
.news-shadow
  .news-shadow-article
  .news-shadow-info
  .news-shadow-name
  a
  .text-split {
  -webkit-line-clamp: 2;
}
.news-shadow .news-shadow-article .news-shadow-info .news-shadow-desc {
  height: 38px;
  font-size: 13px;
}
.news-shadow
  .news-shadow-article
  .news-shadow-info
  .news-shadow-desc.text-split {
  -webkit-line-clamp: 2;
}
/* Video */
.video {
  cursor: pointer;
  margin-bottom: 1rem;
}
.video .video-image {
  position: relative;
  margin-bottom: 0.75rem;
}
.video .video-image:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url(../images/play.png);
}
.video .video-name {
  text-align: center;
  font-size: 16px;
  color: #212529;
  margin-bottom: 0px;
}
/* Album */
.album {
  cursor: pointer;
}
.album .album-image {
  margin-bottom: 0.75rem;
  position: relative;
}
.album-expand {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #00000033;
  opacity: 0;
}
.album-expand i {
  font-size: 35px;
  color: #333;
}
.album:hover .album-expand {
  opacity: 1;
}
.album .album-name {
  margin-bottom: 0px;
  text-align: center;
}
.album .album-name a {
  display: block;
  font-size: 16px;
  color: #212529;
  margin-bottom: 0px;
}
/* Product */
.grid-product {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .grid-product {
    gap: 15px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 575px) {
  .grid-product {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.gr-100 {
  grid-column: 4 span !important;
}
.box-product {
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.pic-product {
  background: #ffffff;
  margin-bottom: 1rem;
}
.pic-product img {
  width: 100%;
  border-radius: 3px;
}
.name-product {
  margin-bottom: 0.25rem;
}
.name-product a {
  font-size: 16px;
  color: #212529;
}
.name-product a.text-split {
  -webkit-line-clamp: 1;
}
.name-product a:hover {
  color: var(--color-main);
}
.price-product {
  margin-bottom: 0px;
}
.price-product span {
  font-weight: 700;
}
.price-new {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-main);
}
.price-old {
  padding-left: 10px;
  font-size: 12px;
  color: #6c757d;
  text-decoration: line-through;
}
.price-per {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ffffff;
  background: var(--color-main);
  font-size: 11px;
  border-radius: 2px;
  width: 45px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
.cart-product {
  margin-bottom: 0px;
}
.cart-product span {
  cursor: pointer;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
}
/* Product Detail */
.left-pro-detail {
  position: relative;
  text-align: center;
}
.left-pro-detail .MagicZoom {
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;
  background-color: #ffffff;
}
.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}
.owl-pro-detail {
  padding: 0px 30px;
}
.control-pro-detail button {
  background-color: transparent;
  color: #222222;
  opacity: 1;
  width: 25px;
  font-size: 23px;
}
.control-pro-detail button:hover {
  opacity: 0.7;
}
.control-pro-detail button.owl-prev {
  left: 0px;
}
.control-pro-detail button.owl-next {
  right: 0px;
}
.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #ffffff;
}
.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}
.thumb-pro-detail img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-filter: brightness(100%) !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.title-pro-detail {
  text-transform: capitalize;
  font-size: 20px;
  display: block;
  font-weight: 700;
}
.comment-pro-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}
.desc-pro-detail {
  margin-bottom: 1rem;
}
.attr-pro-detail {
  list-style: none;
  padding: 0px;
}
.attr-pro-detail li {
  margin-bottom: 0.5rem;
}
.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
}
.attr-label-pro-detail.d-block {
  display: block;
  margin: 0px 0px 5px 0px;
}
.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}
.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-main);
}
.price-old-pro-detail {
  font-weight: 500;
  color: #6c757d;
  text-decoration: line-through;
  padding-left: 10px;
}
.color-pro-detail {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 35px;
  height: 30px;
  margin: 0px 0px 3px 0px;
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.size-pro-detail {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 3px 10px 4px 10px;
  display: inline-block;
  position: relative;
}
.size-pro-detail.active {
  border-color: #e5101d;
  color: #e5101d;
}
.color-pro-detail.active {
  border-color: #e5101d;
  color: #e5101d;
}
.size-pro-detail.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(../images/check-cart.png);
}
.color-pro-detail.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(../images/check-cart.png);
}
.color-pro-detail input[type="radio"] {
  display: none;
}
.size-pro-detail input[type="radio"] {
  display: none;
}
.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 30px;
  height: 30px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #cccccc;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}
.quantity-pro-detail input {
  height: 30px;
  border: 1px solid #cccccc;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
}
.cart-pro-detail {
  margin-bottom: 1rem;
}
.cart-pro-detail a {
  font-size: 14px;
  color: #ffffff !important;
  text-transform: uppercase;
}
.btn-cart-main {
  background-color: var(--color-main);
  border-color: var(--color-main);
  color: #ffffff !important;
}
.btn-cart-main:hover {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
}
@media only screen and (max-width: 767px) {
  .cart-pro-detail a {
    width: 100%;
  }
  .cart-pro-detail a:first-child {
    margin-right: 0px;
    margin-bottom: 0.5rem;
  }
  .cart-pro-detail a i {
    display: none;
  }
}
.tags-pro-detail a {
  float: left;
  font-size: 13px;
  padding-bottom: 0.375rem;
  margin: 0px 5px 5px 0px;
}
.tags-pro-detail a i {
  font-size: 11px;
  margin: 5px 5px 0px 0px;
}
.tabs-pro-detail {
  margin-top: 2rem;
}
.tabs-pro-detail .nav-tabs .nav-link {
  border-top-width: 3px;
  font-size: 13px;
}
.tabs-pro-detail .nav-tabs .nav-link.active {
  border-top-color: #555555;
}
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border-top-color: #555555;
}
.content_product {
  overflow: hidden;
  max-height: 450px;
}
.content_product.h-full {
  height: 100% !important;
  max-height: 100%;
}
.show-more {
  font-size: 14px;
}
.show-more::before {
  height: 55px;
  margin-top: -45px;
  content: -webkit-gradient(
    linear,
    0% 100%,
    0% 0%,
    from(#fff),
    color-stop(0.2, #fff),
    to(rgba(255, 255, 255, 0))
  );
  display: block;
}
/* News */
.news {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 575px) {
  .news .news-image {
    margin-bottom: 1rem;
  }
}
.news .news-name {
  margin-bottom: 0.5rem;
}
.news .news-name a {
  font-size: 16px;
  line-height: 1.5;
  color: white;
}
.news .news-name a.text-split {
  -webkit-line-clamp: 2;
}
.news .news-name a:hover {
  color: var(--color-hover);
}
.news .news-time {
  color: #84878a;
  margin-bottom: 0.25rem;
}
.news .news-desc {
  margin-top: 5px;
  line-height: 22px;
}
.othernews b {
  margin-bottom: 10px;
}
.list-news-other {
  padding-left: 17px;
  list-style: square;
}
.list-news-other li {
  margin-bottom: 2px;
}
.list-news-other li a {
  text-transform: none;
  color: white;
}
.list-news-other li a:hover {
  color: var(--color-hover);
}
@media only screen and (max-width: 991px) {
  .img-auto img {
    width: auto !important;
    height: auto !important;
  }
}
/* Contact */
.contact-article {
  margin-bottom: 3rem;
}
.contact-input {
  position: relative;
  margin-bottom: 15px;
}
.contact-input textarea {
  resize: none;
  height: 150px;
}
.contact-input .custom-file-label::after {
  content: attr(title);
}
.contact-map {
  position: relative;
  height: 500px;
}
.contact-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}
/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}
.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px;
}
.box-readmore li ul > li:before {
  content: counters(item, ".") " ";
}
.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}
.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}
.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
  opacity: 0;
}
.box-readmore ul li a {
  color: #262626 !important;
  cursor: pointer;
  font-weight: 600;
}
.box-readmore ul li a:hover {
  color: #767676;
}
/* Newsletter */
.newsletter-slogan {
  margin-bottom: 0.5rem;
  color: #6c757d;
}
.newsletter-input {
  width: 100%;
  position: relative;
}
.newsletter-button {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.newsletter-button input[type="submit"] {
  text-transform: uppercase;
  font-weight: 500;
}
/* Footer */
.footer-copyright span {
  color: var(--c1);
}
ul.csach li a:hover {
  color: var(--c1);
  transition: all 0.2s linear;
}
ul.csach li a {
  color: white;
  font-size: 17px;
}
ul.csach {
  color: var(--c1);
  padding: 0 0 0 15px;
}
.desc_footer {
  margin: 20px 0;
  font-family: "Inter";
}
ul.social {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
  text-align: left;
}
.footer-info {
  color: white;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
h2.footer-name {
  color: var(--2, #db0f0f);
  text-align: center;
  font-family: "font2";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
}
.footer-article {
  background: url(../imgs/bg_ft.jpg);
  position: relative;
}
.footer-article .wrap-content {
  padding: 60px 15px;
}
.footer-title {
  font-size: 18px;
  color: var(--c1);
  font-family: "Inter";
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-ul li {
  margin-bottom: 10px;
}
.footer-ul li:last-child {
  margin-bottom: 0px;
}
.footer-ul li a {
  color: #212529;
}
.footer-ul li a:hover {
  text-decoration: underline;
}
.footer-tags {
  background: #eee;
}
.footer-tags .wrap-content {
  padding: 30px 15px;
}
.footer-tags-lists {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-tags-lists li {
  float: left;
}
.footer-tags-lists li a {
  padding-bottom: 0.375rem;
}
.footer-powered {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
  text-align: center;
  border-top: 1px solid #ffffff6e;
}
.footer-powered .wrap-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-statistic {
  text-align: right;
}
.footer-statistic span {
  padding-right: 10px;
}
.footer-statistic span:last-child {
  padding-right: 0px;
}
#footer-map {
  position: relative;
  height: 500px;
}
#footer-map iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
}
/* Like Share */
.social-plugin {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}
.social-plugin .zalo-share-button {
  margin-left: 3px;
}
/* Paging */
.pagination-home .pagination .page-item .page-link {
  color: #333333;
  font-size: 0.875rem;
}
.pagination-home .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}
/* Paging Ajax */
.pagination-ajax {
  text-align: center;
}
.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
}
.pagination-ajax a.current,
.pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: var(--color-main);
  background-color: var(--color-main);
}
.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}
.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-ajax a.first:before {
  background-image: url(../images/page-first.png);
}
.pagination-ajax a.last:before {
  background-image: url(../images/page-last.png);
}
.pagination-ajax a.prev:before {
  background-image: url(../images/page-prev.png);
}
.pagination-ajax a.next:before {
  background-image: url(../images/page-next.png);
}
/* Popup */
#popup .modal-body {
  padding: 0px;
}
/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}
/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}
/* Scroll Top */
/* .scrollToTop { width: 41px; height: 41px; text-align: center; font-weight: bold; color: #444; text-decoration: none; position: fixed; bottom: 65px; right: 25px; display: none; z-index: 10; cursor: pointer; } */
.scrollToTop {
  position: fixed;
  bottom: 65px;
  right: 25px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 1001010;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.scrollToTop.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.scrollToTop::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "\f102";
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--color-main);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.scrollToTop svg path {
  fill: none;
}
.scrollToTop svg.progress-circle path {
  stroke: var(--color-main);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
/* Text Hide */
.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
/* Transition All */
.transition,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.btn-frame .kenit-alo-circle-fill,
.support-online .kenit-alo-circle-fill {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
/* Scale IMG */
.scale-img {
  overflow: hidden;
  display: block;
}
.scale-img img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.scale-img:hover > img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* Blink */
.blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
/* Button Frame */
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--c1);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}
.btn-frame .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: var(--c1);
  opacity: 0.5;
}
.btn-frame .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.btn-frame .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.btn-frame .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
/* Zalo */
.btn-zalo {
  bottom: 315px;
}
/* Phone */
.btn-phone {
  bottom: 230px;
}
.btn-mess {
  bottom: 150px;
}
/* Messenger */
.js-facebook-messenger-container.closed {
  display: none !important;
}
.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
  color: #404040;
  background: #fff;
}
.js-facebook-messenger-tooltip.closed {
  display: none !important;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button {
  z-index: 999;
}
.js-facebook-messenger-tooltip {
  z-index: 999;
  display: none;
  position: fixed;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  z-index: 1000000000000000019884624838656;
}
.js-facebook-messenger-close-tooltip {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}
.js-facebook-messenger-box {
  z-index: 999;
}
.js-facebook-messenger-box.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
.js-facebook-messenger-box.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}
.js-facebook-messenger-box {
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 150px;
  right: 17px;
  width: 56px;
  height: 56px;
  text-align: center;
  background: var(--c1);
  border-radius: 100%;
  overflow: hidden;
  z-index: 99;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.js-facebook-messenger-box.rotate svg#fb-msng-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.js-facebook-messenger-box svg#fb-msng-icon {
  width: 32px;
  height: 33px;
  position: absolute;
  top: 13px;
  left: 12px;
  opacity: 1;
  overflow: hidden;
  -webkit-transition:
    opacity 160ms ease-in-out,
    transform 160ms ease-in-out;
  -webkit-transition:
    opacity 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
  transition:
    opacity 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
  transition:
    opacity 160ms ease-in-out,
    transform 160ms ease-in-out;
  transition:
    opacity 160ms ease-in-out,
    transform 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
}
.js-facebook-messenger-box.rotate svg#close-icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.js-facebook-messenger-box svg#close-icon {
  opacity: 0;
  width: 19px;
  height: 20px;
  position: absolute;
  top: 19px;
  left: 19px;
  -webkit-transition:
    opacity 160ms ease-in-out,
    transform 160ms ease-in-out;
  -webkit-transition:
    opacity 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
  transition:
    opacity 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
  transition:
    opacity 160ms ease-in-out,
    transform 160ms ease-in-out;
  transition:
    opacity 160ms ease-in-out,
    transform 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000;
}
.js-facebook-messenger-container {
  position: fixed;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  bottom: 110px;
  right: 90px;
  border-radius: 10px;
  pointer-events: none;
  -webkit-box-shadow:
    0 1px 6px rgba(0, 0, 0, 0.06),
    0 2px 32px rgba(0, 0, 0, 0.16);
  box-shadow:
    0 1px 6px rgba(0, 0, 0, 0.06),
    0 2px 32px rgba(0, 0, 0, 0.16);
  -webkit-transition:
    transform 160ms ease-in-out,
    opacity 160ms ease-in-out;
  -webkit-transition:
    opacity 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
  transition:
    opacity 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
  transition:
    transform 160ms ease-in-out,
    opacity 160ms ease-in-out;
  transition:
    transform 160ms ease-in-out,
    opacity 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
}
.js-facebook-messenger-top-header {
  width: 220px;
  color: #ffffff;
  background: var(--color-phone);
  display: block;
  position: relative;
  width: 220px;
  background: var(--color-phone);
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding: 10px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000;
}
.js-facebook-messenger-top-header {
  color: #ffffff;
  background: var(--color-phone);
  width: 220px;
}
.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff;
}
.js-facebook-messenger-container.open {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}
.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
}
.js-facebook-messenger-box.open svg#fb-msng-icon {
  opacity: 0;
}
.js-facebook-messenger-box.rotate.open svg#close-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.js-facebook-messenger-box.open svg#close-icon {
  opacity: 1;
}
/* Cart Fix */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 480px;
  z-index: 10;
  background: var(--color-phone);
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cart-fixed i {
  font-size: 20px;
}
.cart-fixed span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  background: var(--color-main);
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%;
}
/* Toolbar */
.toolbar {
  background: var(--color-main);
  padding: 2vw;
  bottom: 5px;
  position: fixed;
  z-index: 500;
  height: auto;
  left: 5px;
  right: 5px;
  border-radius: 0.5rem;
  display: none;
}
.toolbar ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.toolbar ul li {
  text-align: center;
  width: 25%;
}
.toolbar ul li a {
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}
.toolbar ul li a img {
  height: 6vw;
  width: auto;
}
.toolbar ul li a span {
  font-weight: 400;
  color: #ffffff;
  font-size: 3vw;
  display: block;
}
/* Fixbar */
.fixbar {
  bottom: 0;
  display: block;
  background: #f0eff4;
  border-top: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  margin: 0;
  z-index: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 50px;
}
.fixbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.fixbar ul li {
  margin: 0 auto 10px;
  text-align: center;
  width: 25%;
  float: left;
}
.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
  width: 20px;
  height: 20px;
  display: block;
  margin: 8px auto 0;
}
.fixbar .icon-cart-mobile {
  background: url(../images/cart-mobile.png) no-repeat;
}
.cart-total-header-mobile {
  font-size: 10px;
  position: absolute;
  background: red;
  color: #fff !important;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 15px;
  top: 5px;
  margin-left: 5px;
}
.fixbar ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #333;
}
.fixbar ul li a i {
  font-size: 20px;
}
/* Plugbar */
.plugbar {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #eae6e6;
  width: 100%;
  right: 0;
  max-width: 767px;
  margin: 0 auto;
  background: #ffffff;
  padding: 9px 10px 10px 7px;
  z-index: 10;
}
.plugbar ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.plugbar ul li {
  width: 20%;
  float: left;
}
.plugbar ul li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.plugbar ul li a i {
  font-size: 20px;
  color: #696969;
}
.plugbar ul li a span {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -40px;
  left: calc(50% - 50px / 2);
  font-size: 14px;
  display: block;
  border: 1px solid rgba(234, 230, 230, 0.5);
  border-radius: 100%;
}
/* Combo Phone */
.support-online {
  position: fixed;
  z-index: 999;
  left: 10px;
  bottom: 0px;
}
.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
}
.support-online i {
  width: 40px;
  height: 40px;
  background: #43a1f3;
  color: #ffffff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}
.support-online a {
  display: block;
}
.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: #67b634;
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 0px;
  left: 40px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
}
.support-online a:hover span {
  display: block;
}
.support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #67b634 transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}
.support-online .kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75;
  right: -10px;
}
.support-online .kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  border-color: #0089b9;
  opacity: 0.5;
}
.support-online .support-online .btn-support {
  cursor: pointer;
}
.support-online .mes i {
  background: orange;
}
.support-online .sms i {
  background: red;
}
.support-online .call-now i {
  background: green;
}
/* Phone Switch */
.widget-mobile {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 9999999;
}
#my-phone-circle {
  position: relative;
  width: 50px !important;
  height: 50px !important;
}
.wcircle-open .wcircle-icon i:before {
  content: "\f00d";
}
.wcircle-icon {
  background: #1282fc;
  border-radius: 50%;
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wcircle-icon:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: rgba(18, 130, 252, 0.5);
  border: 1px solid #ffffff;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  -webkit-animation: pulse 1s infinite ease-in-out;
  animation: pulse 1s infinite ease-in-out;
}
.wcircle-icon:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: rgba(18, 130, 252, 0.5);
  border-radius: 50%;
  left: -15px;
  top: -15px;
  -webkit-animation: zoomIn 2s infinite ease-in-out;
  animation: zoomIn 2s infinite ease-in-out;
}
.wcircle-menu {
  position: absolute !important;
  left: 0;
  top: 0;
  display: none;
}
.wcircle-menu-item {
  width: 50px;
  height: 50px;
  background: #1282fc;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wcircle-menu-item img {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
}
.wcircle-menu-item i {
  font-size: 25px;
  color: #ffffff;
  position: relative;
  z-index: 9999;
}
.wcircle-icon i {
  font-size: 25px;
  color: #ffffff;
  position: relative;
  z-index: 9999;
}
.shake-anim {
  -webkit-animation: shake-anim 1s infinite ease-in-out;
  animation: shake-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/**/
.box-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 80px;
}
.category-box .title-category {
  margin: 0;
  text-align: left;
  padding: 8px 15px;
  background-color: var(--color-main);
}
.title-category span {
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--f-bold);
}
.category-box ul {
  padding: 0px;
  margin: 0;
  list-style: none;
}
.category-box i {
  margin-right: 5px;
}
.box_category_list {
  max-height: 500px;
  overflow-y: auto;
  padding: 0;
  list-style: inside;
  background-color: #333;
  border: solid 1px #eee;
  border-top: none;
}
.box_category_list li {
  /*border-top: solid 1px #ccc; */
  position: relative;
  list-style: none;
}
.box_category_list > li:first-child {
  border-top: none;
}
.box_category_list li a {
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
  line-height: 1.5;
  padding: 5px 15px;
}
.box_category_list li a:hover {
  color: var(--color-hover);
}
.box_category_list li span {
  margin-top: 5px;
}
.box_category_list li span i {
  color: #ccc !important;
}
.box_category_list li .toggle {
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  right: 5px;
  cursor: pointer;
}
.box_category_list li .toggle i {
  color: #ccc;
}
.box_category_list li ul {
  display: block;
}
.box_category_list li ul li {
  padding: 0px 15px;
}
.box_category_list li ul li a {
  text-transform: capitalize;
}
/* width */
.box-sticky::-webkit-scrollbar {
  width: 3px;
}
/* Track */
.box-sticky::-webkit-scrollbar-track {
  background: #ccc;
}
/* Handle */
.box-sticky::-webkit-scrollbar-thumb {
  background: var(--color-main);
}
/* Handle on hover */
.box-sticky::-webkit-scrollbar-thumb:hover {
  background: var(--color-hover);
}
/* WRAP MENU */
.flex_menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 80px;
  justify-content: space-between;
}
.gr_hhl {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
}
.gr_gmc {
  display: flex;
  align-items: center;
  gap: 15px;
}
.txt_hmc {
  display: flex;
  flex-direction: column;
  color: #333;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.txt_hmc span {
  color: var(--c2);
  font-size: 20px;
}
.flex__menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
f .menu ul.menu-main {
  margin: 0 0 0 40px;
}
.menu ul.menu-main {
  flex: 1;
  height: 50px;
}
.header_logo {
}
.menu ul li a.active,
.menu ul li a:hover {
  transition: all 0.2s linear;

  border-bottom: 1px solid var(--c1);
}
.menu.fixed .gr_hhl {
  display: none;
}
.gr_hotlinemenu {
  width: 190px;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
}
.txt_hline {
  font-size: 13px;
  color: #262626;
  font-weight: 400;
  font-family: "Inter";
}
.numb_hline {
  font-size: 20px;
  color: var(--c1);
  font-weight: 400;
  font-family: "Inter";
}
/* .menu.fixed .header_logo{display:none;} */
.menu.fixed .flex_menu {
  min-height: 50px;
}
.menu.fixed {
  box-shadow: rgba(119, 119, 119, 0.3) 0px 0px 15px 0px;
}
/* peShiner */
.effect-run {
  width: 100% !important;
  height: 100% !important;
}
.effect-run a {
  display: block;
}
/* .effect-run canvas{top:calc(50% - 80px/2 - 2px);} */
.effect-run img {
  margin: 0 !important;
}
/* SLIDE */
.gr_luyenthi {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 660px;
  transform: translateY(-50%);
  left: calc((100vw - 1230px) / 2);
}
.txt_lthi {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: normal;
  text-transform: uppercase;
  color: #262626;
  font-weight: 700;
  font-family: "Inter";
}
.txt_lthi1 {
  font-size: 59px;
  letter-spacing: 2px;
  line-height: normal;
  text-transform: uppercase;
  color: #ffae0f;
  font-family: "font2";
  filter: drop-shadow(2.5px 4.33px 8px rgba(0, 0, 0, 0.24));
}
.grid_linklthi {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
.gr_llthi {
  background: white;
  max-width: 370px;
  padding: 0 90px 0 20px;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  position: relative;
}
.gr__llthi {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: normal;
  color: #262626;
  font-weight: 500;
  font-family: "Inter";
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}
.gr_llthi.evenlthiil {
  margin-left: 30px;
}
.gr_llthi::before {
  content: "";
  background: url(../imgs/bf_numbl.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 12px;
  height: 11px;
  top: -10px;
  right: 20px;
  pointer-events: none;
}
.numb_lthi {
  width: 50px;
  height: 50px;
  background: var(--c1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
  text-align: center;
  position: absolute;
  top: -10px;
  right: 30px;
}
.gr_llthi:hover .gr__llthi {
  color: white;
  transition: all 0.2s linear;
}
.gr_llthi:hover {
  background: black;
  transition: all 0.2s linear;
}
img.play {
  animation: xoay 5s linear 0s infinite;
  -webkit-animation: xoay 5s linear 0s infinite;
  -moz-animation: xoay 5s linear 0s infinite;
  -o-animation: xoay 5s linear 0s infinite;
}
@keyframes xoay {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* WRAP GIOI THIEU */
.gr_titlegt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid var(--c1);
  gap: 20px;
}
.gr_titlegt img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.gr___titlegt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-content: flex-end;
}
.flex_gioithieu {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.left_gioithieu {
  width: 45%;
}
.gr__tieuchi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  border: 1px dashed var(--c1);
  border-radius: 40px 0 0 40px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.gr_tieuchi {
  width: 100%;
  background: white;
  padding: 5px;
  margin-bottom: 20px;
  position: relative;
}
.numb_tieuchi {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-image: linear-gradient(55deg, --c1 0%, #f1ad11 100%);
  font-size: 45px;
  letter-spacing: 1px;
  line-height: 75px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-family: "Inter";
  text-align: center;
}
.name_tieuchi {
  flex: 1;
  font-size: 19px;
  letter-spacing: 1px;
  line-height: normal;
  color: #262626;
  font-weight: 500;
  font-family: "Inter";
}
.img_tchi {
  padding: 0 20px;
  border-left: 1px dashed var(--c1);
}
.gr__tieuchi:hover .name_tieuchi {
  color: var(--c1);
  transition: all 0.2s linear;
}
.gr__tieuchi:hover .img_tchi {
  transform: rotateY(360deg);
  transition: all 0.4s linear;
}
.gr__tieuchi .img_tchi {
  transition: all 0.4s linear;
}
.wrap_gioithieu {
  padding: 80px 0;
  background: url(../imgs/bg_gt.jpg) no-repeat;
  background-size: 100% 100%;
}
.right_gioithieu {
  width: 48%;
}
.gr_tieuchi:last-child {
  margin-bottom: 0;
}
.gr_tieuchi.eventchi {
  transform: translateX(40px);
  position: relative;
  z-index: 2;
}
.gr_tieuchi::before {
  content: "";
  background: var(--c1);
  position: absolute;
  width: 5px;
  height: 80px;
  right: -5px;
  z-index: 0;
  pointer-events: none;
}
.title_gioithieu {
  font-size: 60px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f6ab00;
  font-weight: 600;
  font-family: "Inter";
  text-align: center;
}
/* WRAP DOI NGU */
.title_gioithieu1 {
  font-size: 36px;
  letter-spacing: 1px;
  color: #f6ab00;
  font-weight: 500;
  font-family: "Inter";
  text-align: center;
  line-height: normal;
}
.slogan_doingu {
  max-width: 400px;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1.8;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
  text-align: right;
  margin-top: 15px;
}
.gr_doingu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left_doingu {
  width: 620px;
  position: relative;
}
.right_doingu {
  flex: 1;
}
.right_tdn {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #212121;
  position: relative;
}
.wrap_doingu {
  padding: 80px 0;
  background: #1a1a1a;
}
.txt_dn {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
  text-align: center;
}
.name_dn {
  font-size: 26px;
  letter-spacing: 1px;
  line-height: normal;
  color: #f6ab00;
  font-weight: 600;
  font-family: "Inter";
  text-align: center;
}
.desc_dn {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1.8;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
  text-align: center;
}
.right_bdn {
  width: 260px;
  padding: 70px 60px;
  background-image: linear-gradient(55deg, --c1 0%, #f1ad11 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.txt_nsl {
  font-size: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 100;
  font-family: "Inter";
  text-align: center;
}
.txt_nsl1 {
  font-size: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Inter";
  text-align: center;
}
p.linedn {
  width: 160px;
  height: 1px;
  background: var(--c1);
  margin: 10px 0;
}
.gr_ldnt {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  pointer-events: none;
}
.content_doingu {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.8;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
}
.name1_doingu {
  font-size: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Inter";
  text-align: right;
}
.gr_contentdn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
img.cham1 {
  float: right;
}
/* LINEEFF */
.lineeff::before,
.lineeff::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: var(--c1);
  z-index: 1;
}
.lineff1::before,
.lineff1::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: var(--c1);
}
.lineeff:hover::before,
.lineeff:hover::after {
  width: 100%;
}
.lineeff:hover .lineff1::before,
.lineeff:hover .lineff1::after {
  height: 100%;
}
.lineeff {
  position: relative;
}
.lineeff::after {
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}
.lineeff .lineff1::after {
  transition-delay: 0.4s;
  right: 0;
  bottom: 0;
}
.lineeff::before {
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
.lineeff .lineff1::before {
  transition-delay: 0s;
  left: 0;
  top: 0;
}
.lineeff:hover::after {
  transition-delay: 0s;
}
.lineeff:hover .lineff1::after {
  transition-delay: 0.2s;
}
.lineeff:hover::before {
  transition-delay: 0.4s;
}
.lineeff:hover .lineff1::before {
  transition-delay: 0.6s;
}
/* WRAP GIAO VIEN */
.wrap_giangvien {
  padding-top: 70px;
}
.gr_namegiaovien {
  text-align: center;
  padding: 20px 0 0;
}
.name_gvien {
  font-size: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Inter";
  text-align: center;
}
.desc_gvien {
  font-size: 18px;
  letter-spacing: 0px;
  color: #ffffff82;
  font-weight: 100;
  font-family: "Inter";
  text-align: center;
}
.gr_giaovien:hover .name_gvien {
  color: var(--c1);
  transition: all 0.2s linear;
}
.name_showinfo {
  font-size: 20px;
  font-family: "Inter";
  color: black;
  font-weight: bold;
}
.content_showinfo {
  font-size: 15px;
  font-family: "Inter";
  color: black;
  line-height: 1.8;
  margin: 15px 0;
  overflow: auto;
}
.btn_xtgvien {
  width: 160px;
  height: 50px;
  margin: 30px auto 0;
}
.btn_xtgvien a {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 23px;
  background-image: linear-gradient(55deg, --c1 0%, #f1ad11 100%);
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-family: "Inter";
  text-align: center;
  overflow: hidden;
}
.btn_xtgvien a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 23px;
  background-color: #eaf818;
  background-image: linear-gradient(315deg, --c1 0%, #f6fc9c 74%);
  transition: all 0.3s ease;
}
.btn_xtgvien a:hover {
  color: #000;
}
.btn_xtgvien a:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.btn_xtgvien a:active {
  top: 2px;
}
/* */
.gr_flifter {
  overflow: hidden;
  margin-top: 20px;
}
.swiper-container-wrapper--timeline .swiper-slide {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* border-radius: 10px; */
}
.swiper-container-wrapper--timeline .swiper-slide .container {
  padding: 0;
  width: 100%;
}
.swiper-container-wrapper--timeline .swiper-slide .title {
  font-size: 18px;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-container-wrapper--timeline .swiper-slide-active .title {
  opacity: 1;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
  position: relative;
  background-color: transparent;
  height: 4px;
  border-bottom: 1px solid #888;
  width: 75%;
  margin-top: 20px;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
  background-color: va;
  height: 3px;
  top: 2px;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
  position: absolute;
  top: 2px;
  left: -100%;
  width: 100%;
  height: 3px;
  background-color: #000;
  content: "";
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
  position: absolute;
  top: 3px;
  right: -100%;
  width: 100%;
  height: 1px;
  background-color: #888;
  content: "";
}
.swiper-container-wrapper--timeline .swiper-pagination-custom {
  position: relative;
  list-style: none;
  padding: 0;
  display: flex;
  line-height: 1.66;
  bottom: 0;
  z-index: 11;
  width: 75%;
  display: flex;
  margin-bottom: 120px;
}
.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch {
  position: relative;
  width: 100%;
  height: 30px;
  display: block;
  margin-top: 20px;
  font-size: 34px;
  letter-spacing: 1px;
  line-height: normal;
  color: #ffffff;
  font-family: "Inter";
  text-align: center;
}
.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch
  .switch-title {
  position: absolute;
  font-weight: 400;
  right: 0;
  transform: translateX(50%);
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  cursor: pointer;
  z-index: 1;
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch
  .switch-title:after {
  position: absolute;
  top: calc(0% - 20px);
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 2rem;
  content: "";
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  z-index: 1;
  border: 1px solid var(--c1);
}
.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch.active
  .switch-title {
  transition-delay: 0.4s;
  color: var(--c1);
}
.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch.active
  .switch-title:after {
  background: var(--c1);
  transition-delay: 0.4s;
}
.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch.active
  ~ .swiper-pagination-switch
  .switch-title {
  color: white;
  font-weight: 16px;
}
.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch.active
  ~ .swiper-pagination-switch
  .switch-title:after {
  background: white;
}
span.switch-title1 {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: normal;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
  text-align: center;
}
.flex_khoahoc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.left_khoc {
  width: 600px;
}
.right_khoc {
  flex: 1;
  border: 1px solid var(--c1);
  border-right: none;
  height: 390px;
  padding: 50px 100px 30px 40px;
  position: relative;
}
.name_khoc {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: normal;
  color: #ffffff;
  font-weight: 500;
  font-family: "Inter";
  max-width: 330px;
}
.desc_khoc {
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
}
.right__xtdt {
  width: 160px;
  height: 50px;
}
.right__xtdt a {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 23px;
  background-image: linear-gradient(55deg, --c1 0%, #f1ad11 100%);
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-family: "Inter";
  text-align: center;
  overflow: hidden;
}
.right__xtdt a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 23px;
  background-color: #eaf818;
  background-image: linear-gradient(315deg, --c1 0%, #f6fc9c 74%);
  transition: all 0.3s ease;
}
.right__xtdt a:hover {
  color: #000;
}
.right__xtdt a:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.right__xtdt a:active {
  top: 2px;
}
.wrap_chonkhoahoc {
  padding: 80px 0;
}
.gr_titlechonkh {
  text-align: center;
}
.title_ckhoc1 {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
  text-align: center;
}
.title_ckhoc {
  font-size: 34px;
  letter-spacing: 1px;
  line-height: normal;
  font-weight: 500;
  font-family: "Inter";
  text-align: center;
  background-image: linear-gradient(55deg, --c1 0%, #f1ad11 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.right_khoc::before {
  content: "";
  background: url(../imgs/bf_tron.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 30px;
  left: 10px;
  pointer-events: none;
}
.right_khoc:hover .name_khoc {
  color: var(--c1);
  transition: all 0.2s linear;
}
/* WRAP CAM NHAN KHACH HANG */
.gr_cnhv {
  display: flex;
  justify-content: space-between;
}
.img_hocvien {
  width: 340px;
}
.grname_hocvien {
  flex: 1;
  padding-left: 50px;
  position: relative;
}
.name_hvien {
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Inter";
  background-image: linear-gradient(55deg, --c1 0%, #f1ad11 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  padding: 0 29px;
  margin-bottom: 50px;
}
.name_hvien::before {
  content: "";
  background: url(../imgs/muiten.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 12px;
  height: 43px;
  left: 0;
  top: 0;
}
.name_hvien::after {
  content: "";
  background: url(../imgs/muiten1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 43px;
  height: 12px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.desc_hvien {
  padding: 60px 40px 80px;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1.8;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
  position: relative;
  max-height: 240px;
  min-height: 240px;
}
.desc_hvien::before {
  content: "";
  background: url(../imgs/bf_linehv.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  height: 304px;
  top: 0;
  right: 0;
}
.desc_hvien::after {
  content: "";
  background: url(../imgs/at_linehv.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  height: 314px;
  right: 20px;
  bottom: 0;
  pointer-events: none;
}
.wrap_camnhankh {
  padding: 80px 0;
  background: url(../imgs/bg_cnhv.jpg) no-repeat;
  background-size: 100% 100%;
}
.camnhanhv {
  position: relative;
  margin-top: 40px;
}
.camnhanhv.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
  visibility: hidden;
}
.camnhanhv .splide__arrows {
  position: absolute;
  bottom: -5px;
  left: calc(33.3333% + 40px);
  z-index: 2;
}
/* WRAP SU KIEN */
.slideskien {
  margin-top: 40px;
}
.wrap_sukiensapdr {
  padding: 80px 0;
}
.gr_name_skien {
  padding: 15px 0;
}
.name_skien {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: normal;
  color: #ffffff;
  font-weight: 600;
  font-family: "Inter";
  text-align: left;
}
.desc_skien {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: normal;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
  text-align: left;
  margin-bottom: 10px;
}
p.lineskien {
  width: 70px;
  height: 2px;
  background: var(--c1);
  margin: 10px 0;
}
.date_skien {
  opacity: 0.8;
  font-size: 13px;
  letter-spacing: 0px;
  color: #f6ab00;
  font-weight: 400;
  font-family: "Inter";
  text-align: left;
}
.gr_sukien:hover .name_skien {
  color: var(--c1);
  transition: all 0.2s linear;
}
/* WRAP TIN TUC */
.grid_tintuc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.gr_tintuc:hover .name_skien {
  color: var(--c1);
  transition: all 0.2s linear;
}
/* WRAP DANG KY NHAN TIN */
.left_dkntin {
  width: 50%;
  padding: 50px 40px;
  background: black;
}
.wrap_dangkynhantin {
  padding: 70px 0;
  background: url(../imgs/bg_dknt.jpg) no-repeat;
  background-size: 100% 100%;
}
.flex_dkntin {
  display: flex;
  justify-content: space-between;
}
.right_dkntin {
  flex: 1;
}
.title_dknt {
  font-size: 30px;
  color: #f6ab00;
  font-weight: 600;
  font-family: "Inter";
}
.title_dknt1 {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
}
.gr_fdknt {
  margin-top: 40px;
}
.newsletter-input input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #ffffff5c;
  background: transparent;
  color: #333;
}
.gr_inputnlt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
form.validation-newsletter {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.newsletter-input textarea {
  width: 100%;
  height: 80px;
  padding: 15px;
  border: 1px solid #ffffff5c;
  background: transparent;
  min-height: 80px;
  max-height: 80px;
  color: #333;
}
.newsletter-button input {
  background-image: linear-gradient(55deg, --c1 0%, #f1ad11 100%);
  width: 160px;
  height: 45px;
  border-radius: 0;
  color: white;
}
.map_frame {
  height: 100%;
}
.footer_map_tab {
  height: 100%;
  width: 100%;
}
.map_frame iframe {
  height: 100%;
  width: 100%;
}
/* menu mobie */
.icon_menu_mobi i {
  /* float: left; */
  /* margin-top: 8px; */
}
.icon_menu_mobi {
  color: #262626;
  font-size: 25px;
  text-decoration: none;
  width: 50px;
  display: block;
  cursor: pointer; /* float: left; */
  margin: 0;
}
.menu_baophu {
  background: #000;
  opacity: 0.8;
  z-index: 998;
  left: 0px;
  top: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
}
.menu_mobi_add ul ul {
  display: none;
  padding-left: 0;
}
.menu_mobi_add ul li ul li a {
  padding-left: 20px;
  color: #a40000;
}
.menu_mobi_add ul li a i {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 40px;
  text-align: center;
  padding-top: 13px;
  transform: rotate(90deg);
}
.menu_mobi_add ul li span {
  color: #262626;
}
.menu_mobi_add ul li a {
  text-decoration: none;
  color: #a40000;
  display: block;
  border-bottom: 1px solid #a4000036;
  padding: 13px 40px 13px 0;
  margin-left: 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
}
.menu_mobi_add ul {
  list-style: none;
  padding: 0;
}

/* Mobile Search Styles */
.mobile-search-wrapper {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: transparent;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 10px;
}

.mobile-search-wrapper input {
  flex: 1;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}

.mobile-search-wrapper input:focus {
  border-color: #a40000;
}

.mobile-search-btn {
  background: #a40000;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.mobile-search-btn:hover {
  background: #8a0000;
}

.mobile-search-btn i {
  font-size: 14px;
}
.close_menu {
  position: absolute;
  top: 5px;
  right: 7px;
  font-size: 15px;
  background: white;
  width: 25px;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
  color: black;
  border-radius: 50%;
}
.menu_mobi_add,
.menu_mobi {
  display: none;
}
.menu-bar-res-left .fas {
  color: #a40000;
}
.menu_mobi_add {
  display: block;
  position: fixed;
  left: -100%;
  top: 0;
  background: #fff;
  z-index: 99999;
  color: #a40000;
  height: 100vh;
  overflow: auto;
  line-height: 1.5;
  padding-top: 40px;
  padding-bottom: 20px;
  width: 85%;
  min-width: 140px;
  max-width: 440px;
  box-shadow: inset -4px 0px 8px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.menu_mobi_active {
  left: 0;
  transition: 0.5s;
}
.load-menu ul {
  max-height: 370px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #a40000 #f1f1f1;
}
.thongtin-mb {
  margin-top: 16px;
  padding-bottom: 70px;
}
.thongtin-mb ul li i {
  font-size: 15px;
  margin-right: 10px;
  color: #a40000;
}
.thongtin-mb ul li {
  list-style: none;
  margin-bottom: 12px;
}
.thongtin-mb ul {
  padding: 0 20px !important;
}
/* */
.header__logo {
  display: none;
}
.title-exam span {
  font-family: "Inter";
  font-weight: bold;
  font-size: 33px;
}
.search-exam input {
  background: none;
  color: #fff !important;
  border: 1px solid #fff;
  max-width: 50%;
}
.search-exam input::placeholder {
  color: #333;
  font-size: 15px;
}
.title-exam {
  margin-bottom: 15px;
}
.btn-search-exam {
  width: 102px;
  height: 42px;
  border-radius: 5px;
  background-color: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  transition: 0.4s;
  cursor: pointer;
}
.btn-search-exam:hover {
  box-shadow: 0 0 0 21px inset #f6ab00;
  color: #000;
}
.bgk-xam {
  width: 100%;
  height: 292px;
  background-color: hsl(0deg 1% 44% / 20%);
  position: absolute;
  z-index: 1;
}
.list-exam {
  display: flex;
  gap: 0 15px;
  margin-top: 45px;
}
.item-list-exam {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  padding: 0 15px;
  padding-bottom: 8px;
  cursor: pointer;
  transition: 0.4s;
}
.item-list-exam.active,
.item-list-exam:hover {
  border-bottom: 1px solid #a40000;
}
.load-list-exam {
  margin-top: 10px;
  padding-top: 20px;
  /* max-width: 900px; */
}
.grid-exam {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.item-exam {
  padding: 10px 15px;
  border: 1px solid #70706e;
  border-radius: 10px;
  background: #fff;
  filter: drop-shadow(3px 3px 0px #77797c);
  transition: 0.4s;
}
.name-exam a {
  font-size: 15px;
  color: #333;
  font-weight: 500;
}
.catchuoi1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.catchuoi2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.catchuoi3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.catchuoi4 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.catchuoi5 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.catchuoi6 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.catchuoi7 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.catchuoi8 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.name-exam {
  margin-bottom: 5px;
}
.flex-exam {
  display: flex;
  margin-top: 5px;
}
.flex-exam p {
  margin: 0;
}
.flex-exam p:first-child {
  padding-right: 8px;
  margin-right: 6px;
  position: relative;
}
.flex-exam p:first-child::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  background: #fff;
  right: 0;
  top: 5px;
}
.btn-exam-detail a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #333;
  border: 1px solid #fff;
  height: 40px;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  transition: 0.4s;
}
.btn-exam-detail {
  margin-top: 27px;
}
.item-exam:hover {
  border-color: #f6ab00;
  filter: drop-shadow(3px 3px 0px #f6ab00);
  transform: translateY(-5px);
}
.btn-exam-detail a:hover {
  border-color: #f6ab00;
  box-shadow: 0 0 0 20px inset #f6ab00;
  color: #000;
}
.name-exam a:hover {
  color: #f6ab00;
}
.left-exam-detail {
  max-height: 1200px;
  overflow-y: scroll;
  padding-right: 40px;
  position: relative;
}
.box-title-exam-detail {
  display: grid;
  grid-template-columns: 80% 20%;
  text-align: center;
  align-items: center;
  padding: 26px 0;
  border: 1px solid #000;
  margin-bottom: 30px;
}
.box-title-exam-detail .title-exam span {
  font-weight: 600;
  font-size: 27px;
}
.box-title-exam-detail .title-exam {
  margin: 0;
}
.countdown-exam-detail p {
  margin: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.countdown-exam-detail p span {
  font-size: 17px;
}
.desc-exam-detail {
  text-align: justify;
}
.grid-exam-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.right-exam-detail {
  max-height: 1200px;
  overflow: scroll;
  padding-right: 20px;
}

.right-exam-detail h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.left-exam-detail p {
  margin-bottom: 16px;
}

.desc-part-1 {
  padding-right: 20px;
  margin-bottom: 30px;
}
.container-question-detail .form-group {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.table-body-answer-choosetable input[type="radio"],
.container-question-detail .form-group input[type="radio"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.container-question-detail .form-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.container-question-detail .form-group label {
  margin-bottom: 2px;
  margin-left: 10px;
  cursor: pointer;
}
.container-question-detail .form-group:last-child {
  margin: 0;
}
.desc-question-detail {
  margin-bottom: 20px;
  padding-right: 20px;
}
.name-question-detail {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
}
.item-question-detail {
  margin-bottom: 20px;
}
.item-question-detail:last-child {
  margin-bottom: 0px;
}
.container-question-detail {
  margin-bottom: 20px;
}
.grid-question-child {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
}
.table-header-answer-choosetable {
  display: flex;
  justify-content: space-between;
}
.table-body-answer-choosetable {
  display: flex;
  justify-content: space-between;
}
.item-question-detail
  .table-answer-choosetable
  .table-header-answer-choosetable {
  display: none;
}
.item-question-detail:nth-child(1)
  .table-answer-choosetable
  .table-header-answer-choosetable {
  display: flex;
}
.table-body-answer-choosetable div {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1px inset #313131;
  background: #fff;
}
.table-header-answer-choosetable span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  background: #fff;
  color: #000;
  font-weight: 500;
  box-shadow: 0 0 1px inset #313131;
}
.name-question-detail-choosetable {
  margin: 0;
  line-height: 16px;
}
.title-part {
  font-size: 18px;
  font-weight: 700;
}
.table-answer-choosetable .grid-question-child:nth-child(1) {
  display: grid;
}
.table-answer-choosetable .grid-question-child {
  display: none;
}
.box-part-1,
.box-part-2,
.box-part-3 {
  margin-bottom: 50px;
}
.table-header-custom-tablecom {
  display: grid;
  grid-template-columns: 140px 140px 140px 140px 140px 140px;
  border: 1px solid #000;
  gap: 1px;
  background: #000;
}
.table-header-custom-tablecom span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
}
.table-body-custom-tablecom > div {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  background: #fff;
  padding: 10px;
}
.table-body-custom-tablecom div input {
  width: auto;
  max-width: 100px;
  margin: 0 5px;
}
.table-body-custom-tablecom {
  display: grid;
  grid-template-columns: 140px 140px 140px 140px 140px 140px;
  border: 1px solid #000;
  border-top: none;
  gap: 1px;
  background: #000;
}
.table-custom-tablecom {
  width: 857px;
  padding-right: 10px;
}
.grid-exam-detail .form-control {
  display: inline-block;
  max-width: 100px;
  height: 32px;
}
.title-question-child {
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 10px;
}
.box-btn-form-exam {
  margin-top: 10px;
  max-width: 590px;
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.user-header {
  display: flex;
  gap: 20px;
}
.user-header a {
  display: block;
  font-size: 16px !important;
  text-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .user-header a {
    text-wrap: wrap;
  }
}
.wrap-login .title-user span {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.wrap-login .title-user a {
  color: #f6ab00;
}
.wrap-login .title-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.wrap-login {
  padding: 10px 20px;
  max-width: 500px;
  background: #000;
  border: 1px solid #fff;
  margin: 0 auto;
  border-radius: 5px;
}
.wrap-login .input-group input {
  border-radius: 0px 5px 5px 0px !important;
  color: #333;
  background: #000;
  padding-bottom: 10px;
}
.wrap-login .input-group .input-group-text {
  background: #000;
  color: #333;
}
.wrap-login .input-group input::placeholder {
  color: #333;
}
.wrap-login .input-group {
  margin-bottom: 10px;
}
.wrap-login .button-user input.btn-primary {
  color: #000;
  background: #f6ab00;
  border-color: #f6ab00;
  font-size: 14px;
  padding-bottom: 7px;
  width: 180px;
}
.wrap-login .button-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.note-user {
  padding-top: 10px;
  border-top: 1px solid #fff;
  padding-bottom: 4px;
  margin-top: 10px;
}
.note-user a {
  color: #f6ab00;
}
.answer-question-detail p {
  margin-bottom: 0px;
  text-transform: capitalize;
}
.answer-question-detail p span {
  font-weight: 500;
}
.answer-question-detail {
  margin-top: 20px;
  line-height: normal !important;
}
.box-alert-explain.active {
  display: block;
}
.box-alert-explain {
  display: none;
  position: fixed;
  width: 100%;
  background: #c5c5c587;
  color: #000;
  padding: 15px 20px;
  border-radius: 10px;
  height: 100%;
  left: 0;
  top: 0;
}
.box-alert-explain .test-load {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  color: #333;
  padding: 15px 20px;
  border-radius: 10px;
  max-height: 600px;
  overflow-y: scroll;
}
.btn-popup-question {
  max-width: 100px;
  padding: 1px 0 3px 0;
  text-align: center;
  background: #f6ab00;
  color: #000;
  border-radius: 3px;
  margin-top: 10px;
  cursor: pointer;
}
.test-load div {
  margin-bottom: 10px;
}
.css-drop div input {
  width: 200px;
  height: 32px !important;
  background: #fff;
  padding: 10px;
  border: 1px dashed #000;
}
.flex-drop div input {
  height: 32px !important;
  background: #fff;
  padding: 10px;
  border: 1px dashed #000;
}
.flex-drop div.dragover input,
.css-drop div.dragover input {
  background-color: #f6ab00;
}
.css-drop div.css-drop-flex {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.css-drop div span {
  color: #f00;
  cursor: pointer;
  font-size: 20px;
}
.css-drag {
  max-width: 100%;
  color: #000;
  padding: 10px;
  border: 1px solid #fff;
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}
.css-drag div {
  padding: 5px 10px;
  background: #fff;
}
.css-drag div:last-child {
  margin-bottom: 0px;
}
.dragging {
  opacity: 1;
}
.draggnone {
  display: none;
}
.flex-drop p {
  display: inline;
}
.flex-drop div {
  display: inline;
}
.flex-drop span {
  display: inline-block;
  color: #f00;
  cursor: pointer;
}
.line-height-text,
.flex-drop {
  line-height: 42px;
}
.box-abs-start-exam {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #ffffff21;
  left: 0;
  top: 0;
}
.btn-start-exam {
  background: #f6ab00;
  color: #000;
  max-width: 200px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 20px 7px 20px;
  cursor: pointer;
  position: absolute;
  left: 55px;
  top: 31px;
  animation: nhapnhai 1s linear infinite;
  border-radius: 10px;
}
@keyframes nhapnhai {
  0% {
    box-shadow: 0 0 6px #f6ab00;
  }
  25% {
    box-shadow: 0 0 12px #f6ab00;
  }
  50% {
    box-shadow: 0 0 6px #f6ab00;
  }
  75% {
    box-shadow: 0 0 12px #f6ab00;
  }
  100% {
    box-shadow: 0 0 6px #f6ab00;
  }
}
.countdown-exam-detail p:first-child span {
  font-size: 26px;
  font-weight: 600;
  color: #f6ab00;
}
.countdown-exam-detail p:first-child {
  line-height: 19px;
}
.top-result-detail {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.container-result-detail {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  margin-top: 15px;
}
.item-result-detail span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-radius: 50%;
  font-weight: 600;
}
.css-false {
  border-color: #f00;
  color: #f00;
}
.css-true {
  border-color: rgb(55, 221, 0);
  color: rgb(55, 221, 0);
}
.css-none {
  border-color: #005764;
  color: #005764;
}
.right-result-detail {
  width: 990px;
}
.left-result-detail {
  width: calc(100% - 1005px);
  border-right: 2px solid #000;
  padding: 30px 0 0 30px;
}
.box-load-result-detail .d-flex {
  justify-content: space-between;
}
.left-result-detail p {
  margin: 0;
  display: flex;
  align-items: center;
}
.left-result-detail p:first-child span {
  display: block;
  width: 20px;
  height: 20px;
  background: rgb(55, 221, 0);
  margin-right: 10px;
}
.left-result-detail p:nth-child(2) span {
  display: block;
  width: 20px;
  height: 20px;
  background: #f00;
  margin-right: 10px;
}
.left-result-detail p:last-child span {
  display: block;
  width: 20px;
  height: 20px;
  background: #005764;
  margin-right: 10px;
}
.left-result-detail p:nth-child(2),
.left-result-detail p:first-child {
  margin-bottom: 10px;
}
.container-result-detail {
  border-bottom: 1px solid #3c3c3c;
  padding-bottom: 15px;
}
.left-statistics-exam {
  width: 300px;
  border: 1px solid #000;
}
.right-statistics-exam {
  width: calc(100% - 320px);
}
.box-statistics-exam .d-flex {
  justify-content: space-between;
}
.left-statistics-exam p {
  align-items: center;
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 10% 70% 20%;
  font-size: 16px;
}
.left-statistics-exam {
  padding: 15px 20px;
}
.left-statistics-exam p:last-child {
  margin-bottom: 0px;
}
.box-statistics-exam {
  margin-bottom: 40px;
}
.item-statistics-exam p {
  font-size: 16px;
  margin-bottom: 0;
}
.item-statistics-exam:nth-child(1) i {
  color: rgb(55, 221, 0);
}
.item-statistics-exam:nth-child(2) i {
  color: #f00;
}
.item-statistics-exam:nth-child(3) i {
  color: #005764;
}
.item-statistics-exam:nth-child(4) i {
  color: #333;
}
.item-statistics-exam i {
  font-size: 20px;
}
.item-statistics-exam {
  text-align: center;
  padding: 15px 0;
  border: 1px solid #000;
}
.item-statistics-exam div {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.item-statistics-exam span {
  font-size: 16px;
}
.container-statistics-exam {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.item-statistics-exam:last-child div {
  font-size: 42px;
  line-height: 50px;
}
.box-btn-statistics-exam {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.btn-seen-exam a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 30px 5px 30px;
  background: #f6ab00;
  color: #000;
  border-radius: 5px;
}
.btn-reset-exam a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 29px 4px 29px;
  background: #fff;
  color: #000;
  border-radius: 5px;
  border: 1px solid #000;
}
.title-statistics-exam span {
  font-size: 25px;
  font-weight: 500;
}
.title-statistics-exam {
  padding: 27px 0 30px 40px;
  border: 1px solid #fff;
  margin-bottom: 20px;
}
.textkit-exam-detail textarea {
  width: 100%;
  height: 100vh;
}
textarea#changeInputTextDesc {
  display: none;
}
#load_desc_exam[contenteditable] {
  outline: 0px solid transparent;
}
div#btn-hight-light i {
  font-size: 25px;
  color: #f6ab00;
  cursor: pointer;
}
div#btn-hight-light {
  padding: 0;
  border: 0 !important;
  height: 27px;
  width: 30px;
  display: none;
  align-items: center;
  justify-content: center;
  background: #000;
  box-shadow: 0 0 4px #fff;
  transform: translateX(-50%);
}
div#movedetail {
  position: relative; /* height: 100%; */
}
.file_mp3_main audio {
  width: 545px;
  height: 35px;
}
.file_mp3_main {
  position: relative;
  z-index: 222;
}
.file_mp3_main::before {
  position: absolute;
  content: "";
  width: 330px;
  height: 35px;
  top: 31px;
  left: 127px;
  z-index: 22;
}
.file_mp3_main::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  top: 0;
  right: 0px;
  z-index: 22;
}
.file_mp3_main p {
  margin-bottom: 10px;
  font-family: "Inter";
  font-weight: 500;
}
.file_mp3_main.active::before {
  top: 5px;
  left: 228px;
}
.file_mp3_main.move_file::before,
.file_mp3_main.move_file::after {
  display: none;
}
.title-synonym {
  font-weight: 600;
  font-size: 14px;
  line-height: normal !important;
  color: #f6ab00;
}
.item-synonym .form-control,
.name-question-detail .form-control {
  background-color: #000 !important;
  border: none;
  border-radius: 0px !important;
  border-bottom: 1px dotted #fff;
  height: 25px;
  color: #333;
  padding: 0px !important;
  max-width: 200px;
}
.item-synonym .form-control:focus {
  box-shadow: none !important;
}
.item-synonym {
  margin-bottom: 10px;
  line-height: normal !important;
}
.item-synonym:last-child {
  margin-bottom: 0px;
}
.container-synonym {
  padding: 5px 10px;
  background: #ffffff0f;
  border-radius: 5px;
}
.search-exam input:focus {
  background: transparent;
}
.btn-read-textkit-exam {
  display: none;
}
.item-exam-tag a {
  padding: 3px 10px 5px 10px;
  display: block;
  background: #afccff9e;
  border-radius: 5px;
  color: #333;
}
.item-exam-tag {
  margin-bottom: 5px;
}
.container-exam-tags {
  margin-top: 10px;
}
.item-exam-tag:last-child {
  margin-bottom: 0px;
}
.item-exam-tag a:hover {
  background: #f6ab00;
  color: #000;
}
.grid-exam-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.item-adver {
  margin-bottom: 10px;
}
.item-adver:last-child {
  margin-bottom: 0px;
}
.left-exam {
  flex: 1;
}
.left-exam:has(+ .right-exam) {
  max-width: 900px;
}
.right-exam {
  width: 280px;
  padding-top: 30px;
}

/* Mobile User Section */
.mobile-user-section {
  padding: 20px;
  border-top: 1px solid #eee;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.mobile-user-header {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.mobile-user-info {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  background: #f8f9fa;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.mobile-user-info:hover {
  background: #e9ecef;
  color: #333;
}

.mobile-login-btn,
.mobile-logout-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  background: #f6ab00;
  color: #000;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.mobile-login-btn:hover,
.mobile-logout-btn:hover {
  background: #e09900;
  color: #000;
}

.mobile-logout-btn {
  background: #dc3545;
  color: #fff;
}

.mobile-logout-btn:hover {
  background: #c82333;
  color: #fff;
}
.box-alert-login {
  position: fixed;
  background: #0000007a;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999999;
}
.box-alert-login div {
  width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  text-align: center;
  background: #000;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 6px -1px #f6ab00;
  opacity: 0;
  transition: 0.4s;
}
.box-alert-login div.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.box-alert-login-main {
  position: fixed;
  background: #0000007a;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999999;
}
.box-alert-login-main div {
  width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  text-align: center;
  background: #000;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 6px -1px #f6ab00;
  opacity: 0;
  transition: 0.4s;
}
.box-alert-login-main div.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.icon-alert-login {
  font-size: 23px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6ab00;
  color: #000;
  border-radius: 50%;
  margin: 0 auto;
}
.title-alert-login {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 8px;
  color: #333;
}
.text-alert-login {
  font-size: 15px;
  display: block;
  padding: 5px 0 7px 0;
  border: 1px solid #f6ab00;
  border-radius: 5px;
  color: #f6ab00;
}
.redi-alert {
  animation: nhapnhai12 0.6s ease-in-out infinite;
  margin-top: 10px;
  font-size: 13px;
  display: block;
}
@keyframes nhapnhai12 {
  0% {
    color: #f6ab00;
    opacity: 1;
  }
  50% {
    color: #333;
    opacity: 0.5;
  }
  100% {
    color: #f6ab00;
    opacity: 1;
  }
}
.submit-exam {
  width: 100px;
  height: 38px;
  border-color: #f6ab00 !important;
  background: #f6ab00 !important;
  color: #000 !important;
}
.box-btn-form-exam a {
  border-color: #000 !important;
  background: #fff !important;
  color: #000;
}
.btn-alert-login {
  cursor: pointer;
  display: block;
  padding: 5px;
  background: #f6ab00;
  color: #000;
  max-width: 100px;
  border-radius: 5px;
  font-size: 13px;
  margin: 0 auto;
  margin-top: 20px;
}
.btn-alert-login:hover {
  background: #fff;
}

.login-icon {
  transform: rotate(180deg);
}
.container-cate-type-exam {
  display: grid;
  gap: 5px;
  align-items: center;
  grid-template-columns: 100px 100px 100px;
  margin-bottom: 20px;
}
.item-cate-type-exam {
  max-width: 100px;
  text-align: center;
  padding: 5px 0;
  border-radius: 8px;
  background: #333;
  color: #fff;
  cursor: pointer;
}

.item-cate-type-exam:hover,
.item-cate-type-exam.active {
  background: #f6ab00;
  color: #000;
}

.container-cate-type-exam:nth-child(2) {
  grid-template-columns: 80px 80px 80px;
  margin-top: -10px;
}
.container-cate-type-exam:nth-child(2) .item-cate-type-exam {
  background: #f6ab00;
  padding: 3px;
  max-width: 80px;
  font-size: 12px;
}
.load-list-exam .page-item a {
  background: #333;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
.load-list-exam .page-item a:hover,
.load-list-exam .page-item a.active {
  background: #f6ab00 !important;
  color: #000 !important;
}
div#load_desc_exam p,
div#load_desc_exam p span {
  color: #000 !important;
}
.explain-question {
  padding: 5px 10px;
  background: #ffffff24;
  margin-top: 10px;
  max-height: 300px;
  overflow-y: scroll;
}
.css-drop .answer-question-detail span,
.css-drop .item-synonym span {
  font-size: 14px !important;
}
.explain-question p,
.explain-question p span {
  color: #000 !important;
  font-weight: 400 !important;
}
.explain-question p {
  text-transform: none !important;
}
.template-exam .wrap-main {
  margin: 0 auto;
  padding: 40px 10px;
}
.template-exam > * {
  color: #000000;
}
.template-exam .item-synonym .form-control,
.template-exam .name-question-detail .form-control {
  background: #fff !important;
  border: 1px solid #000;
  color: #000;
}
.load-list-exam .pagination {
  justify-content: center;
  gap: 5px;
  flex-flow: wrap;
}
.bg-thank {
  padding: 30px 20px;
  background: url(../imgs/bg_gt.jpg) no-repeat center center / cover;
  border-radius: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.title-toc {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  padding: 7px 10px;
  border: 1px solid #eeeeee;
  background: #eeeeee;
  color: #000;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.box-readmore.active {
  display: block !important;
  margin-top: 10px;
}

/* Blog Tin Tuc */

.banner-news-section {
  margin-bottom: 80px;

  min-height: 718px;
}

.banner-news-section .banner-fullwidth {
  padding-top: 120px;

  width: 100%;

  height: 100%;

  position: relative;
}

.banner-news-section .banner-image {
  position: absolute;

  left: 0;

  top: 0;

  background-image: url(../images/banner-blog-tin-tuc.png);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  width: 100%;

  height: 100%;

  min-height: 718px;

  object-fit: cover;

  z-index: 0;
}
