/**
 * DESKTOP STYLE
 */

@media(min-width: 1200px){
    .container{
        max-width: 1200px;
    }
}

.gv_topbar_block{
    position: relative;
    overflow: hidden;
    background: #5b5044;
    padding: 10px 0;
    .container{
        >.row{
            align-items: center;
        }
    }
    .top-left{
        display: flex;
        align-items: center;
        .address{
            display: flex;
            align-items: center;
            font-size: 15px;
            font-weight: 500;
            padding-right: 20px;
            color: #fff;
            i{
                color: #fff;
            }
            span{
                display: inline-block;
                margin-left: 7px;
            }
        }
        .hotline{
            display: flex;
            align-items: center;
            font-size: 15px;
            font-weight: 500;
            color: #fff;
            i{
                color: #fff;
            }
            a{
                color: #fff;
                display: inline-block;
                margin-left: 7px;
                letter-spacing: 2px;
                font-weight: 600;
            }
        }
    }
    .top-right{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        .social{
            font-size: 14px;
            color: #fff;
            display: flex;
            align-items: center;
            span{
                font-weight: 600;
                display: inline-block;
                padding-right: 12px;
                text-transform: uppercase;
                letter-spacing: 1px;
            }
            a{
                color: #5b5044;
                display: flex;
                margin-right: 10px;
                height: 26px;
                width: 26px;
                border-radius: 100%;
                background: #fff;
                align-items: center;
                justify-content: center;
                &:last-child{
                    margin-right: 0;
                }
                i{
                    font-size: 14px;
                }
            }
        }
    }
}

/** Header
------------------------------------------------*/
.gv_header_block {
    position: relative;
    left: 0;
    top: 0px;
    right: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.4s ease-in-out;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    background: #fff;
    color: #000;

    .container {}

    .navi-wrap {
        display: flex;
        justify-content: space-between;
        position: relative;
        align-items: center;
        .head-left {
        }
        .head-right {
            
        }
    }
    .logo-site{
        background-color: transparent;
        position: relative;
        >a {
            img {
                width: auto;
                height: 80px;
            }
        }
    }
    .nav-primary{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        ul.menu-nav{
            list-style: none;
            padding: 0 20px 0 0;
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: flex-end;

            >li{
                display: inline-block;
                position: relative;
                >a{
                    display: block;
                    padding: 35px 10px;
                    font-size: 15px;
                    font-weight: 700;
                    color: #000;
                    line-height: 20px;
                    transition: all .45s ease 0s;
                    letter-spacing: .2px;
                    text-transform: uppercase;
                }
                ul{
                    list-style: none;
                    padding: 8px 0;
                    margin: 0;
                }
                >ul{
                    position: absolute;
                    left: 0;
                    top: 100%;
                    min-width: 220px;
                    background: #5b5044;
                    z-index: 11;
                    display: none;
                    &::before{
                        position: absolute;
                        height: 9px;
                        width: 14px;
                        border-left: 7px solid transparent;
                        border-right: 7px solid transparent;
                        border-bottom: 9px solid #5b5044;
                        left: 15px;
                        top: -9px;
                        content:"";
                    }
                    >li{
                        display: block;
                        position: relative;
                        >a{
                            display: block;
                            padding: 8px 20px;
                            font-size: 14px;
                            font-weight: 500;
                            color: #fff;
                            letter-spacing: 1px;
                            line-height: 20px;
                            transition: all .45s ease 0s;
                        }
                        >ul{
                            position: absolute;
                            left: 100%;
                            top: 0;
                            min-width: 220px;
                            background: #5b5044;
                            z-index: 11;
                            display: none;  
                            >li{
                                display: block;
                                position: relative;
                                >a{
                                    display: block;
                                    padding: 8px 20px;
                                    font-size: 14px;
                                    font-weight: 500;
                                    color: #000;
                                    letter-spacing: 1px;
                                    line-height: 20px;
                                    transition: all .45s ease 0s;
                                }
                                &:hover{
                                    >a{
                                        color: #fff;
                                    }
                                    >ul{
                                        display: block;
                                    }
                                }
                            }  
                        }
                        &:hover{
                            >a{
                                color: #fff;
                            }
                            >ul{
                                display: block;
                            }
                        }
                    }
                }
                &:hover{
                    >a{
                        color: #5b5044;
                    }
                    >ul{
                        display: block;
                    }
                }
            }
            >li.home{
                >a{
                    color: #5b5044;
                    i{
                        font-size: 16px;
                    }
                }
            }
        }
        .search-nav{
            padding-left: 15px;
            position: relative;
            button{
                border: 0;
                background: transparent;
                padding: 0;
                cursor: pointer;
                outline: none;
                i{
                    font-size: 18px;
                    vertical-align: bottom;
                }
            }
        }
    }
}
.gv_header_block.fixed {
    position: fixed;
    top: 0;
}

