 /*
	Theme Name: Cơ khí
	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: #FFF !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: #413E3B;
  font-family: "Metrophobic", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  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: "Metrophobic", 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: #003d99; */
  color: #1e1e1e;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

/* Body
------------------------------------------------------------ */

body {
  background-color: #fff;
}

::-moz-selection {
  background-color: #003d99;
  color: #fff;
}

::selection {
  background-color: #003d99;
  color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  overflow-x: hidden !important;
}

.wrap {
  margin: 0 auto;
  max-width: 90%;
  padding: 0;
}

.header-menusub-widget-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 40px;
  background: #dd0000;
  color: #fff;
  box-shadow: none;
}

.header-menusub-widget-area .wrap {
  width: 94%;
  max-width: 1280px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.header-menusub-widget-area .widget,
.header-menusub-widget-area .widget-wrap,
.header-menusub-widget-area .textwidget {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.header-menusub-widget-area .widget {
  min-width: 0;
}

.header-menusub-widget-area .widgettitle,
.header-menusub-widget-area br {
  display: none;
}

.header-menusub-widget-area .textwidget {
  gap: 10px;
}

.header-menusub-widget-area p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.header-menusub-widget-area a,
.header-menusub-widget-area a:visited {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.header-menusub-widget-area img {
  display: block;
  flex: 0 0 auto;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  object-fit: contain;
}

.header-menusub-widget-area .widget:first-child .textwidget {
  gap: 11px;
}

.header-menusub-widget-area .widget:first-child img {
  width: 22px !important;
  height: 22px !important;
}

body.has-header-menusub .site-header {
  top: 40px;
}

body.admin-bar.has-header-menusub .header-menusub-widget-area {
  top: 32px;
}

body.admin-bar.has-header-menusub .site-header {
  top: 72px;
}

@media screen and (max-width: 1024px) {
  .header-menusub-widget-area .wrap {
    gap: 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .header-menusub-widget-area .wrap::-webkit-scrollbar {
    display: none;
  }

  .header-menusub-widget-area .widget {
    flex: 0 0 auto;
  }

  .header-menusub-widget-area p,
  .header-menusub-widget-area a,
  .header-menusub-widget-area a:visited {
    font-size: 13px;
  }
}


/* Header
------------------------------------------------------------ */

.site-header {
  margin: 0px auto 0;
  height: 70px;
  width: 100%;
  /* background-color: #071f5f; */
  background: #FFF;
  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: 190px;
  height: 80px;
  margin-top: 3px;
}

.site-title {
  font-family: "Metrophobic", 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_cokhi.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: #dd0000;
  display: block;
  padding: 8px 20px;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  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: #f7c02e;
  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: #f7c02e;
}

.site-header .menu a span {
  text-transform: uppercase;
}

.site-header .menu li li a span {
  text-transform: none;
}

.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: #f7c02e;
  /* background-color: #f7c02e; */
}

/* .menu-primary li a:hover,
.menu-secondary li a:hover,
.site-header .menu li a:hover{
   color:#f7c02e
} */

.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: 15px;
  padding: 10px;
  position: relative;
  text-transform: none;
  width: 245px;
}

.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: #dd0000;
  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: 13px;
}

.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;
}

body.has-header-menusub .site-inner {
  padding-top: 160px;
}

/* 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: "Metrophobic", 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: "Metrophobic", sans-serif;
}

h2 a:hover {
  color: #003d99;
  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: #003d99;
  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: #f7c02e;
  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 */
.content-cta {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  padding: 70px 0;
  overflow: hidden;
  background: #000000e3
}



.content-cta .wrap {
  position: relative;
  z-index: 1;
  width: 82%;
  max-width: 1280px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 72px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
}

.content-cta .widget,
.content-cta .widget-wrap {
  margin: 0;
  padding: 0;
}

.content-cta .widgettitle {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 30px;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
}

.content-cta p,
.content-cta label {
  color: #fff;
}

.content-cta ul {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-cta li {
  position: relative;
  margin: 0;
  padding-left: 38px;
  color: #fff;
}

.content-cta li::before {
  content: "\2713";
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d30b0b;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.content-cta li h3 {
  color: #d30b0b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.content-cta li p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  text-align: left;
}

.content-cta .widget_fluentform_widget .widget-wrap {
  position: relative;
  padding: 52px 58px 36px;
  border-radius: 18px;
  background: #b70404;
  clip-path: polygon(0 0, 84% 0, 100% 21%, 100% 100%, 0 100%);
}

.content-cta .widget_fluentform_widget .widget-wrap::before {
  content: "Đăng ký Ngay";
  display: block;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 26px;
  text-align: center;
  text-transform: uppercase;
}

.content-cta .fluentform,
.content-cta .frm-fluent-form,
.content-cta fieldset {
  margin: 0 !important;
  padding: 0 !important;
}

.content-cta .ff-el-group {
  margin: 0 0 24px;
}

.content-cta .ff-t-container {
  display: block;
}

.content-cta .ff-t-cell {
  display: block;
  width: 100%;
  padding: 0;
}

.content-cta .ff-el-input--label {
  display: none !important;
}

.content-cta input:not([type="hidden"]),
.content-cta select,
.content-cta textarea,
.content-cta .ff-el-form-control {
  width: 100%;
  min-height: 48px;
  height: 48px;
  padding: 8px 16px;
  border: 0 !important;
  border-radius: 6px;
  background: #fff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  box-shadow: none !important;
  font-family: "Metrophobic", sans-serif;
}

.content-cta input::placeholder,
.content-cta textarea::placeholder {
  color: #666 !important;
  font-size: 16px !important;
  font-family: "Metrophobic", sans-serif;
}

.fluentform .ff-el-is-error .text-danger {
    font-size: 17px !important;
    margin-top: 10px !important;
    margin-bottom: 10px ;
}

.content-cta textarea {
  min-height: 104px !important;
  height: 104px !important;
  resize: vertical;
}

.content-cta .ff_submit_btn_wrapper {
  margin: 4px 0 0;
  text-align: center;
}

.content-cta input[type="submit"],
.content-cta button[type="submit"],
.content-cta .ff-btn-submit {
  width: auto;
  min-width: 178px;
  height: 48px;
  min-height: 48px;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 5px;
  background: #fff !important;
  color: #b70404 !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
  font-family: "Metrophobic", sans-serif;
}

.content-cta .ff-btn-submit:hover,
.content-cta input[type="submit"]:hover,
.content-cta button[type="submit"]:hover {
  background: #f5f5f5 !important;
  color: #b70404 !important;
}

.before_footer {
  position: relative;
  background-image: url(images/footer.webp);
  background-size: cover;
  color: #fff;
  padding: 60px 0 30px;
  margin-top: 0;
}

.before_footer .wrap {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}

.before_footer .wrap-section {
  display: grid;
  grid-template-columns: 1.2fr 1.18fr 1.22fr 0.95fr;
  gap: 54px;
  align-items: start;
}

.before_footer .widget,
.before_footer .widget-wrap,
.before_footer .textwidget {
  margin: 0;
  padding: 0;
}

.before_footer .widgettitle {
  display: none;
}

.before_footer h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 8px;
  text-transform: none;
}

.before_footer h3 i {
  flex: 0 0 auto;
  color: #fff;
  font-size: 17px;
}

.before_footer p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.32;
  margin: 0 0 7px;
  text-align: left;
}

