:root {
  --main-color: #0089D0;
  --text-color: #FFFFFF;
  --bg-body: #0B0F1F;
  --font-all: 'Be Vietnam';
  --font-text: Raleway-Regular, sans-serif;
  font-size: 12.50px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: var(--font-text);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
  letter-spacing: 0px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none !important;
  color: var(--text-color-white);
}

a:hover {
  color: var(--highlight-color);
}

p {
  line-height: 1.5;
  margin: 0;
  font-family: "opensan";
  font-size: 1.28rem;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-library-dark {
  background-color: var(--bg-body);
}

.grecaptcha-badge {
  visibility: hidden;
}

.bannerVideo .slider-video .slider-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 800;
  min-height: 250px;
}

.bannerVideo .slider-video .slider-video-wrapper .slider-video-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bannerVideo .slider-video .slider-video-wrapper .slider-video-content h2 {
  color: var(--text-color);
  font-size: 22px;
  line-height: 30px;
  font-family: bold;
  text-align: center;
}

.bannerVideo .slider-video .slider-video-wrapper .slider-video-content h5 {
  color: var(--text-color);
  font-size: 16px;
  line-height: 22px;
  font-family: opensan;
  padding: 15px 0 30px 0;
  text-align: center;
}

.bannerVideo .slider-video .slider-video-wrapper .slider-video-content .slider-video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.bannerVideo .slider-video .slider-video-wrapper .slider-video-content .slider-video-btn a {
  padding: 8px 20px;
  background: var(--main-color);
  border-radius: 5px;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: var(--text-color);
  font-family: bold;
  border: 2px solid var(--main-color);
}

.bannerVideo .slider-video .slider-video-wrapper .slider-video-content .slider-video-btn a:hover {
  color: var(--main-color);
  background: var(--text-color);
}

.bannerVideo .slider-video .slider-video-wrapper .slider-video-content .slider-video-btn .banner-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 10px;
  line-height: 14px;
  font-family: bold;
  border-radius: 5px;
  color: white;
  padding: 8px 10px;
  border: 1px solid #FFFFFF;
  background: transparent;
}

.bannerVideo .slider-video .slider-video-wrapper .slider-video-content .slider-video-btn .banner-play img {
  width: 16px;
  height: 16px;
}

.bannerVideo .slider-video .slider-video-wrapper .slider-video-content .slider-video-btn .banner-play:hover {
  border: 1px solid #FFFFFF;
  background-color: var(--main-color);
  color: white;
}

.bannerVideo .slider-video .slider-video-wrapper img {
  width: 100%;
  height: 100%;
}