/** Banner
------------------------------------------------*/
.gv_banner_block {
    position: relative;
    overflow: hidden;
    width: 100%;    
    padding: 0px 0;

    .in-box{
        .owl-carousel{
            .owl-nav{
                [class*="owl-"]{
                    i{

                    }
                }
                .owl-prev{
                    &:hover{
                        i{
                            color: #5b5044;
                        }
                    }
                }
                .owl-next{
                    &:hover{
                        i{
                            color: #5b5044;
                        }
                    }
                }
            }
            .owl-dots{
                left: 50%;
                transform: translateX(-50%);
                margin-right: 0px;
                .owl-dot{
                    span{
                        height: 14px;
                        width: 14px;
                        border-radius: 60px;
                        border: 2px solid #fff;
                        background: transparent;
                        &:hover{
                            border-color: #5b5044;
                            background: #5b5044;
                        }
                    }
                }
                .owl-dot.active{
                    span{
                        border-color: #5b5044;
                        background: #5b5044;
                    }
                }
            }
        }
        .banner_item{
            .bn_inner{
                position: relative;
                display: block;
                height: 560px;
                background-position: center;
                width: 100%;
                img{
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    height: 100%;
                    width: 100%;
                    object-position: 50% 50%;
                    object-fit: cover;
                }
            }
        }
    }
}

/** Rent
------------------------------------------------*/
.gv_section_rent{
    position: relative;
    overflow: hidden;
    .container{

    }
    .block-rent{
        position: relative;
        overflow: hidden;
        padding-bottom: 40px;
        .tab_menu{
            display: flex;
            align-items: center;
            border: 1px solid #5b5044;
            margin-bottom: 10px;
            position: relative;
            >span{
                display: inline-block;
                padding: 15px 20px;
                position: relative;
                background: #5b5044;
                color: #fff;
                font-size: 18px;
                font-weight: 600;
                text-transform: uppercase;
                line-height: 24px;
                letter-spacing: 1px;
                &::before{
                    content: "";
                    height: 20px;
                    width: 9px;
                    position: absolute;
                    right: -9px;
                    top: 50%;
                    transform: translateY(-50%);
                    background: #5b5044;
                    clip-path: polygon(0 0, 0% 100%, 100% 50%);
                }
            }
            ul{
                display: flex;
                list-style: none;
                padding: 0;
                margin: 0;
                align-items: center;
                padding-left: 30px;
                >li{
                    display: inline-block;
                    padding: 2px 2px;
                    span{
                        display: block;
                        padding: 8px 12px;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 20px;
                        position: relative;
                        color: #000;
                        cursor: pointer;
                        background: #9f9993;
                        border-radius: 3px;
                        transition: all .34s ease 0s;
                        &:hover{
                            background: #5b5044;
                            color: #fff;
                        }
                    }
                }
                >li.active{
                    span{
                        background: #5b5044;
                        color: #fff;
                    }
                }
            }
        }
        .tab_content{
            .tab_pane{
                .row{
                    align-items: stretch;
                    margin-left: -10px;
                    margin-right: -10px;
                    >[class*="col-"]{
                        padding-left: 10px;
                        padding-right: 10px;
                        min-height: 100%;
                    }
                }
            }
            .rent_item{
                padding-top: 10px;
                padding-bottom: 10px;
                .rent_inner{
                    height: 100%;
                }
            }
        }
    }
}
@media(max-width:991px){
    .gv_section_rent{
        .block-rent{
            .tab_menu{
                ul{
                    position: absolute;
                    top: 100%;
                    right: 0;
                    display: none;
                    align-items: initial;
                    padding-left: 0px;
                    background: #5b5044;
                    min-width: 200px;
                    z-index: 9;
                    >li{
                        display: block;
                        padding: 0;
                        border-bottom: 1px dotted #eee;
                        span{
                            padding: 8px 12px;
                            color: #fff;
                            background: transparent;
                            border-radius: 0px;
                        }
                    }
                    >li.active{
                        span{
                            background: #dedede;
                            color: #5b5044;
                        }
                    }
                }
            }
        }
    }
}

