/*
Theme Name: Flatsome Child
Theme URI: https://yourdomain.com/
Description: Child theme for Flatsome
Author: Your Name
Author URI: https://yourdomain.com/
Template: flatsome
Version: 1.0.0
*/

/* Thêm CSS tuỳ chỉnh bên dưới */

/* Sticky Hotline Styles */
.sticky-hotline-container {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sticky-hotline-btn {
  display: flex;
  align-items: center;
  padding: 5px;
  background: var(--fs-color-secondary);
  color: #fff !important;
  text-decoration: none;
  border-radius: 25px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  min-width: 180px;
  position: relative;
  overflow: hidden;
}

.sticky-hotline-btn .hotline-icon {
  font-size: 20px;
  margin-right: 10px;
  background-color: #fff;
  aspect-ratio: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fs-color-secondary);
  animation: ring 2s ease-in-out infinite;
}

@keyframes ring {
  0%, 100% { transform: rotate(0deg); }
  10%, 30% { transform: rotate(-15deg); }
  20%, 40% { transform: rotate(15deg); }
}

.sticky-hotline-btn .hotline-number {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.sticky-hotline-btn .hotline-region {
  display: block;
  font-size: 12px;
  margin-top: 2px;
  opacity: 0.9;
}

#wrapper .home-sec-9 .col:first-child {
  padding: 0;
}

#wrapper .home-sec-4 .icon-box {
  display: flex;
  gap: 15px;
}

#wrapper .home-sec-4 .icon-box::before {
  content: '1';
  font-family: "Roboto", Sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: #FFF;
  width: 88px;
  height: 88px;
  background: #E82329;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  aspect-ratio: 1;
}

#wrapper .home-sec-4 .icon-box:nth-child(2):before {
  content: '1';
}

#wrapper .home-sec-4 .icon-box:nth-child(3):before {
  content: '2';
}

#wrapper .home-sec-4 .icon-box:nth-child(4):before {
  content: '3';
}

/* Responsive */
@media (max-width: 768px) {
  .sticky-hotline-container {
    left: 0;
    top: auto;
    bottom: 60px;
    transform: none;
  }
  
  .sticky-hotline-btn {
    min-width: 150px;
    padding: 10px 15px;
  }
  
  .sticky-hotline-btn .hotline-number {
    font-size: 14px;
  }
  
  .sticky-hotline-btn .hotline-region {
    font-size: 11px;
  }
}

/* global */

@media (min-width: 768px) {
  #wrapper .row, #wrapper .header-inner, #top-bar .flex-row.container {
    width: 1280px;
    max-width: 100%;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4,
#wrapper h5,
#wrapper h6,
#wrapper a,
#wrapper p,
#wrapper li,
#wrapper span,
#wrapper div {
  font-family: 'Roboto', sans-serif !important;
}

#wrapper h2 {
  font-size: 31px;
}

#wrapper h2 span {
  color: var(--fs-color-secondary);
}

#wrapper .home-sec-4 .tabbed-content > ul > li {
  flex: 1;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

#wrapper .home-sec-4 .tabbed-content > ul > li a {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 5px 15px;
  font-size: 16px;
}

#wrapper .home-sec-4 .tabbed-content > ul > li:not(.active) a {
  color: #fff;
  background-color: var(--fs-color-secondary);
}

#wrapper .home-sec-5 h3 {
  font-size: 50px;
  line-height: 1.1;
  margin: 0;
}

#wrapper .home-sec-5 .col {
  padding-bottom: 0;
}

#wrapper .home-sec-5 p {
  margin-bottom: 0;
}

#wrapper .home-sec-6 .col .row .col-inner {
  padding: 20px 15px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #CFCFCF;
  border-radius: 20px;
}

#wrapper .home-sec-6,
#wrapper .home-sec-6 .col {
  padding-bottom: 0;
}

#wrapper .home-sec-6 .button {
  margin-top: 30px;
}

#wrapper .home-sec-7 .row:nth-child(2):not(.row-collapse) > .col > .col-inner {
  padding: 10px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / .25);
  border-radius: 10px;
}

#wrapper .home-sec-7 .roadmap-step-number {
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  color: var(--fs-color-secondary);
}