.bannerVideo .slider-video .slider-video-wrapper::before {
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bannerVideo .slider-video .slick-dots {
  bottom: 20px;
}

.bannerVideo .slider-video .slick-dots li {
  width: 13px;
  height: 2px;
  margin: 0 3px;
}

.bannerVideo .slider-video .slick-dots li:hover button::before {
  background: var(--main-color);
}

.bannerVideo .slider-video .slick-dots li button {
  width: 13px;
  height: 2px;
  color: white;
}

.bannerVideo .slider-video .slick-dots li button::before {
  width: 13px;
  height: 2px;
  content: "";
  background: white;
  border-radius: 5px;
  opacity: 1;
  color: white;
}

.bannerVideo .slider-video .slick-dots .slick-active {
  width: 24px;
}

.bannerVideo .slider-video .slick-dots .slick-active button {
  width: 24px;
}

.bannerVideo .slider-video .slick-dots .slick-active button::before {
  opacity: 1;
  color: var(--main-color);
  background-color: var(--main-color);
  border-radius: 6px;
  width: 24px;
}

@media screen and (max-width: 480px) {
  .bannerVideo .slider-video .slider-video-wrapper .slider-video-content h2 {
    font-size: 16px;
    line-height: 22px;
    max-width: 250px;
  }
  .bannerVideo .slider-video .slider-video-wrapper .slider-video-content h5 {
    font-size: 12px;
    line-height: 16px;
    max-width: 250px;
  }
  .bannerVideo .slider-video .slider-video-wrapper .slider-video-content .slider-video-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .bannerVideo .slider-video .slider-video-wrapper .slider-video-content .slider-video-btn a {
    border-radius: 5px;
    font-size: 10px;
    line-height: 14px;
    padding: 8px 20px;
  }
  .bannerVideo .slider-video .slider-video-wrapper .slider-video-content .slider-video-btn .banner-play {
    position: relative;
    border-radius: 5px;
    font-size: 10px;
    line-height: 14px;
    padding: 8px 10px;
    gap: 10px;
    border: 1px solid #FFFFFF;
    right: auto;
    bottom: auto;
  }
  .bannerVideo .slider-video .slider-video-wrapper .slider-video-content .slider-video-btn .banner-play img {
    width: 16px;
    height: 16px;
  }
}

.library a {
  text-decoration: none !important;
  color: white;
}

.library a:hover {
  color: var(--main-color);
}

.library .library-category {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 40px;
}

.library .library-category .library-category-child {
  position: relative;
  aspect-ratio: 305 / 346;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.library .library-category .library-category-child img {
  width: 100%;
  height: 100%;
}

.library .library-category .library-category-child:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.library .library-category .library-category-child:hover .icon-cate img {
  -webkit-transform: none;
          transform: none;
}

.library .library-category .library-category-child .library-category-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.library .library-category .library-category-child .library-category-content:hover {
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background-color: rgba(0, 0, 0, 0.2);
}

.library .library-category .library-category-child .library-category-content .icon-cate {
  width: 50px;
  height: 50px;
}

.library .library-category .library-category-child .library-category-content h6 {
  font-family: bold;
  font-size: 13px;
  line-height: 18px;
  color: white;
  text-align: center;
}

.library .library-video {
  width: 100%;
  aspect-ratio: 1280 / 720;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.library .library-video:hover .library-video-bg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.library .library-video .library-video-bg {
  width: 100%;
  height: 100%;
  position: relative;
}

.library .library-video .library-video-bg img {
  width: 100%;
  height: 100%;
}

.library .library-video .library-video-bg .bg-play {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.library .library-video .library-video-bg .bg-play img {
  width: 40px;
  height: 40px;
}

.library .library-video .library-video-child {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.library .library-video .library-video-child .library-video-content {
  max-width: 400px;
}

.library .library-video .library-video-child .library-video-content h4 {
  font-size: 14px;
  line-height: 22px;
  font-family: bold;
  color: var(--text-color);
  padding-bottom: 5px;
}

.library .library-video .library-video-child .library-video-content p {
  font-size: 12px;
  line-height: 18px;
  font-family: opensan;
  color: var(--text-color);
}

.library .library-video .library-video-child .play-icon {
  width: 40px;
  height: 40px;
}

.library .library-video .library-video-child .play-icon img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .library .library-category {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
            column-gap: 10px;
    row-gap: 12px;
    margin-bottom: 35px;
  }
  .library .library-category .library-category-child .library-category-content {
    gap: 20px;
  }
  .library .library-category .library-category-child .library-category-content .icon-cate {
    width: 40px;
    height: 40px;
  }
  .library .library-category .library-category-child .library-category-content h6 {
    font-size: 13px;
    line-height: 18px;
  }
  .library .library-video {
    overflow: auto;
    aspect-ratio: auto;
    border-radius: 5px;
  }
  .library .library-video .library-video-bg {
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 1280 / 720;
  }
  .library .library-video .library-video-bg .bg-play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .library .library-video .library-video-child {
    padding: 17px 23px 30px 23px;
    position: relative;
    margin-top: 6px;
  }
  .library .library-video .library-video-child .library-video-content h4 {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 5px;
  }
  .library .library-video .library-video-child .library-video-content p {
    font-size: 12px;
    line-height: 18px;
  }
  .library .library-video .library-video-child .play-icon {
    display: none;
  }
}

.heading {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 50px;
}

.heading h2 {
  font-size: 28px;
  line-height: 32px;
  font-family: bold;
  color: var(--main-color);
  padding-bottom: 20px;
  text-align: center;
}

.heading p {
  font-size: 16px;
  line-height: 22px;
  font-family: opensan;
  max-width: 630px;
  margin: auto;
  color: white;
  text-align: center;
}

.heading-left {
  text-align: left;
  margin-top: 26px;
}

.heading-left h2 {
  text-align: left;
}

.heading-left p {
  text-align: left;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .heading {
    margin-bottom: 35px;
    margin-top: 40px;
  }
  .heading h2 {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 10px;
  }
  .heading p {
    font-size: 12px;
    line-height: 18px;
    max-width: 300px;
  }
  .heading-left {
    margin-top: 26px;
  }
}

.focus {
  margin-bottom: 40px;
}

.focus .focus-group {
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.focus .focus-group .focus-group-child {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 178px auto;
      grid-template-columns: 178px auto;
  gap: 14px;
}

.focus .focus-group .focus-group-child .focus-group-bg {
  width: 178px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.focus .focus-group .focus-group-child .focus-group-bg img {
  width: 100%;
  height: 100%;
}

.focus .focus-group .focus-group-child .focus-group-bg .focus-play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.focus .focus-group .focus-group-child .focus-group-bg .focus-play img {
  width: 30px;
  height: 30px;
}

.focus .focus-group .focus-group-child .focus-group-bg:hover .focus-bg-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.focus .focus-group .focus-group-child .focus-group-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
}

.focus .focus-group .focus-group-child .focus-group-content .focus-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

.focus .focus-group .focus-group-child .focus-group-content .focus-tag li a {
  font-size: 12px;
  line-height: 20px;
  font-family: bold;
  text-transform: capitalize;
  color: var(--main-color);
}

.focus .focus-group .focus-group-child .focus-group-content a {
  font-size: 16px;
  line-height: 24px;
  color: white;
  font-family: semibold;
}

.focus .focus-group .focus-group-child .focus-group-content a:hover {
  color: var(--main-color);
}

.focus .focus-group .focus-group-child:first-child {
  margin-bottom: 10px;
  grid-row: span 4;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
  position: relative;
}

.focus .focus-group .focus-group-child:first-child .focus-group-bg {
  height: auto;
  width: 100%;
  aspect-ratio: 100/67;
}

.focus .focus-group .focus-group-child:first-child .focus-group-bg .focus-play img {
  width: 60px;
  height: 60px;
}

.focus .focus-group .focus-group-child:first-child .focus-group-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: rgba(0, 0, 0, 0.8);
  padding: 0 40px;
  border-radius: 10px;
}

.focus .focus-group .focus-group-child:first-child .focus-group-content .focus-tag {
  gap: 10px;
}

.focus .focus-group .focus-group-child:first-child .focus-group-content .focus-tag li a {
  font-size: 14px;
}

.focus .focus-group .focus-group-child:first-child .focus-group-content a {
  font-size: 16px;
  line-height: 22px;
}

.focus .focus-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.focus .focus-all a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 19px;
  font-family: semibold;
  padding: 10px 30px;
  border: 1px solid white;
  border-radius: 10px;
  color: white;
}

.focus .focus-all a img {
  width: 30px;
  height: 30px;
}

.focus .focus-all a:hover {
  background-color: var(--main-color);
}

@media screen and (max-width: 480px) {
  .focus {
    margin-bottom: 40px;
  }
  .focus .focus-group {
    margin-bottom: 15px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .focus .focus-group .focus-group-child {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
  .focus .focus-group .focus-group-child .focus-group-bg {
    width: 100px;
    height: auto;
    border-radius: 5px;
  }
  .focus .focus-group .focus-group-child .focus-group-bg .focus-play img {
    width: 20px;
    height: 20px;
  }
  .focus .focus-group .focus-group-child .focus-group-content .focus-tag li a {
    font-size: 10px;
  }
  .focus .focus-group .focus-group-child .focus-group-content a {
    font-size: 12px;
    line-height: 18px;
  }
  .focus .focus-group .focus-group-child:first-child {
    grid-row: auto;
    gap: 0;
    margin-bottom: 5px;
  }
  .focus .focus-group .focus-group-child:first-child .focus-group-bg {
    aspect-ratio: 345 / 194;
    height: auto;
  }
  .focus .focus-group .focus-group-child:first-child .focus-group-bg .focus-play img {
    width: 40px;
    height: 40px;
  }
  .focus .focus-group .focus-group-child:first-child .focus-group-content {
    position: relative;
    height: auto;
    padding: 20px 25px;
  }
  .focus .focus-group .focus-group-child:first-child .focus-group-content a {
    font-size: 14px;
    line-height: 22px;
  }
  .focus .focus-group .focus-group-child:first-child .focus-group-content .focus-tag li a {
    font-size: 12px;
  }
  .focus .focus-all a {
    font-size: 12px;
    line-height: 14px;
    padding: 7px 20px;
    border-radius: 5px;
  }
  .focus .focus-all a img {
    width: 20px;
    height: 20px;
  }
}

.list-video .list-video-wrapper4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.list-video .list-video-wrapper3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  row-gap: 50px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.list-video .list-video-wrapper3 .list-video-child .list-video-bg, .list-video .list-video-wrapper4 .list-video-child .list-video-bg {
  width: 100%;
  aspect-ratio: 305 / 206;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.list-video .list-video-wrapper3 .list-video-child .list-video-bg img, .list-video .list-video-wrapper4 .list-video-child .list-video-bg img {
  width: 100%;
  height: 100%;
}

.list-video .list-video-wrapper3 .list-video-child .list-video-bg:hover .list-video-img, .list-video .list-video-wrapper4 .list-video-child .list-video-bg:hover .list-video-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.list-video .list-video-wrapper3 .list-video-child .list-video-bg .video-play, .list-video .list-video-wrapper4 .list-video-child .list-video-bg .video-play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-video .list-video-wrapper3 .list-video-child .list-video-bg .video-play img, .list-video .list-video-wrapper4 .list-video-child .list-video-bg .video-play img {
  width: 50px;
  height: 50px;
}

.list-video .list-video-wrapper3 .list-video-child .list-video-content, .list-video .list-video-wrapper4 .list-video-child .list-video-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  padding-top: 25px;
}

.list-video .list-video-wrapper3 .list-video-child .list-video-content .list-video-tag, .list-video .list-video-wrapper4 .list-video-child .list-video-content .list-video-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}

.list-video .list-video-wrapper3 .list-video-child .list-video-content .list-video-tag li a, .list-video .list-video-wrapper4 .list-video-child .list-video-content .list-video-tag li a {
  font-size: 14px;
  line-height: 20px;
  font-family: bold;
  text-transform: capitalize;
  color: var(--main-color);
}

.list-video .list-video-wrapper3 .list-video-child .list-video-content a, .list-video .list-video-wrapper4 .list-video-child .list-video-content a {
  font-size: 16px;
  line-height: 24px;
  color: white;
  font-family: semibold;
}

.list-video .list-video-wrapper3 .list-video-child .list-video-content a:hover, .list-video .list-video-wrapper4 .list-video-child .list-video-content a:hover {
  color: var(--main-color);
}

.list-video .list-video-wrapper4 {
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.list-video .list-video-wrapper4 .list-video-child {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 178px auto;
      grid-template-columns: 178px auto;
  gap: 14px;
}

.list-video .list-video-wrapper4 .list-video-child .list-video-bg {
  width: 178px;
  height: 120px;
}

.list-video .list-video-wrapper4 .list-video-child .list-video-bg .video-play img {
  width: 30px;
  height: 30px;
}

.list-video .list-video-wrapper4 .list-video-child .list-video-content {
  padding-top: 0;
}

.list-video .list-video-wrapper4 .list-video-child .list-video-content .list-video-tag {
  gap: 10px;
}

.list-video .list-video-wrapper4 .list-video-child .list-video-content .list-video-tag li a {
  font-size: 12px;
}

.list-video .list-video-wrapper4 .list-video-child .list-video-content a {
  font-size: 16px;
  line-height: 22px;
}

@media screen and (max-width: 480px) {
  .list-video {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .list-video .list-video-wrapper4 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .list-video .list-video-wrapper4 .list-video-child {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
  .list-video .list-video-wrapper3 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .list-video .list-video-wrapper3 .list-video-child, .list-video .list-video-wrapper4 .list-video-child {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: 100px auto;
    gap: 14px;
  }
  .list-video .list-video-wrapper3 .list-video-child .list-video-bg, .list-video .list-video-wrapper4 .list-video-child .list-video-bg {
    width: 100px;
    height: 100%;
    border-radius: 5px;
  }
  .list-video .list-video-wrapper3 .list-video-child .list-video-bg .video-play img, .list-video .list-video-wrapper4 .list-video-child .list-video-bg .video-play img {
    width: 20px;
    height: 20px;
  }
  .list-video .list-video-wrapper3 .list-video-child .list-video-content, .list-video .list-video-wrapper4 .list-video-child .list-video-content {
    padding-top: 0;
  }
  .list-video .list-video-wrapper3 .list-video-child .list-video-content .list-video-tag li a, .list-video .list-video-wrapper4 .list-video-child .list-video-content .list-video-tag li a {
    font-size: 10px;
  }
  .list-video .list-video-wrapper3 .list-video-child .list-video-content a, .list-video .list-video-wrapper4 .list-video-child .list-video-content a {
    font-size: 12px;
    line-height: 18px;
  }
}

.solution {
  position: relative;
}

.solution .solution-bg {
  width: 100%;
  height: 259px;
}

.solution .solution-bg img {
  width: 100%;
  height: 100%;
}

.solution .solution-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.solution .solution-container .solution-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 30px;
}

.solution .solution-container .solution-content .solution-heading {
  text-align: center;
}

.solution .solution-container .solution-content .solution-heading h6 {
  font-family: bold;
  font-size: 22px;
  line-height: 32px;
  color: var(--text-color);
}

.solution .solution-container .solution-content .solution-heading p {
  font-family: opensan;
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color);
}

.solution .solution-container .solution-content .solution-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.solution .solution-container .solution-content .solution-btn a {
  font-size: 12px;
  line-height: 150%;
  color: var(--text-color);
  font-family: bold;
  padding: 10px 20px;
  border-radius: 5px;
}

.solution .solution-container .solution-content .solution-btn a:hover {
  border: 1px solid var(--main-color);
  background-color: white;
  color: var(--main-color);
}

.solution .solution-container .solution-content .solution-btn .bg-main {
  background-color: var(--main-color);
}

.solution .solution-container .solution-content .solution-btn .bg-border {
  border: 1px solid white;
}

@media screen and (max-width: 480px) {
  .solution .solution-container .solution-content {
    gap: 20px;
  }
  .solution .solution-container .solution-content .solution-heading h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .solution .solution-container .solution-content .solution-heading p {
    font-size: 12px;
    line-height: 18px;
  }
}

.bcrumb {
  padding-top: 30px;
}

.bcrumb ul li {
  font-family: bold;
  font-size: 14px;
  line-height: 22px;
  display: inline;
  color: white;
  padding-right: 10px;
}

.bcrumb ul li a {
  color: var(--main-color);
  font-weight: 600;
}

.bcrumb ul li::before {
  content: "/\00a0";
  padding-right: 10px;
}

.bcrumb ul li:first-child::before {
  content: none;
}

@media screen and (max-width: 480px) {
  .bcrumb ul li {
    font-size: 10px;
    line-height: 14px;
    padding-right: 5px;
  }
  .bcrumb ul li::before {
    padding-right: 5px;
  }
}

.pagination-add {
  margin: 50px 0 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.pagination-add a img {
  width: 30px;
  height: 30px;
}

.pagination-add .pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}

.pagination-add .pages .page {
  background: white;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  font-size: 14px;
  line-height: 19px;
  font-family: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0B0B0B;
}

.pagination-add .pages .page.active, .pagination-add .pages .page:hover {
  background: var(--main-color);
  color: white;
}

@media screen and (max-width: 480px) {
  .pagination-add {
    margin: 30px 0 40px 0;
  }
  .pagination-add .pages {
    gap: 5px;
  }
  .pagination-add .pages .page {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 16px;
  }
}

#modal {
  display: none;
}

.modal-video {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-video .modal-dialog {
  width: 80%;
  aspect-ratio: 800 / 500;
  pointer-events: auto;
  max-width: none;
}

.modal-video .modal-dialog iframe {
  width: 100%;
  height: 100%;
}

.modal-video #modal-close {
  position: fixed;
  right: 30px;
  top: 30px;
}

.modal-video #modal-close img {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 480px) {
  .modal-video .modal-dialog {
    width: 90%;
  }
}
/*# sourceMappingURL=style.css.map */
.detail .bcrumb ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}


.detail .bcrumb ul li span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.detail .detail-main {
  max-width: 1000px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 100px;
}

.detail .detail-main .detail-main-video iframe {
  width: 100%;
  aspect-ratio: 1000/562;
}

.detail .detail-main .detail-main-tag {
  margin: 30px 0;
}

.detail .detail-main .detail-main-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}

.detail .detail-main .detail-main-tag ul li a {
  border-radius: 5px;
  padding: 6px 20px;
  background-color: #DDF5FF;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #0089D0;
  border: 1px solid #DDF5FF;
}

.detail .detail-main .detail-main-tag ul li a:hover {
  background-color: #FFFFFF;
}

.detail .detail-main .detail-main-content h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.detail .detail-main .detail-main-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.detail .detail-main .detail-main-content ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 20px;
}

.detail .detail-main .detail-main-content ul li {
  list-style: disc;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.detail .detail-similar {
  margin-bottom: 80px;
}

.detail .detail-similar h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 50px;
}

.detail .detail-similar .list-video .list-video-wrapper3 .list-video-child .list-video-content ul {
  margin-bottom: 0;
}

.detail .detail-similar .list-video .list-video-wrapper3 .list-video-child .list-video-content ul li a {
  color: #0089D0;
}

.detail .detail-similar .list-video .list-video-wrapper3 .list-video-child .list-video-content a {
  color: #FFFFFF;
}

.detail .detail-similar .list-video .list-video-wrapper3 .list-video-child .list-video-content a:hover {
  color: #0089D0;
}

@media screen and (max-width: 480px) {
  .detail .detail-main {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .detail .detail-main .detail-main-tag ul {
    gap: 5px;
  }
  .detail .detail-main .detail-main-tag ul li a {
    padding: 6px 12px;
    font-size: 13px;
    line-height: 18px;
  }
  .detail .detail-main .detail-main-content h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .detail .detail-main .detail-main-content p {
    font-size: 14px;
    line-height: 18px;
  }
  .detail .detail-main .detail-main-content ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .detail .detail-similar h2 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=style.css.map */