.before_footer a,
.before_footer a:visited {
  color: #f7c02e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.before_footer a:hover {
  color: #fff;
}

.before_footer .footer-link-list {
  display: grid;
  gap: 7px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.before_footer .footer-link-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.before_footer .footer-company h3 {
  align-items: flex-start;
  max-width: 310px;
  font-size: 22px;
  line-height: 1.08;
  text-transform: uppercase;
}

.before_footer .footer-about h3,
.before_footer .footer-branches h3,
.before_footer .footer-services h3 {
  margin-top: 18px;
}

.before_footer .footer-about h3:first-child,
.before_footer .footer-branches h3:first-child,
.before_footer .footer-services h3:first-child {
  margin-top: 0;
}

.before_footer .footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}

.before_footer .footer-social a {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #1266d6;
  font-size: 22px;
  text-decoration: none;
}

.before_footer .footer-social a:nth-child(2) {
  color: #ff0000;
}

.before_footer .footer-social a:nth-child(3) {
  color: #1266d6;
  font-weight: 800;
}

.before_footer .footer-social a:nth-child(4) {
  color: #111;
}

/* BLOG */

.content h1 {
  /* color: #003d99; */
  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: #003d99;
  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: #003d99;
  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: #003d99 !important;
}

.widget_nav_menu .menu > .menu-item.menu-item-has-children > a::after
 {
    content: "▾";
    margin-left: auto;
    flex: 0 0 auto;
    font-size: 16px;
    opacity: 0.85;
}

/* Trang chủ */



/* CSS
------------------------------------------------------------ */


@media (max-width: 1180px) {

}


@media (max-width: 768px) {

}

/* Homepage banner
------------------------------------------------------------ */
.home-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #e9edf2;
}

.home-banner__slider,
.home-banner__slide {
  width: 100%;
}

.home-banner__slide {
  line-height: 0;
}

.home-banner__image {
  display: block;
  width: 100%;
  height: auto;
}

.home-banner .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.home-banner .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.home-banner .slick-prev {
  left: 24px;
}

.home-banner .slick-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.home-banner .slick-next {
  right: 24px;
}

.home-banner .slick-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.home-banner .slick-dots {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  z-index: 2;
  display: flex !important;
  justify-content: center;
  margin: 0;
}

.home-banner .slick-dots li button {
  border-color: #fff;
  background: transparent;
}

.home-banner .slick-dots li.slick-active button {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .home-banner .slick-arrow {
    width: 36px;
    height: 36px;
  }

  .home-banner .slick-prev {
    left: 10px;
  }

  .home-banner .slick-next {
    right: 10px;
  }

  .home-banner .slick-dots {
    bottom: 10px;
  }
}

/* Stable responsive header
------------------------------------------------------------ */
.site-container {
  padding-top: 84px;
}

body.has-header-menusub .site-container {
  padding-top: 124px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  float: none;
  width: 100%;
  height: 84px;
  margin: 0;
  border-bottom: 1px solid #e4eaf1;
  background: #fff;
  box-shadow: 0 5px 20px rgba(13, 45, 82, 0.08);
}

body.has-header-menusub .site-header {
  top: 40px;
}

.site-header > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
}

