.text-black {
  color: #000 !important;
}

body {
  background-color: #f3f3f3;
}

body #roadslink-web {
  display: flex;
  flex-direction: column;
  height: 100%;
}

section.row {
  width: 100%;
}

#header {
  margin-top: 40px;
  position: absolute;
  width: 100%;
  z-index: 99;
}

#header .container {
  position: relative;
}

#header .header-icons {
  display: flex;
  width: 100%;
  padding: 10px 0;
}

#header .header-icons a {
  color: #000;
  font-size: 13px;
}

#header .header-icons a:not(:last-child) {
  margin-inline-end: 15px;
}

#header .header-icons .start-icons {
  flex: 1;
}

#header #header-nav {
  background-color: #ffffff;
  color: #333;
  width: 100%;
  padding: 1em 2rem;
  border-radius: 8px;
  cursor: default;
  text-align: center;
}

#header #header-nav.alt {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(247, 247, 247, 0.95);
  border-radius: 0;
  z-index: 10000;
}

#header #header-nav .container {
  position: relative;
  display: flex;
  align-items: center;
}

#header #header-nav .logo {
  height: 25px;
  padding: 0 10px;
}

#header #header-nav a {
  color: #333;
}

#header #header-nav a:hover {
  color: #636363;
}

#header #header-nav .profile-menu {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

#header #header-nav .profile-menu::after {
  border: solid #616161;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  right: -15px;
  margin-top: -5px;
  position: absolute;
}

#header #header-nav .profile-menu img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid #f57c00;
  margin-inline-end: 3px;
}

#header #header-nav .profile-menu h3 {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px;
  margin: 0;
}

#header #header-nav .profile-dropdown-menu {
  padding: 0;
}

#header #header-nav .profile-dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
}

#header #header-nav .profile-dropdown-menu .dropdown-divider {
  margin: 0;
}

#header #header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-inline-end: 10px;
}

#header #header-nav ul.icons {
  flex: 0;
  border-inline-end: 1px solid #dedede;
  padding-inline-end: 10px;
}

#header #header-nav ul.icons li a {
  padding: 0 10px;
  position: relative;
}

#header #header-nav ul.icons li a #cartBadge {
  position: absolute;
  width: 15px;
  height: 15px;
  padding: 0;
  line-height: 15px;
  border-radius: 50%;
  right: -3px;
  top: -3px;
  font-size: 10px;
  color: #fff;
}

#header #header-nav ul li {
  display: inline-block;
  margin: 0 0.35em;
  padding: 0;
  vertical-align: middle;
}

#header #header-nav ul li.toggle {
  position: relative;
}

#header #header-nav ul li.toggle::after {
  content: "";
  display: inline-block;
  border: solid #616161;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(45deg);
  left: -20px;
  top: -2px;
  position: relative;
}

#header #header-nav ul li.toggle:hover ul {
  visibility: visible;
  opacity: 1;
  transition: 0.1s linear;
  transform: translate(0, 0);
}

#header #header-nav ul li.toggle a {
  padding-inline-end: 1.5rem;
}

#header #header-nav ul li.toggle ul {
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  transition: 0.1s linear;
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 1vh);
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  border: 1px solid #eee;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  padding: 0;
}

#header #header-nav ul li.toggle ul li {
  margin: 0;
}

#header #header-nav ul li.toggle ul li a {
  width: 100%;
  padding: 5px 1rem;
  height: auto;
  text-align: start;
  transition: 0.3s;
}

#header #header-nav ul li.toggle ul li a:hover {
  transition: 0.3s;
  color: #FFA100;
}

#header #header-nav ul li a {
  display: inline-block;
  height: 2.25em;
  line-height: 2.25em;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px transparent;
  cursor: pointer;
}

#header #header-nav ul li a:hover {
  background-color: rgba(222, 222, 222, 0.25);
}

