/*
	Theme Name: KETA
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */
body {
  overflow-x: hidden !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: #333;
  /* font-family: "Inter", sans-serif; */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  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: "Manrope", 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: #222; */
  color: #1e1e1e;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

/* Body
------------------------------------------------------------ */

body {
  background-color: #fff;
}

::-moz-selection {
  background-color: #222;
  color: #fff;
}

::selection {
  background-color: #222;
  color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
   overflow-x: hidden !important;
}

.wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
}

/* Header
------------------------------------------------------------ */

.site-header {
  margin: 40px auto 0;
  height: 70px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  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: 5px;
}

.site-title {
  font-family: "Manrope", 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-keta.png) no-repeat top center;
  background-size: 150px;
  margin-left: -15px;
  margin-top: 7px;
}

.site-description {
  font-size: 13px;
  padding: 0;
  display: none;
}

.site-header .widget-area {
  width: 1280px;
  position: absolute;
  top: 50%;
  left: 65%;
  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: #222;
  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: 350px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    height: 45px;
    display: table;
    line-height: 45px;
    font-size: 15px;
    font-weight: 500;
    background: #1c50a1;
    padding: 0px 18px;
    border-radius: 8px;
    transition: background 0.3s;
    text-transform: uppercase;
}

.site-header .menu a span {
  text-transform: uppercase;
}
/* 
.site-header .menu li a span {
  text-transform: none;
} */

.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: #1c50a1;
    /* text-decoration: underline;
    text-decoration-color: #1c50a1;
    text-underline-offset: 6px; */
}

/* .menu-primary li a:hover,
.menu-secondary li a:hover,
.site-header .menu li a:hover{
   color:#1c50a1
} */

.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: 14px;
  padding: 10px;
  position: relative;
  text-transform: none;
  width: 210px;
}

.site-header .menu li li li a, .site-header .menu li li li a:link
{
  background: none;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 14px;
  padding: 10px;
  position: relative;
  text-transform: none;
  width: 220px;
}

.site-header .menu li li:last-child a,
.site-header .menu li li:last-child a:link,
.site-header .menu li li li:last-child a,
.site-header .menu li li li:last-child a:link {
    border-bottom: none;
}

.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,
.site-header .menu li li li a:hover {
  background-color: #222;
  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: 15px;
  /* box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); */
}

.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: -60px 0 0 211px;
}

.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;
}

.widget_nav_menu .menu > .menu-item.menu-item-has-children > a::after {
    content: "▾";
    margin-left: auto;
    flex: 0 0 auto;
    font-size: 14px;
    opacity: 0.85;
}

.widget_nav_menu .menu > .menu-item > a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 260px;
    box-sizing: border-box;
    text-transform: uppercase;
}
/* Inner
------------------------------------------------------------ */

.site-inner {
  margin: 0 auto;
  overflow: visible;
  padding: 60px 0 60px;
  width: 1280px;
  box-sizing: border-box;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
  float: left;
  width: 100%;
  font-size: 16px;
  padding: 12px 0;

}

.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: 825px;
}

.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: "Manrope", 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: "Manrope", sans-serif;
}

h2 a:hover {
  color: #222;
  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: 4px 12px;
}

.pagination li a:hover,
.pagination li.active a {
  background: #333;
  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: #222;
    color: #FFF;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
  display: inline;
  /* float: right; */
  width: 410px;
}

.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"] {
  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: 0px;
  right: 288px;
  width: 200px;
  border: 1px solid #9e9e9ea1;
  border-radius: 10px;
}

.search-form input[type="search"] {
  margin: 0;
  padding: 6px 5px 5px 10px;
  width: calc(100% - 40px);
  border: none;
  background: #fff;
  height: 40px;
  border-radius: 10px 0 0 10px; 
}

.search-form input[type="submit"] {
  background-image: url('images/search.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;

  text-indent: -9999px;
  float: right;
  height: 40px;
  width: 40px;
  border-radius: 0 10px 10px 0;
  border: none;
  outline: none;
  background-color: #56a3f7; 
  cursor: pointer;
}



.search-form-input::placeholder {
  color: #999 !important;
  font-size: 14px;
}

.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: #1c50a1;
  color: #fff;
  padding: 10px 0 10px;
}

.site-footer .wrap {
  display: block;
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.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(#222, #222),
    url(images/Group-2661-4.png) no-repeat center top;
  background-size: cover;
  background-blend-mode: overlay;
  padding: 40px 0;
  margin-top: -8px;
} */

.before_footer {
    position: relative;
    background-color: #1c50a1;
    /* background: url(images/bgFooter.jpg) no-repeat center center / cover; */
    padding: 40px 0;
    color: #fff;
    z-index: 1;
}

/* .before_footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
} */

.before_footer .wrap-section {
  display: flex;
    gap: 52px;
}

.before_footer .wrap-section > section:nth-child(1) {
    flex: 0 0 41%;
}

.before_footer .wrap-section > section:nth-child(2), .before_footer .wrap-section > section:nth-child(3) {
    flex: 0 0 21%;
}


.before_footer .wrap-section > section:nth-child(3) {
    flex: 0 0 35%;
}

.before_footer .wrap-section > section:nth-child(1)  img {
  width: 240px;
}

.before_footer .widget:first-of-type strong {
  font-size: 20px;
  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: 12px;
   color: #FFF;
}

.before_footer .widget:first-child ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}

.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: #222; */
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 24px;
}

.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: #222;
  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;
}

.aside-box {
  display: block;
  position: relative;
  width: 340px;
  margin: 30px 0 60px;
  padding: 1rem 1rem 1.5rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #f0f0f0;
  transition: 0.4s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  align-self: flex-start;
}

.aside-box h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* Căn giữa theo chiều ngang */
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #222;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5rem 1.5rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 1;
  width: 180px;
}

.aside-box .nd {
  margin-top: 40px;
  row-gap: 1.2rem;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
}

.aside-box .nd ul {
  list-style-type: none;
  font-size: 16px;
}

.aside-box .box-info {
  column-gap: 1.2rem;
  border-radius: 4rem;
  border: 0.1rem solid #f0f0f0;
  padding: 0.6rem 2.4rem 0.6rem 0.6rem;
  display: flex;
  align-items: center;
}

.aside-box .box-info p {
  width: 45px;
  height: 45px;
  border-radius: 10rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.53);
  background: linear-gradient(
    139deg,
    #121214 12.3%,
    #505256 36.76%,
    #94999f 64.85%,
    #212124 80.68%,
    #5d6064 92.45%,
    #9599a0 102.86%
  );
  box-shadow: 0 0.4rem 0.6rem 0 rgba(255, 255, 255, 0.6) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.aside-box .box-info img {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
  animation: swing ease-in-out 0.1s infinite alternate;
  margin: 0;
}

@keyframes swing {
  0% {
    transform: rotate(8deg);
  }

  100% {
    transform: rotate(-8deg);
  }
}

.aside-box .box-info .text-m,
.aside-box .box-info a {
  color: #222;
  font-weight: 600;
  transition: 0.4s ease;
}

/* liên hệ */
.page-template-page-lienhe .site-inner{
    padding: 60px 0 60px;

}

.content-lienhe {
  display: flex;
   justify-content: space-between;  
    align-items: flex-start;       
    gap: 20px;      
  margin-top: 10px;
}

.contact-section {
  flex: 0 0 45%;

}

.contact-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
}

.contact-section h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom:24px;
  text-align: justify;

}

