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

#cta-icon {
  position: fixed;
  width: 60px;
  right: 0;
  top: 50%;
  z-index: 2000;
  background: #fff;
  box-shadow: -2px 0 10px rgb(0 0 0 / 10%);
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  display: flex
;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#cta-icon a.cta-phone {
  background: url(  /wp-content/uploads/2024/11/icon-phone.gif) center center / 90% auto no-repeat;
  width: 60px;
  height: 60px;
  display: inline-block;
  padding: 0;
}
#cta-icon a:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}
#cta-icon a {
  padding: 15px 0;
  display: flex
;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  transition: .3s;
}
#cta-icon a.cta-email .icon_email {
  background: url(/wp-content/uploads/2024/11/icon-mail.png) 0 0 / 100% auto no-repeat;
  width: 27px;
  height: 27px;
  display: inline-block;
}
#cta-icon a.cta-chat .icon_chat {
  background: url(/wp-content/uploads/2024/11/icon-sms.png) center center / 100% auto no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
}
#cta-icon a.cta-messenger .ico_messenger {
  background: url(/wp-content/uploads/2024/11/icon-messenger.png.pagespeed.ce_.sSebhnGGgP.png) center center / 100% auto no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
}
#cta-icon a.cta-zalo .ico_zalo {
    background: url(/wp-content/uploads/2024/11/icon-zalo-circle2.png.pagespeed.ce_.iUc59tfITH.png) center center / 100% auto no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
}

.header-inner.flex-row.container.logo-left.medium-logo-center {
      padding: 0px 140px;
}

.absolute-footer.dark.medium-text-center.small-text-center {
    padding-left: 140px;
}

a.button.primary.is-outline.is-larger.box-shadow-1 {
    border: 0.5px solid;
    font-weight: bold;

}

a.more {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
    font-size: 14px;
    margin-left: 1px;
    opacity: .75;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

a.more:before {
    width: 8px;
}
a.more:before, a.more:after {
    content: "";
    display: block;
    position: relative;
    top: 10px;
    height: 1px;
    background-color: black;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}
a.more:before, a.more:after {
    content: "";
    display: block;
    position: relative;
    top: 10px;
    height: 1px;
    background-color: black;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}
a.more:hover {
    opacity: 1;
}

a.more:hover:before {
    width: 56px;
}
a.more:before {
    width: 8px;
}
a.more:hover:after {
    width: 8px;
}

a.more:after {
    width: 56px;
}
a.more span {
    padding: 0 9px;
}

a.more-white {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    font-size: 14px;
    margin-left: 1px;
    opacity: .75;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

a.more-white:before {
    width: 8px;
}
a.more-white:before, a.more-white:after {
    content: "";
    display: block;
    position: relative;
    top: 10px;
    height: 1px;
    background-color: white;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}
a.more-white:before, a.more-white:after {
    content: "";
    display: block;
    position: relative;
    top: 10px;
    height: 1px;
    background-color: white;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}
a.more-white:hover {
    opacity: 1;
}

a.more-white:hover:before {
    width: 56px;
}
a.more-white:before {
    width: 8px;
}
a.more-white:hover:after {
    width: 8px;
}

a.more-white:after {
    width: 56px;
}
a.more-white span {
    padding: 0 9px;
}

.header {
    position: absolute !important;
}

.stuck .nav-top-link {
  color:#000 !important;
}

.stuck{
  background-color: #fff;
}

.success.is-outline:hover {
    background-color: var(--fs-color-success);
    border-color: var(--fs-color-success);
    color: #000 !important;
}


.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: #000;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    top: 8px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 19px;
    height: 2px;
    background-color: #000;
    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;
}


.portfoli-gap {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media only screen and (max-width:800px) {
    .portfoli-gap {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .resize{
    padding-top: 100px !important;
    }
}

.third .img-post.col {
    width: 100%;
}

.resize{
    padding-top: 200px;
}

.resize .col .post-item{
    padding: 20px;
}

.blog-wrapper .row.row-large {
    max-width: 1550px !important;
}

.project-item {
    padding:10px !important; 
}

.project-title {
    font-size: 20px;
    font-weight: 700;
    padding: 7px 0;
}