#header #header-nav ul li a.active {
  background-color: #ebebeb;
  box-shadow: none;
}

#header #header-nav ul li a img {
  height: 13px;
  margin-inline-end: 3px;
}

#main {
  display: block;
  width: 100%;
  margin: 0;
  flex: 1;
}

#footer {
  background: #3B3C3E;
  padding: 3rem 0 0;
}

#footer .container {
  display: flex;
  padding: 1rem 0;
}

#footer .footer-start {
  width: 280px;
  margin-inline-end: 150px;
}

#footer .footer-start .logo {
  height: 25px;
}

#footer .footer-start p {
  padding: 1.3rem 0;
  color: #BCBABA;
  font-size: 12px;
}

#footer .footer-start .input-group {
  margin-top: 2rem;
}

#footer .footer-start .input-group input {
  background: #4A4B4D;
  color: #f3f3f3;
  border: 0;
}

#footer .footer-start .input-group .btn {
  background: #343434;
  color: #f3f3f3;
  font-size: 11px;
}

#footer .footer-end {
  flex: 1;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1.5rem;
}

#footer .footer-end > div h2 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 2rem;
}

#footer .footer-end > div ul {
  padding: 0;
  list-style: none;
}

#footer .footer-end > div ul li {
  padding: 5px 0;
  font-size: 13px;
}

#footer .footer-end > div ul li a {
  color: #BCBABA;
}

#footer .footer-bottom {
  background: #343434;
}

#footer .footer-bottom .container {
  align-items: center;
}

#footer .footer-bottom p {
  color: #fff;
  font-size: 12px;
  flex: 1;
}

#footer .footer-bottom .footer-social a {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  padding: 7px;
  margin: 0 5px;
  display: inline-block;
  line-height: 15px;
}

#footer .footer-bottom .footer-social a img {
  width: 100%;
  height: 100%;
}

.page-home #header .header-icons a,
.page-tests #header .header-icons a,
.page-library #header .header-icons a,
.page-drms #header .header-icons a,
.page-law-awareness #header .header-icons a,
.page-coming-soon #header .header-icons a {
  color: #fff;
}

.home-page {
  height: 100%;
  width: 100%;
}

.home-page #home-slides {
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
}

.home-page #home-slides .splide__track {
  width: 100%;
  height: 100%;
}

.home-page #home-slides .splide__track #home-slides-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page #home-slides .splide__track #home-slides-list > li .slide-content {
  width: 70%;
  max-width: 700px;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.home-page #home-slides .splide__track #home-slides-list > li .slide-content h1 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 2.5rem;
}

.home-page #home-slides .splide__track #home-slides-list > li .slide-content p {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  padding: 0 10px;
}

.home-page #home-slides .splide__track #home-slides-list > li .slide-content .slide-buttons {
  margin-top: 50px;
}

.home-page #home-slides .thumbnails {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 3rem;
}

.home-page #home-slides .thumbnails .slide-thumbnail {
  overflow: hidden;
  list-style: none;
  margin-inline-end: 25px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s;
}

.home-page #home-slides .thumbnails .slide-thumbnail.is-active {
  opacity: 1;
}

.home-page #home-slides .thumbnails .slide-thumbnail img {
  width: 180px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #FFA100;
  border-radius: 5px;
  padding: 2px;
}

.home-page #home-slides .thumbnails .slide-thumbnail span {
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}

.home-page #home-slides .splide__pagination {
  bottom: 1rem;
}

.home-page #home-slides .splide__pagination li {
  margin: 0rem 0.3rem;
}

.home-page #home-slides .splide__pagination li button {
  opacity: 0.3;
  width: 6px;
  height: 6px;
}

.home-page #home-slides .splide__pagination li button.is-active {
  opacity: 1;
  transform: unset;
}

.home-page p.section-title {
  font-size: 14px;
  color: #BCBABA;
}

.home-page h2.section-title {
  margin-top: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #494b4f;
}

