/*MIN*/

@media screen and (min-width:768px) {
	.modal-dialog {
	    margin-top: 17vh;
	    width: 700px;
	}
	.hidden-sm{
		display: none !important;
	}
	.display-flex{
		display:flex !important;
	}
    .ms-des{
		height: 69px;;
	}
}

@media screen and (min-width:1024px) {
	.videos .owl-carousel .owl-nav .owl-prev {
	    left: -25px;
	}	
	.videos .owl-carousel .owl-nav .owl-next {
	    right: -25px;
	}	
	.header-fix .main-menu li{
		padding: 7px 17px;
		border-radius: 8px;
	}
	.hidden-menu{
		display: none;
	}
	.circle-turn:hover{
		animation-play-state: paused;
		cursor: pointer;
	}
   .frm-contact .form-dk{
   		padding: 60px 15px 20px 15px;
   }
   #modal-id .modal-body {
   	    padding: 60px 80px;
	}
	.img-p5-title{
		position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    top: -44px;
	    width: 450px;
	}

	.pos-center{
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%,-50%);
	}
}

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

@media screen and (min-width:1280px){
	.header-fix{
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 9999999;
	    padding:none;
	}
	.ads-text{
		top: unset;
		bottom:0;
		/*background: #e0e0e054;*/
		z-index: 9999;
	}
	.frm-contact{
		top: 150px;
	}
    #big.owl-theme {
	    bottom: -10px;
	}
}

@media screen and (min-width:1440px){
    #big.owl-theme{
    	bottom:-130px;
    }
    .sec-welcome{
		min-height: 836px;
	}
}

@media screen and (min-width:1600px){
	.sec-welcome{
		min-height: 1000px;
	}
}

@media screen and (min-width:1920px) {
    .p5-video{
    	width: 800px;
    }
    .container{
		width: 1600px;
    }
    .sec-welcome .container{
    	margin-top:100px;
    }
    .sec-welcome{
    	padding-bottom:600px;
    }
    .sec-p7 .container{
    	margin-top:100px;
    }

}

/*/////////////////////////////////////////////////////////////////////*/
/*MAX*/

@media screen and (max-width:375px) {
   .sec-welcome-mb{
   	  height: 120vh;
   }
}

/* Iphone 7 plus, 8 plus */
@media screen and (max-width:410px){
	.ads-text{
		font-size: 13px;
	}
}


@media screen and (max-width:415px) {
   
}

@media screen and (max-width:767px) {
	#owl_bs{
		position: absolute;
		width: 90%;
	    margin: 0 auto;
	    bottom: 0;
	}
	#owl_bs .owl-nav{
		position: absolute;
    	top: 50%;
    	text-align: unset;
    	width: 100%;
	}
	#owl_bs button.owl-prev img{
		width: 40px;
	}
	#owl_bs button.owl-next{
		position: absolute;
		right: 0;
	}
	#owl_bs button.owl-next img{
		width: 40px;
	}	
	.phone-mobile{
		webkit-animation: boxLeft 5s infinite;
	    -moz-animation: boxLeft 5s infinite;
	    -o-animation: boxLeft 5s infinite;
	    -ms-animation: boxLeft 5s infinite;
	    animation: boxLeft 5s infinite;
	}
	@keyframes boxLeft{
        0% {left: -100%;}
        25% {left: 1%;}
        50% {left: 1%;}
        75% {left: 1%;}
        100% {left: -100%;}
    }
	.sbzon{
		right: 0;
	}
	#big.owl-theme .owl-next {
		right: 130px;
	}
	#big.owl-theme .owl-prev {
		left: 130px;
	}
	.outer .owl-theme .owl-nav {
		z-index: 99999;
	    position: absolute;
	    bottom: -180px;
	    left: 0;
	    right: 0;
	    margin-left: auto;
	    margin-right: auto;
	}
	#big.owl-theme {
	    position: absolute;
	    bottom: 35vh;
	    left: 0;
	    right: 0;
	    margin-left: auto;
	    margin-right: auto;
	}
	.img-p5-content{
	    width: 85%;
	    position: absolute;
	    top: 30px;
	    left: 0;
	    right: 0;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	#thumbs {
		position: absolute;
		left: 0;
		right: 0;
		margin-right: 0;
		margin-left: 0;
	    bottom: 90px;
	    width: unset;
	}
	#thumbs .item {
		width: unset;
		height: unset;
	}
	.outer {
	    width: 100%;
	}
/*	.intro-video {
	    position: absolute;
	    top: unset;
	    bottom: 10px;
	    right: 0;
	    left: 0;
	    margin-left: auto;
	    margin-right: auto;
	    width: 100%;
	}*/
	
	.form-dk{
		width: 90%;
	}
	.frm-contact{
		right: 0;
	    left: 0;
	    margin-left: auto;
	    margin-right: auto;
	    top: 100px;
	}
	#custom_carousel .controls li{
		max-width: unset;
	}
    .phone-mobile{
        position: fixed;
        bottom:30px;
        left:15px;
        z-index: 99999;
    }
    .phone-mobile a{
        font-size: 18px;
        font-weight: 700;
        padding: 10px;
        background: #014a81;
        color: #fff;
        border-radius: 10px;
        box-shadow: 3px 4px 4px 2px rgba(0,0,0,0.3);
    }
    .phone-mobile a:hover, .phone-mobile a:active, .phone-mobile a:focus{
        color: #fff !important;
    }
}