.site-header .title-area {
  float: none;
  flex: 0 0 230px;
  width: 230px;
  height: 68px;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.site-header .site-title {
  float: none;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 1;
}

.site-header .site-title a,
.site-header .site-title a:hover {
  display: block;
  float: none;
  width: 100%;
  height: 100%;
  padding: 0;
  background-image: url(images/logo_cokhi.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.site-header .header-widget-area {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  width: auto;
  height: 100%;
  margin: 0 0 0 35px;
  transform: none;
}

.site-header .header-widget-area .widget,
.site-header .header-widget-area .widget-wrap,
.site-header .nav-header {
  margin: 0;
  padding: 0;
}

.site-header .header-widget-area .widget_nav_menu {
  flex: 0 1 auto;
}

.site-header .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  margin: 0;
  overflow: visible;
}

.site-header .menu > li {
  position: relative;
  float: none;
  flex: 0 0 auto;
}

.site-header .menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 0 18px;
  color: #15324f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

@media only screen and (min-width: 901px) {
  .site-header .menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 270px;
    margin: 0;
    padding: 8px 0;
    border: 0;
    border-radius: 0 0 6px 6px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(13, 45, 82, 0.15);
  }

  .site-header .menu li:hover > .sub-menu,
  .site-header .menu li:focus-within > .sub-menu {
    display: block;
  }

  .site-header .menu .sub-menu li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #edf1f5;
  }

  .site-header .menu .sub-menu > li:last-child {
    border-bottom: 0 !important;
  }
  .site-header .menu .sub-menu > li:last-child > a {
    border-bottom: 0 !important;
  }

  .site-header .menu .sub-menu a {
    display: flex;
    align-items: center;
    width: 100% !important;
    min-height: 44px;
    box-sizing: border-box;
    padding: 10px 18px;
    color: #263b53;
    font-size: 16px;
    font-weight: 550;
    line-height: 1.45;
    white-space: normal;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, padding 0.2s ease;
  }

  .site-header .menu .sub-menu a:hover,
  .site-header .menu .sub-menu a:focus,
  .site-header .menu .sub-menu .current-menu-item > a {
    padding-left: 22px;
    background: #edf4ff;
    color: #003d99;
  }

  .site-header .menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    border-radius: 8px;
  }

  .site-header .menu .sub-menu .menu-item-has-children > a {
    padding-right: 34px;
  }

  .site-header .menu .sub-menu .menu-item-has-children > a::after {
    position: absolute;
    top: 50%;
    right: 17px;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
}

.site-header .menu > li.current-menu-item > a,
.site-header .menu > li.current_page_item > a,
.site-header .menu > li > a:hover {
  color: #003d99;
}

.site-header .widget_text {
  flex: 0 0 auto;
  margin-left: 24px !important;
}

.site-header .widget_text .textwidget {
  margin: 0;
  padding: 0;
}

.site-header .widget_text p.header-hotline {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  background: none;
  line-height: 1;
}

.site-header .header-hotline a {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 46px;
  padding: 7px 17px;
  border-radius: 8px;
  background: #003d99;
  color: #fff !important;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 102, 255, 0.2);
  transition: 0.25s ease;
  font-weight: 400;
  font-family: "Metrophobic", sans-serif;
}

.site-header .header-hotline a:hover {
  background: #063665;
  transform: translateY(-2px);
}

.site-header .header-hotline i {
  flex: 0 0 auto;
  font-size: 16px;
}

.site-header .header-hotline span {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  font-family: "Metrophobic", sans-serif;
}

.site-header .header-hotline small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-header .header-hotline img {
  display: none !important;
}

body.admin-bar .site-header {
  top: 32px;
}

body.admin-bar.has-header-menusub .site-header {
  top: 72px;
}

@media only screen and (max-width: 1100px) {
  .site-header .title-area {
    flex-basis: 205px;
    width: 205px;
  }

  .site-header .header-widget-area {
    margin-left: 20px;
  }

  .site-header .menu > li > a {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
  }

  .site-header .widget_text {
    margin-left: 12px !important;
  }

  .site-header .header-hotline a {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media only screen and (max-width: 900px) {
  .site-header > .wrap {
    width: calc(100% - 30px);
  }

  .site-header .title-area {
    flex-basis: 190px;
    width: 190px;
  }

  .site-header .header-widget-area .widget_nav_menu {
    display: none;
  }

  .site-header .header-widget-area .widget_text {
    display: none;
  }

  .site-header .header-widget-area {
    margin-left: auto;
  }

  #click-menu {
    position: fixed !important;
    top: 27px !important;
    right: 20px !important;
    left: auto !important;
    width: 32px;
    cursor: pointer;
  }

  body.has-header-menusub #click-menu {
    top: 67px !important;
  }

  #click-menu .line {
    background: #063665 !important;
  }

  #responsive-menu {
    top: 84px !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: calc(100% - 84px) !important;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    background: #063665 !important;
    overscroll-behavior: contain;
  }

  body.has-header-menusub #responsive-menu {
    top: 124px !important;
    height: calc(100% - 124px) !important;
  }

  #responsive-menu {
    overflow-y: auto;
  }

  #responsive-menu .mobile-menu,
  #responsive-menu .mobile-menu > div,
  #responsive-menu .mobile-menu ul {
    width: 100% !important;
  }

  #responsive-menu .mobile-menu li {
    position: relative;
    padding: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  #responsive-menu .mobile-menu li:last-child {
    border-bottom: 0 !important;
  }

  #responsive-menu .mobile-menu a {
    display: block;
    min-height: 48px;
    padding: 14px 58px 14px 22px !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    width: 100%;
    border-bottom: 0 !important;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    text-decoration: none;
  }

  #responsive-menu .mobile-menu ul.sub-menu {
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(0, 0, 0, 0.13) !important;
    box-shadow: none !important;
  }

  #responsive-menu .mobile-menu ul.sub-menu a {
    padding-left: 38px !important;
    font-size: 14px;
    font-weight: 500;
  }

  #responsive-menu .mobile-menu ul.sub-menu ul.sub-menu a {
    padding-left: 54px !important;
  }

  #responsive-menu .mobile-menu .active-menu {
    top: 2px !important;
    right: 8px !important;
    width: 44px !important;
    height: 44px !important;
    color: #fff !important;
  }

  #responsive-menu .mobile-menu .current-menu-item > a,
  #responsive-menu .mobile-menu .current-menu-ancestor > a {
    background: rgba(255, 255, 255, 0.1);
    color: #f7c02e !important;
  }
}

