/*MIN*/

@media screen and (min-width:768px) {
	.modal-dialog {
	    margin-top: 17vh;
	    width: 430px;
	}
	.display-flex{
		display:flex !important;
		display: -webkit-box;
		  display: -webkit-flex;
		  display: -ms-flexbox;
	}
}

@media screen and (min-width:769px) {
	.hidden-min-769{
		display: none;
	}

	.hidden-sm-fix{
		display: none !important;
	}

	.section-one-mb{
		display: none !important;
	}
}

@media screen and (min-width:1024px) {
	#modal-id .modal-body {
   	    padding: 15px 30px;
	}

}
@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:5px 0;
	}

	.owl-main .owl-nav{
	    position: absolute;
	    right: 100px;
	    top: 250px;
	}

	.reg-slide{
	    position: absolute;
	    right: 75px;
	    top: 340px;
	}
	
    #big.owl-theme {
	    bottom: -10px;
	}
}

@media screen and (min-width:1440px){

}

@media screen and (min-width:1550px){

}

@media screen and (min-width:1920px) {
	.section-one{
		background-position: 100%;
		padding-bottom: 80px;
	}

	.section-two{
		padding:20px 0 300px;
	}

	.section-two{
		padding:0;
	}

	.p1-right{
		margin-top:50px;
	}

	.p1-right img{
		max-width: 90%;
	}

	.frm-index{
		margin-top:30px;
	}
}

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


@media screen and (max-width:1440px) {
	.section-two .btn-fix{
	    position: absolute;
	    right: 30%;
	    bottom: 60px;
	}
}

