html{
  margin: 0 !important;
}
body {
  font-family: 'Inter', sans-serif !important;
  margin: 0;
  background: #fff;
  color: #222;
}
/* Container */
.container { 
  max-width: 1200px !important; 
  margin: 0 auto;
}
h1{
  font-size: 56px !important;
  font-weight: 600;
}
h2{
  font-size: 28px !important;
  font-weight: 600;
}
h3{
  font-size: 24px !important;
  font-weight: 600;
}
h4{
  font-size: 20px !important;
  font-weight: 600;
}
/* Topbar */
.topbar { 
  display: flex;
  position: relative;
  background: rgba(8, 1, 31, 0.31); 
  color: #fff;
  height: 40px;
}
.topbar-inner { 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  height: 40px;
}
.topbar-left { 
  display: flex; 
  gap: 12px; 
}
.topbar-left ul{ 
  display: flex; 
  list-style: none;
  gap: 8px; 
  padding: 0;
}
.topbar-left ul img{ 
  width: 24px;
  height: 24px;
  padding: 3px;
  border-radius: 4px;
}
.social-link { 
  display: inline-flex; 
  align-items: center; 
  padding: 4px; 
  color: #fff; 
  opacity: .9; 
}
.social-link:hover { 
  opacity: 1; 
}
.topbar-right { 
  display: flex; 
  gap: 30px; 
}
.topbar-right ul{ 
  list-style: none;
  margin: 0;
}
.topbar a {
  color: #fff; 
  text-decoration: none; 
}
.topbar-right .topbar-list {
  display: flex;
  align-items: center;
  gap: 30px;        
  margin: 0;
  padding: 0;
  list-style: none;
}

.topbar-right .topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.topbar-right .topbar-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.topbar-right .topbar-link {
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.topbar-right .topbar-link:hover {
  text-decoration: underline;
}


/* Header */
/* Main header */
.header-main { 
  display: flex;
  align-items: center;
  height: 80px;
  color: #fff; 
  position: relative; 
  z-index: 10; 
}
.header-inner { 
  display: grid; 
  grid-template-columns: 1fr auto 2fr; 
  align-items: center; 
  gap: 20px;
}
.logo img { 
  height: 32px; 
  width: 85px;
}
.site-title { 
  font-weight: 700; 
  font-size: 20px; 
}

/* Menu */
.menu.menu--primary { 
  display: flex; 
  list-style: none; 
  gap: 32px; 
  margin: 0; 
  padding: 0; 
}
.menu.menu--primary a { 
  display: block;
  /* height: 40px; */
  color: #fff; 
  text-decoration: none; 
  font-weight: 600; 
  padding: 8px 16px;
  border-radius: 8px; 
}
.menu.menu--primary a:hover, .menu.menu--primary .current-menu-item > a { 
  background: rgba(255,255,255,0.1); 
}

/* Actions */
.header-actions { 
  display: flex; 
  align-items: center; 
  gap: 12px; 
  justify-content: flex-end; 
}

.header-actions .btn{ 
  display: flex;
  align-items: center;
  background: #177ddc;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  color: #ffffff;
}
.header-actions .btn.btn-google{ 
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  color: #666666;
  border: 1px solid #dae2ee;
  background: none;
  gap: 12px;
  font-weight: 600;
}
.header-actions .btn:hover { 
  background: rgba(23, 125, 220, 1.1) !important;
  text-decoration: none !important; 
}

/* .site-header {
  background: #081f4d;
  padding: 10px 0;
}
.site-header img { height: 40px; } */

/* Hero */
.hero {
    background-size: cover; 
    color: #fff;
    text-align: center;
    margin-top: -120px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero h1 {
  font-weight: 600; 
    margin: 0; 
}

/* Section title */
section h2 { 
  /* text-align: center;  */
  margin: 0 0 20px; 
}

/* Footer */
#footer a:hover {
    color: #fff;
}

.section_footer, #footer {
    background-color: rgb(0, 16, 34);
    color: #fff;
}

#footer {
    padding-top: 80px;
}
#footer hr{
    width: 100%;
}
#footer .lg-hr {
    border-color: rgba(218, 226, 238, 1) !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
