/*
Theme Name: Gooweb
Theme URI: http://gooweb.vn/
Author: Thanh Huu
Author URI: http://gooweb.vn/
Description: Đây là theme về dịch vụ - tin tức của Gooweb
Version: 1.0
 */
 :root {

}

body{
	background: #000;
    font-size: 15px;
    color: #fff;
}

p{
	margin: 0 0 15px;
}

 @font-face {
  font-family: UTM-KT;
  src: url(assets/fonts/UTM-Scriptina-KT.ttf);
}
 @font-face {
  font-family: Josefin-Regular;
  src: url(assets/fonts/JosefinSans-Regular.ttf);
}
 @font-face {
  font-family: Josefin-Bold;
  src: url(assets/fonts/JosefinSans-Bold.ttf);
}
 @font-face {
  font-family: UTM-Avobold;
  src: url(assets/fonts/UTM-AvoBold.ttf);
}
 @font-face {
  font-family: UTM-Avo;
  src: url(assets/fonts/UTM-Avo.ttf);
}
@font-face {
  font-family: 'Liberation-Regular';
  src:  url('assets/fonts/Liberation-Sans-V1.woff2') format('woff2'),
        url('assets/fonts/Liberation-Sans-V1.woff') format('woff');
}
@font-face {
  font-family: 'Libersans-Bold';
  src:  url('assets/fonts/Liberation-Sans-Bold-V1.woff2') format('woff2'),
        url('assets/fonts/Liberation-Sans-Bold-V1.woff') format('woff');
}
 @font-face {
  font-family: Myriad-Regular;
  src: url(assets/fonts/MYRIADPRO-REGULAR.OTF);
}

 @font-face {
  font-family: Cormorant-Light;
  src: url(assets/fonts/cormorant/CormorantGaramond-Light.ttf);
}
 @font-face {
  font-family: Cormorant-Regular;
  src: url(assets/fonts/cormorant/CormorantGaramond-Regular.ttf);
}
 @font-face {
  font-family: Cormorant-Medium;
  src: url(assets/fonts/cormorant/CormorantGaramond-Medium.ttf);
}
 @font-face {
  font-family: Cormorant-Bold;
  src: url(assets/fonts/cormorant/CormorantGaramond-Bold.ttf);
}
 @font-face {
  font-family: Cormorant-SemiBold;
  src: url(assets/fonts/cormorant/CormorantGaramond-SemiBold.ttf);
}



a{
	transition: all 0.5s ease;
}
input, button, select, textarea, img, a{
  outline: none;
}
b,strong{
  font-family: Cormorant-Bold;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img{
	max-width: 100%;
	height: auto;
    cursor: pointer;
    transition: all .3s;
}
form p{
  margin-bottom: 0;
}
span.wpcf7-not-valid-tip{
  color: #000;  
  width: 100%;
  float: left;
  background: #d4d4d4;
  padding: 10px;
  margin-top: 10px;
  position: relative;
}
span.wpcf7-not-valid-tip:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 5px;
  border-color: #d4d4d4 transparent;
  border-style: solid;
  border-width: 0px 5px 5px 5px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
  border: 2px solid #d4d4d4;
  margin: 0 0 20px 0;
  padding: 10px;
  background: #d4d4d4;
}
.contact-form span.wpcf7-not-valid-tip{
  margin-top: 0;
  margin-bottom: 20px;
}
.contact-form div.wpcf7-validation-errors, .contact-form div.wpcf7-acceptance-missing{
  margin: 20px 0 0 0;
  color: #242424;
}
div.wpcf7-mail-sent-ok{
  margin: 0 0 20px 0;
  padding: 10px;
  background: #d4d4d4;
  color: #242424;
}
/*HEADER	*/
/*header#masthead {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    color: #fff;
}*/
header#masthead.header-single {
  position: unset;
}
/*.header-main .row {
    display: flex;
    align-items: center;
}*/

.header-main .logo {
    text-align: center;
}

.header-main .logo img {
	width: 175px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-family: 'Cormorant-Bold';
	transition: all 0.3s ease;
}

/*CONTENT*/
/*SECTION VIDEO*/
.flex-center {
  z-index: 99;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 80%;
  transform: translateY(-80%);
  text-align: center;
}
/*.overlay-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(33, 20, 10, 0.5);
}*/
/*SECTION ABOUT*/
#about {
  position: relative;
  display: flex;
  align-items: center;
  padding: 50px 0;
}
#about .row {
  display: flex;
  align-items: center;
}
.video-text h1 {
  font-family: UTM-KT;
  font-size: 100px;
  color: #fff;
  margin-top: 0;
}
.video-text p {
    color: #fff;
    margin: 40px 0;
}
a.btn-detail {
    /* background: rgba(255, 255, 255, 0.7); */
    padding: 0px 5px 3px;
    color: #242424;
    transition: all 0.3s ;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.7);
}
a.btn-detail:hover {
  background: #fff;
  color: #000;
}
.company.fixed {
    z-index: 999;
    background: #0000009c;
    margin: 0;
    padding: 10px 0;
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.14), 0 1px 5px 0 rgba(253, 253, 253, 0.12), 0 3px 1px -2px rgba(255, 255, 255, 0.2);
}
.header-main.fixed .logo img {
    width: 75px;
}