#wrapper .home-sec-7 p {
  margin-bottom: 0;
}

#wrapper .home-sec-9 .row {
  background-color: var(--fs-color-primary);
  border-radius: 20px;
}

#wrapper .home-sec-9 .col:nth-child(2) .col-inner {
  max-width: 500px;
  margin-right: auto;
}

#wrapper .home-sec-9 .wpcf7-submit {
  background-color: var(--fs-color-secondary);
}

#wrapper .absolute-footer {
  display: none;
}

#wrapper #header .header-nav a {
  font-size: 15px !important;
}

#wrapper .home-sec-1 {
  padding-top: 0;
}

#wrapper .home-sec-1 .col {
  padding-bottom: 0;
}
#wrapper .home-sec-3 .img {
  padding-left: 10px;
  padding-right: 10px;
}
#wrapper .home-sec-3 .img-inner {
  border: solid 1px #ccc;
  padding: 15px;
}
#wrapper .home-sec-6 .col .row .col p {
  margin-bottom: 0;
}

#wrapper .home-sec-9 .col {
  padding-bottom: 0;
}

#wrapper .home-sec-9 .wpcf7-submit {
  margin: 0 auto;
  display: block;
  border-radius: 20px;
}

#wrapper .home-sec-9 .wpcf7-text,
#wrapper .home-sec-9 .wpcf7-textarea {
  border-radius: 5px;
}

#wrapper .home-sec-9 h2 {
  font-size: 26px;
}

#wrapper .home-sec-9 .wpcf7-spinner {
  display: none;
}

#wrapper .home-sec-10 .row:nth-child(2) .col-inner {
  padding: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / .1);
}

#wrapper .home-sec-10 .row:nth-child(2) h3 {
  font-size: 26px;
}

#wrapper .home-sec-10 .icon-box-img {
  display: flex;
  align-items: center;
}

#wrapper .home-sec-11 .box-image img {
  border-radius: 50%;
  max-width: 210px;
  margin: 0 auto;
  display: block;
  margin-bottom: 25px;
}

#wrapper .home-sec-12 .img img {
  border-radius: 20px;
}

#wrapper .home-sec-12 h2 {
  font-size: 25px;
  opacity: 0.5;
}

#wrapper .home-sec-12 .review-mes-wrapper {
  background-color: #f9fafa;
  padding: 20px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}

#wrapper .home-sec-12 .review-mes-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #fff;
}

#wrapper .home-sec-12 .slider-wrapper {
  max-width: 85%;
  margin: 30px auto 0;
}

#wrapper .home-sec-12 .review-mes-wrapper p {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

#wrapper .home-sec-12 .featured-box {
  display: flex;
  justify-content: center;
  text-align: center;
}

#wrapper .home-sec-12 .featured-box h3,
#wrapper .home-sec-12 .featured-box p,
#wrapper .home-sec-12 .featured-box .icon-box-text,
#wrapper .home-sec-12 .featured-box .text {
  width: max-content;
  flex: unset;
  margin-bottom: 0;
}

#wrapper .home-sec-12 .icon-inner img {
  border-radius: 50%;
}

#wrapper .home-sec-12 .flickity-viewport .col {
  padding-left: 0;
  padding-right: 0;
}

#wrapper .home-sec-13 h3 {
  color: var(--fs-color-primary);
}

#wrapper .contactus-inbox-sec > .col-inner {
  background-color: rgb(220, 227, 241);
  padding: 30px 60px;
}

#wrapper .header-nav > .menu-item {
  position: relative;
  margin: 0 20px;
}

#wrapper .header-nav > .menu-item i {
  font-size: 14px;
}

#wrapper .header-nav > .menu-item:not(.menu-item-has-children)::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--fs-color-secondary);
}

#wrapper .header-nav > .menu-item:not(.menu-item-has-children):hover::before {
  width: 100%;
  transition: width 0.3s;
}

#wrapper .header-nav > .menu-item.current-menu-item::before {
  width: 100%;
}

#masthead .sub-menu {
  padding: 0;
  border: 0;
}

#masthead .sub-menu > .menu-item > a {
  padding: 15px;
  background-color: var(--fs-color-primary);
  color: #fff;
}

#masthead .sub-menu > .menu-item > a:hover {
  background-color: #fff;
  color: var(--fs-color-secondary);
}