.contact-section ul {
  list-style-type: none;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.contact-section li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-section i {
  display: inline-flex;            
  align-items: center;
  justify-content: center;
  width: 40px;                  
  height: 40px;
  border-radius: 50%;              
  background-color: #1c50a1;      
  color: #ffffff;                  
  font-size: 15px;     
  line-height: 1;                  
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 2px 4px rgba(0,0,0,0.12); 
  transition: transform .15s ease, box-shadow .15s ease;
}

.form_lienhe .label{
   font-size: 28px;
  font-weight: 700;
  color: #222;
  margin:0px auto 12px !important;
  text-transform: uppercase;
}

.form_lienhe {
  flex: 0 0 45%;
  float: right;
}

.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: #f3f3f3 !important;
    border: none  !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: none !important;
  transition: 0.4s ease;
}



.caldera-grid input[type="submit"] {
  width: 100%;
  color: white;
  font-size: 16px;
  line-height: 16px !important;
  background-color: #1c50a1;
  border-radius: 2rem !important;
  padding: 12px 24px !important;
  border-color: #FFF;
  outline: none;
}

.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: #1c50a1 !important;
}

.page-template-page-lienhe .form_lienhe .caldera-grid .form-control:focus {
  border: 1px solid #1c50a1 !important;
  box-shadow: none !important;
}

.caldera-grid .has-error .form-control:focus {
  border-color: #1c50a1 !important;
}

.content-map {
  margin-top: 60px;
}

.gtranslate_wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* 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: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #FFF;
    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: 700;
    padding: 0 40px;
    border: 1px solid #ff2a2a !important;
    background-color: #ff2a2a !important;
    color: #fff;
    display: table !important;
    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: #222  !important; 
  opacity: 1; 
}

.content-contact .widget_caldera_forms_widget textarea::placeholder,
 .content-lienhe form textarea::placeholder,
  .nhantuvan .widget_caldera_forms_widget textarea::placeholder{
    color: #222  !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: #1c50a1;
    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 #1c50a1;
    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; }


/* Header Menu Sub */


.header-menusub-widget-area {
  background-color: #1c50a1;
  display: block;
  height: 40px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.header-menusub-widget-area .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header-menusub-widget-area .widget_text p {
  display: flex;
  gap: 0px;
}

.header-menusub-widget-area .widget_text:first-child img {
  width: 22px !important;
  margin: 2px 0 0 0;
}

.header-menusub-widget-area .widget_text img {
  width: 18px;
}

.header-menusub-widget-area a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
   display: inline-flex;      /* hay flex nếu bạn muốn chiếm cả hàng */
  align-items: center;       /* căn giữa theo chiều dọc (ảnh với chữ) */
  gap: 5px;                  /* khoảng giữa ảnh và chữ, chỉnh theo ý bạn */
  text-decoration: none;
}


.header-menusub-widget-area .woocommerce-mini-cart a {
  color: #333;
}

.content-banner {
  margin: 111px auto 0px;
}

.content-banner .slick-prev::before,
.content-banner .slick-next::before,
.country-banner-slider .slick-prev::before,
.country-banner-slider .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 20px;
  color: #1c50a1;
  display: inline-block;
}

.content-banner .slick-prev::before,
.country-banner-slider .slick-prev::before {
  content: "\f104";
}

.content-banner .slick-next::before,
.country-banner-slider .slick-next::before {
  content: "\f105";
}

.content-banner .slick-prev,
.content-banner .slick-next,
.country-banner-slider .slick-prev,
.country-banner-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
      width: 40px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer;
    color: #1c50a1;
    border: 1px solid #1c50a1;
    background: rgba(255, 255, 255, 0);
    transition: transform 
ease-out 0.1s, background 0.2s;
}

.content-banner .slick-prev,
.country-banner-slider .slick-prev {
  left: 20px;
}

.content-banner .slick-next,
.country-banner-slider .slick-next {
  right: 20px;
}



.content-banner .slick-prev,
.content-banner .slick-next,
.country-banner-slider .slick-prev,
.country-banner-slider .slick-next {
  color: transparent;
  font-size: 0;
}

.content-banner .content-banner.section {
  position: relative;
}

/* Ảnh trong slider */
.content-banner .slick-list .widget-wrap {
  position: relative;
  overflow: hidden;
}

.content-banner .slick-list img {
  width: 100%;
  height: 600px !important;
  display: block;
}


/* Quốc gia */
.content-quocgia{
  margin: 80px auto;
}

.tab-buttons{
display:flex;
justify-content: center;
gap:20px;
margin:0px auto 32px;
}

.tab-buttons li{
cursor:pointer;
padding:10px 20px;
border-radius:30px;
/* border:1px solid #ddd; */
list-style: none;
background-color: #f3f3f3;
}

.tab-buttons li.active{
background:#1c50a1;
color:#FFF !important;
}

.tab-buttons li.active a{
color:#FFF !important;}

.tab-content{
display:none;
}

.tab-content.active{
display:block;
}

.quocgia-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:32px;
}

.quocgia-item img{
width:100%;
height: 200px;
border-radius:12px;
}

.quocgia-item h3{
text-align:center;
margin-top:10px;
color:#1c50a1;
font-size:18px;
}

.quocgia-item h3 a{
color:#1c50a1;
}


/* Giới thiệu*/
.content-gioithieu{
  padding: 0px 0px 80px;
}


.content-gioithieu .wrap {
    display: flex;
    gap: 72px;
}

.content-gioithieu .wrap>*:first-child {
    flex: 0 0 57%;
}

.content-gioithieu .wrap>*:last-child {
    flex: 0 0 43%;
}

.content-gioithieu img{
  width: 100%;
  height:auto;
}
  
.content-gioithieu .widgettitle {
      font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
    padding-left: 12px;
}

.content-gioithieu .widgettitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background: #1c50a1;
  border-radius: 2px;
}


.content-gioithieu p{
  margin-top: 12px;
  text-align: justify;

}



.content-gioithieu p a{
    color: #FFF;
    height: 45px;
    display: table;
    line-height: 45px;
    font-size: 16px;
    font-weight: 500;
    background: #1c50a1;
    padding: 0px 24px;
    border-radius: 30px;
    transition: background 0.3s;
    margin-top: 24px;
    position: relative;
}

.content-gioithieu .widgettitle::before {
   content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    background: #1c50a1;
    border-radius: 2px;
}

@keyframes borderRun {
    to {
        transform: scaleX(1);
    }
}

.content-gioithieu .textwidget p {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 12px;
}

.content-gioithieu ul {
  list-style: none; 
  padding-left: 0;
}

.content-gioithieu li {
  position: relative;
  padding-left: 30px;
}

.content-gioithieu li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #56a3f7;
  color: #fff;
  border-radius: 50%; 
  font-size: 10px;

  display: flex;
  align-items: center;
  justify-content: center;
}


.content-gioithieu img {
    /* border-radius: 50% 3px; */
    width: 460px;
    height: auto !important;
    object-fit: cover;
    border-radius: 12px;
}


/* Số liệu nổi bật */
.content-noibat.section {
  background: #1c50a1;
  padding: 60px 20px 68px;
  color: #fff;

  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 24px;
  align-items: start;
}

/* Title chiếm full hàng */
.content-noibat.section > .widget_text {
  grid-column: 1 / -1;
  margin-bottom: 10px;
}

.content-noibat.section .widget-title {
  margin: 0;
  text-align: center;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.content-noibat.section .mainposts {
  text-align: center;
  padding: 8px 10px;
}

.content-noibat.section .mainposts img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  display: block;
  margin: 0 auto 18px;
  filter: brightness(0) saturate(100%) invert(72%) sepia(79%) saturate(721%)
    hue-rotate(356deg) brightness(95%) contrast(93%);
}

.content-noibat.section .noidung p {
  margin: 0;
}

.content-noibat.section .counter-number {
  font-size: 54px;
  font-weight: 700;
  color: #fff;
}

.content-noibat.section .counter-label {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  opacity: 0.98;
}