.home-page .home-strategic {
  padding-top: 50px;
  background-color: #fff;
}

.home-page .home-strategic .partners {
  display: flex;
  justify-content: space-between;
}

.home-page .home-strategic .partners img {
  height: 130px;
  margin: 0 10px;
}

.home-page .home-strategic .info-box {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.home-page .home-strategic .info-box .info-img {
  width: 50%;
  text-align: center;
}

.home-page .home-strategic .info-box .info-img img {
  width: 70%;
}

.home-page .home-strategic .info-box .info-content {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.home-page .home-strategic .info-box .info-content h2 {
  font-weight: 700;
}

.home-page .home-strategic .info-box .info-content h2.color {
  color: #FFA100;
}

.home-page .home-strategic .info-box .info-content p {
  margin-top: 10px;
  font-size: 16px;
}

.home-page .home-strategic .info-box .info-content ul {
  margin: 20px 0;
  list-style: none;
  padding: 0;
}

.home-page .home-strategic .info-box .info-content ul li {
  position: relative;
  padding-inline-start: 25px;
  margin-bottom: 10px;
  font-size: 14px;
}

.home-page .home-strategic .info-box .info-content ul li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  background: #FFA100;
  border-radius: 50%;
}

.home-page .home-strategic .info-box .info-content ul li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 1;
  width: 10px;
  height: 6px;
  transform: rotate(-45deg);
}

.home-page .home-strategic .info-box .info-content a.btn {
  width: -moz-max-content;
  width: max-content;
}

.home-page .home-strategic .info-box .info-content .more-content {
  margin-top: 1rem;
}

.home-page .home-strategic .info-box .info-content .more-content h2 {
  margin: 0;
}

.home-page .home-strategic .info-box .info-content .more-content p {
  margin: 0;
  margin-bottom: 10px;
}

.home-page .home-strategic .info-box .info-content .certified-by {
  position: relative;
  border: 2px solid #FFA100;
  border-radius: 10px;
}

.home-page .home-strategic .info-box .info-content .certified-by::before {
  content: "CERTIFIED BY";
  font-weight: bold;
  position: absolute;
  width: 250px;
  height: 50px;
  top: -50px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #444;
  --r: 25px;
  line-height: 1.8;
  padding-inline: 0.5em;
  border-inline: var(--r) solid #0000;
  border-radius: calc(2*var(--r)) calc(2*var(--r)) 0 0/var(--r);
  -webkit-mask: radial-gradient(var(--r) at var(--r) 0, #0000 98%, #000 101%) calc(-1*var(--r)) 100%/100% var(--r) repeat-x, conic-gradient(#000 0 0) padding-box;
          mask: radial-gradient(var(--r) at var(--r) 0, #0000 98%, #000 101%) calc(-1*var(--r)) 100%/100% var(--r) repeat-x, conic-gradient(#000 0 0) padding-box;
  background: #FFA100 border-box;
}

.home-page .home-strategic .info-box .info-content .certified-by img {
  width: 100%;
  padding: 2rem 1rem;
}

.home-page .home-strategic .info-box .info-content .our-services {
  margin-top: 1rem;
}

.home-page .home-strategic .info-box .info-content .our-services h2 {
  margin: 0;
}

.home-page .home-strategic .info-box .info-content .our-services .counter {
  counter-reset: section;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.home-page .home-strategic .info-box .info-content .our-services .counter > div {
  border-radius: 10px;
  border: 2px solid #FFA100;
  width: calc(25% - 20px);
  height: 140px;
  margin: 10px;
  position: relative;
  padding: 1rem 5px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.home-page .home-strategic .info-box .info-content .our-services .counter > div::before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  position: absolute;
  width: 30px;
  height: 30px;
  left: calc(50% - 15px);
  top: -15px;
  background: #FFA100;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  padding: 3px;
}

.home-page .home-strategic .info-box .info-content .our-services .counter > div span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.home-page .home-strategic .info-box .info-content.images {
  flex-wrap: wrap;
  flex-direction: row;
}

.home-page .home-strategic .info-box .info-content.images img {
  width: calc(50% - 16px);
  margin: 8px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #eee;
}

.home-page .home-strategic.with-bg {
  background-image: url("/images/our_strategic.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 3rem 0;
}

.home-page .home-strategic.with-bg h2 {
  font-size: 50px;
}

.home-page .home-strategic.with-bg h2 span {
  display: block;
  color: #fff;
}

.home-page .home-strategic.with-bg p {
  font-size: 32px !important;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  line-height: 1.2;
}

.home-page .home-slide-bg {
  background-color: #FFA100;
}

.home-page .home-slide-bg .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.home-page .home-slide-bg .slide-num {
  font-size: 400px;
  color: #fff;
}

.home-page .home-slide-bg .slide-title {
  font-size: 70px;
  line-height: 70px;
  color: #525151;
  font-weight: bold;
}

.home-page #home-service {
  padding: 50px 0;
  background-color: #4B4E50;
}

.home-page #home-service .services {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 30px 0 50px;
}

.home-page #home-service .services li img {
  height: 60px;
  padding: 15px;
  margin: 0 2.5rem;
  border-radius: 5px;
  background-color: #BCBABA;
}

.home-page #home-service .services li span {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  color: #fff;
}

