/* top header */
.top-header {
    background: rgba(0, 38, 61, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 110;
    padding: 0 60px;
}

.top-header-menu {
    position: relative;
    height: 35px;
}

.top-header-menu ul {
    list-style: none;
    text-align: center;
    margin-bottom: 0;
    margin-top: -1px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    width: 100%;
    float: right;
}

.top-header-menu li {
    position: relative;
    /* display: inline-block; */
    padding-left: 50px;
    margin-right: 30px;
}

.top-header-menu li:nth-child(2) {
    padding-left: 35px;
}

.top-header-menu li:last-child {
    margin-right: 0;
    padding-left: 30px;
}

.top-header-menu p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 12px;
}

.toggle-menu-bar a img{
    cursor: pointer;
}

.menu-icon-img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 20px;
}

.menu-icon-img img {
    width: auto;
    max-height: 100%;
}

.top-header-toggle {
    position: absolute;
    top: 35px;
    right: 0;
}

.toggle-menu-bar {
    position: relative;
    width: 45px;
}

.toggle-menu-bar img {
    position: absolute;
    width: 100%;
}

/* home about */
.home-about {
    background-image: url('../img/background/bg-1.webp'), url('../img/background/bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -420px;
    padding: 130px 0 300px;
    color: #ffffff;
    margin-bottom: -300px;
    overflow: hidden;
}

.home-about img {
    width: 100%;
} 

.home-about-header {
    padding-bottom: 50px;
}

.home-about-header-img {
    width: 180px;
    margin: 0 auto;
}

.home-about-content {
    padding: 0 50px;
}

.home-about-content .row {
    padding-bottom: 60px;
}

.home-about-title {
    position: relative;
    height: 60px;
    margin-bottom: 20px;
}

.home-about-title img {
    max-height: 100%;
    width: auto;
}

.home-about-desc {
    position: relative;
    padding: 15px 0 20px;
}

.home-about-desc::before,
.home-about-desc::after {
    content: '';
    position: absolute;
    background: #ff6777;
    height: 2px;
    width: 100%;
}

.home-about-desc::before {
    top: 0;
}

.home-about-desc::after {
    bottom: 0;
}

.home-about-desc p {
    line-height: 22px;
}

.about-last {
    text-align: center;
}

.about-last .home-about-title {
    height: 100px;
}

.about-last .home-about-desc::before,
.about-last .home-about-desc::after {
    left: 50%;
    transform: translateX(-50%);
}

/* home product */
.home-product {
    background-image: url('../img/background/bg-2.webp'), url('../img/background/bg-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 380px 0 225px;
    margin-top: -300px;
}

.home-product-header {
    padding-bottom: 40px;
    text-align: center;
}

.home-product-header h3 {
    font-size: 28px;
}

.home-product-header h2 {
 font-weight: bold;
}

.home-product-content {
    padding-bottom: 60px;
}

footer img.side-logo {
    position: absolute;
    left: 0;
    top: 25px;
    height: 70%;
    max-height: 350px;
}

.footer-bed-container .home-product-box {
    background: #616ca1;
    padding: 15px;
}

.footer-bed-container .home-product-box .original-price {
    text-decoration: none;
}

.price-line {
    position: relative;
}

.price-line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ff4c5d;
    height: 2px;
    width: 100%;
}

/* home service */
.home-service {
    background-image: url('../img/background/bg-4.webp'), url('../img/background/bg-4.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: #ffffff;
    padding: 300px 0 350px;
    margin-top: -300px;
}

.home-service img {
    width: 100%;
}

.home-service-header {
    padding-bottom: 190px;
}

.home-service-header-img {
    position: relative;
    height: 43px;
    text-align: center;
}

.home-service-header-img img,
.home-service-title-img img {
    max-height: 100%;
    width: auto;
}

.home-service-content {
    padding-bottom: 60px;
}

.home-service-box, 
.home-service-animated {
    padding-bottom: 30px;
}

.home-service-title {
    padding: 0 30px 20px;
}

.home-service-title-img {
    position: relative;
    height: 70px;
}

.home-service-desc {
    position: relative;
    padding: 15px 30px 20px;
}

.home-service-desc::before,
.home-service-desc::after {
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    background: #ff6777;
    height: 2px;
}

.home-service-desc::before {
    top: 0;
}

.home-service-desc::after {
    bottom: 0;
}

/* home process */
.home-process-title {
    text-align: center;
    padding-bottom: 40px;
}

.home-process-title h3 {
    font-size: 28px;
    line-height: 35px;
}

.home-process-content {
    padding-bottom: 100px;
}

.home-process-col {
	margin: auto !important;
    float: none !important;
}

.home-delivery-title {
    padding-bottom: 50px;
}

.home-delivery-title-img {
    position: relative;
    height: 40px;
    text-align: center;
    margin-bottom: 15px;
}

.home-delivery-title-img img {
    max-height: 100%;
    width: auto;
}

.home-delivery-img {
    margin-bottom: 30px;
}

.home-delivery-desc {
    text-align: center;
}

/* home testimonial */
.home-testimonial {
    background-image: url('../img/background/bg-3.webp'), url('../img/background/bg-3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -350px;
    padding: 400px 0 80px;
    color: #ffffff;
}

.home-testimonial img {
    width: 100%;
}

.home-testimonial-header {
    padding-bottom: 50px;
    text-align: center;
}

.home-testimonial-header-img {
    position: relative;
    height: 43px;
}

.home-testimonial-header-img img {
    max-height: 100%;
    width: auto;
}

.home-testimonial-content {
    color: #ffffff;
}

.home-testimonial-carousel .item {
    opacity:0.4;
    text-align: center;
}

.home-testimonial-carousel .center .item{
    opacity:1;
} 

.home-testimonial-image img {
    width: 30% !important;
    margin: auto auto 15px;
}

.home-testimonial-rate {
    padding-bottom: 10px;
}

.rate-star {
    font-size: 22px;
}

.rate-star.checked {
    color: #FFD731;
}

.home-testimonial-carousel .owl-prev,
.home-testimonial-carousel .owl-next {
    color: #ff495c;
    position: absolute;
    outline: none;
}

.home-testimonial-carousel .owl-prev {
    left: 310px;
}

.home-testimonial-carousel .owl-next {
    right: 310px;
}

.home-testimonial-carousel .owl-prev i,
.home-testimonial-carousel .owl-next i {
    color: #ff495c;
    font-size: 40px;
}


.payment-header img{
    text-align: center;
    display: inline-block;
    width: 40px;
    margin-top:30px;
}

.payment-header h3{
    margin-top: 10px;
    text-align: center; margin-bottom:10px; font-size:16px; color:#A8ADAC;
}

.payment-header h5{
    text-align: center; margin-bottom:30px; font-size:12px; color:#A8ADAC;
}

/* payment slider */
.payment-carousel .logo {
    position: relative;
    height: 50px;
    text-align: center;
}

.payment-carousel .logo img {
    max-height: 100%;
    width: auto !important;
    margin: 0 auto;
}

.payment-carousel .owl-dots {
    text-align: center;
    padding-top: 15px;
}

.payment-carousel .owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px;
    opacity: 0.5;
}

.payment-carousel .owl-dot.active span {
    background: #ff495c;
    opacity: 0.9;
}

.payment-carousel button {
    outline: none;
}



/* animation */
.animation-big {
    transform: scale(2.5);
    transform-origin: bottom;
}

.animation-big2 {
    transform: scale(1.6) translateX(3vw);
    transform-origin: bottom;
}

.animation-big3 {
    transform: scale(1.2) translateX(-3vw);
    transform-origin: bottom;
}

.animation-big4 {
    transform: scale(1.3);
    transform-origin: bottom;
}

/* custom */
.brand-img {
    z-index: 111;
}

.pb500 {
    padding-bottom: 500px;
}

.pr30 {
    padding-right: 30px;
}

.pl30 {
    padding-left: 30px;
}

.h30 {
    height: 30px;
}

.section-arrow {
    text-align: center;
    z-index: 2;
    width: 100%;
    position: absolute;
    top: 19vh;
    right: 0;
}

.overlay-transparent{
    width: 100vw;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}