.content-dichvu {
  padding: 80px 0;
  color: #fff;
  background: url(images/bg_pattern.png);
   background-position: center right;
    background-repeat: no-repeat;
    z-index: 1;
    width: 90%;
    margin: auto;
}


.content-dichvu .widgettitle {
      font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 28px;
    position: relative;
    padding-left: 12px;
    color: #000;
}

.content-dichvu .widgettitle::after{
      content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    background: #1c50a1;
    border-radius: 2px;
}

.content-dichvu .textwidget p {
  max-width: 900px;
  margin: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}

.content-dichvu .widget.image-upload {
  width: 25%;
  float: left;
  padding: 0 12px;
}

.content-dichvu .widget.image-upload:first-child {
  padding-left: 0;
}

.content-dichvu .widget.image-upload:last-child {
  padding-right: 0;
}

.content-dichvu .mainposts {
  position: relative;

}

.content-dichvu .box {
  position: relative;
  overflow: hidden;
    border-radius: 12px;
}

.content-dichvu .mainposts > .title {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 3;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  width: max-content;
  transition: all 0.6s ease;
}

/* hover */
.content-dichvu .mainposts:hover .title {
  bottom: 50%;
  transform: translate(-50%, 50%);
}


.content-dichvu .box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.6s ease;
  cursor: pointer;
}

.content-dichvu .box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(
    0deg,
    #222 0%,
    rgba(34, 34, 34, 0.7) 72.6%,
    rgba(34, 34, 34, 0) 100%
  );
  z-index: 1;
}

.content-dichvu .box::before {
  content: "";
  position: absolute;
  inset: 0;
background: linear-gradient(
  0deg,
  rgba(100, 149, 237, 0.65) 0%,   /* xanh cornflower */
  rgba(100, 149, 237, 0.45) 45%,
  rgba(100, 149, 237, 0.25) 100%
);
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 2;
}


.content-dichvu .box .title a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: nowrap;
}

/* ===== HOVER EFFECT ===== */
.content-dichvu .box:hover::before {
  opacity: 1;
  cursor: pointer;
}

.content-dichvu .box:hover img {
  transform: scale(1.08);
}

.content-dichvu .box:hover .title {
  bottom: 50%;
  transform: translate(-50%, 50%);
}

.content-dichvu::after {
  content: "";
  display: block;
  clear: both;
}

.content-dichvu .box:hover::after {
  opacity: 0;
}



/* Feedback */
.content-feedback-title {
    margin: 180px auto 0px;
    text-align: center;

}

.content-feedback-title h2 strong {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.8;
    color: #FFF;
}


.content-feedback {
    margin: -220px auto 80px;
    padding-top: 250px;
    width: 100%;
    height: auto;
    background: url(images/Rectangle\ 5300.png) center center / cover no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.content-feedback .wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    filter: blur(50px);
    z-index: 1;
    pointer-events: none;
}

.content-feedback .wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
}

.content-feedback .code-shortcode_widget {
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    height: 70vh;
    overflow: hidden;
    position: relative;
}

/* Box 1 & 3: từ trên xuống liên tục */
.content-feedback .wrap .code-shortcode_widget:nth-child(1) ul,
.content-feedback .wrap .code-shortcode_widget:nth-child(3) ul {
    animation: slide 40s linear infinite;
}

/* Box 2: từ dưới lên liên tục */
.content-feedback .wrap .code-shortcode_widget:nth-child(2) ul {
    animation: slide2 40s linear infinite;
}

@keyframes slide {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }
}

@keyframes slide2 {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.content-feedback li {
    list-style: none;
    margin-bottom: 24px;
}


.customer-box {
    padding: 1.6rem;
    border-radius: 1.6rem;
    flex-direction: column;
    background-color: #FFF;
    /* box-shadow: 1rem 1rem 4rem 0 rgba(0, 0, 0, 0.03); */
    display: flex;
    flex-wrap: wrap;
}

.customer-img {
    width: 6rem;
    flex-shrink: 0;
    user-select: none;
    margin-bottom: 0.4rem;
}

.customer-content {
    row-gap: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.text-s {
    font-size: 1rem;
    line-height: 1.4;
}

.customer-content .info {
    gap: 0.6rem;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.customer-content .info img {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    user-select: none;
    object-fit: cover;
    border-radius: 50%;
}

.customer-content .info-content .text-m {
    margin-bottom: 0.4rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
}

.customer-content .info-content .text-x {
    color: #08815c;
    font-size: 0.9rem;
    line-height: 1.2;
}








/* News */
.content-news {
  margin: 60px auto 80px;
  position: relative;
}

.content-news h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
   position: relative;
    padding-left: 12px;
}


.content-news h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    background: #1c50a1;
    border-radius: 2px;
}


.content-news .main-posts{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* --- Bố cục tổng thể cho post --- */
.content-news .post {
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid #dcdcdc;
}


/* --- Ảnh đại diện --- */
.content-news .post .box-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.content-news .post .box-img img {
  width: 100%;
  height: 220px;
  display: block;
  transition: transform 0.4s ease;
  border-bottom: 1px solid #eee;
}

/* --- Nội dung bài viết --- */
.content-news .post .list-info {
      padding: 16px 20px;
  display: flex;
  flex-direction: column;
}

.content-news .post .widget-item-title{
   display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis !important;
}


.content-news .post .widget-item-title a  {
    font-size: 17px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    position: relative !important;
    text-overflow: ellipsis !important;
    padding-bottom: 5.5px;
}

.content-news .post .widget-item-title a::after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    border-radius: 2px;
}

.content-news .post  .entry-time{
    color: #777;
    font-size: 15px;
}


.content-news .post .entry-text {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content-news .post .entry-text .more-link {
  cursor: pointer;
    border-radius: 12px;
    background: #222;
    color: #fff;
    text-align: center;
    display: table;
    line-height: 44px;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s 
ease;
    height: 44px;
    margin-top: 16px;
}

.content-news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}



.content-news  li {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
      border: 1px solid #dcdcdc;
}

/* ảnh bên trái */
.content-news ul li > a {
  flex-shrink: 0;
  width: 240px;
  display: block;
}

.content-news ul li{
    list-style-type: none;
    display: flex;
    gap: 16px;
}

.content-news ul li > a img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;

}

.content-news ul li .box-info {
  display: flex;
  flex-direction: column;
  gap:4px;
  flex: 1;
  padding: 6px 0px 10px;
}

.content-news .box-info p{
    line-height: 24px;
}

.content-news .box-info a{
    font-size: 17px;
    font-weight: 700;
}

.content-news .box-info .entry-time{
        color: #777;
    font-size: 15px;
}

.content-news .read-more {
  cursor: pointer;
  border-radius: 12px;
  background: #222;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 36px;
  padding: 0 24px;
  font-size: 15px !important;
  font-weight: 400 !important;
  transition: background 0.3s ease;
  height: 36px;
  margin-top: 8px;
  width: auto;
  align-self: flex-start; /* ✅ ngăn nút full chiều ngang */
}


.content-news section:nth-of-type(2) a{
      margin: auto;
    margin-top: 24px;
    text-align: center;
    cursor: pointer;
    border-radius: 12px;
    background: #1c50a1;
    color: #fff;
    text-align: center;
    display: table;
    line-height: 44px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.3s 
ease;
    height: 44px;
    text-transform: uppercase;
}


.content-news .main-posts .slick-slide {
     margin: 0 16px; 
}

.content-news .main-posts .slick-list {
     margin: 0 -16px; 
}


/* Hình ảnh */
.content-hinhanh {
  padding:  70px 0px 80px;
  background-color: #1c50a1;
}

.content-hinhanh section:nth-child(1) {
  max-width: 1280px;
  margin: auto;

}

.content-hinhanh .rl-gallery-widget .widgettitle{
    display: none;
}