#masthead .sub-menu a {
  margin: 0;
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after {
  display: none;
}

#wrapper .custom-video-wrapper {
  position: relative;
  padding: 19px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAtkAAAG2AgMAAADXaXIfAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAlQTFRFAAAAGEOhpBwQo9ONSgAAAAN0Uk5TAP//RFDWIQAAAtpJREFUeJzt3LFNHWEQhdH3LJGQ0wRVuAQCjAgphVIcWkDgEqiCJshJLIGR0zvBW6T/ai2dL55/dILZdI+Hi++HNT0u2vuv4+HHqtV/fq/a/NnxeL1q9cfTqs2fHc+ulu1eeSjHZed9OLw+L1u91L3ywI/LPkvuKe6MO+POuDPujDvjzrgz7ow74864M+6MO+POuDPujDvjzrgz7ow74864M+6MO+POuDPujDvjzrgz7ow74864M+6MO+POuDPujDvjzra4H7Ysfr/di/vbr02bX+534j7/uWnz291O3Jf3mza/3+7Evem8P7v5T90v+3Bv/Cy5x7gj7iHuiHuIO+Ie4o64h7gj7iHuiHuIO+Ie4o64h7gj7iHuiHuIO+Ie4o64h7gj7iHuiHuIO+Ie4o64h7gj7iHuiHuIO+Ie4o64h7gj7iHuiHuIO+Ie4o64h7gj7iHuiHuIO+Ie4o64h7gj7iHuiHuIO+Ie4o64h7gj7iHuiHuIO+Ie4o64h16fT538gvvi+8Ynp7fUfXa18cnpPZ48+QX38Xrjk5P7eDp59Avuw7IDX/cb1n/uZYdy+nl/yb2HuLtxd+Puxt2Nuxt3N+5u3N24u3F34+7G3Y27G3c37m7c3bi7cXfj7sbdjbsbdzfubtzduLtxd+Puxt2Nuxt3N+5u3N24u3F34+7G3Y27G3c37m7c3bi7cXfj7sbdjbsbdzfubtzduLtxd+Puxt2Nuxt3N+5u3N24u3F34+7G3Y27G3c37m7c3bi7cXfj7sbdjbsbdzfubtzduLtxd+Puxt2Nuxt3N+5u3N24u3F34+7G3Y27G3c37m7c3bi7cXfj7sbdjbsbdzfubtzduLtxd+Puxt2Nuxt3N+5u3N24u3F34+7G3Y27G3c37m7c3bi7cXfj7sbdjbsbdzfubpvdN/twHx42zu/FfXm/afz9difu85+bxt/uduLeeOAv9ztxbzyUm8NfW2CpZERyozgAAAAASUVORK5CYII=);
}

#wrapper .custom-video-wrapper > .col-inner {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #0A4B1E;
  border-radius: 6px 6px 6px 6px;
}

#wrapper .tab-ctdt > .nav {
  margin-bottom: 20px;
}

#wrapper .tab-ctdt h3 {
  font-size: 31px;
}

#wrapper .home-sec-8 .img {
  margin: 0 10px;
}

#wrapper .timeline-vertical {
  padding-left: 25px;
  border-left: 2px solid var(--fs-color-primary);
}

#wrapper .timeline-vertical h3 {
  position: relative;
}

#wrapper .timeline-vertical h3::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--fs-color-primary);
  border-radius: 100%;
  left: -36px;
}

#footer .social-icons .icon.facebook {
  background-color: #3a589d !important;
  border-color: #3a589d !important;
}
#footer .social-icons .icon.youtube {
  background-color: #c33223 !important;
  border-color: #c33223 !important;
}
#footer .social-icons .icon.phone {
  background-color: #51cb5a !important;
  border-color: #51cb5a !important;
}

#footer .social-icons .icon.facebook i,
#footer .social-icons .icon.phone i,
#footer .social-icons .icon.youtube i {
  color: #fff !important;
}

#wrapper .aboutus-sec-2 .col,
#wrapper .aboutus-sec-3 .col {
  padding-bottom: 0;
}

#wrapper .aboutus-sec-1 .row,
#wrapper .aboutus-sec-2 .row,
#wrapper .aboutus-sec-3 .row {
  max-width: 1000px;
}

