/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.whb-header {
	z-index: 999;
	position: fixed;
	left: 0;
	width: 95px;
	height: 100%;
}
.main-page-wrapper {
	z-index: 1;
	padding-left: 95px;
}
.hdContainer {
    width: 95px;
    height: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hdContainer.active {
    background: #dab140;
}

.hdContainer.active .logo {
    background: url(images/logo-w.png) 0 0/100% no-repeat;
    opacity: 0;
}

.hdContainer.active .botHd p em,.hdContainer.active .botHd p span {
    color: #fff
}

.hdContainer.active .hamburger-menu:hover .bar:after,.hdContainer.active .hamburger-menu:hover .bar:before {
    background: #fff
}
.logo {
    display: inline-block;
    margin-top: 19px;
    margin-left: 3px;
    background: url(images/logo.png) 0 0/100% no-repeat
}

.logo img {
    width: 90px;
    opacity: 0
}

.hamburger-menu {
    margin: auto;
    width: 32px;
    height: 20px;
    cursor: pointer;
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

.hamburger-menu:hover .bar,.hamburger-menu:hover .bar:after,.hamburger-menu:hover .bar:before {
    background: #dab140
}

.bar,.bar:after,.bar:before {
    width: 32px;
    height: 3px
}

.bar {
    position: relative;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    background: #424d54;
    border-radius: 100px
}

.bar.animate {
    background: rgba(255,255,255,0)
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #424d54;
    border-radius: 100px;
    -webkit-transition: bottom .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: bottom .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -o-transition: bottom .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1)
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #424d54;
    border-radius: 100px;
    -webkit-transition: top .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: top .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -o-transition: top .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1)
}

.bar.animate:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
    transition: top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
    -o-transition: top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s;
    background: #fff
}

.bar.animate:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
    transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
    -o-transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s;
    background: #fff
}

.botHd {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0
}


.botHd p span {
    color: #dab140
}

.botHd p a {
    color: #a7a7a7
}

.botHd p a:hover {
    color: #dab140
}

.botHd p em {
    display: inline-block;
    margin: 0 5px;
    font-style: normal
}


.ctMenu {
    background: url(images/bg-menu.png) right 10% bottom 10%/30% no-repeat #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 220px;
    display: none
}

nav {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

#nav {
    width: 360px
}

#nav>li {
    display: block;
    position: relative;
    opacity: 0
}

#nav>li:hover>a,#nav>li>a.active,#nav>li>a:hover {
    color: #dab140
}

#nav>li>a {
    display: block;
    font-family: Daxline-Bold;
    font-size: 32px;
    color: #a7a7a7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 5px 0
}

.sub-menu {
    position: absolute;
    top: 10px;
    left: 100%;
    width: 400px;
    padding-left: 100px;
    list-style: none;
    display: none
}

.sub-menu:after {
    content: '';
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #dedede;
    position: absolute;
    top: 20px;
    left: 0
}

.sub-menu a {
    display: block;
    font-size: 22px;
    color: #424d54;
    padding: 5px 0;
    font-family: Daxline-Bold;
}

.sub-menu a.active,.sub-menu a:hover {
    color: #dab140
}

.subLink {
    padding-top: 20px;
    list-style: none;
}

.subLink a {
    display: block;
    font-size: 22px;
    color: #a7a7a7;
    font-family: Daxline-Bold;
}

.subLink a.active,.subLink a:hover {
    color: #dab140
}


@media screen and (max-width: 1024px) {
    .hdContainer {
        width:100%;
        height: 50px
    }
    .main-page-wrapper {
    	padding-left: 0;
        padding-top: 50px!important;
    }

    .hamburger-menu {
        top: 50%;
        left: 20px;
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0)
    }

    .botHd {
        left: auto;
        right: 20px;
        bottom: 12px;
        width: auto
    }

    .botHd>a {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px
    }

    .botHd p {
        display: inline-block;
        vertical-align: middle
    }

    .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
        margin-top: 0;
        margin-left: 0
    }

    .logo img {
        width: 44px
    }

    .ctMenu {
        padding-left: 20px
    }

    nav {
        top: 80px;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    #nav {
        width: 100%
    }

    .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding-left: 0;
        display: block !important;
        opacity: 1;
    }

    .sub-menu a {
        font-size: 17px
    }

    .sub-menu:after {
        display: none
    }

    #nav>li>a {
        font-size: 24px
    }

    .bannerHome {
        height: calc(100vh - 50px)
    }

    .bannerHome .item .container .copy h3 {
        font-size: 45px
    }

    .listCateHome .item .content .copy p {
        font-size: 13px
    }

    .listCateHome .item h2 {
        font-size: 36px
    }

    .infoCate>div p {
        font-size: 15px
    }

    #pSearch {
        padding-top: 83px!important
    }

    .mapContact .copy {
        width: 50%;
        right: 5%
    }

    .breadcrumb {
        padding-top: 20px
    }

    #pDevelopment .itemPageWrap {
        padding-bottom: 0
    }

    .tabNews {
        margin-top: 20px
    }

    .historyPd .copy {
        width: 50%;
        padding: 15px 0 15px 15px
    }
    .botHd p {
    	margin-bottom: 0;
    }
}
.btnSearch {
    width: 27px;
    height: 27px;
    display: inline-block;
    background: url(images/ico-search.webp) 0 0 / 100% no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