.content-hinhanh .widgettitle{
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
   position: relative;
    padding-left: 12px;
    color:#FFF;
}

.content-hinhanh .widgettitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 24px;
    background: #56a3f7;
    border-radius: 2px;
}

.content-hinhanh p{
  color: #FFF;
  max-width: 800px;
  margin-bottom: 32px;
}

/* khung ngoài */
#gallery-1,
#gallery-2 {
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
}

#gallery-2{
  margin-top: 16px;
}

/* track chạy ngang */
#gallery-1 .gallery-track,
#gallery-2 .gallery-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    width: max-content;
    align-items: center;
}

/* bỏ layout gallery mặc định của WP */
#gallery-1 .gallery-item,
#gallery-2 .gallery-item {
    flex: 0 0 auto !important;
    max-width: none !important;
    margin: 0 !important;
    float: none !important;
    display: block !important;
}

/* khung ảnh */
#gallery-1 .gallery-icon,
#gallery-2 .gallery-icon {
    width: 100%;
}

/* chạy trái */
#gallery-1 .gallery-track {
    animation: galleryLeft 60s linear infinite;
}

/* chạy phải */
#gallery-2 .gallery-track {
    animation: galleryRight 60s linear infinite;
}

@keyframes galleryLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes galleryRight {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}

/* hover thì dừng lại */
#gallery-1:hover .gallery-track,
#gallery-2:hover .gallery-track {
    animation-play-state: paused;
}


.gallery img{
    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:8px;
}



.content-cta{
  background: url(images/nen-camnghi.webp);
      background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    color: white;
    padding: 80px;
    position: relative;
        z-index: 1;
}

.content-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.content-cta .caldera-grid{
      max-width: 800px;
    margin: auto;
}

.content-cta .label{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #1c50a1;
}

.content-cta .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: #f3f3f3 !important;
    border: 0 !important;
    transition: 0.4s 
ease;
    margin-bottom: 12px;
}

.content-cta .caldera-grid .form-control::placeholder {
  color: #999 !important;
  font-size: 16px;
}
 
.content-cta  .caldera-grid input[type=submit] {
  display: flex !important;
    justify-content: center;
}



.content-doitac .widget-title {
        font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 28px;
    position: relative;
    padding-left: 12px;
    color: #000;
}

.content-doitac .widget-title::after{
  content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    background: #1c50a1;
    border-radius: 2px;
}


.content-doitac .textwidget strong {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
}



.content-doitac ul {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 45px;
    margin-top: 70px;
    /* animation: slides-1 40s linear infinite; */
}

.content-doitac .widget_text:nth-of-type(2) {
    margin-top: 72px;
}

.content-doitac ul li {
    flex: 0 0 auto;
    width: 180px;
    height: 70px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-doitac {
    margin-top: 15px;
}

.content-doitac ul li img {
    width: 120px;
}

.content-doitac ul li {
    width: 120px;
    height: 60px;
}



.home .site-inner{
  display: none;
}

/* Banner */
.content-hero {
    margin-top: 111px;
    background-position: right center; 
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #1c50a1;
    color: white;
    position: relative;
    min-height: 300px; 

}


.content-hero::before {
    content: "";
    position: absolute;
    inset: 0;
background: linear-gradient(90deg, #1c50a1 0%, #1c50a1 21%, rgba(28, 80, 161, 0) 100%);
    z-index: 1;  
}

/* Khối chữ bên trái */
.content-breadcrumb {
  position: relative;
   padding: 30px 0px;
    z-index: 2 ;
    text-align: left;
}

.content-breadcrumb .title {
    font-size: 48px;
    font-weight: bold;
   color: #fff;
}


.content-breadcrumb .slogan{
    font-size: 17px;
    margin-top: 12px;
    color: #fff;
}


 .blog-wrapper {
    display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 32px; 
  align-items: start; 
}



.blog-wrapper .blog-item{
  display: flex;
  flex-direction: column;
  border: 1px solid #dcdcdc;

}


.blog-wrapper .blog-item .blog-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}



.blog-wrapper .blog-info{
  padding:16px 20px;
}

.blog-wrapper .blog-title a{
  font-size: 17px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  padding-bottom: 6px;
}

.blog-wrapper .blog-title a::after{
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;                
  width: 100%;             
  height: 1px;              
  background: #dcdcdc;
  border-radius: 2px;
}

.blog-wrapper .blog-meta{
  color: #777;
    font-size: 14px;
    margin-bottom: 6px;
     display: flex;
    align-items: center;
    gap: 6px;
}

.blog-wrapper .blog-excerpt{
  font-size: 15px;
      overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pagination {
  grid-column: 1 / -1;
  text-align: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 4px;
  padding: 4px 12px;
  background: #f4f4f4;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}

.pagination .current {
  background: #1c50a1;
  color: #fff;
}




.content-tamnhin {
  padding: 80px 0 0px;
}

.content-tamnhin .wrap {
  margin: 0 auto;
  display: flex;
  gap: 40px;
}

.content-tamnhin .wrap > img {
  flex: 0 0 50%;
  width: 50%;
  height: 700px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
  position: relative;
}


.content-tamnhin .tamnhin-wrapper {
  display: flex;
  flex-direction: column;
}
/* 
.content-tamnhin .tamnhin-wrapper h4 {
  display: none;
} */
.content-tamnhin .tamnhin-wrapper h2 {
      font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
    position: relative;
    padding-left: 12px;

}

.content-tamnhin .tamnhin-wrapper h2::before {
  content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    background: #1c50a1;
    border-radius: 2px;

}

.content-tamnhin .card-item{
  margin-bottom: 32px;
}

.content-tamnhin .card-content h5 {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.content-tamnhin .card-content p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  text-align: justify;
}


.content-giatri {
  padding: 40px 0 0px;
}

.content-giatri h2 {
   font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
    position: relative;
    padding-left: 12px;
}

.content-giatri h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    background: #1c50a1;
    border-radius: 2px;
}

.content-giatri .wrap-card {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  align-items: start;
}

.content-giatri .card-item {
      display: flex;
    flex-direction: column;
    background: #1c50a1;
    padding: 32px;
    color: #fff;
    text-align: center;
    gap: 20px;
    border-radius: 6px;
  
}

.content-giatri .card-item img {
  width: 64px;
  height: 64px;
  align-items: center;
    margin: auto;
}

.content-giatri .card-content h5 {
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
  margin: 0 0 6px 0;
}



.content-camnghi {
  /* background: url(images/nen-camnghi.webp) no-repeat center center; */
    background: #f3f3f3;
  background-size: cover;  
  padding: 60px 0px;
  margin: 80px auto 0px;
}

.content-camnghi h2{
        font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    color: #222;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px;

}

.content-camnghi .widgettd p, .content-sumenh p {
    font-size: 16px;
    line-height: 28px;
    color: #222;
    text-align: center;
    margin-bottom: 24px;
    max-width: 900px;
    margin: auto;
}

.noidung-camnghi {
    position: relative;
    text-align: left;
    padding: 0 24px;
    padding-top: 77px;
    background: #fff;
    padding-bottom: 30px;
    /* border: 1px solid #e6e6e6; */
    border-radius: 10px;
    margin: 24px auto 0px;
}


.noidung-camnghi::before {
    content: "❝"; /* ký tự ngoặc kép */
    position: absolute;
    top: 16px;
    right: 30px;
    width: 50px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    background: #1c50a1; /* màu đỏ */
    border-radius: 50%;
}

.noidung-camnghi h3{
   margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    color: #1c50a1;
}

.noidung-camnghi p{
        color: #222;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    min-height: 120px;
    margin-bottom: 24px;
}

.noidung-camnghi img{
    height: 60px;
    width: 60px;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.noidung-camnghi .info{
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 16px;
    margin-top: 0px;
}

.anh-khach p {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
    margin-top: 32px;
}

.anh-khach p img {
    width: 200px;
    height: 100px;
    display: block;
    object-fit: cover;
    border-radius: 6px; /* bo góc nhẹ cho đẹp (tùy chọn) */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.anh-khach p img:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.camnghi-wrapper .slick-slide
 {
    margin-right: 32px;
}


.content-lydo{
  padding: 50px 0px 80px;
  background-color: #f3f3f3;
}

.content-lydo h4{
  position: relative;
    color: #1E6897;
    font-weight: 600;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 12px;
    margin: auto;
}

.content-lydo h4::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(images/med_icon.png) no-repeat center bottom;
    background-size: contain;
}

.content-lydo h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase;
}

.content-lydo .wrap-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cột đều nhau */
  gap: 32px; /* khoảng cách giữa các cột */
  margin-top: 32px;
}

.content-lydo .card-item{
  position: relative;
    border-radius: 12px;
    padding: 24px;
    background: #FFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid #1E6897;
}


.content-lydo .card-item img{
  width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    background: linear-gradient(90deg, #024689, #0077B6);
    padding: 14px;
    box-sizing: border-box;
}

.content-lydo h5 {
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
    color: #1E6897;
    text-transform: uppercase;
}



.content-donghanh {
      display: block;
    padding: 80px 0 80px;
    margin-bottom: 100px;
}

.content-donghanh h2 {
        font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
    padding-left: 12px;
}

.content-donghanh h2::before {
   content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    background: #1c50a1;
    border-radius: 2px;
}

.content-donghanh .wrap-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between; 
  column-gap: 180px;
  row-gap: 148px; 
  margin-top: 32px;
}


.content-donghanh .card-item {
  transition: all 0.3s ease;
  max-width: 600px;
  position: relative;
}

.content-donghanh .card-item img {
  width: 100%;
  height: auto;
  display: block;
}

.content-donghanh .card-content {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
      box-shadow: 1px 1px 3px #e3dede, -1px 1px 3px #e3dede;
  min-width: 85%;
  z-index: 2;
}

.content-donghanh .card-content h5 {
  font-size: 20px;
  color: #1c50a1;
  font-weight: 600;
  margin-bottom: 10px;
}

.content-donghanh .card-content p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}