/** Sell
------------------------------------------------*/
.gv_section_sell{
    position: relative;
    overflow: hidden;
    background-image: url('../images/bt_pattern.jpg');
    background-repeat: repeat;
    background-position: top left;
    background-size: auto;
    .container{

    }
    .owl-carousel{

    }
    .sell_item{
        .rent_inner{
            margin: 10px 0;
        }
    }
}

/** Regist
------------------------------------------------*/
.gv_section_regist{
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    &::before{
        content:"";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: #000;
        opacity: 0.88;
        position: absolute;
    }
    .container{
        position: relative;
        z-index: 3;
    }
    .form{
        position: relative;
        display: block;
        .wpcf7-form{
            .row{
                margin-left: -7.5px;
                margin-right: -7.5px;
                [class*="col-"]{
                    padding-left: 7.5px;
                    padding-right: 7.5px;
                }
            }
            input[type="text"],
            input[type="email"],
            input[type="tel"],
            input[type="date"],
            input[type="number"],
            select, textarea{
                outline: none;
                padding: 15px 15px;
                line-height: 20px;
                border: 0;
                background: #fff;
                color: #000;
                width: 100%;
                font-family: 'Montserrat', sans-serif;
                margin: 7.5px 0;
                border-radius: 4px;
            }
            textarea{
                height: 115px;
            }
            input.wpcf7-submit{
                font-family: 'Montserrat', sans-serif;
                width: auto;
                margin-top: 10px;
                margin-right: auto;
                margin-left: auto;
                display: block;
                background: #dd8728;
                color: #fff;
                padding: 15px 30px;
                border-radius: 4px;
                line-height: 20px;
                font-size: 15px;
                font-weight: 600;
                text-transform: uppercase;
            }
        }
    }
}

/** News
------------------------------------------------*/
.gv_section_news{
    position: relative;
    overflow: hidden;
    background-image: url('../images/bt_pattern.jpg');
    background-repeat: repeat;
    background-position: top left;
    background-size: auto;
    .container{
        >.row{
            margin-left: -10px;
            margin-right: -10px;
            align-items: stretch;
            >[class*="col-"]{
                padding-right: 10px;
                padding-left: 10px;
                padding-top: 10px;
                padding-bottom: 10px;
                min-height: 100%;
            }
        }
    }
    .info{
        position: relative;
        display: block;
        .video{
            position: relative;
            >a{
                position: relative;
                padding-bottom: 75%;
                display: block;
                background-position: center;
                width: 100%;
                img{
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                    object-position: 50% 50%;
                }
                i{
                    position: absolute;
                    font-size: 65px;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    color: #e80000;
                }
            }
        }
        .name{
            margin-top: 12px;
            background: #fff;
            border: 1px solid #eee;
            color: #000;
            font-size: 14px;
            padding: 10px 15px;
            line-height: 20px;
            font-weight: 500;
        }
    }
    .box{
        background: #fff;
        padding: 35px 25px;
        height: 100%;
        .control{
            position: relative;
            .nav-slick{
                position: absolute;
                right: 0;
                top: 0px;
                display: flex;
                align-items: center;
                button{
                    height: 30px;
                    width: 15px;
                    border: 0;
                    background: transparent;
                    outline: none;
                    display: block;
                    cursor: pointer;
                    i{
                        display: block;
                        height: 100%;
                        width: 100%;
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: contain;
                    }
                }
                button.prev{
                    margin-right: 5px;
                    i{
                        background-image:url('../images/prev.jpg');
                    }
                }
                button.next{
                    margin-left: 5px;
                    i{
                        background-image:url('../images/next.jpg');
                    }
                }
            }
        }
        .slick-slider{
            padding-bottom: 0;
        }
        .news_item{
            padding: 15px 0;
        }
    }
}
@media(max-width: 767px){
    
}


/** Page Project
------------------------------------------------*/
.gv_page_project {
    position: relative;
    overflow: hidden;
    .container {
        
    }
	
	.project-tab{
		.tab_nav{
			display: flex;
			justify-content: center;
			list-style: none;
			padding: 0;
			margin-bottom: 15px;
			>li{
				display: inline-block;
				position: relative;
				padding: 5px 1px;
				>span{
					display: block;
                    background: #999;
                    border: 0;
                    color: #fff;
                    padding: 10px 20px;
                    text-transform: uppercase;
                    cursor: pointer;
                    font-size: 15px;
                    text-align: center;
                    border-radius: 1px;
                    font-weight: 600;
                    letter-spacing: .5px;
                    position: relative;
                    transition: all .45s ease 0s;
				}
                &:hover{
                    >span{
                        background: #00acf0;
                        color: #fff;
                    }
                }
			}
			>li.active{
				>span{
					background: #00acf0;
					color: #fff;
				}
			}
		}
		.tab_content{
			.project_item {
				.project_box {
					margin: 15px 0;
				}
			}
		}
	}
}
@media(max-width:767px){
	.gv_page_project {
		
		.project-tab{
			.tab_nav{
				flex-wrap: wrap;
				>li{
					flex: 0 0 33.333334%;
					max-width: 33.333334%;
					
				}
				
			}
		}
	}
}

