/*
	Theme Name: Laco
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */
body {
  overflow-x: hidden !important;
  background-color: #f5f9ff !important;
}

html {
  scroll-behavior: smooth;
}

/* Reset cơ bản */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
  color: #3f4c65;
  font-family: "Inter", sans-serif;
  /* font-family: "Inter", sans-serif; */
  font-size: 16px;
  font-weight: 400;
  line-height: 1.76;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

input,
label,
select,
textarea {
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
}

ol li {
  list-style-type: decimal;
}

strong,
b {
  font-weight: 700;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
  /* color: #0066ff; */
  color: #1e1e1e;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

/* Body
------------------------------------------------------------ */

body {
  background-color: #fff;
}

::-moz-selection {
  background-color: #0066ff;
  color: #fff;
}

::selection {
  background-color: #0066ff;
  color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  overflow-x: hidden !important;
}

.wrap {
  margin: 0 auto;
  max-width: 85%;
  padding: 0;
}

/* Header
------------------------------------------------------------ */

.site-header {
  margin: 0px auto 0;
  height: 70px;
  width: 100%;
  /* background-color: #071f5f; */
  background: linear-gradient(90deg, #0e4da4 0%, #1d63c1 100%);
  position: fixed;
  top: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  z-index: 9;
  float: left;
}

.site-title .wrap {
  max-width: 1280px !important;
  margin: auto;
}

.site-header .textwidget p {
  position: absolute;
  top: 2px;
  right: -270px;
  cursor: pointer;
  background: #dd0000;
  color: #fff;
  height: 45px;
  display: table;
  line-height: 45px;
  padding: 0 20px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.title-area {
  float: left;
  overflow: hidden;
  padding: 0;
  width: 230px;
  margin-left: -30px;
  height: 80px;
  margin-top: 11px;
}

.site-title {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  line-height: 1.35;
  margin: 0;
  text-transform: uppercase;
  float: left;
  width: 100%;
  height: 100%;
}

.site-title a,
.site-title a:hover {
  color: #333;
  padding: 0;
  text-decoration: none;
  float: left;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url(images/logo-laco.png) no-repeat top center;
  background-size: 180px;
}

.site-description {
  font-size: 13px;
  padding: 0;
  display: none;
}

.site-header .widget-area {
  width: 1280px;
  position: absolute;
  top: 50%;
  left: 64%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  align-items: center;
  margin: auto;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary {
  float: left;
  width: 100%;
  height: 50px;
  background: #333;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
  clear: both;
  color: #333;
  font-size: 13px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
  float: left;
  width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
  float: left;
  list-style-type: none;
}

.menu-secondary a,
.site-header .menu a {
  color: #FFF;
  display: block;
  padding: 8px 24px;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.4s ease;
  border-radius: 8px;
}

.site-header .widget_text p {
  position: absolute;
  top: 2px;
  right: 100px;
  cursor: pointer;
  color: #071f5f;
  height: 40px;
  display: table;
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  background: #ffa405;
  padding: 0px 24px;
  border-radius: 8px;
  transition: background 0.3s;
  text-transform: uppercase;
}

.site-header .widget_text p a {
  color: #071f5f;
  text-decoration: none;
}

.site-header .widget_text p:hover {
  background: #ffbf00;
}

.site-header .menu a span {
  text-transform: uppercase;
}

.menu-primary li a:active,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,
.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
  color: #fff;
  background-color: #ffa405;
}

/* .menu-primary li a:hover,
.menu-secondary li a:hover,
.site-header .menu li a:hover{
   color:#ffa405
} */

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
  background: none;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 16px;
  padding: 10px;
  position: relative;
  text-transform: none;
  width: 230px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
  background-color: #0066ff;
  color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
  height: auto;
  left: -9999px;
  margin: 0 0 0 -1px;
  position: absolute;
  width: 160px;
  z-index: 9999;
  padding-top: 18px;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
  width: 140px;
}

/* .menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
    margin: -36px 0 0 159px;
} */

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
  margin: -64px 0 0 232px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
  left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
  position: static;
}

ul.menu li:hover > ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover > ul,
.site-header .menu li.sfHover ul {
  left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
  padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
  background: url(images/icon-plus.png) no-repeat;
  height: 16px;
  position: absolute;
  right: 8px;
  text-indent: -9999px;
  top: 10px;
  width: 16px;
}

#wpadminbar li:hover ul ul {
  left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
  margin: 0 auto;
  overflow: visible;
  padding: 120px 0 60px;
  width: 1280px;
  box-sizing: border-box;
  display: none;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
  float: left;
  width: 100%;
  /* background-color: rgb(229, 238, 246); */
  padding: 12px 0;
  font-size: 18px;
  margin: 90px auto auto;
  text-align: center;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.breadcrumb .wrap {
  width: 1140px;
  color: #fff;
  font-weight: 500;
}

.breadcrumb a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.breadcrumb .label {
  margin: 0 5px;
  font-weight: 400;
  color: #fff;
}

.breadcrumb span {
  font-weight: 400;
  color: #fff;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

/* .content-sidebar-wrap {
	display: flex;
	justify-content: space-between;
	
} */
.content-sidebar-wrap {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  /* width: 800px !important; */
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
  width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* Content
------------------------------------------------------------ */

.content-sidebar .content,
.sidebar-content .content {
  width: 875px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
  float: right;
  margin-left: 0;
  margin-right: 15px;
}

.full-width-content .content {
  width: 100%;
}

.page_blog .post {
  padding: 1rem 1rem 1.5rem;
  /* min-height: 100%;
    overflow: hidden;
    position: relative; */
  border-radius: 1.6rem;
  border: 0.1rem solid #f0f0f0;
  transition: 0.4s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.entry-content {
  overflow: hidden;
  text-align: justify;
}

.entry-content p {
  margin: 0 0 12px;
  text-align: justify;
}

blockquote {
  background: url(images/blockquote.png) no-repeat;
  border: none;
  margin: 5px 5px 20px;
  padding: 25px 30px 5px 70px;
}

blockquote p {
  color: #999;
  font-style: italic;
}

p.subscribe-to-comments {
  padding: 20px 0 10px;
}

.clear {
  clear: both;
}

.clear-line {
  border-bottom: 1px solid #ddd;
  clear: both;
  margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  line-height: 1.35;
  margin: 0 0 10px;
}

h1 {
  font-size: 18px;
}

.taxonomy-description h1 {
  margin: 0;
}

h2,
h2 a,
h2 a:visited {
  font-size: 16px;
}

h2 a,
h2 a:visited {
  color: #333;
  font-family: "Inter", sans-serif;
}

h2 a:hover {
  color: #0066ff;
  text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
  font-size: 16px;
  margin: 0 0 5px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 16px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
  font-size: 16px;
  color: #333;
}

.widget-area .widgettitle a {
  color: #333;
  text-decoration: none;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
  margin: 0;
  padding: 0 0 15px;
  text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
  list-style-type: disc;
  margin: 0 0 0 30px;
  padding: 0;
  text-align: justify;
}

.entry-content ol li {
  margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
  padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
  font-size: 13px;
  margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
  border-top: 1px solid #ddd;
  clear: both;
  font-size: 13px;
  padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img {
  height: auto;
  max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 4px;
}

.author-box .avatar {
  background-color: #fff;
  float: left;
  margin: 0 10px 0 0;
}

.post-image {
  margin: 0 10px 10px 0;
}

.comment-list li .avatar {
  background-color: #fff;
  float: right;
  margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

img.alignnone {
  display: inline;
  margin: 0 0 10px;
}

img.alignleft {
  display: inline;
  margin: 0 15px 10px 0;
}

img.alignright {
  display: inline;
  margin: 0 0 10px 15px;
}

.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

.wp-caption {
  padding: 0;
  text-align: center;
  width: auto !important;
}

p.wp-caption-text {
  font-size: 13px;
  margin: 5px 0;
  text-align: center;
}

.wp-smiley,
.wp-wink {
  border: none;
  float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
  font-size: 16px;
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

.pagination li {
  display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
  background: #f2f2f2;
  color: #333;
  padding: 8px 13px;
}

.pagination li a:hover,
.pagination li.active a {
  background: #ce2127;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #0066ff;
  color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
  display: inline;
  /* float: right; */
  width: 360px;
}

.sidebar-secondary {
  float: left;
  width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
  margin-left: 15px;
  margin-right: 0;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

.sidebar p {
  font-size: inherit;
}

.sidebar .widgettitle {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.sidebar .widget {
  /* background-color: #fff; */
  margin: 0 0 15px;
  padding: 0 0 15px;
  float: left;
  width: 100%;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
  padding: 0 15px;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
  /* border-bottom: 1px solid #ddd; */
  list-style-type: none;
  margin: 0 0 7px;
  padding: 0 0 5px;
  word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
  border: none;
  margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
  background: #f2f2f2;
  cursor: pointer;
  padding: 10px 20px;
  color: #333;
  -webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
  text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
  position: absolute;
  top: 3px;
  right: 230px;
  width: 160px;
  border: 1px solid #b5abab;
  border-radius: 10px;
  height: 40px;
}

.search-form input[type="search"] {
  margin: 0;
  padding: 6px 5px 5px 10px;
  width: calc(100% - 40px);
  border: none;
  background: #fff;
  height: 37px;
  border-radius: 10px 0px 0px 10px;
}

.search-form input[type="submit"] {
  background: url(images/search.svg) no-repeat center center;
  text-indent: -9999px;
  border: none;
  float: right;
  height: 40px;
  width: 40px;
  border-radius: 10px 10px 0px 0px;
  background-size: 20px;
}

.search-form-input::placeholder {
  color: #999;
}

.search-form input[type="search"]:hover,
.search-form input[type="search"]:focus {
  border: none;
  outline: none;
  list-style: none;
  box-shadow: none;
}
/* Footer
------------------------------------------------------------ */

.site-footer {
  float: left;
  clear: both;
  font-size: 15px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  background: #ffa405;
  color: #fff;
  padding: 10px 0 10px;
}

.site-footer .wrap {
  display: block;
  text-align: center;
}

.site-footer img {
  width: 50px;
  margin: 0;
}

.site-footer .widget_text:nth-of-type(2) p {
  /* font-weight: bold;  */
  /* text-transform: uppercase; */
}

.site-footer p {
  color: #fff;
}

.site-footer a,
.site-footer a:visited {
  color: #fff;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: none;
}

.site-title a,
.site-title a:hover {
  color: rgb(51, 51, 51);
  float: left;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  padding: 0px;
  text-decoration: none;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
  margin: 0 0 15px;
  overflow: hidden;
  float: left;
  width: 100%;
}

#author,
#comment,
#email,
#url {
  margin: 10px 5px 0 0;
  padding: 10px;
  width: 348px;
  float: left;
  background: #fff;
}

#comment {
  height: 90px;
  margin: 10px 0;
  width: 98%;
  background: #fff;
}

input#submit {
  float: left;
}

.ping-list {
  margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
  padding: 10px;
}

.comment-list li,
.ping-list li {
  font-weight: bold;
  list-style-type: none;
  margin: 15px 0 5px;
  padding: 10px 15px;
}

.comment-list li ul li {
  list-style-type: none;
  margin-right: 0;
  background: #fff;
}

.comment-content {
  padding-left: 70px;
}

.comment-content p {
  font-size: 15px;
  margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
  font-style: normal;
}

.comment-meta {
  font-size: 12px;
  margin: 0 0 5px;
}

.comment-meta a {
  color: #666;
}

.comment-reply {
  font-size: 13px;
  font-weight: 300;
}

.comment-reply a {
  background: #f2f2f2;
  color: #333;
  padding: 5px 10px;
}

.nocomments {
  text-align: center;
}

.entry-comments .pagination {
  display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
  background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
  border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  text-align: center;
  margin: 0 35px;
  display: none !important;
}

.slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  border-radius: 100px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #636363;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
  background: #000;
}

.section {
  /* float: left; */
  width: 100%;
}

/* footer */
.before_footer {
  position: relative;
  background: linear-gradient(90deg, #0e4da4 0%, #1d63c1 100%);
  padding: 40px 0;
  margin-top: -8px;
}

.before_footer .wrap{
  max-width: 85%;
  margin: 0 auto;
}

.before_footer .wrap-section {
  display: flex;
  gap: 32px;
}

.before_footer .wrap-section > section:nth-child(1) {
  flex: 0 0 34%;
}

.before_footer .wrap-section > section:nth-child(2),
.before_footer .wrap-section > section:nth-child(3) {
  flex: 0 0 18%;
}

.before_footer .wrap-section > section:nth-child(4) {
  flex: 0 0 22%;
}

.before_footer .wrap-section > section:nth-child(1) img {
  width: 240px;
}

.before_footer .widget:first-of-type strong {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.before_footer .widget:first-child .widgettitle {
  background: url(images/logo_new.png) no-repeat top left;
  background-size: 160px;
  padding: 60px 0 0;
  margin: 0 0 15px;
}

.before_footer p,
.before_footer a {
  color: #fff;
}

.before_footer ul {
  list-style-type: none;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.1rem;
  margin-top: 12px;
  color: #fff;
}

.before_footer ul li {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: 8px;
  color: #fff;
}

.before_footer .widget:first-child ul li {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: 6px;
}

.before_footer .widget:first-child ul li i{
  margin-top: 7px;
}

.before_footer ol {
  margin-top: 12px;
}

.before_footer ol li {
  list-style-type: none;
  display: flex;
  gap: 6px;
}

.before_footer .widget .footer-list .footer-item:nth-child(1),
.before_footer .widget .footer-list .footer-item:nth-child(2),
.before_footer .widget .footer-list .footer-item:nth-child(3),
.before_footer .widget .footer-list .footer-item:nth-child(4),
.before_footer .widget .footer-list .footer-item:nth-child(5),
.before_footer .widget .footer-list .footer-item:nth-child(6),
.before_footer .widget .footer-list .footer-item:nth-child(7) {
  margin-top: 12px;
}

.before_footer .widgettitle {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.before_footer .widgettitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 80px;
  height: 2px;
  background: #fff;
}

.before_footer section:nth-child(3) p:nth-child(1) img {
  display: block;
  margin-top: 26px !important;
  width: 370px;
}

.before_footer section:nth-child(3) p:nth-child(2) {
  display: flex;
  gap: 6px;
  margin-top: 16px;
}

/* BLOG */

.content h1 {
  /* color: #0066ff; */
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 15px;
}

.page_blog .main-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 24px;
  margin: 30px 0 60px;
  /* width: 800px !important; */
}

.page_blog img {
  border-radius: 1.6rem;
}

.page_blog .widget-item-title a {
  color: #0066ff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page_blog .post-info {
  font-size: 14px;
  color: #dd0000;
  margin-bottom: 0.4rem;
}

/* .page_blog .name-category a{
    display: inline-block; 
    color: #DD0000;
    border-radius: 1.8rem;
    padding: 0.2rem 1rem;
    background-color: #e6f2ef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
	margin-top: 6px;
} */

.page_blog p {
  /* color: #999; */
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.caldera-grid .row {
  margin-bottom: 4px;
}

.form_lienhe .caldera-grid .form-control {
  outline: 0 !important;
  width: 100%;
  color: #333 !important;
  display: block;
  line-height: 1 !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  padding: 20px 18px !important;
  font-family: var(--font-pri) !important;
  background-color: transparent !important;
  border: 0.1rem solid #aaaaaa !important;
  transition: 0.4s ease;
}

.form_lienhe .caldera-grid .form-control::placeholder {
  color: #888888 !important;
  opacity: 1;
}

.caldera-grid .form-control::placeholder {
  color: #fff !important;
  opacity: 1;
}

.caldera-grid .form-control {
  outline: 0 !important;
  width: 100%;
  color: #333 !important;
  display: block;
  line-height: 1 !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  padding: 20px 18px !important;
  font-family: var(--font-pri) !important;
  background-color: transparent !important;
  border: 0.1rem solid #fff !important;
  transition: 0.4s ease;
}

.caldera-grid input[type="submit"] {
  width: 100%;
  color: white;
  font-size: 16px;
  line-height: 16px !important;
  background-color: #0066ff;
  border-radius: 2rem !important;
  padding: 12px 24px !important;
  border-color: #fff;
  outline: none;
  display: flex !important;
}

.caldera-grid .btn-default:hover,
.caldera-grid .btn-default:focus,
.caldera-grid .btn-default.focus,
.caldera-grid .btn-default:active,
.caldera-grid .btn-default.active,
.open > .dropdown-toggle.caldera-grid .btn-default {
  color: white !important;
  background-color: #0066ff !important;
}

/* Trang chủ */

/* POPUP */
/* NHẬN TƯ VẤN */

.nhantuvan .widget_caldera_forms_widget {
  display: none;
}

.nhantuvan .widget_caldera_forms_widget .widget-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  padding: 20px;
  z-index: 3000;
  border-radius: 20px;
  max-width: 650px;
}

.content-contact .widget p,
.nhantuvan .widget_caldera_forms_widget p {
  font-size: 18px;
}

.nhantuvan .label {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #071f5f;
  text-align: center;
}

.content-contact .widget_caldera_forms_widget input,
.content-lienhe form input,
.nhantuvan .widget_caldera_forms_widget input {
  height: 50px;
  font-size: 16px;
  border-radius: 5px;
  background-color: #fff !important;
  border: 1px solid #fff !important;
  box-shadow: none;
}

.content-contact .widget_caldera_forms_widget textarea,
.content-lienhe form textarea,
.nhantuvan .widget_caldera_forms_widget textarea {
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #fff !important;
  box-shadow: none;
}

.content-contact .widget_caldera_forms_widget input[type="submit"],
.content-lienhe form input[type="submit"],
.nhantuvan .widget_caldera_forms_widget input[type="submit"] {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 40px;
  border: 1px solid #0066ff !important;
  background-color: #0066ff !important;
  color: #fff;
  display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: auto !important;
    min-width: 200px;
  margin: 0;
  transition: background 0.3s ease;
}

.content-contact .widget_caldera_forms_widget input::placeholder,
.content-lienhe form input::placeholder,
.nhantuvan .widget_caldera_forms_widget input::placeholder {
  color: #3f4c65 !important;
  opacity: 1;
}

.content-contact .widget_caldera_forms_widget textarea::placeholder,
.content-lienhe form textarea::placeholder,
.nhantuvan .widget_caldera_forms_widget textarea::placeholder {
  color: #3f4c65 !important;
  opacity: 1;
}

.nhantuvan .widget_caldera_forms_widget {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.nhantuvan .widget_caldera_forms_widget .widget-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  background-color: rgb(229, 238, 246);
  padding: 20px;
  z-index: 3000;
  border-radius: 20px;
}

.nhantuvan .widget_caldera_forms_widget .widgettitle {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -21px;
  top: -21px;
  border: 1px solid #ffa405;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  margin: 0 !important;
}

.nhantuvan .widget_caldera_forms_widget p {
  margin-bottom: 20px;
}

.nhantuvan .widget_caldera_forms_widget.open {
  display: block;
}

/* LANDINGPAGE */
#main-landing {
  margin: 71px auto 0;
}

.landing-hero {
  min-height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  background-color: #f5f9ff;
}

.landing-hero__inner {
  max-width: 85%;
  margin: 0 auto;
  width: 100%;
}

/* TEXT bám trái trong khung */
.landing-hero__content {
  max-width: 600px;
  margin: 0;
}

.landing-hero .title {
  font-size: 56px;
  font-weight: 700;
  color: #071f5f;
  text-transform: uppercase;
}

.landing-hero .title span {
  display: block;
  color: #0066ff;
  font-size: 56px;
  font-weight: 700;
}

.landing-hero .desc {
  margin: 12px 0;
}

.hero-benefits {
  display: flex;
  gap: 36px;
  margin-top: 30px;
  margin-bottom: 36px;
}

.hero-benefit {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.hero-benefit img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.hero-benefit h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.hero-benefit p {
  margin: 2% 0 0;
  font-size: 14px;
}

.landing-hero .buttons {
  display: flex;
  gap: 15px;
}

.btn {
  padding: 10px 32px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  font-size: 15px;
  transition: background-color 0.3s ease;
}

.btn-primary {
  background: #0066ff;
  color: #fff !important;
  border: 1px solid #0066ff;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #fff;
  color: #0066ff !important;
}

.btn-outline {
  background: #fff;
  border: 1px solid #0066ff;
  color: #0066ff !important;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: #0066ff;
  color: #fff !important;
}

.why-choose-us-section {
  background: #fff;
  padding: 70px 0 70px;
}

.why-choose-us-section .container {
  max-width: 85%;
  margin: 0 auto;
}

.why-header {
  text-align: center;
  margin-bottom: 48px;
}

.why-header h2 p {
  margin: 0 auto 8px;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  color: #071f5f;
}

.why-header h2 span,
.why-header h2 strong {
  color: #0066ff;
}

.why-header p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.5;
}

.why-benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  align-items: start;
}

.why-benefit-item {
  text-align: center;
}

.why-benefit-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  border: 1.5px solid #0066ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-benefit-icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.why-benefit-item h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
  color: #071f5f;
}

.why-benefit-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.featured-courses-section {
  background: #f5f9ff;
  padding: 70px 0 80px;
}

.featured-courses-section .container {
  max-width: 85%;
  margin: 0 auto;
  padding: 0 0px;
}

.featured-courses-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}

.featured-courses-section .section-title p {
  margin: 0 auto 8px;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  color: #071f5f;
}

.featured-courses-section .section-title span,
.featured-courses-section .section-title strong {
  color: #0066ff;
}

.featured-courses-section .section-description {
  margin: 0 auto;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.5;
}

.courses-slider {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
}

.course-card {
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(43, 50, 71, 0.1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.course-image-wrapper {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.course-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.course-badge {
  position: absolute;
  top: 10px;
  right: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #0066ff;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

.course-content {
  padding: 16px 18px 20px;
}

.course-title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: #071f5f;
}

.course-description {
  min-height: 42px;
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.45;
}

.course-btn {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 48px;

    padding: 0 20px;

    border: 1px solid #0066ff;
    border-radius: 10px;

    background-color: #fff;
    color: #0066ff !important;

    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;

    font-family: "Inter", sans-serif;

    cursor: pointer;

    transition: all 0.25s ease;
}

.course-btn:hover {
    background: #0066ff;
    color: #fff !important;
}

.course-link .arrow {
  display: none;
}

.statistics-section {
  background: linear-gradient(90deg, #0e4da4 0%, #1d63c1 100%);
  padding: 32px 0;
  overflow: hidden;
}

.statistics-section .container {
  max-width: 85%;
  margin: 0 auto;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  position: relative;
  padding: 10px 20px;
  text-align: left;
}

/* line dọc */
.stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 70px;
  background: rgba(255, 255, 255, 0.15);
}

.stat-icon {
  flex-shrink: 0;
}

.stat-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.stat-number {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 12px;
}

.stat-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
}

.testimonials-section {
  background: #f5f9ff;
  padding: 70px 0 80px;
}

.testimonials-section .container {
  max-width: 85%;
  margin: 0 auto;
}

.testimonials-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}

.testimonials-section .section-title p {
  margin: 0 auto 8px;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  color: #071f5f;
}

.testimonials-section .section-title span,
.testimonials-section .section-title strong {
  color: #0066ff;
}

.testimonials-section .section-description {
  margin: 0 auto;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.5;
}

.testimonials-slider {
  margin: 0 -16px;
}

.testimonials-slider .slick-track {
  display: flex;
}

.testimonials-slider .slick-slide {
  height: auto;
  padding: 0 16px;
}

.testimonials-slider .slick-slide > div {
  height: 100%;
}

.testimonials-section .testimonials-slider .slick-slide {
  padding: 0 !important;
  box-sizing: border-box !important;
}

.testimonials-section .testimonial-card {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.testimonials-section .testimonial-card-inner {
  width: calc(100% - 24px) !important;
  margin: 0 auto !important;

  min-height: 180px;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  display: grid;
  grid-template-columns: 142px 1fr;
  column-gap: 24px;
  align-items: center;
  box-sizing: border-box;
}

.testimonial-left {
  text-align: center;
}

.testimonial-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 12px;
}

.testimonial-name {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #071f5f;
}

.testimonial-position {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  color: #6d7890;
}

.testimonial-comment {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
}

.testimonial-quote {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1;
  color: #11306e;
  font-weight: 800;
  letter-spacing: 2px;
}

.testimonial-rating {
  display: flex;
  gap: 3px;
}

.testimonial-rating .star {
  color: #ffa405;
  font-size: 22px;
  line-height: 1;
}

.cta-section {
  position: relative;
  padding: 30px 80px;
  border-radius: 14px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 40px 0;
  max-width: 85%;
  margin: 0 auto;
  background-color: #f5f9ff;
}

.cta-section .container {
  position: relative;
  z-index: 2;
}

.cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  min-height: 180px;
}

/* content */
.cta-content {
  max-width: 1000px;
  padding-left: 320px;
}

.cta-title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.cta-description {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffa405;
  color: #071f5f;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding: 16px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  font-family: "Inter", sans-serif;
}

.btn-cta:hover {
  background: #ffbf00;
}

.faq-section {
  background: #fff;
  padding: 70px 0 80px;
}
.faq-section .container {
  margin: auto;
  max-width: 85%;
}

.fqa-header{ 
    text-align: center;
    margin-bottom: 40px;
}

.faq-heading p{
    margin: 0 auto 8px;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    color: #071f5f;
}

.faq-section .faq-heading span, .faq-section .faq-heading strong {
    color: #0066ff;
}


.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 32px;
  align-items: flex-start;
}

.faq-item {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  min-height: 68px;
  padding: 20px 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: "Inter", sans-serif;
  color: #071f5f;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
}

.faq-icon {
  width: 12px;
  height: 12px;
  border-right: 2px solid #7d8790;
  border-bottom: 2px solid #7d8790;
  transform: rotate(45deg);
  transition: 0.25s ease;
  flex-shrink: 0;
}

.faq-answer {
  display: none;
  padding: 0 24px 24px;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-answer p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}

.faq-item.active .faq-icon {
  transform: rotate(225deg);
}


.activity-gallery-section {
    background: #f5f9ff;
    padding: 70px 0 80px;
    overflow: hidden;
}

.activity-gallery-section .container {
    max-width: 85%;
    margin: 0 auto;
}

.activity-header {
    margin: 0 auto 40px;
    color: #fff;
}

.activity-header h2 p{
    margin: 0 auto 8px;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    color: #071f5f;
}

.activity-header h2 p strong{
  color: #0066ff;
}

.activity-header p {
    margin: 0;
    line-height: 1.7;
}

/* marquee */
.gallery-marquee {
    overflow: hidden;
    width: 100%;
    margin-bottom: 22px;
}

.gallery-track {
    display: flex;
    gap: 22px;
    width: max-content;
}

/* item */
.gallery-item {
    width: 380px;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* animation */
.marquee-left .gallery-track {
    animation: marqueeLeft 45s linear infinite;
}

.marquee-right .gallery-track {
    animation: marqueeRight 45s linear infinite;
}

/* hover stop */
.gallery-marquee:hover .gallery-track {
    animation-play-state: paused;
}

/* keyframes */
@keyframes marqueeLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes marqueeRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}



@media (min-width: 1024px) and (max-width: 1640px) {
  .wrap {
    margin: 0 auto;
    max-width: 95%;
    padding: 0;
}
  .site-header .widget-area {
    width: 1280px;
    position: absolute;
    top: 50%;
    left: 72%;
  }

  .menu-secondary a, .site-header .menu a {
    padding: 8px 18px;
  }
  .site-header .widget_text p {
    position: absolute;
    top: 2px;
    right: 280px;
  }

  .landing-hero__inner {
    max-width: 95%;
  }

  .landing-hero {
    min-height: 600px;
  }

  .why-choose-us-section .container, .featured-courses-section .container, .testimonials-section .container, .statistics-section .container, .cta-section .container,
  .activity-gallery-section .container, .faq-section .container, .before_footer .wrap {
  max-width: 95%;
}
.courses-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.stat-icon img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}
.stat-number {
    color: #fff;
    font-size: 32px;
}

.stat-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.cta-section {
    max-width: 95%;
        padding: 30px;
}
.cta-content {
    max-width: 800px;
    padding-left: 250px;
}
}