.page-template-page-gioithieu .entry-content h2{
  font-size: 32px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 24px;
}

.page-template-page-gioithieu .entry-content h3{
  font-size: 18px;
    font-weight: 700;
}

.page-template-page-gioithieu .entry-content h4{
  font-size: 16px;
    font-weight: 700;
}

.page-template-page-gioithieu .entry-content img{
  margin-top: 24px;
}

/* .entry-content img {
    width: 100%;
} */

 .post-template-default .site-inner {
    margin: 0 auto;
    overflow: visible;
    padding: 140px 0 60px;
    width: 1280px;
    box-sizing: border-box;
}



/* Khối widget giống card trắng trong ảnh */
 .post-template-default .widget.caia-post-list-widget {
    background: #fff;
    /* border-radius: 10px;
    padding: 20px 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06); */
}

 .post-template-default .widget-title {
    margin-bottom: 14px;
}

 .post-template-default .widget-title h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-left: 12px;
}

 .post-template-default .widget-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    background: #1c50a1;
    border-radius: 2px;
}

 .post-template-default .main-posts .entry {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-top: 1px solid #eee;
}

 .post-template-default .main-posts .entry:first-child {
    border-top: none;
}

 .post-template-default .main-posts .entry:last-child {
    padding-bottom: 0;
}

 .post-template-default .box-img {
    flex-shrink: 0;
    width: 120px;        
    height: 72px;
    overflow: hidden;
    border-radius: 6px;
}

 .post-template-default .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


 .post-template-default .list-info {
    flex: 1;
}

 .post-template-default .widget-item-title {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}

.post-template-default .widget-item-title a {
    color: #222;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;    
    -webkit-box-orient: vertical;
    overflow: hidden;
}






.caldera-grid label {
    display: none;
}

.caldera-grid .title_popup{
        font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #28506F; 
    text-align: center;
}

.caldera-grid .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin-bottom: 18px;
    border: 0px solid #FFF;
}

.caldera-grid button,
.caldera-grid html input[type=button],
.caldera-grid input[type=reset],
.caldera-grid input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    display: inline-block !important; /* đảm bảo không full width */
    width: auto !important;
    padding: 10px 48px;
    color: #FFF;
    border: 1px solid #1c50a1;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
    background: #1c50a1;
    transition: all 0.3s ease;
    margin: auto !important;
    text-transform: uppercase !important;
      text-align: center !important;
    
}



.content-form .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: #FFF !important;
    border: 0!important;
    transition: 0.4s 
ease;
    margin-bottom: 12px;
}

.content-form .caldera-grid input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    display: inline-block;
    padding: 10px 24px;
    color: #FFF;
    border: 1px solid #56a3f7;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s 
ease;
    background-color: #56a3f7;
}

.content-form .caldera-grid .form-control::placeholder {
  color: #999 !important;
  font-size: 16px;
}

.content-form .caldera-grid{
    padding-top: 48px;
}

.yarpp-related{
  display: block;
    margin-top: 60px;
}

.yarpp-related .widgettitle{
      font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.yarpp-related .main-posts{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 24px;
}

.yarpp-related .project img {
    width: 100%;
    height: 240px !important;
    object-fit: cover;
    margin-bottom: 12px;
}

.yarpp-related .list-info .title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #1c50a1;
}

.yarpp-related .list-info .title a{
    color: #1c50a1;
    text-decoration: none;
}

.yarpp-related .list-info .title::before {
    content: "";
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #56a3f7;
    margin-right: 8px;
    vertical-align: middle;
    transform: translateY(-2px);
}

.yarpp-related .project-diachi {
    margin: 0 0 0 53px;
    font-size: 15px;
    color: #333;
}

.yarpp-related .project-diachi i {
    margin-right: 4px;
}



@media (min-width: 1181px) and (max-width: 1640px) {
    .site-header .widget-area {
    width: 1280px;
    position: absolute;
    top: 50%;
    left: 68%;
}

.site-header .search-form {
    position: absolute;
    top: 0px;
    right: 260px;
    width: 180px;
    border: 1px solid #9e9e9ea1;
    border-radius: 10px;
}

.content-banner .slick-list img {
    width: 100%;
    height: auto !important;
    display: block;
}

}

@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;
}

.click-menu {
    text-align: center;
    position: fixed !important;
    right: 4% !important;
    top: 23px !important;
    z-index: 5000;
}

    .click-menu .line {
    height: 3px !important;
    margin-bottom: 6px;
    background: #444 !important;
    width: 28px !important;
    transition: 0.4s;
}

.mobile-menu .active-menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 10px !important;
        right: 15px !important;
    user-select: none;
        color: #222 !important;
}

.site-header .search-form {
    position: absolute;
    top: -21px;
    right: 580px;
    width: 160px;
    border: 1px solid #9e9e9ea1;
    border-radius: 10px;
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
  font-family: "Manrope", 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;
}

.content-banner {
    margin: 70px auto 0px;
}

.content-banner .slick-list img {
    width: 100%;
    height: auto !important;
    display: block;
}

.content-banner .slick-prev, .content-banner .slick-next ,
.country-banner-slider .slick-prev, .country-banner-slider .slick-next {
    border: none;
    width: 40px;
    height: 40px;
   
}

.content-banner .slick-prev, .country-banner-slider {
    left: 6px;

}

.content-banner .slick-next, .country-banner-slider .slick-next {
    right: 6px;
  
}

.content-banner .slick-prev::before, .content-banner .slick-next::before, .country-banner-slider .slick-prev::before, .country-banner-slider .slick-next::before {
    font-size: 20px;
}