.footer_logo h4{
  margin: 0;
}
.section_footer .section-content {
    height: 100vh;
    display: flex;
    justify-content: end;
    flex-direction: column;
}
.menu_footer {
    list-style: none;
    justify-content: end;
}

.menu_footer a {
    color: var(--white);
}

.line_footer {
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    height: 1px;
}

.menu_footer_center,
.menu_footer_bottom, 
.member_company_contain {
    margin-top: 30px;
    margin-bottom: 40px;
}

.menu_footer_center ul li {
    margin-bottom: 0px;
}

.menu_footer_bottom ul,
.menu_footer_bottom ul li a {
    opacity: 0.6000000238418579;
    color: var(--white);
    margin: 0px;
}

.absolute-footer {
    display: none;
}

.footer_bottom {
    background-color: #000a16;
    padding: 15px 0px;
}

.footer_bottom ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.menu_footer .footer_logo {
    /* margin-bottom: 48px; */
}
.menu_footer .footer_logo img{
    width: 107px;
    height: 40px;
}
.address_contain .items-center {
    margin-bottom: 20px;
    align-items: center;
}
.address_contain .items-center img{
    width: 24px;
    height: 24px;
    border-radius: 24px;
    object-fit: cover;
}
.menu_footer .grid-template {
    display: grid;
    grid-template-columns: 50% 50%;
}
.menu_footer .grid-template .address_contain:first-child {
    grid-row: 1 / 3;
    padding-right: 20px;
}
.menu_footer .address_contain .tel {
    color: #0873D6;
}
.space-y-20 > :not([hidden]) ~ :not([hidden]), .space-y-20 .col-inner > :not([hidden]) ~ :not([hidden])
{
    margin-top: 20px;
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
    /* margin-left: 8px; */
}
.footer_bottom {
    background-color: #000a16;
    padding: 15px 0px;
}
.space-x-40 > :not([hidden]) ~ :not([hidden])
{
    margin-left: 40px;
}
.social-footer{
  display: flex;
  gap: 16px;
}
.social-footer ul{
  gap: 8px;
}
.social-footer ul img{
  width: 24px;
  height: 24px;
  padding: 3px;
  border-radius: 4px;
}


/* About */
.about {
  padding: 120px 0;
}

.about-container {
  /* display: flex; */
  align-items: center;
  /* justify-content: space-between;
  gap: 40px; */
}

.about-text {
  align-content: center;
}

.about-text h2 {
  margin-bottom: 20px;
}

.about-text p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.about-link {
  color: #177ddc;
  font-weight: 600;
  text-decoration: none;
}

.about-link:hover {
  text-decoration: underline;
}

.about-image {
  flex: 1;
  text-align: center;
}

.about-image img {
  width: 100%;
  height: auto;
}


/* Topics */
.topics{
  background: #f7fafd;
  padding: 120px 0;
}
.topics h2{
  margin: 0 0 40px;
  font-weight: 600;
}
.topic-grid {
  /* display:grid;
  grid-template-columns:repeat(auto-fit,minmax(370px,1fr));
  gap: 40px 30px; */
  row-gap: 40px;
}

.topic {
  position:relative;
  display:flex; 
  flex-direction: column;
  align-items:center; 
  justify-content:center;
  padding: 64px 0;
  border-radius:16px; 
  overflow:hidden;
  background-size:cover; 
  background-position:center;
  background: #ffffff; 
  text-decoration:none;
  transition:transform .25s ease, box-shadow .25s ease;
}
.topic p { 
  z-index:2; 
  color:#1a1a1a; 
  font-weight:600; 
  transition:color .25s; 
  font-size: 20px;
}