@media screen and (max-width:1366px) {
	.btn-dk{
		font-size: 15px;
	}

	.section-one .btn-fix{
	    left: 27%;
	}
}

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

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

	.hidden-xs{
		display: none !important;
	}

	.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%;}
    }

	.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;
    }
	.hidden-768{
		display: none;
	}

	#modal-id .modal-dialog{
		margin-top: 15vh;
	}
	#modal-id .modal-content{
		background: url(../images/bg-form-mb.jpg) no-repeat center;
		background-size: cover;
	}

	.logo{
		text-align: center !important;
		margin-top: 5px
	}
	.imgqua {
		padding-left: 0px;
		padding-right: 0px;
	}
	.img-salemb-p2 {
		padding-left: 35px;
    	padding-right: 30px;
	}
	.note-event {
		padding: 45px 35px;
	}
	.section-four .row .col-md-10 .btn-fix{
		position: relative;
		bottom:unset;
		right:unset;
		margin-top:20px;
	}

	.section-four .row .col-md-10 .btn-fix .btn-dk{
		margin:0 auto;
	}

	.section-five .btn-dk{
		margin-top:0;
	}

	.section-two{
		padding-top:15px;
		padding-bottom:0;
	    /*background: url(../images/bg-p2-mb.jpg) no-repeat center;*/
	    background:none;
		background-size: cover;
	    height: unset;
	}

	.section-three{
		background: none;
		padding-top:0;
	}

	.section-two .btn-fix{
		position: relative;
		right: unset;
		bottom:0;
		margin-top:20px;
	}

	.section-one .btn-fix{
		position: relative;
		left: unset;
		bottom:0;
		margin-top:20px;
	}
	.hotoasang {
	    position: relative;
    	text-align: center;
    	padding-top: 30px;
	}
	.pmr-title {
	    width: 100% !important;
	    margin-top: 3%;
	}	
	.owl-theme .owl-nav {
	    text-align: center;
	    -webkit-tap-highlight-color: transparent;
	    position: relative;
		margin: 10px 0;
	    right: 0;	    
	}	
	.buocquitrinh img {
		padding: 10px 15px;
	}
	.logo-footer {
	    margin-top: 25px;
	}
	.img-quyenloi .col-xs-12 {
	    width: 50%;
	}	
	.hotoasang img {
	    position: relative;
	    right: 0;
	    width: 100%;
		padding-left: 30px;
	    padding-right: 30px;	    
	}		
	.section-one .btn-fix .btn-dk{
		margin:0 auto;
	}

	.section-two .btn-fix .btn-dk{
		margin:0 auto;
	}
	.icon-km img {
	    width: 80%;
	}

	.section-five{
		padding-top:20px;
	}

	.phone-register{
    	display: flex;
    	position: fixed;
    	bottom:0;
    	left: 0;
    	width: 100%;
    	padding:10px 0;
	    background: #fcfcff75;
    	z-index: 9999999;
    }

    .phone-register .phone{
    	flex:1;
    	text-align: center;
    }

    .phone-register .phone a{
    	color: #fff;
	    font-weight: 700;
	    font-size: 20px;
	    background: #014a81;
	    padding: 5px 25px;
	    border-radius: 5px;
	    box-shadow: 2px 3px 5px rgba(0,0,0,0.5);
    }

    .phone-register .register{
		flex:1;
    	text-align: center;
    }
	.hotline-bar{
			display: none;
		}
    .phone-register .register a{
    	color: #fff;
	    font-weight: 600;
	    font-size: 20px;
    	padding: 5px 10px;
    	border-radius: 5px;
	    background: -webkit-linear-gradient(to right,#b01d05 0%,#f80532 90%);
	    background: -o-linear-gradient(to right,#b01d05 0%,#f80532 90%);
	    background: linear-gradient(to right,#b01d05 0%,#f80532 90%);
	    box-shadow: 2px 3px 5px rgba(0,0,0,0.5);
    }

	.footer{
		padding: 30px 0 50px 0;
		padding-top:0;
		/*background: url(../images/bg-footer-mb.jpg) no-repeat center;*/
		background-size: cover;
	}

	#modal-id .frm-title{
		font-size: 20px;
	}

	.text-km{
		font-size: 15px;
	}

	.p3-content .right, .p3-content .left{
		margin-top:0;
	}

	.menu-text{
		display: none;
	}

	.section-one{
		position: relative;
		background: url(../images/sinhnhat/mb-1.jpg) no-repeat center;
		background-size: cover;
    	height: 817px;
	}
	.bg-full{
	    position: relative;
	    background: url(../images/sinhnhat/mb-3-2.jpg) no-repeat center center;
	    background-size: cover;
	    margin-top: -2px;
    	padding: 0;
	}
	.main-container {

	}
	.img-p1-mb img {
    	width: 100%;
	}
	.img-p1-mb {
		position: relative;
   		margin-top: 30%;
   		padding: 0 20px;
	}
	img.p1-mb-title {
	    padding-bottom: 30px;
	}
	img.p1-mb-km {
	    padding: 5px 90px 30px;
	}
	img.p1-mb-mau {
	    padding: 0px;
	}	
	.t-quyenloi-mb img {
	    width: 80%;
	    padding-bottom: 20px;
	}	
	.p1-title-mb{
		width: 350px;
	}
	.section-one-mb .container {
		padding-left: 0;
		padding-right: 0;
	}
	.owl-main .item{
		flex-wrap: wrap;
	}
	.owl-main .item img:first-child{
	    width: 90%;
	}
	.owl-main .item img:last-child{
	    width: 60%;
	    margin-top:0;
	}

	.box-item{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		margin-bottom:20px;
	}

	.box-item img{
		width: 60%;
	}

	.box-item .box-info{
		width: 40%;
		padding:0;
		border-bottom: 1px solid #014a81;
	}

	.label-gift{
		width: 120px;
	}

	.label-price{
		font-size: 13px;
	}

	.p1-title{
		margin:50% 0 0 0;
		text-align: center;
	}

	.p1-title img{
		width: 100%;
	    margin: 0 auto;
	    padding: 18% 18% 7%;
	}

	.p2-main{
		width: 100%;
		margin:0 auto;
	}

	.p2-title{
		width: 100%;
		margin:0 auto;
	}

	.p3-main{
		width: 90%;
		margin:0 auto;
	}

	.p3-title{
		width: 80%;
		margin:0 auto;
		margin-top:100px;
	}

	.p2-main-item{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}

	.p2-main-item > img{
		width: 50%;
	}

	.p2-main-item > div{
		height: 150px;
		overflow: hidden;
		border-radius: 25px;
	}

	.p1-right img{
		max-width: 80%;
	}

	.fb-share{
		top: 85vh;
	}

	.p3-main-left{
		padding-left:15px;
	}

	.p3-main-right img{
		width: 100%;
	}

	.footer-new{
		width: 100%;
	}

	.img-sub img{
		width: 100% !important;
	}

	.logo-footer img{
		width: 150px;
	}
	.btn-dk-codinh2 {
	    position: relative;
	    margin: 0 auto;
	    padding: 10px 0;
	    text-align: center;
	    z-index: 999;
	    right: 0;
	    padding-bottom: 90px;
	}
	.btn-dk-codinh {
	    margin-top: 0;
	    padding: 0px 0 20px;
	}		
	.section-one-mb{
		position: relative;
	}

	.section-one-mb .line{
		position: absolute;
		bottom: 0;
		right: 0;
		background: url(//thammyhanquoc.vn/wp-content/themes/jw-zw/ldpage-parts/lp/2020/lp_presale/css/../images/mb/mb-line.png) no-repeat right;
		width: 100%;
		height: 191px;
		z-index: 9;
	}
	.line2{
		position: absolute;
		top: 0;
		left: 0;
		background: url(//thammyhanquoc.vn/wp-content/themes/jw-zw/ldpage-parts/lp/2020/lp_presale/css/../images/mb/mb-line2.png) no-repeat left;
		width: 100%;
		height: 191px;
		z-index: 9;
	}

}

/* END 768*/

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



@media screen and (max-width:415px) {
   .p2-main-item > div{
   		height: 70px;
   }
}

/* Iphone 7 plus, 8 plus */
@media screen and (max-width:410px){

}

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

}





/*PC 1366*/
@media screen and (min-width:1000px) and (max-width:1500px) {
    	
}

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

	.main-menu ul li a{
		font-size: 13px;
	}

	.main-menu ul li{
		padding: 6px 5px;
	}

	.circle .lixi{
		width: 90px;
	}

	.section-one{
		background-position: 50%;
	}

}

/*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) {
	.mai-mb{
		width: 100%;
	}
}

@media (min-height: 600px) and (max-width: 375px) {

}

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

}