.content-quocgia {
    margin: 40px auto;
    padding: 0px 15px;
}

.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0px auto 20px;
}

.quocgia-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.quocgia-item img {
  border-radius: 50% 2px;
    width: 100%;
    height: 160px;
    border-radius: 8px;
}

.quocgia-item h3 {
    margin-top: 0px;
    font-size: 15px;
}

.content-gioithieu {
    padding: 20px 15px 50px;
}

.content-gioithieu .wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.content-gioithieu .widgettitle {
    font-size: 26px;
    line-height: 32px;
}


.content-gioithieu .textwidget p {
  font-size: 15px;
  line-height: 1.7;
}

.content-gioithieu p a {
    color: #FFF;
    height: 45px;
    display: table;
    line-height: 45px;
    font-size: 15px;
    margin-top: 20px;
}

.content-gioithieu img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}



.content-noibat.section {
    background: #1c50a1;
    padding: 45px 15px 50px;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 16px;
    align-items: start;
}

.content-noibat.section > .widget_text {
    grid-column: 1 / -1;
    margin-bottom: 10px;
    padding: 0px 15px;
}

.content-noibat.section .widget-title {
    font-size: 26px;
    line-height: 1.4;
}

.content-noibat.section .mainposts img {
    width: 60px;
    height: 60px;
    margin: 0 auto 6px;
}

.content-noibat.section .counter-number {
    font-size: 40px;
}

.content-noibat.section .counter-label {
    font-size: 15px;

}

.content-news {
    margin: 40px auto;
    padding: 0px 15px;
}

.content-news .widget-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content-news h2 {
    font-size: 26px;
    line-height: 32px;
     margin-bottom: 6px;
}

.content-news .main-posts {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}

.content-news .post .box-img img {
    width: 100%;
    height: 200px;
}

.content-news .post .list-info {
    padding: 16px 20px 20px;
}

.content-news .post .widget-item-title a {
    font-size: 16px;
    font-weight: 700;
    color: #333;
        overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    padding-bottom: 7px !important
}

.content-news .post .entry-text {
    font-size: 15px;

}

.content-news .post .entry-text .more-link {
    cursor: pointer;
    border-radius: 12px;
    background: #222;
    color: #fff;
    text-align: center;
    display: table;
    line-height: 40px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.3s 
ease;
    height: 40px;
    margin-top: 10px;
}

    .content-news ul li > a {
        width: 180px;
    }

    .content-news .box-info a {
    font-size: 16px;
       overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content-news .read-more {
    padding: 0 18px;
    margin-top: 6px;

}

.content-news li {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.content-news section:nth-of-type(2) a{
  height: 40px;
        line-height: 40px;
        margin-top: 8px;
}

.content-hinhanh {
    padding: 50px 15px 50px;
}

.content-hinhanh .widgettitle {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.gallery img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
}

#gallery-1 .gallery-track, #gallery-2 .gallery-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}

#gallery-2{
  margin-top: 6px;
}

.content-cta {
    padding: 40px 15px;
}

.content-cta .label {
    font-size: 26px;
    margin-bottom: 16px;
}

.home .site-inner{
  display: none !important;
}

.before_footer {
    padding: 35px 15px 20px;
    margin-top: 0px;
    box-sizing: border-box;
}
.before_footer .wrap-section {
    flex-direction: column;
    gap: 20px;
}

 .content-hero {
    background-size: cover;
    min-height: 300px;
     margin-top: 71px;
}

.content-breadcrumb {
    padding: 30px 15px;
}

.content-breadcrumb {
    top: 42%;
}

.content-hero h2 {
    font-size: 26px;
}

.breadcrumb {
    font-size: 16px;
    margin: 0px auto auto;
}

.content-breadcrumb .title {
    font-size: 32px;
}

.content-breadcrumb .slogan {
    font-size: 16px;
    margin-top: 12px;
}

.site-inner {
    padding: 30px 15px 30px;
    width: 100%;
    box-sizing: border-box;
}

.page-template-page-gioithieu .entry-content h2 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 6px;
    margin-bottom: 12px;
}

.page-template-page-gioithieu .entry-content h3 {
    font-size: 16px;
    margin-bottom: 0px;
}


.content-doitac .widgettitle {
    font-size: 26px;
    margin-bottom: 16px;
}

.content-doitac {
    padding: 40px 15px;
    margin: auto;
}
.content-doitac .textwidget p {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    place-items: center;
}

.content-doitac img {
    height: 36px;
}

.content-giatri {
    padding: 100px 0 0px;
}

.content-giatri .wrap-card {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
}

.content-giatri .card-item img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid #FFF;
    padding: 10px;
    object-fit: contain;
}

.content-giatri .card-content h5 {
    font-size: 16px;
    margin: 0 0 0px 0;
}


.blog-wrapper {
    grid-template-columns: repeat(1 ,1fr);
    gap: 24px;
    align-items: start;
}

.blog-wrapper .blog-info {
    padding: 8px 12px;
}

.blog-wrapper .blog-title a {
  line-height: 22px;
    margin: 0;
    padding-bottom: 5.5px !important;
}

.blog-title{
  margin-bottom: 4px;
}

.blog-wrapper .blog-meta {
    margin-bottom: 3px;
}

.blog-wrapper .blog-excerpt {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-template-default .site-inner {
    margin: 0 auto;
    overflow: visible;
    padding: 90px 15px 60px;
    width: 100%;
    box-sizing: border-box;
}

.blog-wrapper .slick-slide {
  margin: 0 8px;
}

.blog-wrapper .slick-list {
  margin: 0 -8px;
}

.content-sidebar-wrap {
    flex-direction: column;
    gap: 24px;
}

.content-sidebar .content, .sidebar-content .content {
    width: 100%;
}

.content h1 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 15px;
}


.page-template-page-lienhe .site-inner {
    padding: 0px !important;
}

.content-lienhe {
  flex-direction: column;
    z-index: 1;
    padding: 0px;
    border-radius: 2.12px;
}

.contact-section {
    flex: 0 0 100%;
    padding: 20px;
    row-gap: 8px;
    position: relative;
    border-radius: 12px;
}

.contact-section h2 {
    font-size: 26px;
    margin-bottom: 0px;
}

.contact-section h3 {
    font-size: 15px;
}

.contact-section li {
        display: block;
    }

        .contact-section li i ,.contact-section li strong{
        margin-right: 6px;
    }

    .form_lienhe {
    flex: 0 0 100%;
    padding: 24px 15px 0px ;
    width: 100% !important;
    
}

.form_lienhe .label {
    font-size: 26px;
    margin: 0px auto 8px !important;
}
.caldera-grid input[type="submit"] {
    font-size: 15px !important;
    line-height: 16px !important;
   font-weight: 500 !important;
}

.sidebar {
    width: 100%;
}


.site-header .widget_text p {
    position: absolute;
    top: -22px;
    right: 590px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    height: 40px;
    display: table;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    background: #1c50a1;
    padding: 0px 12px;
    border-radius: 8px;
    transition: background 0.3s;
    text-transform: uppercase;
}

.site-title a, .site-title a:hover
 {
    background-size: 60px;
}



.nhantuvan .widget_caldera_forms_widget .widget-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    background-color: rgb(229, 238, 246);
    padding:16px 20px;
    z-index: 3000;
    border-radius: 20px;
}

.nhantuvan .label
 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 8px;
}

.caldera-grid .form-group {
    margin-bottom: 10px;
}

.caldera-grid .form-control {
    font-size: 15px !important;
    padding: 12px 18px !important;
}

.content-contact .widget_caldera_forms_widget input, .content-lienhe form input, .nhantuvan .widget_caldera_forms_widget input {
    height: 44px;
}

