/*
  Theme Name: Giao diện website - Kanbox
  Description: 
  Author: Kanbox.vn
  Tags: Thiết kế website 
  Template: flatsome
  Version: 1.0.0
*/  

.widget {
    margin-bottom: 0 !important;
}

.kan-featured-content{
  padding: 1.5rem;
}


.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* Tỷ lệ 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 8px; /* Bo góc nhẹ cho đẹp */
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} 

div#comments {
  display: none;
}


.video-single-header {
  background-color: #fde8d2;
  padding: 60px 0 20px 0;
}

.box-down {
  background-color: #fff;
  padding: 22px;
  border-radius: 9px;
  margin: 15px 0px;
  width: 100%;
}



.video-header-text h1 {
  font-size: 32px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.video-header-text .author {
  font-size: 16px;
}

.video-header-text .author a {
  color: #0077cc;
  text-decoration: underline;
}

.video-header-image img {
  max-width: 300px;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.video-header-dates {
  margin-top: 20px;
  font-size: 14px;
  color: #555;
  text-align: left;
}

.video-header-dates .separator {
  margin: 0 8px;
}

.kan-featured-image img{
  width: 100%;
}

.header-bg-image.fill {
  z-index: 1;
}

.widget  ul li{
display :flex;

}


.hamburger {
  padding: 0px 7px 4px 7px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 20px;
  height: 15px;
  display: inline-block;
  position: relative;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 19px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  top: 8px;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 19px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  top: 8px;
}


.col-inner ul li{
  margin-left: 0px !important;
}

.header-main  {
    background-position: center;
    background-repeat: no-repeat;
}

div#masthead {
    background-image: url("/wp-content/uploads/2025/07/z6803436812313_45fcb9747a457c5afc82873c5b263ca5.jpg");
    background-size: 550px;
}

@media (max-width: 749px) {
    div#masthead {
    background-image: url("/wp-content/uploads/2025/07/z6803436812313_45fcb9747a457c5afc82873c5b263ca5.jpg");
        background-size: 75%;
  }
  
}

@media (max-width: 549px) {
    #logo img {
        max-height: 70px !important;
    }
}