@media only screen and (max-width: 767px) {
  .site-header .widget_text {
    display: none;
  }

  .site-header .header-widget-area {
    display: none;
  }

  .site-header .title-area {
    flex-basis: 175px;
    width: 175px;
    height: 60px;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  body.admin-bar.has-header-menusub .site-header {
    top: 86px;
  }
}

/* Homepage introduction
------------------------------------------------------------ */
.home-intro {
  padding: 80px 0;
  background: #fff;
}

.home-intro__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 64px;
}

.page-template-page-trangchu .wrap {
  width: calc(100% - 40px);
  max-width: 1280px;
}

.home-banner {
  max-width: none;
}

.home-intro__main {
  min-width: 0;
}

.home-intro__inner--no-image {
  grid-template-columns: 1fr;
}

.home-intro__title {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 16px;
  color: #17202d;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
  font-family: "Hubot Sans", sans-serif;
  text-transform: uppercase;
}

.home-intro__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  border-radius: 4px;
  background: #003d99;
  content: "";
}

.home-intro__description,
.home-intro__description p {
  color: #222;
  font-size: 17px;
  line-height: 1.8;
}

.home-intro__description p + p {
  margin-top: 12px;
}

.home-intro__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 12px 24px;
  border: 2px solid #003d99;
  border-radius: 6px;
  background: #003d99;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  transition: 0.25s ease;
}

.home-intro__button:hover {
  background: transparent;
  color: #003d99 !important;
  transform: translateY(-2px);
}

.home-intro__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 36px;
  gap: 14px;
}

.home-intro__stat {
  position: relative;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  min-height: 84px;
  overflow: hidden;
  border: 1px solid #dce1e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(19, 38, 68, 0.06);
}

.home-intro__stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  background: #003d99;
  color: #fff;
  font-size: 29px;
  clip-path: polygon(0 0, 82% 0, 100% 18%, 100% 82%, 82% 100%, 0 100%);
}

.home-intro__stat-image {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.home-intro__stat-text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 8px 16px 8px 18px;
}

.home-intro__stat-text strong {
  color: #003d99;
  font-family: "Metrophobic", sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  line-height: 1;
}

.home-intro__stat-text span {
  margin-top: 6px;
  color: #17202d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.home-intro__media {
  align-self: stretch;
  min-height: 460px;
  overflow: hidden;
  border-radius: 12px;
  background: #eef2f7;
}

.home-intro__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .home-intro__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .home-intro__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media only screen and (max-width: 600px) {
  .home-intro {
    padding: 54px 0;
  }

  .home-intro__stats {
    grid-template-columns: 1fr;
  }

  .page-template-page-trangchu .wrap {
    width: calc(100% - 30px);
  }

  .home-intro__stat {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .home-intro__stat-text strong {
    font-size: 32px;
  }
}

/* Single blog post
------------------------------------------------------------ */
.single-blog-post .site-inner {
  width: 100%;
  max-width: none;
  padding: 0;
}

.single-blog-post .content {
  width: 100%;
}

.single-blog-page {
  padding: 64px 0 96px;
  background: #f5f8fc;
  color: #263247;
}

.single-blog-wrap {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
}

.single-blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 42px;
}

.single-blog-article {
  min-width: 0;
  padding: clamp(28px, 4vw, 50px);
  border: 1px solid #dce5ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(18, 54, 94, 0.07);
}

.single-blog-header {
  margin-bottom: 30px;
}

.single-blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.single-blog-categories span {
  display: inline-flex;
  padding: 6px 11px;
  border-radius: 4px;
  background: rgba(0, 61, 153, 0.08);
  color: #003d99;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

.single-blog-header h1 {
  margin: 0 0 18px;
  color: #17202d;
  font-family: "Hubot Sans", sans-serif;
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 600;
  line-height: 1.2;
}

.single-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 15px;
  border-top: 1px solid #e2e8f0;
}

.single-blog-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #738096;
  font-size: 14px;
}

.single-blog-meta i {
  color: #003d99;
}

.single-blog-featured {
  overflow: hidden;
  margin: 0 0 34px;
  border-radius: 10px;
}

.single-blog-featured img {
  display: block;
  width: 100%;
  height: auto;
}

.single-blog-content {
  color: #303c50;
  font-size: 17px;
  line-height: 1.8;
}

.single-blog-content > *:first-child {
  margin-top: 0;
}

.single-blog-content > *:last-child {
  margin-bottom: 0;
}