h1.section--title {
    margin-top: 0;
    font-family: 'Cormorant-Medium';
    font-size: 42px;
    color: #fff;
}

#about .section--title strong {
    text-transform: uppercase;
    font-size: 54px;
}

p.section--descripton{
      margin: 10px 0 30px 0;
      font-size: 16px;
}

.search-header {
    text-align: center;
}

.search-header form {
    max-width: 350px;
    margin: 0 auto;
    position: relative;
}

.search-header form input {
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: 1px solid rgb(255 255 255 / 50%);
    background-color: transparent;
    padding-left: 15px;
    color: rgb(255 255 255 / 50%);
    letter-spacing: 2px;
    font-style: italic;
}

.search-header form button {
    position: absolute;
    right: 5px;
    top: 8px;
    border: none;
    background-color: transparent;
    color: rgb(255 255 255 / 50%);
}

.search-header form button img {
    width: 20px;
    opacity: .5;
}

/*FOOTER*/
/*EFFECT*/
.post-box:hover .post-image img{
  transform: scale(1.2);
}
.post-image img{
  transition: all 3s ease;
}
.post-image a{
  display: inline-block;
  overflow: hidden;
  border-radius: 0;
}
ul.list-ft li a:hover i {
    color: #ffcd00;
}
ul.list-ft li img:hover {
    background: #ffcc00ba;
}
.post-box:hover .post-title a {
    color: #c3c3c3;
}
.effect-shine:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2.5s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}
 ul.list-category li a:hover {
    color: #fc0;
}
/*REPONSIVE*/
.jarallax-keep-img {
    position: relative;
    z-index: 0;
}

.jarallax-keep-img > .jarallax-img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    z-index: -100;
}
span[data-jarallax-element] {
    display: inline-block;
}

/* demo styles */

small {
    font-size: 75%;
    color: #606060;
}
.jarallax {
    min-height: 100vh;
}
.jarallax-keep-img.demo-float-left {
    margin-right: 15px;
    margin-left: -60px;

}
.jarallax-keep-img.demo-float-right {
    margin-left: 15px;
    margin-right: -60px;
}

