
@media (min-width: 992px){
    .banner-section h1 {
        font-size: 6rem;
    }
}

@media (min-width: 992px){
    .section-01 .box-h{
        height: 100%;
    }
    .arrow2.right {
        width: calc(100% - 260px - 50%) !important;
        right: 190px;
        left: auto;
    }

    .arrow2.black {
        background: #1c1c1c;
    }
    
    .arrow2.black:after {
        border-color: #1c1c1c;
    }
}

@media (max-width: 1199px) {
    .section-works .img-work {
        height: 320px;
    }
    .section-works .box1 {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .space-top {
        margin-top: 178px !important;
    }
    body .display-6 {
        font-size: calc(1.175rem + 1.5vw);
    }
    body h4 {
        font-size: calc(1.175rem + .3vw);
    }
    .logo1 {
        width: 140px;
    }

    .header-top {
        padding: 18px 8px;
    }

    .section-01 .wood-icon {
        width: 120px;
        right: 10px;
        bottom: auto;
        top: 120px;
    }
    nav.navbar .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        background: #007398;
        padding: 24px;
        height: 100vh;
        overflow-y: auto;
        transition: all .6s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 999;
    }
    
    .header-top nav.navbar .navbar-collapse.show {
        width: 100%;
        left: 0;
    }
    nav.navbar .navbar-collapse .navbar-toggler {
        color: #a2a695;
        font-size: 3rem;
    }
    nav.navbar .nav-item .nav-link {
        text-align: center;
        padding: 12px 0;
        color: #fff;
    }
    nav.navbar .nav-item .nav-link.show,
    nav.navbar .nav-item .nav-link:hover {
        color: #fff;
    }
    nav.navbar .nav-item .dropdown-menu .dropdown-item {
        text-align: center;
    }

    nav.navbar .nav-item .nav-link.active {
        color: #fff;
    }

    .section-01 .img2,
    .section-01 .img1 {
        height: 550px !important;
    }

    .btn-arrow {
        left: 50%;
        right: auto;
        transform: translateX(-50%) !important;
    }
    .arrow2 {
        width: 1px !important;
        height: 462px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 115px;
        padding: 0 !important;
    }
    
    .arrow2:after {
        bottom: 2px;
        left: -5px;
        transform: rotate(45deg);
    }
}

@media (max-width: 767px){
    body h2,
    body h1,
    .display-5,
    .display-4,
    .display-3,
    .display-2,
    .display-1 {
        font-family: 'ringside_bold';
        line-height: 1 !important;
    }
    body p{
        font-size: .875em;
    }
    .space-top {
        margin-top: 108px !important;
    }
    .padding {
        padding: 5em 8px;
    }
    .booknook-pattern {
        min-width: 1500px;
    }
    .section-works .img-work {
        height: 260px;
    }
    .img-div1 {
        margin-top: -350px;
    }

    .tree.vertical ul {
        flex-wrap: wrap;
    }
    
    .tree.vertical li ul li {
        width: 100%;
    }
    
    .tree.vertical li:after {
        display: none;
    }
    
    .tree.vertical li ul:before {
        display: none;
    }
    
    .tree.vertical {
        padding-top: 0;
    }
    
    .tree.vertical li .tree-box {
        margin-bottom: 15px;
        margin-top: 62px;
    }
    
    .tree.vertical li:before {
        height: 52px;
    }
    
    
}

@media (max-width: 575px){
    .section-01 .box1 {
        padding: 35px;
    }
    .section-works .box1 .display-6 {
        font-size: calc(1rem + 1.5vw);
    }
    .section-works .box1 {
        padding: 15px;
    }
    .section-works .img-work {
        height: 210px;
    }

    .services-box .img {
        width: 55px;
        height: 55px;
        line-height: 52px;
        margin-bottom: 15px;
    }
    
    .services-box h4 {
        font-size: calc(1rem + .2vw);
    }

    .choose-box {
        padding: 30px;
    }
    
    .weoffer-box {
        padding: 30px;
        margin-bottom: 30px;
    }
    .weoffer-box .icon {
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    .weoffer-box .icon img {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
    
    .weoffer-box h5 {
        font-size: 1rem;
    }
}