.single-blog-content p {
  margin: 0 0 20px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6 {
  scroll-margin-top: 120px;
  color: #17202d;
  font-family: "Hubot Sans", sans-serif;
  font-weight: 600;
}

.single-blog-content h2 {
  position: relative;
  margin: 42px 0 20px;
  padding: 0 0 13px 17px;
  border-bottom: 1px solid #dbe4ee;
  font-size: clamp(26px, 3vw, 26px);
  line-height: 1.3;
}

.single-blog-content h2::before {
  position: absolute;
  top: 3px;
  bottom: 16px;
  left: 0;
  width: 4px;
  border-radius: 4px;
  background: #003d99;
  content: "";
}

.single-blog-content h3 {
  margin: 32px 0 16px;
  color: #003d99;
  font-size: clamp(22px, 2.5vw, 22px);
  line-height: 1.35;
}

.single-blog-content h4 {
  margin: 27px 0 13px;
  font-size: 19px;
  line-height: 1.4;
}

.single-blog-content h5,
.single-blog-content h6 {
  margin: 24px 0 12px;
  font-size: 18px;
  line-height: 1.45;
}

.single-blog-content a {
  color: #003d99;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.single-blog-content a:hover,
.single-blog-content a:focus {
  color: #002b6d;
}

.single-blog-content ul,
.single-blog-content ol {
  margin: 0 0 24px;
  padding-left: 28px;
}

.single-blog-content li {
  margin-bottom: 9px;
  padding-left: 4px;
}

.single-blog-content li::marker {
  color: #003d99;
  font-weight: 700;
}

.single-blog-content blockquote {
  position: relative;
  margin: 30px 0;
  padding: 24px 26px 24px 30px;
  border: 0;
  border-left: 5px solid #003d99;
  border-radius: 0 8px 8px 0;
  background: #edf4ff;
  color: #26364d;
  font-size: 18px;
  font-style: italic;
}

.single-blog-content blockquote p:last-child {
  margin-bottom: 0;
}

.single-blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.single-blog-content figure {
  margin: 30px 0;
}

.single-blog-content figcaption {
  margin-top: 9px;
  color: #7a8699;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.single-table-scroll,
.single-blog-content .wp-block-table {
  max-width: 100%;
  margin: 30px 0;
  overflow-x: auto;
  border: 1px solid #cfdbe8;
  border-radius: 8px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.single-blog-content .wp-block-table table,
.single-table-scroll table,
.single-blog-content > table {
  width: 100%;
  min-width: 640px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
  line-height: 1.55;
}

.single-blog-content table caption {
  padding: 12px 16px;
  background: #edf4ff;
  color: #003d99;
  font-weight: 700;
  text-align: left;
}

.single-blog-content table th,
.single-blog-content table td {
  padding: 13px 15px;
  border: 1px solid #d7e1ec;
  text-align: left;
  vertical-align: top;
}

.single-blog-content table thead th {
  border-color: rgba(255, 255, 255, 0.2);
  background: #003d99;
  color: #fff;
  font-weight: 700;
}

.single-blog-content table tbody tr:nth-child(even) {
  background: #f3f7fc;
}

.single-blog-content table tbody tr:hover {
  background: #e9f1fb;
}

.single-blog-sidebar {
  position: static;
  top: auto;
}

.single-related-box {
  padding: 26px 26px 10px;
  border: 1px solid #d5dee8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 54, 94, 0.06);
}

.single-related-box > h2 {
  position: relative;
  margin: 0 0 9px;
  padding-bottom: 15px;
  color: #17202d;
  font-family: "Hubot Sans", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

.single-related-box > h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #003d99;
  content: "";
}

.single-related-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 94px;
  padding: 16px 0;
  border-bottom: 1px solid #e0e5eb;
}

.single-related-item:last-child {
  border-bottom: 0;
}

.single-related-number {
  color: #c8ced6;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}

.single-related-category {
  display: block;
  margin-bottom: 6px;
  /* color: #8791a1; */
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

.single-related-body h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.5;
}

.single-related-body h3 a {
  color: #003d99;
  text-decoration: none;
}

.single-related-body h3 a:hover,
.single-related-body h3 a:focus {
  color: #002b6d;
}

@media only screen and (max-width: 1024px) {
  .single-blog-layout {
    grid-template-columns: 1fr;
  }

  .single-blog-sidebar {
    position: static;
  }

  .single-related-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .single-blog-page {
    padding: 36px 0 60px;
  }

  .single-blog-wrap {
    width: calc(100% - 28px);
  }

  .single-blog-article {
    padding: 24px 20px;
    border-radius: 8px;
  }

  .single-blog-content {
    font-size: 16px;
  }

  .single-blog-content h2 {
    margin-top: 34px;
    font-size: 25px;
  }

  .single-related-box {
    padding: 24px 20px 8px;
  }

  .single-related-list {
    grid-template-columns: 1fr;
  }
}

/* Homepage process timeline
------------------------------------------------------------ */
.home-process {
  padding: 80px 0 90px;
  overflow: hidden;
  background: #fff;
}

.home-process__heading {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center; 
}

.home-process__title {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 16px;
  color: #17202d;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-process__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background: #003d99;
  content: "";
  transform: translateX(-50%);
}

.home-process__subtitle {
  color: #667184;
  font-size: 17px;
  line-height: 1.7;
}

.home-process__timeline {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
}

.home-process__timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(to bottom, #003d99, #78adff);
  content: "";
  transform: translateX(-50%);
}

.home-process__item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-height: 230px;
  margin-bottom: 38px;
}

.home-process__item:last-child {
  margin-bottom: 0;
}

.home-process__item--left {
  padding: 0;
}

.home-process__item--right {
  margin-left: 0;
  padding: 0;
}

.home-process__marker {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #003d99;
  box-shadow: 0 5px 18px rgba(0, 102, 255, 0.3);
  transform: translate(-50%, -50%);
}

.home-process__item--left .home-process__marker {
  right: auto;
}

.home-process__item--right .home-process__marker {
  left: 50%;
}

.home-process__marker span {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.home-process__card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-height: 140px;
  padding: 26px;
  border: 1px solid #dce5f1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(18, 50, 91, 0.08);
  transition: 0.3s ease;
}

.home-process__item--left .home-process__card {
  grid-column: 1;
}

.home-process__item--right .home-process__card {
  grid-column: 3;
}

.home-process__card::after {
  position: absolute;
  top: 42px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #dce5f1;
  border-right: 1px solid #dce5f1;
  background: #fff;
  content: "";
}

.home-process__item--left .home-process__card::after {
  right: -9px;
  transform: rotate(45deg);
}

.home-process__item--right .home-process__card::after {
  left: -9px;
  transform: rotate(-135deg);
}

.home-process__media {
  align-self: stretch;
  min-height: 220px;
  overflow: hidden;
  border-radius: 12px;
  background: #eaf2ff;
  box-shadow: 0 10px 32px rgba(18, 50, 91, 0.1);
}

.home-process__item--left .home-process__media {
  grid-column: 3;
}

.home-process__item--right .home-process__media {
  grid-column: 1;
  grid-row: 1;
}

.home-process__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.home-process__item:hover .home-process__image {
  transform: scale(1.04);
}

.home-process__card:hover {
  border-color: rgba(0, 102, 255, 0.35);
  box-shadow: 0 14px 38px rgba(0, 102, 255, 0.14);
  transform: translateY(-3px);
}

.home-process__card-content {
  min-width: 0;
}

.home-process__step-label {
  display: block;
  margin-bottom: 5px;
  color: #003d99;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-process__card h3 {
  margin: 0 0 8px;
  color: #17202d;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.home-process__description {
  color: #657084;
  font-size: 17px;
  line-height: 1.65;
}

@media only screen and (max-width: 767px) {
  .home-process {
    padding: 54px 0 60px;
  }

  .home-process__heading {
    margin-bottom: 38px;
  }

  .home-process__timeline {
    padding-left: 42px;
  }

  .home-process__timeline::before {
    left: 18px;
    transform: none;
  }

  .home-process__item,
  .home-process__item--left,
  .home-process__item--right {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 0;
    margin: 0 0 22px;
    padding: 0;
  }

  .home-process__item--left .home-process__marker,
  .home-process__item--right .home-process__marker {
    top: 24px;
    right: auto;
    left: -48px;
    width: 48px;
    height: 48px;
    transform: none;
  }

  .home-process__item--left .home-process__card::after,
  .home-process__item--right .home-process__card::after {
    top: 40px;
    right: auto;
    left: -9px;
    transform: rotate(-135deg);
  }

  .home-process__card {
    grid-column: 1 !important;
    grid-row: 1;
    padding: 22px;
  }

  .home-process__media,
  .home-process__item--left .home-process__media,
  .home-process__item--right .home-process__media {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    aspect-ratio: 16 / 9;
    margin-top: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .home-process__card {
    display: block;
  }
}

/* Homepage registration form
------------------------------------------------------------ */
.home-register {
  padding: 80px 0;
  background: #f5f8fc;
}

.home-register__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 510px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(13, 45, 82, 0.13);
}

.home-register__inner--no-image {
  grid-template-columns: 1fr;
  max-width: 720px;
}

.home-register__media {
  min-height: 510px;
  overflow: hidden;
}

.home-register__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-register__panel {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(34px, 5vw, 64px);
  background: #063665;
}

.home-register__title {
  max-width: 560px;
  margin: 0 0 12px;
  color: #fff;
  font-size: 36px;
  font-weight: 750;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-register__description {
  max-width: 560px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.65;
}

.home-register__form input:not([type="submit"]),
.home-register__form select,
.home-register__form textarea {
  width: 100%;
  margin: 0 0 13px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 4px;
  background: #fff;
  color: #17202d;
  font-size: 17px;
  line-height: 1.5;
  font-family: "Metrophobic", sans-serif;
}

.home-register__form textarea {
  min-height: 100px;
  resize: vertical;
}

.fluentform .ff-el-group
{
  margin-bottom: 6px !important;
}

.home-register__form input[type="submit"],
.home-register__form button[type="submit"] {
  width: 100%;
  padding: 13px 20px;
  border-radius: 4px;
  color: #063665;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s ease;
  font-family: "Metrophobic", sans-serif;
  margin-top: 15px;
  text-transform: uppercase;
}

.home-register__form input[type="submit"]:hover,
.home-register__form button[type="submit"]:hover {
  background: transparent;
  color: #fff;
}

.home-register__form-placeholder {
  padding: 22px;
  border: 1px dashed rgba(255, 255, 255, 0.45);
  border-radius: 6px;
  text-align: center;
}

.home-register__form-placeholder p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

/* Homepage FAQ
------------------------------------------------------------ */
.home-faq {
  padding: 80px 0 95px;
      position: relative;
    background: url(images/tmpcb84vkje.webp) no-repeat center center;
    background-size: cover;
}

.home-faq__heading {
  margin-bottom: 40px;
  text-align: center;
}

.home-faq__title {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 16px;
  color: #17202d;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
  font-family: "Hubot Sans", sans-serif;
  text-transform: uppercase;
}

.home-faq__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 3px;
  border-radius: 4px;
  background: #003d99;
  content: "";
  transform: translateX(-50%);
}

.home-faq__description {
  max-width: 680px;
  margin: 0 auto;
  color: #667184;
  font-size: 17px;
  line-height: 1.65;
}

.home-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 70px;
}

.home-faq__item {
  border-top: 1px solid #ccd7e3;
}

.home-faq__column .home-faq__item:last-child {
  border-bottom: 1px solid #ccd7e3;
}

.home-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
  padding: 16px 4px;
  color: #102b4b;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.home-faq__question::-webkit-details-marker {
  display: none;
}

.home-faq__question i {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #eaf2ff;
}

.home-faq__question i::before,
.home-faq__question i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #003d99;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}

.home-faq__question i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.home-faq__item[open] .home-faq__question i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.home-faq__item[open] .home-faq__question {
  color: #003d99;
}

.home-faq__answer {
  padding: 0 36px 22px 4px;
  color: #657084;
  font-size: 16px;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .home-register,
  .home-faq {
    padding: 54px 0;
  }

  .home-register__inner {
    grid-template-columns: 1fr;
  }

  .home-register__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .home-faq__grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

}

/* Technology footer
------------------------------------------------------------ */
.before_footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  padding: 72px 0 58px;
      background: url(images/bg-box.png) no-repeat center center;
          background-size: cover;
  color: #fff;
}