@media screen and (max-width: 600px) {
    .jarallax-keep-img.demo-float-left,
    .jarallax-keep-img.demo-float-right {
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}

/* hero block */

.demo-table {
    display: table;
    width: 100%;
    height: 800px;
    color: #fff;

}

.demo-table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* gap */

.demo-gap {
    padding: 50px;
    overflow: hidden;
}

.demo-gap h1,
.demo-gap h2,
.demo-gap h3 {
    text-align: center;
}

.demo-gap .container {
    max-width: 800px;
    margin: 0 auto;
}

.demo-gap-half {
    display: table;
    width: 100%;
}
.demo-gap-half > div {
    display: table-cell;
    width: 50%;
}

.demo-gap-half .demo-gap-1 .jarallax,
.demo-gap-half .demo-gap-2 .jarallax {
    padding-top: 56.25%;
    min-height: 0;
    height: 0;
}

.demo-gap-half .demo-gap-1 .jarallax {
    padding-top: 112.5%;
}
/* Demo Content */
.demo-content {
    background-color: #f7f7f7;
    padding: 80px;
}

/* Float */
.demo-float-left {
    float: left;
}
.demo-float-right {
    float: right;
}
/* Carousel */
.demo-carousel {
    background-color: rgb(39, 35, 51);
}
.demo-carousel .demo-carousel-item {
    width: 33.33%;
    min-height: 300px;
}
@media screen and (max-width: 780px) {
    .demo-carousel .demo-carousel-item {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .demo-carousel .demo-carousel-item {
        width: 100%;
    }
}

/* Mobile */

@media screen and (max-width: 500px) {
    .demo-gap,
    .demo-content {
        padding: 50px 30px;
    }

/*    div#video-wrap {
     height: 330px !important;
  }

  div#video-wrap video {
       height: 330px !important;
   }*/
}

.not-jarallax{
  min-height: 100vh;
}

.content-section{
  color: #fff;
  padding-right: 40px;
}
.conten-about p {
    margin-bottom: 20px;
    text-align: justify;
}
.conten-about {
  color: #dcdcdc;
  max-height: 40rem;
    overflow: hidden;
    transition: all .4s;
}

.conten-about.show {
    max-height: none;
}

a.btn-seemore:hover{
  background-color: #fff;
  color: #000;
}

a.btn-seemore{
    position: relative;
    color: #fff;
    border: 1px solid rgb(255 255 255 / 50%);
    display: inline-block;
    padding: 10px 30px;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0.8px;
}

a.btn-seemore i {
    margin-left: 4px;
    position: relative;
    top: 1px;
    font-size: 13px;
}

.conten-about-btn {
    text-align: right;
    margin-top: 20px;
}

#about .section--title {
    margin-bottom: 20px;
}

.sec-divider {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgb(255 255 255 / 50%);
    margin-top: 3rem;
}

.title-home {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.title-home h2 {
    letter-spacing: 8px;
    text-transform: uppercase;
    font-size: 8rem;
    position: relative;
    font-family: 'Cormorant-Light';
}

.title-home h2:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 30%;
    height: 1px;
    background-color: #fff;
}

p.section--description {
    margin: 30px 0;
    color: #dcdcdc;
    text-align: center;
}

.container-fuild{
  padding: 0 15px;
}

.overlay-gallery {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-property: all;
	transition-duration: 0.75s;
	transition-timing-function: ease-out;
	transition-delay: 0s;
}
.gallery-item:hover .overlay-gallery {
    height: 0%;
    opacity: 0;
    z-index: -1;
}
.mask-but h3{
  color: #fff;
}

h3.gallery-title{
  color: #fff;
  text-transform: uppercase;
  font-family: 'UTM-Avobold';
  margin: 0;
  position: absolute;
  bottom: 33%;
  left: 0;
  right: 0;
  text-align: center;
}
.mask-but div {
    text-align: center;
    height: 50px;
    /*background-color: #fff;*/
    object-fit: scale-down;
    margin: auto;
   /* -webkit-border-radius: 60% 100% 100% 50%/50% 80% 80% 100%;
    border-radius: 60% 100% 100% 50%/50% 80% 80% 100%;*/
    /*box-shadow: -4px -4px 0 rgba(185, 139, 53, 0.5);*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.mask-but img{
  padding: 10px;
  width: 80px;
}
@-webkit-keyframes BorderBox{
  0%{
    -webkit-border-radius:60% 80% 80% 60%;
    border-radius:60% 80% 80% 60%;
    -webkit-transform:none;
    transform:none}
  10%{
    -webkit-border-radius:60% 100% 100% 60%/100% 80% 80% 100%;
    border-radius:60% 100% 100% 60%/100% 80% 80% 100%;
    -webkit-transform:translate3d(0,0,5px);
    transform:translate3d(0,0,5px)
    }
  60%{
    -webkit-border-radius:100% 50% 40% 100%/80% 50% 90% 80%;
    border-radius:100% 50% 40% 100%/80% 50% 90% 80%;
    -webkit-transform:translate3d(5px,5px,-5px);
    transform:translate3d(5px,5px,-5px)
    }
  90%{
    -webkit-border-radius:40% 100% 100% 50%/50% 80% 80% 100%;
    border-radius:40% 100% 100% 50%/50% 80% 80% 100%;
    -webkit-transform:none;
    transform:none
    }
  100%{
    -webkit-border-radius:50%;
    border-radius:50%
    }
}
.mask-but div:hover, .studio-item:hover .mask-but div{
  /*-webkit-animation: BorderBox 1.5s .2s infinite alternate;
  animation: BorderBox 1.5s .2s infinite alternate;*/
}
.gallery-text p, .studio-text p {
    margin-bottom: 0;
	position: relative;
	right: 10px;
	opacity: 0;
}
.gallery-item:hover .gallery-text h3,  .studio-item:hover .studio-text h3{
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.65s;
    right: 0;
    opacity: 1;
}
.gallery-item:hover .gallery-text p, .studio-item:hover .studio-text p {
    transition-property: all;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.63, 0.01, 0, 1.39);
    transition-delay: 0.8s;
    right: 0;
    opacity: 1;
}
.gallery-text h3, .studio-text h3 {
	text-transform: uppercase;
    margin-top: 0;
    font-size: 16px;
    font-family: 'UTM-Avobold';
    position: relative;
    right: 10px;
    opacity: 0;
}
h4.gallery-title {
    text-align: center;
    margin: 0;
}
.gallery-item:hover .gallery-text, .gallery-list:hover .gallery-meta {
    transition-property: all;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.63, 0.01, 0, 1.39);
    transition-delay: 0s;
    bottom: 0;
    opacity: 1;
    z-index: 1;
}
.gallery-text {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 15px 40px;
    bottom: -50%;
    opacity: 0;
    z-index: -1;
    width: 100%;	
}
 .gallery-meta{
 	position: absolute;
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 15px;
    bottom: -50%;
    opacity: 0;
    z-index: -1;
    left: 0;
    right: 0;
    transition-property: all;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.63, 0.01, 0, 1.39);
    transition-delay: 0s;
 }
 .gallery-meta:hover, .gallery-image img.icon-view:hover {
    background-color: #fff;
    transition: all .3s;
}
.gallery-item {
    position: relative;
}
#studio{
  position: relative;
}
.overlay-studio {
  background-color: transparent;
  background-image: linear-gradient(180deg,rgba(0, 0, 0, 1) 20%,rgba(255, 255, 255, 0.02) 100%);
  opacity: .7;
  transition: background .3s,border-radius .3s,opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 60%;
  right: 0;
}
.overlay1-studio {
  background-color: transparent;
  background-image: linear-gradient(180deg,rgba(255, 255, 255, 0.02) 10%, rgba(0, 0, 0, 1) 120%);
  opacity: .7;
  transition: background .3s,border-radius .3s,opacity .3s;
  position: absolute;
  top: 60%;
  left: 0;
  bottom: 0;
  right: 0;
}
.studio-item{
  position: relative;
}
.studio-meta {
    position: absolute;
    bottom: 22%;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 1;
    transition-property: all;
    transition-duration: 0.75s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
}
.studio-item:hover .studio-meta {
    bottom: 100%;
    opacity: 0;
    z-index: -1;
}
.studio-item:hover .studio-text {
    transition-property: all;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.63, 0.01, 0, 1.39);
    transition-delay: 0s;
    bottom: 0;
    opacity: 1;
    z-index: 1;
    width: 100%;
}
.studio-text {
    position: absolute;
    background: rgba(185, 139, 53, 0.8);
    color: #fff;
    padding: 15px;
    bottom: -50%;
    opacity: 0;
    z-index: -1;
}
section#studio .jarallax {
    min-height: 600px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.line-studio {
  border: 7px solid rgba(185, 139, 53, 0.25);
  border-radius: 10px 10px 0px 10px;
  overflow: hidden;
  position: relative;
  height: 279px;
}
.line-studio a>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mask-but {
  text-align: center;
  display: flex;
  justify-content: center;
}
h3.studio-title{
  background: rgba(185, 139, 53, 0.6);
  margin: 0;
  padding: 20px 5px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'Libersans-Bold', sans-serif;
  margin-top: -10px;
}
/*Section banner*/
#banner .row{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.banner-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-banner {
  padding: 4px 0 4px 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    transition: all 0.5s ease-out;
    line-height: 42px;
}
.line-banner:hover {
    background: #fff;
}
.line-banner p {
  margin-bottom: 0;
}
.line-banner p a {
  color: #353535;
  font-size: 30px;
  font-family: UTM-avobold;
}
.line {
    width: 60%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 7px;
}
#banner{
  display: flex;
  align-items: center;
}
/*Section new*/
.post-box {
  border: 2px solid rgba(247, 247, 247, 0.75);
    border-radius: 0;
    position: relative;
    background: rgb(247, 247, 247);
}
.post-image img {
  height: 240px;
  object-fit: cover;
  width: 100%;
  border-radius: 0;
}
.post-meta{
  background: #000;
  padding: 40px 20px;
  color: #fff;
  border-radius: 0;
}
h3.post-title {
  text-align: center;
  line-height: 16px;
  padding-bottom: 10px;
  margin-top: 0;
  position: relative;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
h3.post-title:before {
  position: absolute;
  top: -10px;
  width: 70px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  left: 0;
  right: 0;
  margin: auto;
}
h3.post-title a {
    color: #fff;
    font-size: 18px;
    font-family: 'Cormorant-Bold';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    height: 45px;
}
.post-meta p{
  margin-bottom: 0;
}
a.button-detail {
    position: absolute;
    bottom: -27px;
    right: 35px;
}
#owl-news a.button-detail img, .news-item a.button-detail img {
    width: 50px;
    border-radius: 50%;
    transition: all 0.8s ease;
    position: relative;
}
#owl-news a.button-detail img:hover, .news-item  a.button-detail img:hover {
    box-shadow: inset 0 0 20px #ffffff;
}
.post-meta p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-meta p{
  -webkit-line-clamp: 4;
}
.content-news {
    margin-top: 25px;
}
#owl-news .owl-item {
    padding: 0px 15px 25px 15px;
}
.main-archive .news-item {
    margin-bottom: 40px;
}
@media (min-width: 1200px){


}