#wrapper .aboutus-sec-1 img {
  border-radius: 5px;
}

#wrapper .aboutus-sec-3 .icon-box-text {
  display: flex;
  align-items: center;
}

#wrapper .aboutus-sec-3 h2 {
  margin-bottom: 30px;
}

#wrapper .aboutus-sec-3 .icon-box-text h3 {
  margin-bottom: 0;
}

#wrapper .aboutus-sec-3 .icon-box {
  margin-bottom: 10px;
}

#wrapper .aboutus-sec-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#wrapper .aboutus-sec-4 .core-value-box .col-inner {
  border-radius: 10px;
}

#wrapper .core-value-wrapper {
  padding-bottom: 0;
}

#wrapper .contactus-heading h1 {
  font-size: 48px;
}

#wrapper .contactus-sec-2 .col-inner {
  max-width: 805px;
  margin: 0 auto;
  border-radius: 10px;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: var(--fs-color-primary);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 20px;
}

#wrapper .wpcf7 {
  max-width: 440px;
  margin: 0 auto;
}

#wrapper .form-contact-us-wrapper {
  border-width: 1px;
  border-radius: 1px;
  border-style: solid;
  border-color: rgb(228, 228, 228);
  padding: 10px;
}

#wrapper .form-contact-us-wrapper input[type="radio"] {
  display: none;
}

#wrapper .wpcf7-radio {
  display: flex;
  gap: 10px;
}

#wrapper .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  flex: 1;
  text-align: center;
}

#wrapper .wpcf7-radio .wpcf7-list-item-label {
  background-color: #E4E4E4;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

#wrapper .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
  background-color: var(--fs-color-primary);
  color: #fff;
}

#wrapper .form-contact-us-wrapper .wpcf7-submit {
  margin: 0;
  display: block;
  width: 100%;
  border-radius: 25px;
}

#wrapper .form-contact-us-wrapper .wpcf7-spinner {
  position: absolute;
}

#wrapper .contactus-sec-3 .col-inner {
  max-width: 860px;
  margin: 0 auto;
}

#wrapper .contactus-sec-3 .tab-panels {
  padding: 15px;
}

#wrapper .contactus-sec-3 p {
  margin-bottom: 0;
}

#wrapper .contactus-sec-3 .tab a {
  border: 0;
  background: transparent;
}

#wrapper .contactus-sec-3 .tab.active a {
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  color: var(--fs-color-primary);
}

#post-list .image-cover {
  padding-top: 188px !important;
  border-radius: 5px;
  width: 260px;
}

#post-list .box-image {
  width: auto !important;
}

#post-list .post-title a {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 5px;
  color: #000;
}

#post-list .from_the_blog_excerpt {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
}

#post-list .box-text {
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}

.post-sidebar #secondary h2 {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--fs-color-primary);
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.post-sidebar #secondary h2:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #f70d28;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
}

#wrapper .hoc-lai-xe-a-a1-sec-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}x

#wrapper .hoc-lai-xe-a-a1-sec-1 .row {
  max-width: max-content;
}

#wrapper .hoc-lai-xe-a-a1-sec-2 .row {
  max-width: 1000px;
}

#wrapper .hoc-lai-xe-a-a1-sec-1 .col {
  padding-bottom: 0;
}

#wrapper .hoc-lai-xe-a-a1-sec-1 p {
  margin-bottom: 0;
}

#wrapper .hoc-lai-xe-a-a1-sec-1 .icon {
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  aspect-ratio: 1;
}

#wrapper .hoc-lai-xe-a-a1-sec-1 .icon img {
  aspect-ratio: 1;
}

#wrapper .hoc-lai-xe-a-a1-sec-1 h3 {
  margin-bottom: 0;
}

#wrapper .hoc-lai-xe-a-a1-sec-2 .img img {
  border-radius: 25px;
}

#wrapper .course-form-dang-ky .col-inner {
  background-color: #a41c10;
  padding: 20px;
  border-radius: 25px;
}

#wrapper .course-form-dang-ky .form-contact-us-wrapper {
  border: none;
  background-color: #fff;
  border-radius: 25px;
}