/* .before_footer::after {
  position: absolute;
  right: -80px;
  bottom: -170px;
  z-index: -1;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(108, 196, 255, 0.25);
  border-radius: 50%;
  box-shadow:
    0 0 0 48px rgba(52, 153, 236, 0.08),
    0 0 0 96px rgba(52, 153, 236, 0.06);
  content: "";
} */

.before_footer .wrap {
  position: relative;
  z-index: 2;
  width: calc(100% - 40px);
  max-width: 1280px;
}

.before_footer .wrap-section {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.7fr) minmax(0, 1fr);
  align-items: start;
  gap: 70px;
}

.before_footer .widget,
.before_footer .widget-wrap,
.before_footer .textwidget {
  margin: 0;
  padding: 0;
}

.before_footer .widgettitle {
  display: none;
}

.before_footer h3 {
  display: block;
  margin: 0 0 25px;
  color: #fff;
  font-family: "Metrophobic", sans-serif;
  font-size: 22px;
  font-weight: 750;
  line-height: 1.35;
  text-transform: uppercase;
}

.before_footer p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.before_footer a,
.before_footer a:visited {
  color: #fff;
  text-decoration: none;
}

.before_footer a:hover {
  color: #f7c02e;
}

.footer-company__logo {
  display: inline-flex;
  align-items: center;
  max-width: 245px;
  margin: 0 0 22px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #fff;
}