/*FOOTER*/
.newsletter-title img {
  width: 110px;
  margin-right: 15px;
}
.newsletter-title{
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter-title img {
  width: 110px;
  margin-right: 15px;
}
.newsletter-title span {
  font-family: 'Libersans-Bold', sans-serif;
  font-size: 30px;
  letter-spacing: 5px;
}
.newsletter-form form{
  width: 70%;
  margin: 15px auto 0;
} 
.newsletter-form form input[type="email"]{
  width: 93%;
  border: 2px solid #000;
  padding: 10px;
  float: left;
}
.newsletter-form form input[type="submit"]{
  width: 7%;
  padding: 10px;
  border: 2px solid #000;
  background: #000 url(https://jolipoli.com.vn/wp-content/uploads/2019/05/button-email.png) no-repeat center;
  color: transparent;
  position: relative;
  background-size: 20%;
}

.newsletter-form form br{
  display: none;
}
h4.title-footer:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 1px;
  background: #000;
}
h4.title-footer {
    font-family: 'Cormorant-Bold';
    font-size: 36px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
ul.list-ft li a i {
  color: #000;
  margin: 0 5px;
  font-size: 16px;
  transition: all 0.3s ease;
}
ul.list-ft li {
    display: inline-block;
}
ul.list-ft {
  margin-bottom: 0;
  list-style: none;
  padding-left: 15px;
}
ul.list-contact {
  padding-left: 15px;
  list-style: square;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

ul.list-contact li {
  width: 100%;
  margin-bottom: 8px;
  line-height: 18px;
}
ul.list-contact li a {
  font-size: 14px;
  color: #000;
  margin-left: 10px;
  float: left;
}
ul.list-category li:first-child {
    margin-top: 0;
}
ul.list-category li {
    margin-top: 10px;
}
ul.list-category li a {
    color: #000;
}
ul.list-category {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
/*SINGLE, ARCHIVE POST*/
div#body-single-post {
    padding: 50px 0;
}
h1.title-single {
    margin: 30px 0;
}
.desc-title {
  font-family: Josefin-Bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
.img-content_post{
	padding: 80px 0;
}
.img-content_post img{
	width: 25%;
}
.img-content_post{
	display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.counter-items {
  background: url(https://jolipoli.com.vn/wp-content/uploads/2019/05/bg-counter.png) no-repeat;
  background-size: contain;
  color: #000;
  display: flex;
  padding: 10px 30px;
  align-items: center;
  margin: 60px 60px 0 0;
  min-width: 206px;
}
.counter-value {
	font-family: Myriad-Regular;
	font-size: 20px;
	letter-spacing: 1px;
}
.counter-items:nth-child(1){
	margin-top: 0;
}
body.page-template-page-home .video-text{
    display: block;
}
body .video-text{
  display: none;
}
/*div#breadcrumb-archive {
    position: absolute;
    bottom: 20%;
    z-index: 99;
    left: 0;
    right: 0;
}*/


.main-archive {
    padding: 50px 0;
}
.full {
    padding-left: 0;
    padding-right: 0;
}
.gallery-image img.icon-view {
    background: rgb(255 255 255 / 50%);
    width: 40px;
    height: 40px;
    object-fit: scale-down;
    padding: 9px;
    border-radius: 50%;
}
.gallery-image {
    position: relative;
}
.lightbox {
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.1s;
}
.gallery-list:hover .lightbox {
    -webkit-transform: scale(1);
    transform: scale(1);
}

h4.gallery-title a {
    color: #000;
    font-family: 'Cormorant-SemiBold';
    font-size: 22px;
}
.gallery-image img{
	object-fit: cover;
    width: 100%;
    aspect-ratio: 2 / 3;
    display: inline;
    vertical-align: top;
}

ul.breadcrumb a, ul.breadcrumb span {
    font-family: 'Cormorant-Regular';
    color: rgb(255 255 255 / 50%);
    letter-spacing: 1px;
    font-size: 16px;
}


ul.breadcrumb {
    border-radius: 0;
    padding-left: 0;
    margin-top: 10px;
}

ul.breadcrumb span.devide {
    display: inline-block;
    margin: 0 5px;
}

div#breadcrumb-single ul.breadcrumb a, ul.breadcrumb span{
  font-size: 16px;
  color: rgb(255 255 255 / 50%);
}

ul.breadcrumb>li:last-child>a, ul.breadcrumb span.current {
    color: #fff;
}

.slider.slider-nav img {
    margin: 0px 0 20px 0;
    height: 138px;
    object-fit: contain;
    /*background: #fff;*/
}

.image-thumbnail {
    padding-bottom: 20px;
}
.slick-vertical .slick-slide{
  border: none;
}
/*.slider-nav{
  margin: 0 -10px;
}*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('assets/image/ajax-loader.gif') center center no-repeat;
}

/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 50%;
    /*transform: translateX(-50%);*/
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate( -50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    transform: rotate(90deg);
    background-size: cover!important;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "";
    transition: all 0.8s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:hover:before {
    box-shadow: inset 0 0 20px #ffffff;
    border-radius: 50%;
}
.slick-prev:hover:before {
    box-shadow: inset 0 0 20px #ffffff;
    border-radius: 50%;
}
.slick-prev
{
    /*left: -10px;*/
        top: -20px;
}
[dir='rtl'] .slick-prev
{
    right: -10px;
    left: auto;
}
.slick-prev:before
{
  background: url(https://jolipoli.com.vn/wp-content/uploads/2019/05/icon-prev.png) no-repeat;
}
[dir='rtl'] .slick-prev:before
{
    content: url('https://jolipoli.com.vn/wp-content/uploads/2019/05/icon-prev.png');
}

.slick-next
{
    bottom: -5px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 10px;
}
.slick-next:before
{
  background: url(https://jolipoli.com.vn/wp-content/uploads/2019/05/icon-next.png) no-repeat;
}
[dir='rtl'] .slick-next:before
{
    content: url('https://jolipoli.com.vn/wp-content/uploads/2019/05/icon-next.png');';
}
div#carousel-single {
    margin-top: 20px;
    margin-bottom: 100px;
}
h4.title-related {
    font-family: 'Cormorant-Bold';
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 28px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-transform: capitalize;
    margin-bottom: 25px;
}
h4.title-related i {
    color: #fff;
    font-size: 8px;
    margin-right: 20px;
}
.related-content {
    padding: 50px 0;
}
ul.list-post li a:hover {
    color: #fff;
    padding-left: 5px;
}
.related {
    margin: 50px 0;
}
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-video{
  margin: 50px 0;
}
.main-single{
  margin: 50px 0;
}
.post-thumbnail img{
  width: 100%;
}
.post-thumbnail{
  position: relative;
}
span.date-post{
  position: absolute;
  z-index: 3;
  background: #fff;
  width: 50px;
  height: 55px;
  left: 20px;
  top: 20px;
  text-align: center;
  padding: 10px 0 4px;
  line-height: 0;
  border: 1px solid #ba933e;
  color: #242424;
}
span.month{
  font-size: 12px;
  line-height: 1;
  padding-bottom: 3px;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #ba933e;
  display: inline-block;
  width: auto;
  letter-spacing: 1px;
}
span.day{
  font-size: 20px;
  line-height: 1;
}
.meta-article{
  margin-bottom: 30px;
}
.meta-article time{
  display: flex;
  align-items: center;
  color: #ddd;
  font-size: 15px;
  letter-spacing: 1px;
}
.meta-article .divide{
  margin: 0px 5px;
}
h4.title-sidebar {
    margin: 0 0 20px 0;
    position: relative;
    padding-bottom: 10px;
}
h4.title-sidebar:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #ba933e;
    left: 0;
}
h5.title-new a {
    color: #dcdcdc;
}
h5.title-new {
    margin: 0;
}
ul.list-ft li img {
    width: 25px;
    transition: all 0.3s ease;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #bbb;
}
.info-footer ul.list-ft li img{
  background: #000;
} 
.info-footer ul.list-ft li img:hover {
    background: #ffcc00ba;
}
ul.list-post li a:before {
    content: '\f10c';
    font-family: fontawesome;
    font-size: 8px;
    margin-right: 10px;
}
ul.list-post li a {
    color: #ffffff9e;
}
ul.list-post {
    padding-left: 0;
    list-style: none;
}
ul.list-post li {
    margin-top: 10px;
}
.related-post{
      margin-top: 30px;
}
h1.contact-page-title{
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
h1.contact-page-title span{
  font-family: UTM-KT;
  margin-right: 20px;
}
ul.ft-contactus {
    padding-left: 0;
    list-style: none;
    margin: 30px 0;
}
ul.ft-contactus li {
    display: flex;
    width: 100%;
    margin-top: 15px;
    align-items: center;
    color: #dcdcdc;
}
ul.ft-contactus li i:before {
    height: 25px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 25px;
    border-radius: 100%;
    background: #dcdcdc;
    color: #000;
    font-size: 16px;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
    transition: all 0.3s ease;
    color: rgb(255 255 255 / 50%);
}
.contact-form input:hover::placeholder, .contact-form textarea:hover::placeholder {
    color: #fff;
}

.contact-form input:hover, .contact-form textarea:hover {
    border: 1px solid #fff!important;
}
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], 
.contact-form textarea  {
    background: #000;
    border: 1px solid rgb(255 255 255 / 50%);
    margin-bottom: 15px;
    padding: 8px 0;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
    color: rgb(255 255 255 / 50%);
    letter-spacing: 2px;
    font-style: italic;
}
.contact-form input[type="submit"]{
    padding: 6px 40px;
    background: black;
    border: 1px solid rgb(255 255 255 / 50%);
    text-transform: capitalize;
    color: #fff;
    transition: all 0.3s ease;
    font-style: italic;
    font-size: 15px;
    letter-spacing: 2px;
    display: block;
    margin: 0 auto;
}

.contact-form input[type="submit"]:hover {
    border: 1px solid #fff !important;
    background-color: #fff;
    color: #000;
}

p.about-text{
  color: #dcdcdc;
  text-align: justify;
}
.line-studio>img {
    width: 100%;
}
body::-webkit-scrollbar {
    width: 10px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb:active{
  background: #fc0;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid slategrey;
}
.slick-slide img{
  width: 100%;
  height: 611px;
  object-fit: scale-down;
  /*background: #fff;*/
  /*padding: 5px;*/
}
#video-background{
	object-fit: fill;
    width: 100%;
    max-height: 600px;
}
.content-archive .gallery-list{
  margin-bottom: 30px;
  position: relative;
}
#slogan .demo-table-cell{
      position: relative;
    top: 15%;
}
/*REPONSIVE*/
@media (min-width: 320px) and (max-width: 480px) {
  #footer .newsletter-title img {
      width: 80px;
  }
  .newsletter .newsletter-title span {
      font-size: 20px;
  }
  #footer h4.title-footer{
    font-size: 28px;
  }
  a.btn-detail{
    padding: 15px 30px;
  }
  body.page-template-page-home .video-text{
    padding: 0 15px;
  }
  ul.breadcrumb a, ul.breadcrumb span{
    font-size: 20px;
  }
  
}
@media (max-width: 767px){
  .slick-slide img{
    height: 335px;
  }
  div#carousel-single{
    margin:0;
  }
  .related{
    margin-bottom: 0;
  }
  .related-content{
    padding: 30px 0;
  }
  #news{
    display: block;
    margin-top: 30px;
  }
	.slider-nav{
		margin:0 -5px;
	}
	.slider.slider-nav img {
	    /*padding: 15px 5px;*/
	    height: 100px;
      margin: 10px 5px ;
	}
	.slick-prev {
	    top: 50%;
	    transform: translateY(-50%);
	    left: 0px;
	}
	.slick-prev:before, .slick-next:before{
		transform: rotate(0);
	}
	.slick-next {
	    top: 50%;
	    transform: translateY(-50%);
	    right: 0;
	    left: unset;
	    bottom: 0;
	}

  header#masthead{
    position: unset;
    padding: 10px;
  }
  #about .row{
    display: block;
  }
  .navbar.navbar-default{
    display: block;
  }
  #mega-menu-wrap-primary .mega-menu-toggle {
      background: #000;
      border-top: 1px solid;
      border-bottom: 1px solid;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
    color: #fff;
    background: #000;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
    background: rgba(0, 0, 0, 0.8);
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }
  .video-text h1{
    font-size: 60px;
  }
  h1.section--title{
    font-size: 30px;
  }
  #about .col-left{
    padding: 0 15px;
  }
  h1.section--title{
    font-size: 24px;
  }
  #gallery .container-fuild{
    padding: 0 30px;
  }
  .gallery-item {
    margin-bottom: 30px;
    padding: 0 35px;
  }
  .line-studio{
    height: 210px;

  }
  .studio-item{
    margin-bottom: 15px;
  }
  #banner, #news{
    min-height: unset;
  }
  /*.banner-text{
    right: 15px;
  }*/
   h4.title-footer, h3.gallery-title{
    font-size: 20px;
  }
  .line-banner p a{
  	font-size: 16px;
  }
  .line{
  	width: 85%;
  }
  #video-background{
  	max-height: 350px;
  }
  #banner .container-fluid{
    padding: 0 15px;
  }
  .newsletter-title img{
    width: 100px;
  }
  .newsletter-title span{
    font-size: 24px;
  }
  .newsletter-form form input[type="submit"]{
    width: 13%;
  }
  .newsletter-form form input[type="email"]{
    width: 87%;
  }
  .newsletter-form form{
    width: 100%;
  }
  .map ul.list-category li{
    float: left;
    width: 25%;
    margin-top: 0;
  }
  ul.list-contact li a{
    margin-left: 0;
  }
  .list-ft.list-ft-mb{
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: 15px;
  }
  .list-ft.list-ft-mb .search-header form input {
    width: 265px;
        height: 35px;
        border: none;
        border-bottom: 1px solid rgb(255 255 255 / 50%);
        padding-left: 0;
        outline: none;
        box-shadow: none;
  }

  .list-ft.list-ft-mb .search-header form input:active, .list-ft.list-ft-mb .search-header form input:focus {
       border-color: #fff;
  }

  .content-news{
    margin-bottom: 25px;
  }
  .img-content_post img {
      width: 35%;
  }
  .counter-items{
    padding: 10px 30px;
    margin: 20px 10px 0 0;
  }
  .img-content_post {
      padding: 50px 0;
  }
  ul.breadcrumb a, ul.breadcrumb span {
        font-size: 16px;
    }
  div#breadcrumb-archive{
    bottom: 0;
  }
  .gallery-list {
      margin-bottom: 25px;
      position: relative;
  }
  .lightbox{
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .gallery-meta{
    bottom: 0;
    opacity: 1;
    z-index: 1;
  }
  .news-item {
      margin-top: 45px;
  }
  .news-item:nth-child(1){
    margin-top:0;
  }

    .gallery-album-item {
        padding: 0 55px;
    }

.main-archive .title-home {
    margin-top: 0;
}




}