#wrapper .course-form-dang-ky .form-contact-us-wrapper > p {
  border-radius: inherit;
  overflow: hidden;
}

#wrapper .course-form-dang-ky form {
  margin-bottom: 0;
}

#wrapper .hoc-lai-xe-a-a1-sec-3-box .col-inner {
  background-color: var(--fs-color-primary);
  padding: 10px;
  border-radius: 10px;
}

#wrapper .hoc-lai-xe-a-a1-sec-3-box .col-inner p {
  margin-bottom: 0;
}

#wrapper .hoc-lai-xe-a-a1-sec-4-wrapper .col-inner {
  border: 1px solid var(--fs-color-secondary);
  padding: 10px;
}

#wrapper .hoc-lai-xe-a-a1-sec-4-wrapper h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  padding: 10px;
}

#wrapper .hoc-lai-xe-a-a1-sec-4-wrapper .col:nth-child(1) h3 {
  background-color: var(--fs-color-secondary);
}

#wrapper .hoc-lai-xe-a-a1-sec-4-wrapper .col:nth-child(2) h3 {
  background-color: var(--fs-color-primary);
}

#wrapper .hoc-lai-xe-a-a1-sec-5 .icon-box {
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
  padding: 40px;
  border-radius: 10px;
}

#wrapper .hoc-lai-xe-a-a1-sec-5 .icon-box p {
  font-size: 18px;
}

#wrapper .text-full h2 {
  background-color: var(--fs-color-primary);
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

#wrapper .hoc-lai-xe-a-a1-sec-6 .col-inner {
  border: 1px solid var(--fs-color-primary);
  padding: 10px;
}

#wrapper .hoc-lai-xe-a-a1-sec-6 h3 {
  font-size: 22px;
  line-height: 1.4;
  background-color: var(--fs-color-primary);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

#wrapper .hoc-lai-xe-a-a1-sec-8 .img {
  margin: 0 10px;
}

#wrapper .hoc-lai-xe-a-a1-sec-8 .col,
#wrapper .hoc-lai-xe-a-a1-sec-9 .col {
  padding-bottom: 0;
}

#wrapper .hoc-lai-xe-a-a1-sec-9 {
  padding-top: 0;
  padding-bottom: 0;
}

#wrapper .hoc-lai-xe-a-a1-sec-9-wrapper {
  background-color: rgba(242, 243, 244, 0.9);
  padding: 20px !important;
}

#wrapper .hoc-lai-xe-a-a1-sec-9-wrapper .col:nth-child(2) .col-inner {
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
}

#wrapper .hoc-lai-xe-a-a1-sec-10 .slider-wrapper .col-inner {
  background-image: linear-gradient(rgb(255, 255, 255), rgb(209, 250, 215));
}

#wrapper .hoc-lai-xe-a-a1-sec-10 .slider-wrapper .text {
  padding: 10px;
}

#wrapper .hoc-lai-xe-a-a1-sec-10 .slider-wrapper h3 {
  font-size: 16px;
}

#wrapper .hoc-lai-xe-a-a1-sec-11 .row:first-child .col-inner {
  background-color: var(--fs-color-primary);
  padding: 15px;
}

#wrapper .hoc-lai-xe-a-a1-sec-11 .row:first-child h2,
#wrapper .hoc-lai-xe-a-a1-sec-11 .row:first-child p {
  margin-bottom: 0px;
}

#wrapper .hoc-lai-xe-a-a1-sec-12 .row:nth-child(2) .col-inner {
  position: relative;
  padding-top: 35px;
}

#wrapper .hoc-lai-xe-a-a1-sec-12 .row:nth-child(2) .col:before {
  position: absolute;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: var(--fs-color-secondary);
  border-radius: 5px;
  font-size: 30px;
  line-height: 1;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 50px;
  text-align: center;
  z-index: 9;
}

#wrapper .hoc-lai-xe-a-a1-sec-12 .row:nth-child(2) .col:nth-child(1):before {
  content: "1";
}

#wrapper .hoc-lai-xe-a-a1-sec-12 .row:nth-child(2) .col:nth-child(2):before {
  content: "2";
}

