/* .content__post-wrap .content {
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    background: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}

.category-wrap{
    height: unset !important;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 5%;
    background: transparent;
}

.category__title{
    font-weight: 600 !important;
    font-size: 1.8rem;
    line-height: 3rem;
}

.post_content{
    padding: 0 3%;
}

.wp-block-heading span{
    font-size: 1.3rem !important;
}

.post_content p, span, li{
    font-size: 14px;
} */
.infor__single-wrap,
.infor__fullpage-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.infor__single-wrap {
  margin-top: 8px;
}

.block-infor {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.block-infor span {
  font-size: 14px;
  color: var(--black-color);
  line-height: 16px;
  font-weight: 500;
  margin-left: 5px;
}

.block-infor a {
  color: var(--black-color);
}

.content__post-wrap {
  padding: 16px 0;
  padding-bottom: 2rem;
}

.content__post-wrap .content {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.single__social--title {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.single__social--list {
  display: flex;
  align-items: center;
}

.single__social--wrap {
  display: flex;
  align-items: center;
}

li.post__social--item {
  margin: 0 10px;
}

li.post__social--item:last-child {
  margin-right: 0;
}

li.post__social--item img {
  object-fit: cover;
  width: 40px;
  height: 40px;
}

.post__content,
.post__discuss {
  padding: 0 3%;
}

.post__content iframe {
  margin: 0 auto;
  display: block;
}

.post__content a,
.post__discuss a {
  color: #0c60dd;
}

.post__content p {
  font-size: 16px;
  color: var(--text-color);
  line-height: 30px;
  text-align: justify;
  margin-bottom: 10px;
}

/* .post__content span {
  font-family: 'Mt', sans-serif !important;
} */

.post__content img,
.post__content .wp-caption img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  width: auto;
  height: auto;
}

.post__content .wp-caption {
  margin: 0 auto;
}

.post__content .wp-element-caption {
  text-align: center;
  font-size: 13px;
  margin: 0 0 1em;
}

h1.category__title {
  font-size: 22px;
  /* line-height: 3rem; */
}

.post__content h1 {
  font-size: 22px;
  /* line-height: 3rem; */
}

.post__content h2 {
  color: var(--blue-color);
  font-weight: 500;
  margin: 3px 0 0px;
  /* line-height: 3rem; */
  font-size: 19px;
}

.post__content h3 {
  font-weight: 500;
  font-size: 18.5px;
  color: var(--blue-color);
  margin: 10px 0;
  /* line-height: 3rem; */
  /*  text-transform: capitalize;*/
}

.post__content h3.none-content {
  text-align: center;
}

.post__content table {
  border: 1px solid var(--black-color);
  margin: 10px auto;
  font-size: 14px;
  width: 100%;
}

.post__content tbody,
.post__content tr,
.post__content td {
  border: 1px solid var(--black-color);
}

.post__content td {
  padding: 10px;
}

.post__content ul {
  list-style: square;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-color)
}

.post__content li {
  font-size: 14px;
  line-height: 24px;
}

.single__pagenav {
  margin-top: 15px;
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;

  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.single__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* text-align: center; */
  /* padding-right: 2rem; */
}

.single__nav a {
  font-size: 16px;
  color: var(--title-color);
  line-height: 20px;
}

.single__nav span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--text-color);
  margin-bottom: 1.6rem;
  transition: all 0.3s;
}

.single__prev,
.single__next {
  flex: 1;
}

.single__prev {
  padding-left: 4%;
}

.single__next {
  text-align: right;
  padding-right: 4%;
}

.single__title {
  margin-top: 30px;
}

.section__category .col-left-single-news{
  border-radius: 0;
  /* box-shadow: 0px 1px 0px rgba(67, 67, 67, 0.20); */
}

/* =============== Bài viết liên quan =============== */
/*proposal-item*/
.proposal-item__img {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.proposal-item__img-content {
  color: var(--white-color);
  text-shadow: 0 0 2px rgb(0 0 0 / 35%);

  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 70px;
  display: flex;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 100%);
  align-items: flex-end;
  line-height: 26px;
}