.home-page #home-service .info-box {
  display: flex;
  align-items: center;
  background-color: #F7F7F7;
  color: #3B3C3E;
  border-radius: 5px;
  padding: 0 5rem;
  height: 150px;
}

.home-page #home-service .info-box h3 {
  flex: 1;
  margin: 0;
}

.home-page #home-service .info-box button {
  width: 140px;
}

.home-page #home-offer {
  padding-top: 100px;
  background-color: #fff;
}

.home-page #home-offer .offers {
  padding: 5rem 0;
}

.home-page #home-offer .offers .splide__arrow {
  background: transparent;
  opacity: 1;
}

.home-page #home-offer .offers .splide__list {
  justify-content: center;
}

.home-page #home-offer .offers .offer-card img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-bottom: 5px;
}

.home-page #home-offer .offers .offer-card .offer-info h2 {
  font-size: 13px;
  height: 32px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-page #home-offer .offers .offer-card .offer-info .price {
  font-size: 13px;
  padding: 3px 0;
}

.home-page #home-offer .offers .offer-card .offer-info .price span:nth-child(2) {
  text-decoration: line-through;
  color: #aaa;
  font-size: 10px;
}

.home-page #home-packages {
  padding-top: 50px;
  background-color: #fff;
}

.home-page #home-packages .packages {
  padding: 5rem 0;
}

.home-page #home-packages .packages .splide__arrow {
  background: transparent;
  opacity: 1;
}

.home-page #home-packages .packages .splide__list {
  justify-content: center;
}

.home-page #home-packages .packages .package-card {
  border: 1px solid #f3f3f3;
  border-radius: 5px;
}

.home-page #home-packages .packages .package-card .package-header {
  display: flex;
  align-items: center;
  height: 50px;
  background: #eee;
  border-radius: 3px;
}

.home-page #home-packages .packages .package-card .package-header > img {
  height: 30px;
  width: 30px;
  margin: 0 0.5rem 0 0.8rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-page #home-packages .packages .package-card .package-header h3 {
  font-size: 14px;
  margin: 0;
}

.home-page #home-packages .packages .package-card .package-category {
  padding: 0 10px;
  margin: 10px 0;
  font-size: 12px;
  color: #f57c00;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-page #home-packages .packages .package-card ul {
  list-style: none;
  padding: 0 10px;
}

.home-page #home-packages .packages .package-card ul li {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.home-page #home-packages .packages .package-card ul li:not(:last-child) {
  border-bottom: 1px solid #dedede;
}