@media (max-width: 768px) {
  .header-menusub-widget-area {
    display: none;
  }

  .site-header .widget_nav_menu {
    display: none;
  }

  .site-header {
    margin: 0px auto 0;
    height: 70px;
    width: 100%;
    padding: 0px 15px;
  }

  .title-area {
    margin-left: -50px;
  }

  .click-menu {
    text-align: center;
    position: fixed !important;
    right: 4% !important;
    top: 23px !important;
    z-index: 5000;
  }

  .click-menu .line {
    height: 3px;
    margin-bottom: 6px;
    background: #FFF !important;
    width: 30px;
    transition: 0.4s;
  }

  body,
  h1,
  h2,
  h2 a,
  h2 a:visited,
  h3,
  h4,
  h5,
  h6,
  p,
  select,
  textarea {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
  }

  #responsive-menu {
    position: fixed;
    height: 100%;
    width: 100% !important;
    top: 70px !important;
    left: auto;
    right: 0;
    background: #fff !important;
    z-index: 999999;
    display: none;
    box-shadow: 0px 4px 10px #d6d6d6;
  }

  #responsive-menu ul li {
    padding: 10px 30px 10px 15px;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #d6d6d6;
  }

  .caldera-grid input[type="submit"] {
    font-size: 15px !important;
    line-height: 16px !important;
    font-weight: 500 !important;
  }

    .why-choose-us-section .container, .featured-courses-section .container, .testimonials-section .container, .statistics-section .container, .cta-section .container,
  .activity-gallery-section .container, .faq-section .container, .before_footer .wrap {
  max-width: 95%;
}
.landing-hero__inner {
    max-width: 95%;
}