.footer-company__logo img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.footer-quick-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-quick-links li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  list-style: none;
}

.footer-quick-links a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 0;
  font-size: 17px;
  font-weight: 500;
}

.footer-quick-links i {
  color: #74c1ff;
  font-size: 12px;
}

.footer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.94);
  font-size: 17px;
  line-height: 1.55;
  list-style: none;
}

.footer-contact-list i {
  margin-top: 4px;
  color: #fff;
  text-align: center;
}

.site-footer {
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #042f6d;
  color: #fff;
  font-size: 14px;
}

.site-footer .wrap {
  width: calc(100% - 40px);
  max-width: 1280px;
  text-align: center;
}

.site-footer .widget,
.site-footer .widget-wrap,
.site-footer .textwidget,
.site-footer p {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
}

@media only screen and (max-width: 1024px) {
  .before_footer .wrap-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
  }

  .before_footer .widget:first-child {
    grid-column: 1 / -1;
  }
}

@media only screen and (max-width: 767px) {
  .before_footer {
    padding: 54px 0 44px;
  }

  .before_footer .wrap,
  .site-footer .wrap {
    width: calc(100% - 30px);
  }

  .before_footer .wrap-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .before_footer .widget:first-child {
    grid-column: auto;
  }

  .before_footer h3 {
    margin-bottom: 18px;
    font-size: 20px;
  }
}

/* Homepage services
------------------------------------------------------------ */
.home-services {
  padding: 80px 0;
  background: #f5f8fc;
}

.home-services__title {
      position: relative;
    margin: 0 0 22px;
    padding-bottom: 16px;
    color: #17202d;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.25;
    font-family: "Hubot Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.home-services__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 3px;
  border-radius: 4px;
  background: #003d99;
  content: "";
  transform: translateX(-50%);
}

.home-services__description {
  max-width: 680px;
  margin: 0 auto;
  color: #667184;
  font-size: 17px;
  line-height: 1.65;
  text-align: center;
}

.home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 32px;
}

.home-service-card {
  position: relative;
  display: block;
  aspect-ratio: 4 / 4.25;
  overflow: hidden;
  border-radius: 10px;
  background: #0a3c76;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(17, 37, 66, 0.1);
  isolation: isolate;
}