.proposal-item__img-heading {
  position: absolute;
  top: 20px;
  left: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 18px;
  color: var(--white-color);
}

.single__post-relation {
  padding: 0 4%;
}


/* =============== CONTENT =============== */
a.add_tag_2 {
  color: var(--blue-color);
}

#cb-previous-next-links {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #999999;
  padding: 0px 0px 20px 0px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

#cb-previous-next-links p {
  font-size: 14px;
  color: var(--text-color);
  line-height: 24px;
}
/*  */
/*  */
/*  */
/* CUSTOM STYLING FOR SINGLE */
.category-wrap, .fullpage-wrap {
	/* height: 16vh; */
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 5%;
	background: transparent;
}
.category__title {
	font-size: 30px;
	font-weight: 500;
	color: var(--blue-color) !important;
}
.category__desc {
	font-size: 16px;
	color: var(--black-color);
	padding: 0 20%;
}

.blog-card {
	display: flex;
	background: var(--white-color);
	border-radius: 0.375rem;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 2;
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
.blog-card a {
	color: #000;
	line-height: 25px;
}
.blog-card a:hover {color: #000;}
.blog-card:hover .photo {transform: scale(1.3) rotate(3deg);}
.blog-card .meta {
	position: relative;
	z-index: 0;
	flex-basis: 40%;
}
.blog-card .photo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: transform 0.2s;
	width: 100%;
	height: 100%;
	cursor: pointer;
	object-fit: cover;
}
.blog-card .description {
	padding: 2rem;
	background: var(--white-color);
	position: relative;
	flex-basis: 60%;
}
.blog-card .description h2 {
	line-height: 1;
	margin: 0;
	font-size: 20px;
	color: var(--saphire-color);
	font-weight: 500;
}
.blog-card p {
	position: relative;
	margin: 1rem 0 0;
	font-size: 14px;
	text-align: justify;
}

/* ========== SINGLE ========== */
.content__card_mobile {display: none;}
.post__content .has-text-align-center {text-align: center;}
.post__content .has-text-align-left {text-align: left;}
.post__content .has-text-align-right {text-align: right;}

.infor__single-wrap, .infor__fullpage-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.infor__single-wrap {margin-top: 8px;}
.block-infor {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.block-infor span {
  font-size: 14px;
  color: var(--black-color);
  line-height: 16px;
  font-weight: 500;
  margin-left: 5px;
}
.block-infor a {color: var(--black-color);}
.content__post-wrap {padding: 20px 0;}
.content__post-wrap .content {
  background: #fff;
  padding-bottom: 20px;
}
.single__social--title {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.single__social--list {
  display: flex;
  align-items: center;
}
.single__social--wrap {
  display: flex;
  align-items: center;
}
li.post__social--item {margin: 0 10px;}
li.post__social--item:last-child {margin-right: 0;}
li.post__social--item img {
  object-fit: cover;
  width: 40px;
  height: 40px;
}
.post__content, .post__discuss {padding: 0 3%;}
.post__content p,
.post__content p span,
.post__content h1 span,
.post__content h2 span,
.post__content h3 span {
  /* font-family: Mt, -apple-system, BlinkMacSystemFont, sans-serif !important; */
}
.post__content iframe {
  display: block;
  margin: 0 auto;
  margin-bottom: 6px;
}
.post__content a, .post__discuss a {color: var(--blue-color);}
.post__content ul.wp-block-list li a {border-bottom: 1px solid var(--blue-color);}
.post__content p {
  font-size: 14px;
  color: var(--text-color);
  line-height: 30px;
  text-align: justify;
  margin-bottom: 10px;
}
.post__content img, .post__content .wp-caption img {
  display: block;
  margin: 10px auto;
  max-width: 90%;
  height: auto;
}
.post__content .wp-caption {margin: 0 auto;}
.post__content .wp-element-caption {
  text-align: center;
  font-size: 13px;
  margin: 0 0 1em;
  /* font-family: Mt, -apple-system, BlinkMacSystemFont, sans-serif !important; */
}
/* h1.category__title {
  font-size: 2.2rem;
  line-height: 3rem;
}
.post__content h1 {
  font-size: 2.2rem;
  line-height: 3rem;
} */
.post__content h2 {
  /* color: var(--text-color); */
  font-weight: 500;
  margin: 3px 0 0px;
  /* line-height: 3rem;
  font-size: 2rem; */
}
.post__content h3 {
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--text-color);
  margin: 10px 0;
  line-height: 1rem;
}
.post__content h4 {color: var(--text-color);}
.post__content h3.none-content {text-align: center;}
.post__content table {
  border: 1px solid var(--black-color);
  margin: 10px auto;
  font-size: 14px;
  width: 100%;
}
.post__content tbody, .post__content tr, .post__content th, .post__content td {border: 1px solid var(--black-color);}
.post__content th, .post__content td {
  padding: 10px;
  text-align: center;
}
.post__content ul {
  list-style: square;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-color)
}
.post__content li {
  font-size: 14px;
  line-height: 30px;
}
.post__content p a,
.post__content p a span strong,
.post__content p a strong span,
.post__content .div-answer ul li a,
.post__content .div-answer a,
.post__content ul li strong a {
  color: var(--blue-color) !important;
  border-bottom: 2px solid var(--blue-color);
}
.post__content p a[href^="tel:"] {border-bottom: none;}
figure.wp-block-table table tbody tr td p,
.post__content table tbody tr td p {
  text-align: center;
}
figure.wp-block-table table tbody tr td,
.post__content table tbody tr td {
  color: #4a5568;
}

blockquote, .wp-block-quote {
  overflow-wrap: break-word;
  border-radius: 5px;
  padding-left: 20px;
  padding-bottom: 4px;
  background-color: #e8eeff;
  padding-top: 10px;
  padding-right: 20px;
}
.block-title a {color: var(--blue-color)}

.single__pagenav {
  margin-top: 15px;
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.single__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single__nav a {
  font-size: 16px;
  color: var(--title-color);
  line-height: 20px;
}
.single__nav span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--text-color);
  margin-bottom: 1.6rem;
  transition: all 0.3s;
}
.single__prev, .single__next {flex: 1;}
.single__prev {padding-left: 4%;}
.single__next {text-align: right; padding-right: 4%;}
.single__title {margin-top: 30px;}

