/* Theme Name: Gimont Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of gimont
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: gimont
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  gimont-child
*/

/* style for post detail */
ul.posts-sidebar, ul.post-meta {
    list-style-type: none;
    padding: 0;
}

ul.posts-sidebar .posts-related {
    display: flex;
    gap: 16px;
    position: relative;
    margin-bottom: 20px;
}

ul.posts-sidebar .posts-related .post-date i {
    color: var(--primary);
}

ul.posts-sidebar .posts-related .post-date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}
ul.posts-sidebar .posts-related .content {
    width: calc(100% - 120px);
}
ul.posts-sidebar .posts-related .post-date span {
    font-size: 14px;
}
ul.posts-sidebar .posts-related .post-title {
    margin-top: 0;
    line-height: 20px;
}

ul.posts-sidebar .posts-related .post-title:hover a {
    text-decoration: underline;
}

ul.posts-sidebar .posts-related .post-title a{
    font-weight: 800;
    color: var(--heading);
    font-size: 18px;
}

ul.posts-sidebar .posts-related .media img {
    width: 120px;
    aspect-ratio: 13/9;
    object-fit: cover;
}

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

/* Tablet */
@media (max-width: 782px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .logo_sticky {
    max-height: 40px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

.text-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-1 { -webkit-line-clamp: 1; }
.text-2 { -webkit-line-clamp: 2; }
.text-3 { -webkit-line-clamp: 3; }
.text-4 { -webkit-line-clamp: 4; }

.baiviet-title, .baiviet-title a {
  font-weight: 600;
  font-style: Bold;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 3%;

}

.baiviet-title, .baiviet-title a {
  color: var(--heading);
}

.baiviet-title:hover {
  text-decoration: underline;
}

.text-category {
  font-weight: 600 !important;
  color: var(--secondary) !important;
}

.archive article.post-wrap ul.post-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E8EAF0;
}

.blog-filter {
  margin-bottom: 50px;
}

.child-w-full>div>* {
  width: 100%;
}

.blog-filter form select, .blog-filter form input {
  border-radius: 2px !important;
  border-color: #F3F4F7 !important;  
}

body .single #main-content {
  max-width: calc( var(--main-content) - 30px );
  width: 100%;
  font-family: "Manrope", Sans-serif;
}

body .single .order_ticket {
  width: 360px;
}
@media (max-width: 1024px) {
  body .single #main-content {
    max-width: 100%;
  }
  body .single .order_ticket {
    width: 100%;
  }
}
body .single #sidebar {
  max-width: var(--width-sidebar);
  width: 100%;
}
@media (max-width: 1024px) {
  body .single #sidebar {
    max-width: 100%;
  }
  .row_site.single .container_site {
    flex-direction: column !important;
  }
}

.single article.post-wrap .post-title{
  font-weight: 600;
  font-style: Bold;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 3%;
  color: var(--heading);
}

.post-related-title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 3%;
  text-align: justify;
  color: var(--heading);
  margin-top: 10px;
}

.post-related-title a {
  color: var(--heading);
}

.post-related-title:hover a {
  text-decoration: underline;
}

.before-dot-icon:before {
    width: 5px;
    height: 5px;
    content: '';
    position: absolute;
    border-radius: 5px;
    left: 15px;
    top: 45%;
    background-color: #9BD3FF;
    
}

.bef-dot .menu li a {
    position: relative;
}

.bef-dot .menu li a:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 20px;
    width: 5px;
    height: 5px;
    background-color: #9BD3FF;
    border-radius: 90%;
}

.ova-contact-info-2 .icon {
  display: flex;
  align-items: center;
}

.ova-blog.version_1.dao-tao-post .item{
  box-shadow: 0px 0px 25px 0px #0B017C12 !important;
}

.ova-blog.version_1.dao-tao-post .content{
  padding: 0 24px 32px 24px;
  background-color: white;
}

.menu-canvas .dropdown-toggle {
  top: 10px;
}

.dropdown-toggle::after {
  border-top: none !important;
}

/*for sidebar sibling*/
.sidebar-sibling .pagenav,
.sidebar-sibling .pagenav ul {
    list-style: none;
}

.sidebar-sibling .pagenav ul {
    padding: 15px;
    border: 1px solid var(--primary);
    margin: 0;
}

.sidebar-sibling .pagenav ul li:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar-sibling .pagenav ul li a {
    display: flex;
    padding: 16px 24px;
    align-items: center;
    justify-content: space-between;
    background: #f3f4f7;
    transition: all 0.3s linear;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 700;
    color: var(--heading);
}

.sidebar-sibling .pagenav ul li a:hover {
    color: var(--primary);
}

.sidebar-sibling .pagenav .active a{
    background-color: var(--primary);
    pointer-events: none;
    color: white;
}

.post-content img {
  width: 100%;
}

.post-content .wp-caption-text {
  text-align: center;
}

.title-chuc-nang {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: var(--heading)
}

.card-lien-he .ova-contact-info .top .main-icon { 
    width: unset;
    height: unset;
    box-shadow: none !important;
    background: transparent;
    min-width: unset;
}

.card-lien-he .ova-contact-info .top .main-icon svg {
    width: 35px;
    height: 35px;
}

.ova-contact-info.template_2 .icon svg {
    width: 15px;
    fill: var(--heading);
}

.card-lien-he .ova-contact-info {
    padding: 28px 20px;
}

.card-lien-he .elementor-widget-gimont_elementor_contact_info:nth-child(odd) {
    background-color: #F3F4F7;
}

.card-lien-he .elementor-widget-gimont_elementor_contact_info {
    border: 1px solid #F3F4F7;
}

.ova-dir-category .directory-cat-list {
    padding: 15px;
}

.ova-dir-wrapper {
    display: flex;
    column-gap: 30px;
    row-gap: 50px;
    justify-content: space-between;
}

.ova-contact-info .top .title-category {
  color: var(--heading);
  font-weight: 800;
  clear: both;
}