.topic img{
  z-index: 3;
  height: 100px;
  object-fit: contain;
  border-radius: 0px !important;
}
.topic:hover img{
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
.topic:hover p { 
  color:#fff; 
}

.topic-overlay{
  position:absolute; 
  inset:0; 
  z-index:1; 
  opacity:0; 
  transition:opacity .35s ease;
}
.topic:hover .topic-overlay{
  opacity:1;
  background:
    linear-gradient(135deg, #0873d6, #0835d6),
    url('../images/pattern-bg.png'); 
  background-blend-mode:overlay;
  background-size:cover;
}


/* Posts */
.featured-posts { 
  padding: 120px 0; 
}
.featured-posts h2 { 
  margin-bottom: 48px; 
  font-size: 28px; 
  font-weight: 700; 
}
.featured-posts .section-header{ 
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.featured-posts .section-header .view-all{ 
    display: flex;
    align-items: center;
    gap: 6px;
    color: #177ddc;
    text-decoration: none;
    font-weight: 500;
}
.featured-grid{
  display:flex;
  /* grid-template-columns: 670px 1fr;  
  gap:30px;*/
  align-items:start;
}

.post-main { 
  background:#fff; 
  border-radius:12px; 
}
.post-main__thumb{ 
  display:block; 
  overflow:hidden; 
  border-radius:12px; 
}
.post-main__thumb img{ 
  width:100%; 
  height:360px; 
  object-fit:cover; 
  border-radius:12px; 
  transition:transform .3s; 
  display:block; 
}
.post-main__thumb:hover img{ 
  transform:scale(1.02); 
}
.post-main__meta{ 
  margin:14px 6px 6px; 
  color:#6b7280; 
  font-size:14px; 
}
.meta-dot{ 
  margin:0 8px; 
}
.post-main__title{ 
  margin:4px 6px 8px; 
  font-size:24px; 
  line-height:1.35; 
}
.post-main__title a{ 
  color:#0f172a; 
  text-decoration:none; 
}
.post-main__title a:hover{ 
  text-decoration:underline; 
}
.post-main__excerpt{ 
  display: -webkit-box;
  -webkit-line-clamp: 2;     
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin:0 6px 12px; 
  color:#374151; 
}
.post-main__chips{ 
  margin:0 6px 12px; 
  display:flex; 
  flex-wrap:wrap; 
  gap:8px; 
  justify-content: space-between;
}

.post-side-list{
  display:grid;
  grid-auto-rows:min-content;
  gap:30px;
}

.post-side{
  display:grid;
  grid-template-columns: 200px 1fr;
  gap:14px;
  align-items:start;
  border-radius:12px;
  transition:background .2s;
}
.post-side:hover{ 
  background:#f8fafc; 
}

.post-side__thumb img{
  width:200px; 
  height:173.67px;
  object-fit:cover; 
  border-radius:10px; 
  display:block;
}
.post-side__meta{ 
  color:#6b7280; 
  font-size:14px; 
  margin-bottom:4px; 
}
.post-side__title{ 
  margin:0 0 6px; 
  font-size:18px; 
  line-height:1.35; 
}
.post-side__title a{ 
  color:#0f172a; 
  text-decoration:none; 
}
.post-side__title a:hover{ 
  text-decoration:underline; 
}
.post-side__excerpt{ 
  display: -webkit-box;
  -webkit-line-clamp: 2;     
  -webkit-box-orient: vertical;
  overflow: hidden;
  color:#666666; 
  font-size:14px; 
  margin:0 0 8px; 
}
.post-side__chips{ 
  display:flex; 
  justify-content: space-between;
  align-items: center;
  max-height: 24px;
}
.post-views svg {
  align-self: center;
}
.chip{ 
  display:inline-block; 
  padding:5px 10px; 
  font-size:14px; 
  border-radius:24px; 
  background:#e0f2fe; 
  color:#0369a1; 
  text-decoration:none; 
}
.chip--ghost{ 
  background:#eef2ff; 
  color:#4f46e5; 
}



/*Vtian*/
.vtian-banner {
  position: relative;
  overflow: hidden;
  /* z-index: 10; */
  background: linear-gradient(90deg, #0873d6, #0835d6);
  color: white;
  height: 384px;
  display: flex;
  align-items: flex-end; 
}
.vtian-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.vtian-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
.vtian-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center; 
  justify-content: space-between;
  width: 100%;
}

.vtian-image img {
  width: 280px;
  border-radius: 10px;
  display: block;
}

.vtian-text {
  width: 734px;
  display: flex;
  flex-direction: column;
  justify-content: center; 
}

.vtian-text h2 {
  margin-top: 0;
}

.vtian-text .btn {
  background: linear-gradient(90deg,#0FA44A,#21E2B4);
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  width: 177px;;
}



/*archive*/
.vti-page-blogs{
  padding-top: 120px;
  background-color: #f7fafd;
}
.vti-page-blogs h3{
  margin-bottom: 48px;
  font-weight: 600;
}
.category-posts-custom .post-custom{
  /* display:grid;
  grid-template-columns: 870px 1fr; 
  gap:30px; */
  align-items:start;
  margin-bottom: 120px;;
}
.category-posts-custom .post-custom .col{
  padding: 0;
}
.item-category-posts{
  display:grid;
  grid-template-columns: 270px 1fr;  
  gap:30px;
  align-items:start;
  padding-bottom: 40px;
}
.item-category-posts img{
  width: 270px;
  height: 190px;
  border-radius: 12px;
}
.item-category-posts .title-post a{
  text-decoration: none;
  color: #272e4e;
}
.the_posts_pagination .page-numbers {
    border: 1px solid #dae2ee;
    color: #272e4e;
    font-size: 16px;
    width: 48px;
    float: left;
    height: 48px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin: 0 5px;
    text-decoration: none;
}
.the_posts_pagination .page-numbers.current {
    color: #177ddc;
    border: 1px solid #177ddc;
}
.the_posts_pagination .navigation{
    justify-content: center;
}



/*search right*/
.search-input {
  width: 100%;
  padding: 8px 12px 8px 34px;
  border: 1px solid #dad2ee;
  border-radius: 8px;
  color: #666666;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.search-input::placeholder {
  color: #999;
}

.category-filter {
  margin-top: 32px;
}

.filter-title {
  font-weight: 600;
  color: #272e4e;
  margin-bottom: 12px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  cursor: pointer;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}

.category-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #0FA44A;
}

.category-item .category-name:hover {
  color: #0873d6;
  text-decoration: underline;
}

.category-count {
  color: #999;
  margin-left: auto;
}
.sidebar-banner img {
  margin-top: 32px;
}
.sidebar-banner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.post-hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #dae2ee;
}


/*single post*/
.breadcrumb{
  padding: 0 !important;
  margin-bottom: 16px !important;
  font-size: 18px !important;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0) !important;
}
.post-content{
  padding-top: 120px;
}
.post-content .post-meta{
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 600;
}
.post-detail{
  /* display:grid;
  grid-template-columns: 870px 1fr;  */
  gap:30px;
  align-items:start;
  margin-bottom: 120px;
}
.post-detail p{
  font-size: 20px;
}
.post-detail ul{
  font-size: 20px;
}
.post-detail ol{
  font-size: 20px;
}
.post-detail img{
  width: 100%;
}
.sapo-content {
  border-left: 4px solid #1a61d6;
  padding-left: 12px;
}
.sapo-content p{
  margin-bottom: 40px;
  font-style: italic;
}
.related-posts ul{
  list-style: none;
  padding: 0;
}
.related-posts ul li{
  display:grid;
  grid-template-columns: 84px 1fr; 
  gap:16px;
  align-items:start;
  margin-bottom: 24px;
}
.title-post a {
    text-decoration: none;
    color: #272e4e;
}
.related-posts h5 {
  margin-bottom: 16px;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.related-posts p {
    font-size: 16px;
}
.related-posts img {
    border-radius: 12px;
    max-height: 89px;
    max-width: 84px;
}

.post-related{
  padding: 120px 0;
  background-color: #f7fafd;
}
.post-related .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.post-related .section-header .view-all {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #177ddc;
    text-decoration: none;
    font-weight: 500;
}
.post-related-items{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
}
.post-related-items .post-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.post-related-items .post-side__thumb {
  flex: 0 0 auto;
  display: block;
}
.post-related-items .post-side__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 0;
}
.post-related-items .post-side__chips {
  margin-top: auto;
  max-height: 24px;
}
.post-related-items img{
  width: 100%;
  height: 200px;
  border-radius: 12px;
  margin-bottom: 30px;
}
.post-related-items .post-side__meta {
    color: #666666;
    font-size: 16px;
    margin-bottom: 16px;
}
.post-related-items .post-side__title {
    margin: 0 0 4px;
    font-size: 24px;
}
.post-related-items .post-side__excerpt {
    font-size: 16px;
    margin: 0 0 16px;
}


/*like share*/
.like-share{
  display: flex;
  gap: 20px;
  align-items: center;
}
.like-button{
  border: none;
  background: #ffffff;
  padding: 0;
}
.like-count{
  font-size: 20px;
}
.share-button{
  border: 1px solid #dae2ee;
  background: #ffffff;
  color: #666666;
  padding: 9px 10px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  white-space: nowrap;
}
.like-button svg path {
  stroke: #666;
  transition: all 0.25s ease;
}

.like-button svg.liked path {
  fill: #177DDC;
  stroke: #177DDC;
}
.post-like{
  display: flex;
  gap: 8px;
  align-items: center;
}
.social-share{
  display: flex;
  gap: 12px;
}
.share-fb {
  display: flex;
  width: 40px;
  border: 1px solid #dad2ee;
  background: #ffffff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}
.share-linkedin {
  display: flex;
  width: 40px;
  border: 1px solid #dad2ee;
  background: #ffffff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}
.post-content .post-side__chips{
  margin: 40px 0;
  gap: 20px
}

.icon-share{
  display: flex;
  gap: 8px;
  align-items: center;
}
.icon{
  gap: 16px;
  display: flex;
  align-items: center;
}
.post-views, .like, .share{
  display: flex;
  align-items: center;
  gap: 4px;
}
.share-count {
    font-size: 20px;
}



/* Bình luận */
.comment-body{
  display: grid;
    margin-bottom: 32px;
    grid-template-columns: 48px 1fr;
    gap: 10px;
}
.comment-current{
  display: grid;
    margin-bottom: 32px;
    grid-template-columns: 48px 1fr;
    gap: 10px;
}
.comment-reply-title{
  margin: 0;
}
.comment-current img {
    border-radius: 8px;
    width: 48px;
    height: 48px;
}
.comments-title{
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 600;
}
.comment-form{
  background: #f7fafd;
  border: 1px solid rgba(0, 58, 149, 0.1);
  border-radius: 8px;
  margin-bottom: 32px;
}
.comment-form-comment{
  padding: 0;
  margin: 0;
}
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.commentlist .children{
  list-style: none;
}
.single-comment {
  display: flex;
  gap: 15px;
}
.children .comment-body{
  padding-left: 15px;
  border-left: 1px dashed #90949C4D;
}
.comment-list img {
  border-radius: 8px;
  width: 48px;
  height: 48px;
}
.comment-list .children{
  margin-left: 58px;
  padding: 0;
}
.comment-content {
  flex: 1;
}

.comment-meta {
  font-size: 14px;
  color: #555;
  font-weight: 600;
}

.comment-date {
  font-size: 14px;
  color: #90949C;
}

.comment-text {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.5;
}

.comment-actions a {
  font-size: 14px;
  color: #177ddc;
  text-decoration: none;
}

.comment-actions a:hover {
  text-decoration: underline;
}

.comment-form-comment textarea {
  width: 100%;
  height: 100px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid rgba(0, 58, 149, 0.1);
  border-top: 1px solid rgba(0, 58, 149, 0.1);
  padding: 16px 12px;
  resize: vertical;
}

.submit-btn {
  background: #272E4E;
  color: white;
  border: none;
  padding: 4px 12px;
  border-radius: 2px;
  cursor: pointer;
}

.submit-btn:hover {
  background: #005c87;
}

.load-more-comments {
  margin-top: 15px;
  background: #177ddc;
  color: #fff;
  border: none;
  border-radius: 2px;
  padding: 16px 0;
  cursor: pointer;
  width: 100%;
}
.form-submit{
  margin: 0;
  display: flex;
      padding: 10px;
    justify-content: end;
}
.comment-notes, .comment-form-author, .comment-form-email, .comment-form-url, .comment-form-cookies-consent{
  padding: 10px;
  margin: 0;
}
.comment-form-author, .comment-form-email, .comment-form-url{
  display: grid;
    grid-template-columns: 150px 1fr;
    gap: 10px;
}
.comment-form-cookies-consent{
  display: grid;
    grid-template-columns: 15px 1fr;
    gap: 10px;
    align-items: self-start;
}
.comment-form-cookies-consent input{
  margin-top: 10px;
}
.comment-header{
  display: flex;
    justify-content: space-between;
}

#comment-order{
  border: 1px solid #DAE2EE;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  color: #666666;
  font-weight: 600;

}

.header-actions .btn--icon{
  background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
}
#vti-search-dropdown{
  display:none;
  position:absolute;
  top:75%;
  margin-top:10px;
  background:#fff;
  border-radius:8px;
  box-shadow:0 4px 20px rgba(0,0,0,0.15);
  padding:12px 16px;
  width:250px;
  z-index:9999;
}
.menu_footer .footer_logo {
    display: flex;
    justify-content: space-between;
}
.footer_logo .menu.menu--primary {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}
  .menu_footer .menu.menu--primary a {
    font-weight: 400;
}
.mobile-menu{
  display: none;
}
.ls_items{
  display: flex;
  gap: 20px;
}
.clt{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.about-content{
  margin: 120px 0;
}
/* Login */
#vti-login-popup{
  display:none; 
  position:fixed; 
  inset:0; 
  background:rgba(0,0,0,.6);
  z-index:9999; 
  justify-content:center; 
  align-items:center;
}
#vti-login-popup .container{
  background: #fff;
    border-radius: 16px;
    padding: 24px 24px 24px 0;
    width: min(95vw, 1510px);
    height: min(90vh, 886px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
#vti-close-popup{
  position:absolute; 
  top:10px; 
  right:15px; 
  background:none; 
  border:none; 
  font-size:22px; 
  cursor:pointer;
}
.login-text{
  flex:1 1 360px; display:flex; justify-content:center; align-items:center; background:#fff; padding:32px;
}
.login-vti-text{
  width:360px; 
  max-width:100%;
}
.back-to-top{
  display: none;
}#vtian-login-popup {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#vtian-login-popup .container {
  background: #fff;
    border-radius: 16px;
    padding: 24px 24px 24px 0;
    width: min(95vw, 1510px);
    height: min(95vh, 886px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    position: relative;
    display: flex
;
    flex-wrap: wrap;
}
#vtian-close-popup{
  display: none;
}