a.add_tag_2 {color: var(--saphire-color);}
#cb-previous-next-links {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #999999;
  padding: 0px 0px 20px 0px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
#cb-previous-next-links p {
  font-size: 14px;
  color: var(--text-color);
  line-height: 24px;
}

/* ========== RELATED POSTS ========== */
.proposal-item__img {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.proposal-item__img-content {
  color: var(--white-color);
  text-shadow: 0 0 2px rgb(0 0 0 / 35%);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 70px;
  display: flex;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  align-items: flex-end;
  line-height: 26px;
}
.proposal-item__img-heading {
  position: absolute;
  top: 20px;
  left: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 18px;
  color: var(--white-color);
}
.single__post-relation {padding: 0 4%;}


@media screen and (max-width: 575px) {
  .post__content iframe {
    width: 100%;
    width: -webkit-fill-available;
  }
}

.content__post-wrap .content {
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.content__post-wrap .wrap-title {
  padding: 0 4% 4%;
}

.content__post-wrap .title {
  color: var(--main-color);
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 3rem;
  padding-bottom: 1rem;
  text-align: center;
}

/* highlight gallery */
.u-over-slide.u-shading{
    display: flex; 
    align-items: end; 
    text-align: start;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
/* .u-over-slide:hover{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
} */
.u-gallery-item{
  border-radius: 20px;
}

.u-gallery-item .u-over-slide {
    opacity: 1 !important; /* Luôn hiển thị */
    visibility: visible !important;
    position: absolute;
    bottom: 10px;
    /* left: 10px; */
    z-index: 2;
  }
/* Áp dụng riêng cho mobile */
@media (max-width: 768px) {
  .u-gallery-item .u-back-slide {
    position: relative;
  }

  .u-gallery-item .u-back-slide::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.25), rgba(0,0,0,0.25));
    z-index: 1;
  }

  .u-gallery-item .u-over-slide h6 {
    color: white;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
   .u-section-7 {
    min-height: 3771px;
  }

  .u-section-7 .u-container-layout-1 {
    padding-top: 85px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-7 .u-text-2 {
    font-size: 1rem;
    width: 520px;
  }

  .u-section-7 .u-gallery-1 {
    height: 3284px;
    width: 540px;
    margin-top: -247px;
  }

  .u-section-7 .u-gallery-inner-1 {
    grid-template-columns: repeat(1, auto);
  }
}

@media (max-width: 575px) {
   .u-section-7 {
    min-height: 2586px;
  }

  .u-section-7 .u-group-1 {
    min-height: 509px;
  }

  .u-section-7 .u-container-layout-1 {
    padding-top: 80px;
  }

  .u-section-7 .u-text-2 {
    width: 320px;
  }

  .u-section-7 .u-gallery-1 {
    height: 2099px;
    width: 340px;
    margin-top: -202px;
  }
}

/* Container icon */
.u-social-icons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  padding: 10px 10px 10px 0px;
  /* background-color: #f5f5f5; màu nền nhạt */
  border-radius: 50px;
  width: max-content !important;
}

/* SVG icon chung */
.u-social-icons img {
  width: 50px !important;
  height: 50px;
  padding: 3px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Hiệu ứng hover */
.u-social-icons img:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Responsive cho mobile */
@media (max-width: 768px) {
  .u-gutter-0.u-layout .u-layout-row{
    flex-direction: column-reverse;
  }
  .u-social-icons {
    justify-content: space-between;
    /* gap: 20px; */
    padding: unset;
  }

  .u-icon.u-social{
    height: max-content !important;
  }

  .u-social-icons img {
    width: 40px !important;
    height: 40px;
  }

  .u-expanded-width.u-multi-banner{
    flex-direction: column;
    gap: 1rem;
  }
}

.square_banner{
    width: 350px;
    height: 230px;
    background: gray;
    color: #ffff;
    align-items: center;
    text-align: center;
    line-height: 11rem;
    padding: 1.5rem;
    font-size: 3rem;
}

.square_banner.registered{
    padding: unset !important;
}

.square_banner.registered img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.u-expanded-width.u-multi-banner{
  display: flex;
  justify-content: space-around;
}

/* link_post_title */
.link_post_title{
  color: inherit;     
  display: block;
  text-overflow: ellipsis;
  min-height:50px;
  overflow: hidden;
}

@media (max-width:768px) {
  .link_post_title{
    min-height: 20px;
  }
}
/* for short-introduce */
.quick-sale-ticket{
  min-height: 145px;
  max-height: 145px;
}

/* for highlight-blog */
.highlight-blog-title{
  min-height: 85px;
  max-height: 85px;
}

@media (max-width:768px) {
  .quick-sale-ticket{
    min-height: 100px;
    max-height: 100px;
  }
}

@media (min-width:768px) {
  .u-section-3 .u-repeater-1{
    min-height: 600px !important;
  }

  .u-section-3 .u-btn-1{
    margin-top: 0px !important;
  }

  .u-section-7 .u-gallery-1{
    height: 550px;
    width: 1200px;
  }

  .u-section-7 .u-container-layout-1{
    padding: 120px 30px 30px;
  } 
}

.short_introduce_sub_title{
  margin: 30px auto 0;
  font-size: 1.25rem;
}

/* for category title */
.category-title-animated {
  position: relative;
  display: flex;
  align-items: center;
  /* background: linear-gradient(90deg, #71aed6 0%, #dbedf3 70%, #4b92ee 100%); */
  background: linear-gradient(90deg, #74befe 0%, #b8ebf8 50%, #448ee7 100%);
  color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  margin: 0 0 8px 0;
  padding: 14px 30px;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  overflow: hidden;
}

.category-title-animated::before, .category-title-animated::after {
  content: '';
  position: absolute;
  top: 32px;
  left: 28rem;
  width: 100px;
  height: 46px;
  background: url('data:image/svg+xml;utf8,<svg width="100" height="46" xmlns="http://www.w3.org/2000/svg"><ellipse cx="32" cy="23" rx="32" ry="23" fill="white" opacity="0.55"/><ellipse cx="68" cy="17" rx="24" ry="15" fill="white" opacity="0.34"/><ellipse cx="81" cy="30" rx="16" ry="8" fill="white" opacity="0.25"/></svg>') no-repeat center/cover;
  z-index: 2;
  pointer-events: none;
  filter: blur(4px);
}

.category-title-animated::after {
  top: 63px;
  left: 220px;
  width: 72px;
  height: 32px;
  background: url('data:image/svg+xml;utf8,<svg width="72" height="32" xmlns="http://www.w3.org/2000/svg"><ellipse cx="31" cy="16" rx="19" ry="8" fill="white" opacity="0.4"/><ellipse cx="51" cy="8" rx="13" ry="8" fill="white" opacity="0.27"/></svg>') no-repeat center/cover;
  filter: blur(3px);
  z-index: 1;
}


.title-text {
  margin-right: 16px;
  z-index: 1;
}

.icon-plane{
  margin-top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg); /* luôn nằm ngang */
  left: 0;
  font-size: 28px;
  transition: opacity 0.7s;
   transition: 
    font-size 0.3s cubic-bezier(0.5,1,0.8,1), 
    transform 0.3s cubic-bezier(0.5,1,0.8,1),
    filter 0.3s;
  z-index: 3;
  opacity: 1;
}

.plane-trail {
  position: absolute;
  top: 51%;
  left: 0;
  font-size: 22px;
  /* color: rgba(238, 255, 2, 0.85); */
  text-shadow: 0 1px 8px rgba(100,100,0,0.13);
  letter-spacing: 6px;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 1;
  transition: opacity 0.7s;
}

.icon-plane.zoom-out {
  /* font-size: 30px; */
  transform: translateY(-50%) rotate(0deg) scale(1.7);
  /* Có thể thêm bóng nếu muốn nổi hơn */
  filter: drop-shadow(0 8px 24px rgba(63,94,251,0.22));  
}

.fade-out {
  opacity: 0 !important;
}

@media (max-width:768px) {
  .icon-plane{
    left: 12rem;
  }
  .category-title-animated{
    padding: 14px 20px;
    background: linear-gradient(90deg, #71aed6 0%, #c6d6db 70%, #4b92ee 100%);
  }
  .icon-plane{
    transform: translateY(-50%) rotate(0deg);
  }
  .category-title-animated::before, .category-title-animated::after{
    background: unset;
  }
}

/* for banners */
@media (max-width: 768px) {
  .swiper-slide .u-shading.u-image-1{
    background-size: cover !important;
    background-position: center !important;
  }  
}

@media (max-width: 768px) {
  .skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-4{
    min-height: 562px !important; 
    max-height: 562px !important;
  }
  
  .skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-8{
    min-height: 562px !important; 
    max-height: 562px !important;
  }
}

.skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-4{
    min-height: 700px; 
    max-height: 700px;
}

.skrollable.u-clearfix.u-container-align-center.u-image.u-parallax.u-shading.u-uploaded-video.u-section-8{
    min-height: 700px; 
    max-height: 700px;
}

@media (max-width: 480px) {
  .glue-header__bar.glue-header__bar--mobile.glue-header--rewind-box-shadow .glue-header__hamburger{
    width: 40%;
  }
}