@media (min-width: 768px) and (max-width: 1023px) {
   .slick-slide img{
    height: 530px;
    padding: 10px;
  }
  .gallery-list {
      margin-bottom: 30px;
      position: relative;
  }
	#video-background{
	  	max-height: 350px;
	  }
	  .line{
	  	width: 80%;
	  }
	.slider.slider-nav img {
    height: 140px;
    margin: 20px 10px;
	}
	.slick-prev {
	    top: 50%;
	    transform: translateY(-50%);
	    left: 0px;
	}
	.slick-prev:before, .slick-next:before{
		transform: rotate(0);
	}
	.slick-next {
	    top: 50%;
	    transform: translateY(-50%);
	    right: 0;
	    left: unset;
	    bottom: 0;
	}
  .header-main.fixed{
    display: none;
  }
  div#breadcrumb-archive{
    bottom: 45px;
  }
  header#masthead{
    position: unset;
    padding: 10px;
  }
  .navbar.navbar-default{
    display: block;
  }
  #mega-menu-wrap-primary .mega-menu-toggle {
      background: #000;
      border-top: 1px solid;
      border-bottom: 1px solid;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
    color: #fc0;
    background: #000;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
    background: rgba(0, 0, 0, 0.8);
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }
  .header-main{
    padding: 10px 0;
  }
  .logo{
    text-align: center;
  }
  div.list-ft.list-ft-mb{
    display: none;
  }

  #about .col-left{
    padding: 0 15px;
  }
  .not-jarallax {
      min-height: unset;
      padding: 50px 0;
  }
  .studio-item:nth-child(3){
    margin-top: 30px;
  }
  .lightbox{
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .gallery-meta{
    bottom: 0;
    opacity: 1;
    z-index: 1;
  }

.conten-about-btn {
    text-align: center;
}

.map {
    clear: both;
    padding-top: 1rem;
}

}
@media (min-width: 1024px) and (max-width: 1365px){
	.slider.slider-nav img{
		height: 130px;
	}
  
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
      padding: 0px 12px 0px 12px;
 }
 .not-jarallax {
      min-height: 50vh;
  }
  .jarallax {
      min-height: 60vh;
  }
}
@media (min-width: 992px){
  .slider-single.col-md-10 {
      width: 80%;
      padding-right: 5px;
  }
  .slider-nav.col-md-2 {
      width: 20%;
  }
}
@media all and (min-width: 800px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}
.fancybox-thumbs__list a:before{
      border: 3px solid #ffcc00;
}
.fancybox-thumbs__list a{
  background-size: contain!important;
      /*background-color: #fff;*/
}
.map iframe {
    height: 450px;
}
.content-archive>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}