.privacy-policy .site-inner, .page-id-207 .site-inner, .page-id-211 .site-inner, .page-id-215 .site-inner {
    padding: 100px 15px 60px !important;
    width: 100% !important;
}



.country-banner-slider {
    margin-top: 71px !important;
}

.country-info-layout {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.country-info-sidebar{
  display: none;
}

.country-page-title {
    font-size: 32px !important;
    line-height: 1.1;
    margin: 0 0 16px !important;
}

.country-section-title {
    font-size: 20px !important;
    line-height: 1.25;
    margin: 0 0 16px !important;
    gap: 2px;
}

.country-section-title svg {
        width: 20px !important;
        height: 20px !important;
    }

    .country-section-content {
    font-size: 15px !important;
    line-height: 1.9 !important;
}

.country-section {
    margin-bottom: 40px !important;
}

.single-quocgia .truonghoc-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
}

.truonghoc-thumb img, .truonghoc-no-thumb {
    height: 140px !important;
}

.truonghoc-info {
    padding: 8px !important;
}

.truonghoc-title {
    font-size: 15px !important;
}

#section-yeucau .list-nganh {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    margin-top: 20px !important;
}

#section-yeucau .accordion > li {
    padding: 28px 12px !important;
    font-size: 16px !important;;
}

#section-yeucau .accordion > li > ol {
    padding: 0 0 0 18px !important;
    font-size: 15px !important;
}

.country-exp-list {
    gap: 24px !important;
}

.country-exp-question {
    font-size: 16px !important;
    z-index: 2 !important;
}

.country-exp-item {
    padding-bottom: 4px !important;
}

#section-chinhsach, #section-yeucau, #section-kinhnghiem, #section-nganhdaotao, #section-visa {
    scroll-margin-top: 0px !important;
}

.country-faculty-strength {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 20px !important;
    margin-top: 16px !important;
}

.country-faculty-item {
    padding: 12px 0 !important;
}

.country-faculty-name {
    font-size: 15px !important;
}

.category .site-inner, .tax-truonghoc_cat .site-inner {
    padding: 110px 15px 60px !important;
    width: 100% !important;
}

.truonghoc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
}

.country-info-content {
    width: 100% !important;
}

#section-uudiem ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 16px 16px !important;
}

#section-uudiem ul li {
    gap: 12px !important;
    font-size: 14px !important;
    line-height: 1.6;
}

.search-group-title{
  font-size: 26px !important;
      margin-bottom: 20px !important;
}

.content-donghanh {
    display: block;
    padding: 20px 15px 50px;
    margin-bottom: 100px;
}

.content-donghanh h2 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 16px;
}

.content-donghanh .wrap-card {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
   column-gap: 16px;
   row-gap: 125px;
    margin-top: 24px;
}

.content-donghanh .card-content {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px 18px;
    min-width: 90%;
}

.content-donghanh .card-content h5 {
    font-size: 18px;
    margin-bottom: 0px;
}

.content-donghanh .card-content p {
    font-size: 15px;
}

.content-lydo {
    padding: 35px 15px 50px;
}

.content-lydo h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px;
}

.content-lydo .wrap-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.content-lydo .card-item {
    padding: 16px;
} 

.content-lydo .card-item img {
    width: 48px;
    height: 48px;
    padding: 11px;
}

.content-lydo h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    margin-top: 6px;
}


.content-tamnhin {
    padding: 60px 15px 0px;
}

.content-tamnhin .wrap {
    flex-direction: column;
    gap: 16px;
}

.content-tamnhin .wrap > img {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}

.content-tamnhin .tamnhin-wrapper h2 {
    font-size: 26px;
        line-height: 40px;
        margin-bottom: 16px;
}

.content-tamnhin .card-item {
    margin-bottom: 16px;
}

.content-tamnhin .card-content h5 {
  font-size: 16px;
    margin-bottom: 4px;
}

.content-tamnhin .card-content p {
    font-size: 15px;
    line-height: 1.7;
}

.content-doitac .widgettitle {
    font-size: 26px;
    margin-bottom: 16px;
}

.content-doitac {
    padding: 40px 15px;
    margin: auto;
}
.content-doitac .textwidget p {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    place-items: center;
}

.content-doitac img {
    height: 36px;
}

.content-giatri {
    padding: 40px 15px 0px;
}

.content-giatri .wrap-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px ;
}

.content-giatri .card-item {
    padding: 24px;
    gap: 12px;
}

.content-giatri .card-item img {
    width: 50px;
    height: 50px;
}

.content-giatri h2 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 16px;
}

.content-giatri .card-content h5 {
    font-size: 16px;
    margin: 0 0 0px 0;
}



.content-camnghi {
    padding: 40px 12px 50px;
    margin: 60px auto 20px;
}

.camnghi-wrapper{
    margin-top: 24px;
}

 .camnghi-wrapper .slick-slide {
    margin:0px 8px;
    height: 350px;
}

.content-khachhang{
    padding: 0px 12px;
}

.anh-khach p {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.anh-khach p img {
    width: 114px;
    height: 60px;
}


}



.privacy-policy .site-inner, .page-id-207 .site-inner, .page-id-211 .site-inner, .page-id-215 .site-inner {
    margin: 0 auto;
    overflow: visible;
    padding: 140px 0 60px;
    width: 1280px;
    box-sizing: border-box;
}

.privacy-policy .sidebar .widget .widgettitle, .page-id-207 .sidebar .widget .widgettitle ,.page-id-211 .sidebar .widget .widgettitle, .page-id-215 .sidebar .widget .widgettitle {
    background: #1c50a1;
    padding: 8px 15px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0px;
}

.privacy-policy .sidebar h2, .page-id-207 .sidebar h2, .page-id-211 .sidebar h2, .page-id-215 .sidebar h2 {
   color: #FFF;
    margin-top: 6px;
}

.privacy-policy .sidebar .widget, .page-id-207 .sidebar .widget, .page-id-211 .sidebar .widget, .page-id-215 .sidebar .widget {
    border-radius: 8px;
    background-color: #eef9f9;
    margin: 0 0 10px;
    border-bottom: 2px solid #1c50a1;
    float: left;
    width: 100%;
    padding: 0px;
}

.privacy-policy .sidebar .main-posts, .page-id-207 .sidebar .main-posts, .page-id-211 .sidebar .main-posts, .page-id-215 .sidebar .main-posts {
    padding: 16px;
}