.home-page #home-packages .packages .package-card ul li img {
  width: 60px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-inline-end: 8px;
}

.home-page #home-packages .packages .package-card ul li .package-info {
  overflow: hidden;
  width: 100%;
}

.home-page #home-packages .packages .package-card ul li .package-info h2 {
  font-size: 10px;
  height: 22px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-page #home-packages .packages .package-card ul li .package-info .badge {
  font-size: 8px;
}

.home-page #home-packages .packages .package-card ul li .package-info .price {
  padding: 3px 0;
  font-size: 10px;
  color: #FFA100;
}

.home-page #home-ourclient {
  padding-top: 50px;
}

.home-page #home-ourclient .ourclient {
  padding: 3rem 0;
}

.home-page #home-ourclient .ourclient .splide__arrow {
  background: transparent;
  opacity: 1;
}

.home-page #home-ourclient .ourclient .splide__track {
  overflow: inherit;
}

.home-page #home-ourclient .ourclient .splide__list {
  justify-content: center;
}

.home-page #home-testimonials {
  padding-top: 50px;
}

.home-page #home-testimonials .testimonials {
  padding: 3rem 0;
}

.home-page #home-testimonials .testimonials .splide__arrow {
  background: transparent;
  opacity: 1;
}

.home-page #home-testimonials .testimonials .splide__track {
  overflow: inherit;
}

.home-page #home-testimonials .testimonials .splide__list {
  justify-content: center;
}

.home-page #home-testimonials .testimonials .testimonial-card {
  background: #fff;
  padding: 2rem;
  position: relative;
  text-align: center;
}

.home-page #home-testimonials .testimonials .testimonial-card img {
  position: absolute;
  top: -30px;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-page #home-testimonials .testimonials .testimonial-card .testimonial-info h2 {
  font-size: 13px;
  font-weight: 700;
  color: #000;
}

.home-page #home-testimonials .testimonials .testimonial-card .testimonial-info h3 {
  font-size: 12px;
  font-weight: 100;
  color: #919191;
}

.home-page #home-testimonials .testimonials .testimonial-card .testimonial-info p {
  font-size: 10px;
}

.home-page .program-icons {
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  padding: 3rem 1rem;
  align-items: baseline;
  justify-content: center;
}

.home-page .program-icons.dark {
  background: #4c4e50;
}

.home-page .program-icons.dark span {
  color: #FFA100;
}

.home-page .program-icons.color {
  background: #FFA100;
}

.home-page .program-icons.color span {
  color: #4c4e50;
}

.home-page .program-icons > div {
  text-align: center;
  width: 140px;
  margin: 1rem;
}

.home-page .program-icons > div img {
  border-radius: 50%;
  height: 120px;
  width: 120px;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.home-page .program-icons > div span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.home-page .home-features {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem;
}

.home-page .home-features > div {
  display: flex;
  align-items: center;
  margin: 0 0 3em 3em;
  position: relative;
  width: calc(50% - 3em);
}

.home-page .home-features > div .img {
  position: relative;
  margin-inline-end: 10px;
}

.home-page .home-features > div .img::after {
  content: "";
  transform: rotate(45deg);
  border-radius: 0.25rem;
  border: solid 2px rgba(243, 161, 5, 0.5);
  height: 120px;
  left: -20px;
  position: absolute;
  top: -20px;
  width: 120px;
}

.home-page .home-features > div .img img {
  flex-shrink: 0;
  height: 80px;
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-page .home-features > div .content {
  flex-shrink: 1;
  width: 100%;
  padding-inline-start: 3.5rem;
}

.home-page .home-features > div .content h3 {
  color: #3d4449;
  font-weight: bold;
  margin: 0;
}

.home-page .home-features > div .content ul {
  margin-top: 5px;
  font-weight: bold;
  font-size: 16px;
}

.contents-page {
  padding-top: 200px;
  position: relative;
}

.contents-page.has-header {
  padding-top: 300px;
}

.contents-page .contents-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: unset;
  height: 300px;
  padding: 0;
}

.contents-page .contents-header img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  background-size: cover;
}