#vtian-login-popup .btn.btn-google{
  display: flex
;
    align-items: center;
    height: 40px;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    color: #666666;
    border: 1px solid #dae2ee;
    background: none;
    gap: 12px;
    font-weight: 600;
}
#ez-toc-container{
  display: none;
}
.btn.btn-google-vtian {
    display: flex
;
    align-items: center;
    height: 40px;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    color: #666666;
    border: 1px solid #dae2ee;
    background: none;
    gap: 12px;
    font-weight: 600;
}
.post-views.content-post{
  display: none;
}


@media (max-width: 768px) {
  h1{
  font-size: 24px !important;
  }
  h2{
    font-size: 20px !important;
  }
   h3{
    font-size: 18px !important;
  }
  h4{
    font-size: 16px !important;
  } 
  .vtian-banner {
    height: 252px;
  }
  .vtian-image img {
    width: 100%;
  }

  .featured-posts {
    padding: 64px 0;
  }
  .post-main__thumb img {
    height: 180px;
    width: 100%;
  }
  .post-side__thumb img {
    height: 180px;
    width: 100%;
    margin-bottom: 12px;
  }
  .post-side {
    display: block;
  }
  .featured-posts h2 {
    margin-bottom: 24px;
  }
  #footer {
    padding-top: 64px;
  }
  #footer .lg-hr {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .menu_footer .grid-template {
    display: block;
  }
  .footer_map{
    display: none;
  }
  .menu_footer .footer_logo {
    display: block;
  }
  .footer_logo .menu.menu--primary {
    gap: 0;
    margin-top: 24px;
  }
  .menu.menu--primary li:last-child {
    display: none !important;
  }

  .footer_bottom{
    font-size: 13px;
    text-align: center;
  }
  .footer_bottom .row {
    flex-direction: column;
  }
  .footer_bottom ul.policy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_bottom ul.policy li {
    width: auto;
  }
  .footer_bottom ul.policy li:last-child {
    flex-basis: 100%;
    margin-top: 4px;
  }
  .space-x-40 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0;
  }
  .ft-icon{
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
  .menu_footer .menu.menu--primary a {
    font-weight: 400;
  }

  .hero{
    margin-top: -100px;
    height: 420px;
  }
  .header-main {
    height: 100px;
  }
  .header-inner {
    display: flex;
    justify-content: space-between;
  }
  .topbar,
  .main-nav,
  .user-info
  {
    display: none !important;
  }
  .header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  #vti-menu-toggle {
    display: flex !important;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 240px;
    height: 100%;
    background: #00112c;
    color: white;
    transition: left 0.3s ease;
    z-index: 9999;
    padding: 48px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobile-menu.active {
    left: 0;
  }
  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-menu ul li {
    padding: 10px 0;
  }
  .mobile-menu ul li a{
    padding: 0 15px;
    color: #ffffff;
  }
  .mobile-menu .social-icons {
    display: flex;
    gap: 12px;
    padding: 0 15px;
  }
  .mobile-menu .contact-info {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 15px;
  }
  .mobile-menu .contact-info img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .mobile-menu .logo{
    margin: 0 0 48px;
    padding: 0 15px;
  }
  .mobile-menu ul li.current-menu-item > a {
    display: block;
    background: linear-gradient(90deg, #0873D6 0%, #0835D6 100%);
    color: #fff !important;
    padding: 10px 15px;
  }

  .about {
    padding-top: 48px;
    padding-bottom: 64px;
  }
  .about-text h2 {
    font-weight: 600;
  }
  .topics {
    padding: 64px 0;
  }
  .breadcrumb {
    padding: 0 !important; 
  }
  .vti-page-blogs {
    padding-top: 24px;
  }
  .item-category-posts {
   display: block; 
      align-items: start;
      padding-bottom: 48px;
  }
  .item-category-posts img {
    width: 100%;
    height: 180px;
    margin-bottom: 12px;
  }
  .post-content {
    padding-top: 24px;
  }
  .post-content .post-meta {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .post-detail p {
      font-size: 14px;
  }
  .post-detail ul{
    font-size: 14px;
  }
  .post-detail ol{
    font-size: 14px;
  }
  .post-related-items {
    display: block;
  }
  .post-related-items .post-item {
    margin: 24px 0 ;
  }
  .post-related-items .post-side__meta {
    color: #666666;
    font-size: 16px;
    margin-bottom: 12px;
  }
  .load-more-comments {
    margin-bottom: 24px;
    border-radius: 8px;
  }
  .post-related{
    padding: 24px 0;
  }
  .post-detail {
    margin-bottom: 24px;
  }
  .sidebar-banner{
    display: none;
  }
  .related-posts{
    display: none;
  }
  section h2 {
    font-weight: 600;
  }
  .vti-page-blogs h3 {
    margin: 24px 0;
    font-weight: 600;
  }
  .items-center{
    margin-bottom: 12px;
    font-size: 14px;
  }
  .post-comments-section{
    margin-top: 100px;
  }
  .ls_items .items-center {
    margin-bottom: 0;
  }
  .post-content .post-side__chips {
    flex-direction: column;
    align-items: end;
    margin: 0;
  }
  .share-fb, .share-linkedin {
    max-height: 40px;
  }
  .vti-page-blogs .post-mb {
    order: 2;
  }

  .vti-page-blogs .post-mb {
    order: 1;
  }
  .category-posts-custom .post-custom {
    margin-bottom: 64px;
  }
  .view-all .text {
    display: none;
  }
  .topic img {
    height: 48px;
  }
  .topic p {
      font-size: 13px;
      text-align: center;
  }
  .topic {
      padding: 28px 16px;
  }

  .about-content{
    margin: 24px 0;
  }
  .comment-form-author, .comment-form-email, .comment-form-url {
    grid-template-columns: none;
  }
  .back-to-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #0873D6, #0835D6);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 9999;
  }

  .back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .back-to-top:hover {
    transform: scale(1.05);
  }

  #vti-login-popup .container {
      padding: 0;
      border-radius: 20px;
  }
  .login-text {
    padding: 0;
    order: 1;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .login-vti-text {
    width: 330px;
    max-width: 100%;
}
}