.collections-wrapper {
    padding: 0 5%;
}

.gallery-item a>img {
    width: 100%;
    vertical-align: top;
    display: inline;
    object-fit: cover;
    aspect-ratio: 2/3;
}

.gallery-content>img {
    width: 100%;
    height: 100%;
}

.gallery-content.gallery-logo {
    height: 100% !important;
    bottom: 0;
    left: 0;
    padding-bottom: 0 !important;
}

.gallery-item.gallery-collections>a:before {
    display: none;
}

section#collections .gallery-item .gallery-content, .tax-collections .gallery-item .gallery-content {
        background: none;
        padding-bottom: 0;
}

section#collections .gallery-item>a:hover .gallery-content, .tax-collections .gallery-item>a:hover .gallery-content {
    opacity: 0;
}

.collections-wrapper-btn {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.collections-wrapper>.row {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.block-home {
    margin-top: 5rem;
}

.gallery-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all .3s;
    background: url(assets/image/gradient-overlay.png) no-repeat center center;
    background-size: cover;
    transition: opacity .3s ease-in-out;
    padding-bottom: 2rem;
/*    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0 0 0 / 50%)), color-stop(60%, rgba(0, 0, 0, 0.5746673669467788)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgb(0 0 0 / 50%) 0%, rgba(0, 0, 0, 0.5746673669467788) 60%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgb(0 0 0 / 100%) 0%, rgba(0, 0, 0, 0.5746673669467788) 60%, rgba(0, 0, 0, 0) 100%);*/
}
.gallery-content>h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 3.6rem;
    letter-spacing: 7.2px;
    font-family: 'Cormorant-Medium';
}