.contents-page .contents-header h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}

.contents-page .contents-title {
  font-size: 2rem;
  margin-bottom: 50px;
}

.contents-page video {
  background: #000;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 70%;
  margin: 0 auto;
  display: block;
  box-shadow: 0px 5px 10px #8e8e8e;
  cursor: pointer;
}

.contents-page .test-card {
  margin: 10px 0;
  padding-top: 10px;
  padding-bottom: 5px;
  border-radius: 0 0 10px 10px;
  transition: 0.3s;
  cursor: pointer;
}

.contents-page .test-card:hover {
  box-shadow: 0px 10px 10px rgba(200, 200, 200, 0.3);
  transition: 0.3s;
}

.contents-page .test-card img {
  width: 100%;
  height: 150px;
}

.contents-page .test-card h4 {
  font-size: 1rem;
  margin: 0;
  padding: 8px 0;
  color: #1C1D1F;
}

.contents-page .list-group.list-english.limit {
  margin: auto;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

.contents-page .list-group.list-english li {
  padding: 1rem;
}

.contents-page .list-group.list-english li:first-child {
  position: sticky;
  top: 0;
  z-index: 9;
}

.contents-page .list-group.list-english li h4 {
  margin: 0;
}

.contents-page .list-group .btn.btn-collapsed::before,
.contents-page .list-group .btn.btn-collapsed::after {
  content: "";
  background-color: #fff;
  position: absolute;
  transition: all 0.13333s ease-in-out;
  height: 2px;
  top: -3px;
  width: 15px;
  right: 0;
}

.contents-page .list-group .btn.btn-collapsed::before {
  transform: rotate(-45deg) translate3d(-8px, 5px, 0);
  transform-origin: 100%;
}

.contents-page .list-group .btn.btn-collapsed::after {
  transform-origin: 0;
  transform: rotate(45deg) translate3d(8px, 5px, 0);
}

.contents-page .list-group .btn.btn-collapsed.collapsed::before {
  transform: rotate(45deg) translate3d(10px, 20px, 0);
}

.contents-page .list-group .btn.btn-collapsed.collapsed::after {
  transform: rotate(-45deg) translate3d(-10px, 20px, 0);
}

.contents-page .test-info {
  margin-bottom: 2rem;
  position: relative;
}

.contents-page .test-info .video-frame {
  position: relative;
  display: block;
  width: 80%;
  height: 400px;
  margin: 0 auto;
  background: #000;
  border-radius: 1rem;
}

.contents-page .test-info .video-frame .excuted-time {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2rem;
  padding: 3rem;
  color: #fff;
  background: #000;
  border-radius: 1rem;
  display: none;
}

.contents-page .test-info .video-frame video {
  width: 100%;
  height: 100%;
}

.contents-page .test-info ul {
  margin: 0;
}

.contents-page .test-info ul li {
  font-size: 14px;
}

.contents-page .test-info h2 {
  font-size: 18px;
}

.contents-page .test-info p {
  font-size: 14px;
}

.contents-page .test-info p b {
  text-decoration: underline;
  font-size: 16px;
}

.contents-page .badge-icons {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.contents-page .badge-icons > div {
  box-shadow: 0 0 10px #f0f0f0;
  border: 1px solid #eee;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 5px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.contents-page .badge-icons > div:hover {
  box-shadow: 0 0 10px #bcbcbc;
  transition: 0.3s;
}

.contents-page .badge-icons > div span {
  flex: 1;
  padding: 0 5px;
}

.contents-page .badge-icons > div .btns {
  margin-inline-start: 10px;
}

.contents-page .badge-icons > div .btns button {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-inline-end: 5px;
  background-color: transparent;
  outline: none;
  border: 0;
}

.contents-page .badge-icons > div .btns button.btn-audio {
  background-image: url("/images/icons/volume-up-color.svg");
}

.contents-page .badge-icons > div .btns button.btn-image {
  background-image: url("/images/icons/image.svg");
}

.contents-page .thumbnail-box {
  margin: 10px 0;
  padding-top: 10px;
  padding-bottom: 5px;
  border-radius: 0 0 10px 10px;
  transition: 0.3s;
  cursor: pointer;
}

.contents-page .thumbnail-box img {
  width: 100%;
  height: 150px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.contents-page .thumbnail-box h4 {
  font-size: 1rem;
  margin: 0;
  padding: 8px 0;
  color: #1C1D1F;
}

#viewImageModal .modal-header {
  border: 0;
}

#viewImageModal .modal-title {
  font-size: 20px;
}

#viewImageModal .splide__slide img {
  width: 300px;
  height: 400px;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

#viewImageModal .splide__arrow {
  background-color: transparent;
}