#wrapper .hoc-lai-xe-a-a1-sec-12 .row:nth-child(2) .col:nth-child(3):before {
  content: "3";
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:first-child .col-inner {
  background-color: var(--fs-color-primary);
  padding: 15px;
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:first-child h2,
#wrapper .hoc-lai-xe-a-a1-sec-14 .row:first-child p {
  margin-bottom: 0;
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(2) .row {
  margin-bottom: 15px;
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(2) .col-inner {
  max-width: 960px;
  margin: 0 auto;
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(2) .col {
  padding: 0;
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(2) .row .col:nth-child(2) {
  border: 1px solid rgba(7, 58, 145, 0.3);
  padding: 15px;
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(2) .row .col:nth-child(2) h4,
#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(2) .row .col:nth-child(2) p {
  margin: 0;
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(2) .row .col:first-child {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(2) .row:nth-child(2) .col:first-child {
  background-color: rgb(238, 110, 102);
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(2) .row:nth-child(3) .col:first-child {
  background-color: rgb(202, 32, 24);
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(2) .row:nth-child(4) .col:first-child {
  background-color: rgb(177, 25, 17);
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(2) .row:nth-child(5) .col:first-child {
  background-color: rgb(144, 16, 9);
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(2) .row:nth-child(6) .col:first-child {
  background-color: rgb(92, 16, 11);
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(2) .row .col:first-child p {
  margin: 0;
  text-align: center;
  font-weight: 600;
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(3) .col-inner {
  max-width: 960px;
  margin: 0 auto;
}

#wrapper .hoc-lai-xe-a-a1-sec-14 > .section-content > .row:nth-child(3) {
  margin-top: 40px;
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(3) .accordion-title {
  background-color: var(--fs-color-primary);
  color: #fff;
  padding: 10px 40px;
  border-radius: 20px;
  border: none;
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(3) .accordion-title span {
  font-weight: 600;
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(3) .accordion-item {
  margin-bottom: 10px;
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(3) .accordion-inner {
  padding: 15px 40px;
  background-color: rgb(250, 250, 250);
  margin-top: 10px;
  border-radius: 10px;
}

#wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(3) .toggle {
  left: auto;
  right: 10px;
}

#wrapper .hoc-lai-xe-a-a1-sec-15 .text:nth-child(2) {
  background-color: #fff;
  padding: 20px 50px;
}

#wrapper .hoc-lai-xe-a-a1-sec-16 .slider-wrapper .img {
  margin-left: 10px;
  margin-right: 10px;
}

#wrapper .hoc-lai-xe-a-a1-sec-17 h3 {
  background-color: var(--fs-color-primary);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 22px;
  line-height: 1.2;
  border-radius: 5px;
}

#wrapper .hoc-lai-xe-a-a1-sec-18 .icon {
  padding: 6px;
  border-radius: 5px;
  background-color: rgb(228, 228, 228);
}

#wrapper .hoc-lai-xe-a-a1-sec-11 .gallery-icon img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  #wrapper .home-sec-3 .flickity-slider > * {
    max-width: 50% !important;
  }
  #wrapper .home-sec-8 .flickity-slider > * {
    max-width: 33.33% !important;
  }
  #wrapper .hoc-lai-xe-a-a1-sec-16 .flickity-slider > * {
    max-width: 33.33% !important;
  }
  #wrapper .tab-ctdt > .nav {
    flex-direction: column;
    gap: 10px;
  }
  #wrapper .home-sec-4 .tabbed-content > ul > li {
    width: 100%;
  }
  #wrapper .home-sec-5 .col:not(:last-child) {
    margin-bottom: 20px;
  }
  #wrapper .home-sec-6 .col {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #wrapper .home-sec-7 .row-collapse {
    display: flex;
  }
  #wrapper .home-sec-7 .row-collapse .col:first-child {
    flex-basis: max-content;
    max-width: max-content;
  }
  #wrapper .home-sec-7 .row-collapse .col:last-child {
    flex: 1;
  }
  #wrapper .home-sec-7 .row-collapse .col:first-child p {
    font-size: 70px;
    margin-right: 20px;
  }
  #wrapper .timeline-vertical {
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  #wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(2) .row {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  #wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(3) .accordion-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  #wrapper .hoc-lai-xe-a-a1-sec-14 .row:nth-child(3) .toggle {
    right: 0;
  }
}