/*

	Theme Name: ARCT - Architects Corporate Template
	Theme URI: http://locotheme.com/arct-html/
	Description: Responsive Multipurpose HTML5 Template
	Version: 1.0
	Author: Loco Theme
	Author URI: http://www.locotheme.com

	- - - - - Contents - - - - -
	
	01 - Max 480px
	02 - Max 767px
	03 - Max 991px
	04 - Max 1024
	05 - Min 768px
	06 - Min 992px
	07 - Min 1200px

	- - - - - - - - - - - - - -
	
*/	

/*  04 -  Max 1024px
-----------------------------------------------------------*/
@media (max-width: 1024px){
	
}

/*  03 -  Max 991px
-----------------------------------------------------------*/
@media (max-width: 991px){
	.hotline{
		display: none;
	}
	.gioi_thieu {
	    padding: 30px;
	}
	.gioi_thieu iframe{
		width: 100%;
		height: 300px;
	}
	.khung_left{
		width: 250px;
	}
	.khung_right{
		padding-left: 250px;
	}
	.title_menu_left,.title_tin{
		font-size: 18px;
	}
	.khung_left ul.menu_left li a{
		font-size: 15px;
	}
	.bg_room{
		left: 250px;
	}
	.copyright{
		font-size:9px;
	}
	.noidung_tin img{
		width:100% !important;
		height:auto !important
	}
	.panel-counter{
		transform: none;
		-webkit-transform: none;
	}
	.accordion-slider h3.as-layer{
		font-size: 11px;
	}
}

@media (max-width: 768px){
	.khung_slider_mobile{
		display: block;
		padding-left: 250px;
	}
	.khung_slides_room{
		display: none;
	}
	.slides{
		height: 250px !important;
	}
	.slides-navigation{
		display: block;
	}
}
/*  02 -  Max 767px
-----------------------------------------------------------*/
@media (max-width: 767px){
	.khung_slider_mobile{
		padding-left: 0;
	}
	.site-toggle{
		z-index:99999;
	}
	.site-menu {
		z-index: 9999;
	}
	.khung_booking {
	    right: 10px;
	    top: 50px;
	    height: 32px;
	}
	.booking{
		height: 32px;
		line-height: 32px;
	}
	.lang {
	    right: inherit;
	    top: 50px;
	    left: 10px;
	}
	.bx-container{
		width: 100% !important;
		left: 0;
	}
	.bx-thumbs{
		left: 0;
		margin-left: 0;
	}
	.khung_left{
		position: relative;
		top:0;
		padding-top: 15px;
		width: 100%;
		float: left;
	}
	.khung_left ul.menu_left li{
		margin-bottom: 10px;
	}
	.copyright2{
		display: none;
	}
	.khung_right{
		padding-left: 0;
	}
	.title_menu_left{
		margin: 60px 0 15px;
	}
	.gioi_thieu{
		padding:30px 15px;
	}
	.room_2,.room_2 .bx-container,.room_2 .bx-container img{
		height: 250px !important;
	}
	.bx-wrapper{
		position: relative;
	}
	.room_2 .bx-container{
		position: inherit;
	}
	.room_2 .bx-thumbs{
		bottom: 5px;
	}
	.room_2 .bx-thumbs a{
		width: 40px;
		height: 40px;
	}
	.room_1 .khung_left{
		display: none;
	}
	.room_1 .khung_right{
		display: block;
	}
	.room_1 .gioi_thieu {
	    padding-top: 0;
	}
	.accomodation .khung_left{
		display: none;
	}
	.panel-counter{
		font-size: 13px;
	}
	.bg_room{
		left: 0
	}
	.accordion-slider h3.as-layer {
	    font-size: 8px;
	}
        .khung_bottom{
            left:0;height:auto
        }
}

/*  01 -  Max 480px
-----------------------------------------------------------*/
@media (max-width: 480px){
}


/*  05 -  Min 768px
-----------------------------------------------------------*/
@media (min-width: 768px){
	
}

/*  06 -  Min 992px
-----------------------------------------------------------*/
@media (min-width: 992px){
	
}

/*  07 -  Min 1200px
-----------------------------------------------------------*/
@media (min-width: 1200px){
	
}