#viewImageModal .btn-audio {
  background-image: url("/images/icons/volume-up-color.svg");
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-inline-end: 5px;
  background-color: transparent;
  outline: none;
  border: 0;
}

.team-page .team-management {
  background-color: #fff;
  padding-bottom: 5rem;
}

.team-page .team-management .title {
  font-size: 1.8rem;
  padding: 4rem 0 2rem;
  margin: 0;
}

.team-page .team-management .management-members {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  gap: 2.5rem;
}

.team-page .team-management .technical-members {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 2rem;
}

.team-page .team-management .technical-members .member {
  height: 350px;
}

.team-page .team-management .member {
  background: #f7f7f7;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-page .team-management .member:hover .member-info {
  visibility: visible;
  opacity: 1;
  transition: 0.2s linear;
  transform: translate(0, 0);
}

.team-page .team-management .member .member-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 2rem;
  color: #fff;
  text-align: center;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 1vh);
  background: linear-gradient(to top, #333, transparent 50%);
}

.team-page .team-management .member .member-info h3 {
  font-size: 18px;
}

.team-page .team-management .member .member-info .member-social {
  margin-top: 1rem;
}

.contact-page .contact-contents {
  background-color: #fff;
  margin-top: 150px;
}

.contact-page .contact-contents .contact-form {
  width: 70%;
  display: block;
  margin: 0 auto;
  top: -100px;
  position: relative;
  background-color: #fff;
  padding: 3rem 2rem;
  border-radius: 8px;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
}

.contact-page .contact-contents .contact-form p {
  font-size: 12px;
}

.contact-page .contact-contents .contact-form button {
  width: 100px;
}

.contact-page .contact-contents .contact-info {
  padding: 4rem 0 5rem;
  display: grid;
  grid-template-columns: 25% 25% 25%;
  gap: 3rem;
  justify-content: center;
}

.contact-page .contact-contents .contact-info .info-box {
  text-align: center;
}

.contact-page .contact-contents .contact-info .info-box img {
  background-color: rgba(245, 124, 0, 0.1);
  border-radius: 8px;
  padding: 10px;
  width: 50px;
  height: 50px;
}