/*IPAD & MOBILE*/
@media screen and (max-width:768px) {

	.mt-mb-20{
		margin-top:20px;
	}

	.sec-welcome{
		background:url(../images/bg-p1-mb.jpg) no-repeat center;
		background-size: cover;
	}

	.tabs-p2{
		margin-top:0;
	}

	.p1-title-mb{
		text-align: center;
	}

	.p1-title-mb img{
		width: 80%;
	}

	/*FACEBOOK MESSAGER*/
	.icon-mes-mb{
        position: fixed;
        bottom:30px;
        right:10px;
        width: 60px;
        height: 60px;
        z-index: 999999999;
    }
    .icon-mes-mb img{
        width: 100%;
    }
    .icon-mes-mb p{
        color: #014a81;
        white-space: nowrap;
        text-align: center;
        font-weight: 900;
        text-shadow:
        -1.5px -1.5px 0 #fff,
        1.5px -1.5px 0 #fff,
        -1.5px 1.5px 0 #fff,
        1.5px 1.5px 0 #fff;  
    }
    #fb-root{
        display: none !important;
    }
	/*FACEBOOK MESSAGER*/

	#modal-id .modal-dialog{
		margin-top: 15vh;
	}
	#modal-id .modal-content{
		background: url(../images/bg-form-mb.jpg) no-repeat center;
		background-size: cover;
	}
	.section-2 .intro-video{
		margin-top:30px;
	    margin-left:auto;
	    margin-right: auto;
	}
	#owl-slide{
		margin-top:20px;
	}
}
/* END 768*/

@media screen and(max-width: 991px){
	.videos .owl_video .owl-stage {
        padding: 0;
        margin-bottom: 15px;
    }
    .videos .owl_video .owl-item.center {
        transform: none;
    }
    .videos .owl_video .owl-item:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 20px;
        background: url(assets/images/shadow.png);
        background-size: 100% 100%;
    }
    .videos .owl_video .owl-item.center:after {
        bottom: 0px;
    }
    .videos .owl-carousel .owl-nav .owl-prev {
        left: 0px !important;
    }
    .videos .owl-carousel .owl-nav .owl-next {
        right: 0px !important;
    }
}

@media screen and (max-width:1366px) {
	
}

@media screen and (max-width:1440px) {
	.logo img{
		width: 195px;
	}
	.main-menu ul {
    	margin-top: 22px;
	}
}


/*PC 1366*/
@media screen and (min-width:1000px) and (max-width:1500px) {
    .p1-title{
    	left: 20%;
    }
}

/*Ipad 1024*/
@media screen and (min-width:992px) and (max-width:1199px) {

	.sec-welcome{
		min-height: 550px;
	    background-size: 100% 100%;
	}

	.des-text{
		right: 50%;
	}
	.sec-hoa {
		padding:30px 0;
	    height: unset;
	    position: relative;
	    background-size: cover;
	    background-position: 100% 100%;
	}
	.zone-turn{
		right: 5%;
	}
	.hoa-right{
		z-index: 0;
	}
	#big.owl-theme {
	    bottom: -119px;
	}
	.frm-contact {
	    right: 0;
	    top: 50px;
	    width: 300px;
	    height: 400px;
	}
	.main-menu ul li {
	    padding: 10px 10px;
	}
	/*.intro-video {
	    top: 250px;
	    right: 50px;
	    width: 400px;
	}*/
	#custom_carousel .controls li a{
		font-size: 12px;
	}
    .main-menu ul li a{
		font-size: 12px;
	}
	.img-p5-title{
	    top: 0px;
	}
	.p2-main-mb img{
		width: 25%;
		float: left;
	}
	.sec-p3 .owl-theme .owl-nav{
		left: 45%;
	}
	.p5-main-mb img{
		width: 25%;
		float: left;
	}
	.p1-form{
		margin-left:0;
	}
	.sec-p7{
		background-position: 20% 100%;
	}
}

/*END Ipad 1024*/

@media screen and (max-width:991px) and (min-width:768px) {
    
}

/*Ipad 768*/
@media screen and (max-width:768px) and (min-width: 767.5px) {
	.nav > li > a{
		padding: 10px 5px;
	}
	#custom_carousel .controls li a{
		white-space: normal;
	}
	.display-none-ipad{
		display: none !important;
	}
}

@media (min-height: 600px) and (max-width: 375px) {
    .zone-turn-mb {
	    position: relative;
	    text-align: center;
	    margin-top: 155px;
	}
}