.landing-hero .title, 
.landing-hero .title span  {
    font-size: 32px;
    line-height: 44px;
}
 .landing-hero {
        min-height: 400px;
        background-size: cover;
        background-position: center bottom;
        padding: 20px 6px 30px;
    }
.hero-benefits {
  display: none;
}
.landing-hero .desc {
  max-width: 210px;
  font-size: 14px;
}
.btn {
    padding: 8px 26px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
}
.why-choose-us-section {
    padding: 50px 0 50px;
}

.why-header h2 p {
    margin: 0 auto 8px;
    font-size: 26px;
}
.why-header p {
    margin: 0 auto;
    max-width: 760px;
    font-size: 15px;
}
.why-header {
    margin-bottom: 28px;
}
.why-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    align-items: start;
}
.why-benefit-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    border: 1px solid #0066ff;
}
.why-benefit-icon img {
    width: 40px;
    height: 40px;
}
.why-benefit-item h3 {
    margin: 0 0 8px;
    font-size: 15px;
}

.why-benefit-item p {
    margin: 0;
    font-size: 14px;
}
.featured-courses-section {
    padding: 50px 0 50px;
}
.featured-courses-section .section-title p {
    margin: 0 auto 8px;
    font-size: 26px;
}
.featured-courses-section .section-description {
    font-size: 15px;
}
.courses-slider {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
}
.stat-item {
    display: flex;
    align-items: start;
    justify-content: start;
}
.stat-icon img {
    width: 60px;
    height: 60px;
}
.stat-number {
    font-size: 30px;
}
.stat-description {
    font-size: 15px;
}
.stat-item:not(:last-child)::after {
  display: none;
}
.testimonials-section {
    padding: 50px 0 50px;
}
.testimonials-section .testimonial-card-inner {
   display: flex;
   flex-direction: column;
   gap:12px;
   text-align: center;
   padding: 16px;
   min-height: 120px;
}
.testimonial-rating {
  justify-content: center;
}
.testimonials-section .section-title p {
    font-size: 26px;
}
.testimonials-section .section-description {
    font-size: 15px;
}
.testimonials-section .section-header {
    margin-bottom: 28px;
}
.cta-section {
    position: relative;
    padding: 50px 20px;
    margin: 10px auto 40px;
    max-width: 95%;
}
.cta-content {
    max-width: 1000px;
    padding-left: 0px;
}
.cta-wrapper {
    display: flex;
    flex-direction: column;
}
.cta-title {
    color: #fff;
    font-size: 20px;
}
.btn-cta {
  margin-top: 22px;
}
.faq-section {
    padding: 50px 0 50px;
}
.faq-heading p {
    font-size: 26px;
}
.faq-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
}
.faq-question {
    font-size: 16px;
}    
.faq-answer p {
    font-size: 15px;
}
.activity-gallery-section {
    padding: 50px 0 50px;
}
.activity-header h2 p {
    font-size: 26px;
}
.gallery-item {
    width: 200px;
    height: 120px;
}
.activity-header {
    margin: 0 auto 28px;
}
.gallery-marquee {
    margin-bottom: 16px;
}
.gallery-track {
    display: flex;
    gap: 12px;
}
.before_footer .wrap-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.before_footer .wrap-section > section:nth-child(4) img{
   margin-top:24px
}
.nhantuvan .widget_caldera_forms_widget .widget-wrap {
    width: 90%;
}
.nhantuvan .label {
    font-size: 20px;
}
.caldera-grid .form-control {
    font-size: 15px !important;
    border-radius: 8px !important;
    padding: 24px 18px !important;
}
.caldera-grid .form-group {
    margin-bottom: 10px;
}
}