.privacy-policy .sidebar .widget .post, .page-id-207 .sidebar .widget .post, .page-id-211 .sidebar .widget .post, .page-id-215 .sidebar .widget .post {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.privacy-policy .sidebar .widget .recipe, .page-id-207 .sidebar .widget .recipe, .page-id-211 .sidebar .widget .recipe, .page-id-215 .sidebar .widget .recipe {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.privacy-policy .sidebar .widget img, .page-id-207 .sidebar .widget img, .page-id-211 .sidebar .widget img, .page-id-215 .sidebar .widget img {
    float: left;
    width: 150px;
    height: 92px;
    margin: 0 12px 6px 0;
    border-radius: 10px;
}


.privacy-policy .sidebar .widget .widget-item-title a, .page-id-207 .sidebar .widget .widget-item-title a, .page-id-211 .sidebar .widget .widget-item-title a, .page-id-215 .sidebar .widget .widget-item-title a {
    font-size: 16px;
  color: #444;
    font-weight: 500;
    line-height: 1.3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    /* text-align: justify; */
}






.country-banner-slider{
  margin-top: 112px;
}

.country-info-layout{
    display:flex;
    align-items:flex-start;
    gap:40px;
    overflow:visible !important;

}

.country-info-sidebar{
    width:300px;
    flex:0 0 300px; 
    position: sticky !important;
    top:120px;
}


.country-info-menu{
    list-style:none;
    margin:0;
    padding:18px;
    background:#f2f2f2;
    border-radius:22px;
    position: sticky !important;
    top:120px;
}

.country-info-menu li{
    margin:0 0 12px;

}

.country-info-menu li:last-child{
    margin-bottom:0;
}

.country-info-menu a{
    display:block;
    text-decoration:none;
    color:#222;
    font-size:16px;
    line-height:1.4;
    padding:10px 12px;
    border-radius:12px;
    transition:all .2s ease;
     display: flex;
    /* justify-content: center; */
    gap: 10px;
}

.country-info-menu a:hover{
    background:#fff;
}

.country-info-menu a.active{
    background:#fff !important;
}

.country-info-consult{
    margin-top:22px;
}

.btn-tu-van{
    display:block;
    text-align:center;
    background:#ff2a2a;
    color:#fff;
    font-weight:600;
    text-decoration:none;
    padding:12px 20px;
    border-radius:999px;
}

.country-info-content{
    flex:1;
    min-width:0;
}

.country-page-title{
    font-size:56px;
    line-height:1.1;
    font-weight:700;
    margin:0 0 28px;
}

.country-section{
    position: relative;
    margin-bottom: 60px;
}

.country-section:last-child{
    position: relative;
    margin-bottom: 0px;
}

.country-section::before{
    content: "";
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
    pointer-events: none;
}

#section-chinhsach,
#section-yeucau,
#section-kinhnghiem,
#section-nganhdaotao,
#section-visa{
    scroll-margin-top: 180px !important;
}

.country-section-title{
    font-size:28px;
    line-height:1.25;
    font-weight:700;
    margin:0 0 22px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.country-section-content{
    font-size:16px;
    line-height:1.9;
    color:#222;
}


.country-section-content ul{
    padding-left:22px;
}

.country-exp-list{
    display:flex;
    flex-direction:column;
    gap:32px;
}

.country-exp-item{
    border-bottom:1px solid #e5e5e5;
    padding-bottom:12px;
}

.country-exp-question{
    position:relative;
    cursor:pointer;
    font-size:20px;
    line-height:1.3;
    font-weight:600;
    padding:0 40px 12px 0;
}

.country-exp-question:after{
    content:"+";
    position:absolute;
    top:0;
    right:0;
    font-size:30px;
    line-height:1;
    transition:transform .2s ease;
}

.country-exp-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
}

.country-exp-item.active .country-exp-answer{
    max-height:2000px;
}

.country-exp-question{
    cursor:pointer;
    position:relative;
}

.country-exp-question::after{
    content:"+";
    position:absolute;
    right:0;
    top:0;
    font-size:24px;
}

.country-exp-item.active .country-exp-question::after{
    content:"−";
}

.country-exp-answer img{
    max-width:100%;
    height:auto;
    display:block;
    margin:16px 0;
}

.country-exp-answer ul,
.country-exp-answer ol{
    padding-left:20px;
}

.country-exp-answer h3,
.country-exp-answer h4{
    margin:20px 0 10px;
}

.country-exp-answer{
    font-size:18px;
    line-height:1.8;
}

.country-faculty-strength{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:0 28px;
    margin-top:28px;
}

.country-faculty-item{
    border-bottom:1px solid #e5e5e5;
    padding:22px 0;
}

.country-faculty-inner{
    display:flex;
    align-items:center;
    gap:14px;
}

.country-faculty-icon img{
    width:34px;
    height:34px;
    object-fit:contain;
    display:block;
}

.country-faculty-name{
    font-size:17px;
    line-height:1.4;
    color:#222;
    font-weight:500;
}

.country-faculty-more{
    margin-top:30px;
}

.btn-xem-them{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:0 22px;
    border-radius:999px;
    background:#f3f3f3;
    color:#222;
    text-decoration:none;
    font-size:16px;
}

#section-yeucau .list-nganh{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:28px;
    align-items:start; 
    margin-top: 24px;
}

#section-yeucau .accordion{
    list-style:none;
    margin:0;
    padding:0;
    background:#f3f3f3;
    border-radius:18px;
    overflow:hidden;
}

#section-yeucau .accordion > li{
    list-style:none;
    margin:0;
    padding:28px 22px;
    font-size:18px;
    font-weight:400;
    cursor:pointer;
    position:relative;
}

#section-yeucau .accordion > li::after{
    content:"⌄";
    font-size:18px;
    line-height:1;
    position:absolute;
    right:22px;
    top:28px;
    transition:transform .25s ease;
}

#section-yeucau .accordion > li > ol{
    display:none;
    margin:16px 0 0;
    padding:0 0 0 22px;
    font-size:16px;
    line-height:1.8;
    font-weight:400;
}

#section-yeucau .accordion.active > li::after{
    transform:rotate(180deg);
}

#section-yeucau .accordion.active > li > ol{
    display:block;
}

#section-yeucau .accordion > li > ol li{
    margin:0 0 8px;
}

.single-truonghoc .country-info-layout{
  margin-top: 90px;
}

#section-tintuc .country-section-content p,
#section-tintuc .country-section-content br{
    display: none;
}


#section-uudiem ul{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px 60px;
    padding:0;
    margin:0;
    list-style:none;
}

#section-uudiem ul li{
    display:flex;
    align-items:flex-start;
    gap:16px;
    font-size:16px;
    line-height:1.6;
}

#section-uudiem ul li img{
    width:40px;
    height:40px;
    object-fit:contain;
    flex-shrink:0;
}

.country-info-sidebar .country-featured-image img{
      width: 100%;
    height: 300px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 7px;
    object-fit: cover;
    margin-bottom: 20px;
}

.category .site-inner, .tax-truonghoc_cat  .site-inner{
    margin: 0 auto;
    overflow: visible;
    padding: 140px 0 60px;
    width: 1280px;
    box-sizing: border-box;
}



.truonghoc-archive .wrap {
	max-width: 1280px;
	margin: 0 auto;
}

.truonghoc-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}

.truonghoc-item {
	position: relative;
}

.truonghoc-thumb {
	display: block;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

.truonghoc-thumb img,
.truonghoc-no-thumb {
	width: 100%;
	height: 220px;
	display: block;
	object-fit: cover;
	background: #ddd;
}

.truonghoc-info {
	background: #f3f3f3;
	padding: 12px;
	text-align: center;
	position: relative;
	justify-content: flex-start;
  border-radius: 0 0 8px 8px;
}

.truonghoc-title {
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700;
	text-transform: none;
  margin-bottom: 0px;
}

.truonghoc-title a {
	color: #222;
	text-decoration: none;
}




.truonghoc-shortcode-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px 24px;
}

.truonghoc-shortcode-item {
	position: relative;
}

.truonghoc-shortcode-thumb {
	display: block;
	border-radius: 18px 18px 0 0;
	overflow: hidden;
}

.truonghoc-shortcode-thumb img,
.truonghoc-shortcode-no-thumb {
	width: 100%;
	height: 265px;
	display: block;
	object-fit: cover;
	background: #ddd;
}

.truonghoc-shortcode-info {
	background: #fff;
	margin: -24px 28px 0;
	padding: 28px 18px 30px;
	text-align: center;
	position: relative;
	z-index: 2;
	min-height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.truonghoc-shortcode-title {
	margin: 0 0 24px;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
}

.truonghoc-shortcode-title a {
	color: #3f8ee8;
	text-decoration: none;
}

.truonghoc-shortcode-more {
	display: inline-block;
	color: #f28a63;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0.5px;
	margin-top: auto;
}

.truonghoc-shortcode-more:after {
	content: "";
	display: block;
	width: 68px;
	height: 2px;
	background: #f3c4b5;
	margin: 10px auto 0;
}

.single-quocgia .truonghoc-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
}

.search-group {
	margin-bottom: 50px;
}

.search-group-title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 24px;
	line-height: 1.3;
}