.gallery-content.gallery-divider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.gallery-content.gallery-divider h3 {
    position: relative;
    margin-bottom: 5px;
}

.gallery-content.gallery-divider h3 span:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    background-color: rgb(255 255 255 / 50%);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.gallery-content.gallery-divider h3 span {
    position: relative;
}

.gallery-content.gallery-divider p {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    font-size: 16px;
    font-family: 'Cormorant-Light';
}

.gallery-item a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.gallery-item>a {
    display: block;
    overflow: hidden;
    position: relative;
}

/*.gallery-item>a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(assets/image/gradient-overlay.png) no-repeat center center;
    background-size: cover;
    transition: opacity .3s ease-in-out;
}*/

.gallery-item>a:hover .gallery-content {
    opacity: 0;
}

.gallery-item>a:hover:before {
    opacity: 0;
}

.footer-logo {
    text-align: center;
    margin-bottom: 4rem;
}

.footer-logo>a {
    display: block;
}

.footer-logo-search.search-header form {
    max-width: 700px;
    margin-top: 15px;
}

.footer-logo>a>img {
    max-width: 400px;
}

footer#footer>div>.row {
    border-top: 1px solid rgb(255 255 255 / 50%);
    padding-top: 10rem;
}

.footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-contact ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer-contact ul li {
    margin-bottom: 20px;
    font-size: 18px;
    color: #ddd;
}