.home-service-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.home-service-card__default,
.home-service-card__hover {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.home-service-card__default {
  display: flex;
  align-items: flex-end;
  padding: 34px 24px;
  background: linear-gradient(to top, rgba(0, 72, 154, 0.96) 0%, rgba(0, 72, 154, 0.62) 22%, transparent 58%);
  transition: opacity 0.3s ease;
}

.home-service-card h3 {
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.home-service-card__hover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 34px;
  background: rgba(0, 66, 137, 0.92);
  opacity: 0;
  text-align: center;
  transition: opacity 0.3s ease;
}

.home-service-card__description {
  margin-top: 18px;
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
}

.home-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.home-service-card:hover .home-service-card__image,
.home-service-card:focus .home-service-card__image,
.home-service-card:focus-within .home-service-card__image {
  transform: scale(1.06);
}

.home-service-card:hover .home-service-card__default,
.home-service-card:focus .home-service-card__default,
.home-service-card:focus-within .home-service-card__default {
  opacity: 0;
}

.home-service-card:hover .home-service-card__hover,
.home-service-card:focus .home-service-card__hover,
.home-service-card:focus-within .home-service-card__hover {
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 600px) {
  .home-services {
    padding: 54px 0;
  }

  .home-services__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-service-card {
    aspect-ratio: 4 / 4.5;
  }
}
/* Shared yellow button hover states */
input[type="button"],
input[type="submit"],
.site-header .header-hotline a,
.home-intro__button,
.home-register__form input[type="submit"],
.home-register__form button[type="submit"],
.home-banner .slick-arrow {
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

input[type="button"]:hover,
input[type="button"]:focus-visible,
input[type="submit"]:hover,
input[type="submit"]:focus-visible {
  border-color: #f7c02e;
  background-color: #f7c02e;
  color: #063665;
}

.site-header .header-hotline a:hover,
.site-header .header-hotline a:focus-visible,
.home-intro__button:hover,
.home-intro__button:focus-visible {
  border-color: #f7c02e;
  background: #f7c02e;
  color: #063665 !important;
  box-shadow: 0 10px 22px rgba(247, 192, 46, 0.28);
  transform: translateY(-2px);
}

.content-cta .ff-btn-submit:hover,
.content-cta .ff-btn-submit:focus-visible,
.content-cta input[type="submit"]:hover,
.content-cta input[type="submit"]:focus-visible,
.content-cta button[type="submit"]:hover,
.content-cta button[type="submit"]:focus-visible {
  background: #f7c02e !important;
  color: #063665 !important;
}

.home-register__form input[type="submit"]:hover,
.home-register__form input[type="submit"]:focus-visible,
.home-register__form button[type="submit"]:hover,
.home-register__form button[type="submit"]:focus-visible,
.caldera-grid .btn-default:hover,
.caldera-grid .btn-default:focus {
  border-color: #f7c02e !important;
  background: #f7c02e !important;
  color: #063665 !important;
  box-shadow: 0 10px 22px rgba(247, 192, 46, 0.25);
}

.home-banner .slick-arrow:hover,
.home-banner .slick-arrow:focus-visible {
  background: #f7c02e;
  box-shadow: 0 8px 20px rgba(247, 192, 46, 0.35);
}

.home-banner .slick-arrow:hover::before,
.home-banner .slick-arrow:focus-visible::before {
  border-color: #063665;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.home-banner .slick-dots li button:hover,
.home-banner .slick-dots li button:focus {
  border-color: #f7c02e;
  background: #f7c02e;
}
/* Header hotline keeps white content on yellow hover */
.site-header .header-hotline a:hover,
.site-header .header-hotline a:focus-visible {
  color: #fff !important;
}
/* Normalize final mobile submenu item */
#responsive-menu .mobile-menu ul li > ul > li:last-child,
#responsive-menu .mobile-menu ul li > ul > li:last-of-type {
  padding: 0 !important;
  border-bottom: 0 !important;
}

#responsive-menu .mobile-menu ul li > ul > li:last-child > a,
#responsive-menu .mobile-menu ul li > ul > li:last-of-type > a {
  border-bottom: 0 !important;
}
/* Mobile heading scale */
@media only screen and (max-width: 767px) {
  .home-intro__title,
  .home-process__title,
  .home-register__title,
  .home-faq__title,
  .home-services__title {
    font-size: 28px;
    line-height: 1.3;
  }

  .single-blog-header h1 {
    font-size: 28px;
  }

  .content h1 {
    font-size: 24px;
  }
}
/* Mobile body text scale */
@media only screen and (max-width: 767px) {
  body,
  input,
  select,
  textarea,
  .breadcrumb,
  .home-intro__description,
  .home-intro__description p,
  .single-blog-content,
  .single-blog-content blockquote,
  .home-process__subtitle,
  .home-process__description,
  .home-register__description,
  .home-register__form input,
  .home-register__form select,
  .home-register__form textarea,
  .home-faq__description,
  .home-faq__question,
  .before_footer p,
  .footer-quick-links a,
  .footer-contact li,
  .home-services__description,
  .home-service-card__description {
    font-size: 16px;
  }

  body p,
  .entry-content li {
    font-size: 16px !important;
  }

  .fluentform .ff-el-is-error .text-danger {
    font-size: 16px !important;
  }
}
/* Mobile compact layout refinements */
@media only screen and (max-width: 767px) {
  .site-container {
    padding-top: 70px;
  }

  body.has-header-menusub .site-container {
    padding-top: 110px;
  }

  .site-header {
    height: 70px;
  }

  .site-header .title-area {
    flex-basis: 165px;
    width: 165px;
    height: 54px;
  }

  #click-menu {
    top: 19px !important;
  }

  body.has-header-menusub #click-menu {
    top: 59px !important;
  }

  #responsive-menu {
    top: 70px !important;
    height: calc(100% - 70px) !important;
  }

  body.has-header-menusub #responsive-menu {
    top: 110px !important;
    height: calc(100% - 110px) !important;
  }

  .home-services__grid {
    gap: 16px;
  }

  .home-service-card {
    aspect-ratio: 4 / 3.6;
  }

  .home-service-card__default {
    padding: 24px 18px;
  }

  .home-service-card__hover {
    padding: 24px 20px;
  }

  .home-service-card h3 {
    font-size: 17px;
  }

  .home-service-card__description,
  .home-service-card__link {
    font-size: 15px !important;
  }

  .home-service-card__description {
    margin-top: 12px;
  }

  .home-service-card__link {
    margin-top: 16px;
  }

  .home-process__item,
  .home-process__item--left,
  .home-process__item--right {
    margin-bottom: 38px;
  }

  .home-process__card {
    padding: 18px;
  }

  .home-process__step-label {
    font-size: 13px;
  }

  .home-process__card h3 {
    font-size: 20px;
    line-height: 1.3;
  }

  .home-process__description,
  .home-process__description p {
    font-size: 15px !important;
  }

  .home-process__media,
  .home-process__item--left .home-process__media,
  .home-process__item--right .home-process__media {
    margin-top: 16px;
  }

  .home-register__form input:not([type="submit"]),
  .home-register__form select,
  .home-register__form textarea,
  .home-register__form input::placeholder,
  .home-register__form textarea::placeholder {
    font-size: 15px;
  }

  .home-register__form input:not([type="submit"]),
  .home-register__form select,
  .home-register__form textarea {
    padding: 11px 14px;
  }

  .home-register__form textarea {
    min-height: 90px;
  }

  .home-register__form input[type="submit"],
  .home-register__form button[type="submit"] {
    padding: 11px 18px;
    font-size: 15px;
  }
}
/* Fluent Forms messages on dark registration panel */
.home-register__form .ff-message-success,
.home-register__form .ff-message-success p,
.home-register__form .ff-message-error,
.home-register__form .ff-message-error p,
.home-register__form .ff-el-is-error .text-danger {
  color: #fff !important;
}
