/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.sec4 .inner_sec4 .text_feadback p{font-size: 18px;}
.sec7 .inner_sec7 .text_feadback p{font-size: 18px;}
.sec2 .inner_sec2 .text_feadback p{font-size: 22px;}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.feadback span{font-size: 11px;}
.navbar-nav{width: 130%;}
.navbar-nav{text-align: right;}
.header .title_header p{font-size: 40px; line-height: 60px; padding-top: 130px;}
.sec2 .inner_sec2 .text_feadback p{font-size: 20px;}
.slider_construction .item {text-align: center;}
.title_construction {margin-top: 20px; display: inline-block;}
.sec1 .slider_construction .item .info_construction .list_quality ul li{text-align: center;}
.sec2 .inner_sec2 .text_feadback p:nth-child(2){text-indent: 30px;}
.sec4 .inner_sec4 .text_feadback p{font-size: 14px;}
.sec7 .inner_sec7 .text_feadback p{font-size: 16px;}
.slider_rewiews .item{text-align: center;}
.sec1 .slider_construction .item .info_construction .list_quality ul li{text-align: left;}
.footer .phone-footer a{font-size: 20px;}
.btn3{max-width: 160px;}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.navbar-brand > img{max-width: 80px;}
.navbar-brand p{display: none;}
.inner_sec2{text-align: center;}
.sec2 .inner_sec2 .text_feadback p{text-indent: none;}
.sec4 .inner_sec4 .text_feadback p{font-size: 18px;}
.inner_sec4{text-align: center;}
.sec4 .inner_sec4 .text_feadback p{line-height: 30px;}
.inner_sec7{text-align: center;}
.sec7 .inner_sec7 .text_feadback p{line-height: 30px;}
.footer .col-50{width: 100%;}
.footer .phone-footer{margin-top: 0px; width: 100%; display: inline-block; text-align: center;}
.footer .phone-footer a{display: inline-block; width: 100%;}
.footer .col-left{max-width: 100%; float: none; text-align: center;}
.footer .block_adress{float: none;}
.sec5{min-height: auto;}
.item_rec{text-align: center; min-height: 150px;}
.info_construction{display: inline-block;}
.sec1 .slider_construction .item .preview ul li img{padding: 0px 3px;}
.sec1 .slider_construction .nav_url a{font-size: 10px;}
.sec1 .slider_construction .item .info_construction .list_quality span{font-size: 14px; width: 80%;}
.title p{font-size: 22px;}
.header .title_header p{font-size: 24px; line-height: 34px;}
.header .title_header span{font-size: 18px; line-height: 24px;}
.header{min-height: 500px;}
.sec5 .img_con .desc_img_con{position: relative; bottom: 0px; max-width: 100%;}
.sec5 .img_con .desc_img_con p{text-align: center; padding: 10px 10px;}
.popup_window{width: 90%; left: 50%; margin-left: -45%; padding-bottom: 10px;}
.line-nav{display: none;}
.block_thank .inner_thank .item_thank{max-width: 90%;}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.inner_sec3 .col-xs-6{width: 100%;}
.item_rec{min-height: auto;}
.sec5 .owl-next{margin-right:0px; position: relative; right: 0px;top: 0px; margin-top: 0px; float: right;}
.sec5 .owl-prev{margin-left:0px; position: relative; left: 0px;top: 0px; margin-top: 0px; float: left; }
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}