@media(max-width:575px){
	.gv_page_project {
		
		.project-tab{
			.tab_nav{
				flex-wrap: wrap;
				>li{
					flex: 0 0 100%;
					max-width: 100%;
					
				}
				
			}
		}
	}
}

/** Page Homestay
------------------------------------------------*/
.gv_page_homestay{
    position: relative;
    overflow: hidden;
    .container{

    }
    .head_section{
        .title{
            color: #a75627;
            font-weight: 600;
        }
    }
    .search-box {
        position: relative;
        background: transparent;
        padding: 0px;
        margin-bottom: 25px;

        .row {
            margin-right: -5px;
            margin-left: -5px;

            [class*="col-"] {
                padding-right: 5px;
                padding-left: 5px;
            }
        }

        .form_control {
            position: relative;
            display: block;
            border: 1px solid #a75627;

            >i {
                position: absolute;
                left: 12px;
                top: 50%;
                transform: translateY(-50%);
                color: #aaa;
                z-index: 2;
            }
        }

        input[type="text"],
        input[type="date"],
        select {
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            appearance: none;
            border: 0;
            padding: 8px 10px;
            padding-left: 40px;
            background: transparent;
            width: 100%;
            color: #000;
        }

        span {
            display: block;
            position: relative;

            &::before,
            &::after {
                position: absolute;
                right: 10px;
                color: #ccc;
                font-family: 'themify';
                font-size: 11px;
                display: inline-block;
                z-index: 2;
            }

            &::before {
                content: "\e648";
                top: 6px;
            }

            &::after {
                content: "\e64b";
                bottom: 6px;
            }
        }

        select {
            position: relative;
        }

        button {
            padding: 8px 10px;
            width: 100%;
            text-align: center;
            text-transform: uppercase;
            color: #FFF;
            background: #a75627;
            border: 0;
            cursor: pointer;
        }
    }

    .category-box {
        .cate_item {
            .inner {
                padding: 15px 0;
                .box_cat {
                    background: #FFF;
                    border-radius: 0px;
                    padding: 0px;
                    position: relative;
                    overflow: hidden;

                    .thumb {
                        position: relative;
                        display: block;
                        overflow: hidden;
                        >a {
                            position: relative;
                            padding-bottom: 65%;
                            background-position: center;
                            width: 100%;
                            display: block;
                            transition: all .5s ease 0s;
                            img {
                                position: absolute;
                                top: 0;
                                left: 0;
                                bottom: 0;
                                right: 0;
                                height: 100%;
                                width: 100%;
                                object-position: 50% 50%;
                                object-fit: cover;
                            }
                        }

                        .name {
                            padding: 15px 20px 15px;
                            background: linear-gradient(180deg, transparent 0%, rgba(21, 40, 75, 0.24) 30%, rgba(21, 40, 75, 0.86) 100%);
                            font-size: 18px;
                            letter-spacing: 1px;
                            font-weight: 500;
                            margin-bottom: 0;
                            position: absolute;
                            left: 0;
                            bottom: 0;
                            width: 100%;
                            height: 100px;
                            display: flex;
                            align-items: flex-end;

                            >a {
                                transition: all .4s ease 0s;
                                color: #fff;
                            }
                        }
                    }
                }
            }
            &:hover{
                .inner{
                    .box_cat{
                        .thumb{
                            >a{
                                transform: scale(1.10);
                            }
                            .name{
                                >a{
                                    color: #a75627;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

/** Page Learning
------------------------------------------------*/
.gv_page_learning{
    position: relative;
    overflow: hidden;
    .container{

    }

    .course-box{
        .row{
            align-items: stretch;
            [class*="col-"]{
                min-height: 100%;
            }
        }
        .course_item{
            padding-top: 15px;
            padding-bottom: 15px;
            .course_inner{
                height: 100%;
            }
        }
    }
}

/** Project Archive | Taxonomy
------------------------------------------------*/
.gv_project_taxonomy {
    position: relative;
    overflow: hidden;
    .container {
        >.row {
            align-items: stretch;
            [class*="col-"]{

            }
        }
    }
    .project_item {
        .project_box {
            margin: 15px 0;
        }
    }
}

/** Project Single
------------------------------------------------*/
.gv_project_single {
    position: relative;
    overflow: hidden;
    .container {
        >.row{
            >[class*="col-"]{
                padding-top: 10px;
                padding-bottom: 10px;
            }
        }
    }

}

/** Realty Archive
------------------------------------------------*/
.gv_realty_taxonomy{
    position: relative;
    overflow: hidden;
    .container {
        >.row {
            align-items: stretch;
            [class*="col-"]{
                min-height: 100%;
            }
        }
    }

    .realy_item {
        padding-top: 15px;
        padding-bottom: 15px;
        .rent_inner{
            height: 100%;
        }
    }
}

/** Realty Single
------------------------------------------------*/
.gv_realty_single {
    position: relative;
    overflow: hidden;
    .container {
        >.row{
            >[class*="col-"]{
                padding-top: 10px;
                padding-bottom: 10px;
            }
        }
    }
    .content_blog{
        background: #fff;
        padding: 20px;
        box-shadow: 0px 0px 8px 0px #ddd;
    }
}

/** Course Taxonomy
------------------------------------------------*/
.gv_course_taxonomy{
    position: relative;
    overflow: hidden;

    .container {

    }
    .course-wrap{
        >.row {
            align-items: stretch;
            [class*="col-"]{
                min-height: 100%;
            }
        }

        .course_item {
            padding-top: 15px;
            padding-bottom: 15px;
            .course_inner {
                height: 100%;
            }
        }
    }
}

/** Course Single
------------------------------------------------*/
.gv_course_single{
    position: relative;
    overflow: hidden;
    .container{

    }
}

/** Post Category
------------------------------------------------*/
.gv_post_category{
    position: relative;
    overflow: hidden;
    .container {
        >.row{
            >[class*="col-"]{
                padding-top: 10px;
                padding-bottom: 10px;
            }
        }
    }

    .list {
        .blog_item{
            padding-bottom: 22px;
            margin-bottom: 22px;
            border-bottom: 1px dotted #ccc;
            .blog_inner {}
            
            &:last-child{
                margin-bottom: 0;
            }
        }
    }
}

/** Project Single
------------------------------------------------*/
.gv_post_single {
    position: relative;
    overflow: hidden;
    .container {
        >.row{
            >[class*="col-"]{
                padding-top: 10px;
                padding-bottom: 10px;
            }
        }
    }
}

/** Footer
------------------------------------------------*/
.gv_footer_block {    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #FFF;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    &::before{
        content:"";
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(10, 10, 10, 0.96);
        height: 100%;
        width: 100%;
    }
    .container {
        position: relative;
        z-index: 5;
        >.row {
            [class*="ft_"] {
                padding-top: 10px;
                padding-bottom: 10px;
            }
        }
    }

    .box_fx {
        .company{
            padding-bottom: 15px;
            h2{
                font-size: 20px;
                font-weight: bold;
                text-transform: uppercase;
                color: #fff;
                margin-bottom: 0;
            }
        }
        .contact{
            .contact_item {
                margin-bottom: 6px;
                font-size: 15px;
                line-height: 1.6;
                letter-spacing: .5px;
                font-weight: 300;
                padding-left: 25px;
                position: relative;
                i{
                    position: absolute;
                    left: 0;
                    top: 4px;
                }
                &:last-child {
                    margin-bottom: 0;
                }
            }
        }
        .menu {
            list-style: none;
            padding: 0;
            margin: 0;

            >li {
                padding-bottom: 15px;
                font-size: 15px;
                line-height: 1.4;
                >a {
                    color: #fff;
                    display: block;
                    transition: all .5s ease 0s;
                    i{
                        margin-right: 10px;
                    }
                    &:hover{
                        color: #a75627;
                    }
                }
                &:last-child {
                    border-bottom: 0;
                    padding-bottom: 0;
                }
            }
        }
        .map{
            iframe{
                height: 230px;
                width: 100%;
            }
        }

    }
    hr{
        border-color: #fff;
    }
    .box_copy{
        display: block;
        color: #fff;
        .copy{
            font-size: 14px;
            font-weight: 400;
            letter-spacing: .5px;
            line-height: 1.5;
        }
    }
}