.contact-page .contact-contents .contact-info .info-box h3 {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.contact-page .contact-contents .contact-info .info-box p {
  font-size: 13px;
  padding: 0 10px;
  margin: 10px auto;
}

.contact-page .contact-contents .contact-info .info-box p:last-child {
  color: #FFA100;
  font-weight: bold;
}

.contact-page .contact-contents .contact-info .info-box button {
  width: 140px;
  height: 30px;
  border-width: 2px;
}

.traffic-library-page .programs-options {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.traffic-library-page .programs-options .form-check {
  margin-inline-end: 1rem;
}

.traffic-library-page .programs-options .v-select {
  min-width: 160px;
}

.law-awareness-page .all-programs {
  background-color: #fff;
  padding-bottom: 5rem;
}

.law-awareness-page .all-programs .programs-list {
  width: 200px;
}

.law-awareness-page .all-programs .programs-list li {
  border: 0;
  font-size: 1rem;
  cursor: pointer;
  background: transparent;
  transition: 0.2s;
}

.law-awareness-page .all-programs .programs-list li.active,
.law-awareness-page .all-programs .programs-list li:hover {
  color: #FFA100;
  transition: 0.2s;
}

.law-awareness-page .all-programs .programs-contents .law-points {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
}

.law-awareness-page .all-programs .programs-contents .law-points > div {
  width: calc(50% - 20px);
  margin-inline-start: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  transition: 0.1s;
  cursor: pointer;
}

.law-awareness-page .all-programs .programs-contents .law-points > div.active,
.law-awareness-page .all-programs .programs-contents .law-points > div:hover {
  transform: scale(1.02);
  box-shadow: 0 0 10px 0px #4b4b4b;
  transition: 0.1s;
}

.become-member {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
}

.form-control {
  height: calc(1.5em + 0.75rem + 2px);
}

.modal-dialog {
  display: flex;
  align-items: center;
  height: calc(100% - 3.5rem);
  box-shadow: unset;
}

.v-select.vs--open {
  border: 1px solid #f57c00;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(245, 124, 0, 0.25);
  border-radius: 5px;
}

.v-select.vs--open .vs__dropdown-toggle {
  border: 0 !important;
}

.v-select.is-invalid .vs__dropdown-toggle {
  border-color: #d92550 !important;
}

.v-select .vs__selected-options {
  flex-wrap: unset;
}

.vs__open-indicator {
  stroke: #fff;
  stroke-width: 2px;
  fill: #717171;
}

.vdp-datepicker .vdp-datepicker__calendar-button {
  color: #919191;
  position: absolute;
  right: 10px;
  top: 8px;
}

.vdp-datepicker .vdp-datepicker__clear-button {
  color: #919191;
  position: absolute;
  font-size: 16px;
  background: #fff;
  top: 2px;
  padding: 1px 5px;
  right: 3px;
}

.vdp-datepicker input {
  display: block;
  width: 100%;
  padding: 0.25rem 0.75rem;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.4;
  color: #495057;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: all 0.2s;
  height: calc(1.5em + 0.75rem + 2px);
}

.vdp-datepicker input.is-invalid {
  border-color: #d92550;
}

.vdp-datepicker__calendar {
  border-radius: 8px;
  padding: 8px;
}

.vdp-datepicker__calendar .cell {
  line-height: 36px !important;
}

.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border-color: #FFA100 !important;
  border-radius: 5px;
}

.vdp-datepicker__calendar .cell.selected {
  background: #f57c00 !important;
  border-radius: 5px;
  color: #fff;
}

.image-modal {
  position: fixed;
  z-index: 9999;
  padding: 5rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.image-modal.shown {
  display: block;
}

.image-modal .image-content {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
}

@media only screen and (max-width: 700px) {
  .image-modal .image-content {
    width: 100%;
  }
}

.image-modal .image-text {
  margin: auto;
  display: block;
  max-width: 100%;
  text-align: center;
  font-size: 22px;
  color: #fff;
  padding: 5px;
}

.image-modal .image-content,
.image-modal .image-text {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.image-modal .close,
.image-modal .download {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 999;
  text-shadow: 0 0 3px #000;
}

.image-modal .close:hover,
.image-modal .close:focus,
.image-modal .download:hover,
.image-modal .download:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.image-modal .download {
  right: 75px;
  font-size: 30px;
  top: 25px;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

#certificateModal .modal-content {
  max-height: 700px;
  height: -webkit-fill-available;
}

#certificateModal iframe {
  height: 100%;
  width: 100%;
}