.footer-contact ul li span {
    margin-right: 10px;
}

.footer-contact ul li span img, .footer-contact-info-social>a img {
    width: 27px;
}

.footer-contact ul li a {
    color: #ddd;
}

.footer-contact-info-social {
    margin-top: 2rem;
}

.footer-contact-info-social>a {
    margin-right: 10px;
}


.footer-contact-info-social>a:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.footer-contact-explore ul li a:hover {
    color: rgb(255 255 255 / 50%);
}


.content-archive .collections-wrapper .gallery-item {
    margin-bottom: 3rem;
}

.content-archive .collections-wrapper>.row {
    border-bottom: none;
}


.owl-custom .owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 45px;
    height: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgb(255 255 255 / 50%) !important;
    border-radius: 50% !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.owl-custom .owl-nav button i {
    color: #000;
    font-size: 28px;
}

.owl-custom .owl-nav button.owl-prev {
    left: 5%;
}

.owl-custom .owl-nav button.owl-next {
    right: 5%;
}

.owl-custom .owl-nav button:hover {
    background-color: #fff !important;
}

.slide-item>img {
    height: 950px;
    -o-object-fit: cover;
       object-fit: cover;
}

section,.archive-slide {
    position: relative;
}

p.contact-logo>img {
    width: 180px;
}

.contact-form {
    padding: 0 15%;
}

.contact-form-header-sub {
    margin-top: 10rem;
    margin-bottom: 5rem;
    text-align: center;
}

.contact-form-header-sub h4 {
    font-size: 28px;
    position: relative;
    color: #c4c4c4;
    margin-bottom: 3rem;
}

.contact-form-header-sub h4:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #fff;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.contact-form-header-sub p {
    font-size: 18px;
    color: #c4c4c4;
}


@media (max-width: 767px) {
    .contact-form {
        padding: 0;
    }

    .contact-form-header-sub h4 {
        font-size: 22px;
    }

    .contact-form-header-sub p {
        font-size: 15px;
    }

    .contact-form-header-sub {
        margin-top: 7rem;
        margin-bottom: 4rem;
    }

    .copyright {
        font-size: 13px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .contact-form {
        padding: 0 10%;
    }
}