/*MIN*/

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

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

	.hidden-sm-fix{
		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;
	}
	.ads-text{
		top: unset;
		bottom:0;
		/*background: #e0e0e054;*/
		z-index: 9999;
	}
	
    #big.owl-theme {
	    bottom: -10px;
	}
}

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

}

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

}

@media screen and (min-width:1920px) {
	.section-two {
		height: 2313px;
	}
}

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

@media screen and (max-width:1468px) {
	.section-two {
		height: 2000px;
	}
}

@media screen and (max-width:1454px) {
	.section-two {
		height: 2000px;
	}
}

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

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

	.section-one .btn-fix{
	    left: 27%;
	}
	.section-two {
		height: 1810px;
	}
}

@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: 12vh;
	}
	#modal-id .modal-content{
		background: url(../images/datcoclamdep/bg-form-mb.jpg) no-repeat center;
		background-size: cover;
		height: auto;
	}

	.logo{
		text-align: center !important;
	}

	.news-title{
		font-size: 11px;
		font-weight: 400;
		height: 50px;
	}

	.p3-content{
		flex-direction: column;
	}

	.p3-content .left{
		width: 100%;
	}

	.p3-content .right{
		width: 100%;
	}

	.p3-content .right .btn-fix {
	    bottom: 20px;
	}

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

	.p3-content .left,
	.p3-content .right{
		width: 70%;
		margin:0 auto;
	}
	.section-two .btn-fix{
		position: relative;
		right: unset;
		bottom:0;
		margin-top:20px;
	}

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

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

	.section-one .btn-fix .btn-dk{
		margin:0 auto;
	}

	.section-two .btn-fix .btn-dk{
		margin:0 auto;
	}

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

    .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;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: 100%;		
	}
	.hotline-bar {
	    display: none;
	}
	#modal-id .frm-title{
		font-size: 20px;
		margin-bottom: -8px;
	}

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

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

	.p3-bottom{
		flex-wrap: wrap;
		justify-content: center;
	}

	.p3-bottom .item{
		width: 30%;
	}

	.menu-text{
		display: none;
	}

	.bg-hoa,
	.bg-hoadao{
		display: none;
	}

	.circle-mb-a{
		background: url(../images/bg-p1-mb.jpg) no-repeat center;
		height: unset;
		background-size: cover;
		padding-bottom:80px;
	}

	.circle-mb{
		 
	}

	.circle-mb:first-child{
		margin-top:70px;
		z-index: 8;
	}

	.circle-mb:last-child{
		margin-top:-80px;
	}

	.circle-mb img{
		width: 17%;
	    float: left;
	    margin-left: 6%;
	}

	.circle-mb:last-child img{
		margin-left: 12%;
	}
	.section-one{
	    position: relative;
	    background: #8adffe;
	    background-size: cover;
	    background-position: 100%;
	}

	.title-section {
	    padding: 30px;
    }	
	.promote {
	    padding: 20px 0px;
	}    
	.implant {
	    padding: 35px 50px 20px;
	}	
	.kh-implant {
	    padding: 30px 0px;
	}	
	.title-text span {
	    font-size: 18px;
	}	
	.image-video {
	    padding: 0px 0px;
	}	
	.rangsu {
	    padding: 10px;
	}	
	.rangsu-mb {
	    padding: 0px;
	}
	.rangsu-title-mb {
	    padding: 0px 75px;
	}
	.rangsu-model-mb {
	    padding: 20px 0px;
	}
	.rangsu-text-mb {
	    padding: 15px 35px;
	}	
	.kh-rangsu {
	    padding: 35px 0px;
	}	
	.banner-four {
	    padding: 0px 15px 0px;
	}
	.line-ngang {
	    padding-left: 100px;
	    padding-right: 100px;
	    margin: 0 auto;
	    width: 325px;
	    height: 1.5px;
	    background: #044d7f;
	    clear: both;
	}		
	.title-footer span {
	    font-size: 15px;
	}
	.add-footer span {
	    font-size: 14px;
	}
	.website-footer span {
	    font-size: 14px;    
	}
	.website-footer a {
	    font-size: 14px;    
	}
	.hotline-footer span{
	    font-size: 14px;
	}
	.hotline-footer a {
	    font-size: 14px;    
	}
	.fa, .fas {
	    font-size: 20px;
	}		
	.bg-mb {
		background: url(../images/bg-p2-mb.jpg) no-repeat center;
		background-size: cover;
	}
	.block-3 {
		background: url(../images/datcoclamdep/bg-circle.jpg) no-repeat center center;
		height: 772px;
	}
	.block-5 {
	
	    background-size: cover;
	    background-position: 100%;
		  		
	}
	.p4-title {
		padding: 25px 15px;
	}
	.mai-mb{
		position: absolute;
		z-index: 9;
		margin-top: -50px;
	}
	.outer {
		width: 100%;
		padding-bottom: 0px;
	}
	#thumbs {
	    position: relative;
	    width: 100%;
		margin-top: 30%;
    	padding: 0px 15px;
	}	
	.p1-title-mb{
		width: 350px;
	}
	.btn-dk {
		bottom: 35px;
	}	
	.circle{
		position: relative;
	    text-align: center;
	    width: 100%;
	    right: unset;
	    top: unset;
	    transform: unset;
	    margin:0 auto;
	}

	.p3-top .p3-top-left,
	.p3-top .p3-top-right{
	    width: 90%;
	    margin:0 auto;
	}
	
	.p3-top{
		flex-wrap: wrap;
	}

	.p3-bottom{
		margin-top: 0;
	}

	.p3-title{
		padding: 30px 30px 0 30px;
	}
	.logo img {
	    width: 120px;
	}
	.title-block-1 {
	    padding: 30px 0px 0px;
	}	
	.title-block-2 {
	    padding: 30px 0px;
	}
	.title-block-3 {
	    padding: 15px 40px;
	}
	.uudai__mb {
		padding: 30px 0px;
	}
	.pointer {
	    width: 60px;
		padding-top: 200px;
    }	
	.buttonlivestream {
		padding-top: 25px;
	}
	.promote-mb {
		padding-left: 0px;
		padding-right: 0px;
	}
	.img-promote-mb {
	    width: 50%;
	    float: left;
	    padding: 15px 10px;		
	}
	.sanma {
	    padding-left: 0px;
	    padding-right: 0px;
	    margin-top: 10%;
	}
	.vxmm {
	    padding: 40px 0px;
	}
	.quyenloi-mb {
		padding-left: 0px;
		padding-right: 0px;
	}
	.img-quyenloi-mb {
	    width: 50%;
	    float: left;
	    padding: 15px 10px;		
	}
	.part-1	{
		background-image: url(../images/datcoclamdep/banner-full-mb.jpg);
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: 100%;
	    background-position-y: 0px;
	    padding-bottom: 0px;
	    padding-top: 10px;
	    height: 720px;	
	}
	.part-2 {
		background-image: url(../images/datcoclamdep/banner-full-02-mb.jpg?ver=31);
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: 100%;
	    background-position-y: 0px;
	    padding-bottom: 0px;
	    padding-top: 10px;
	    height: 806px;	
	}

}

/* END 768*/

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



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

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

}

@media screen and (max-width:375px) {
	.part-1	{
	    height: 660px;	
	}
	.part-2	{
	    height: 700px;	
	}
}
@media screen and (max-width:320px) {
	.part-1	{
	    height: 560px;	
	}
	.part-2	{
	    height: 450px;	
	}
}





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

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

	.section-two{
		height: 185vh;
	}

	.section-one{
		height: 105vh;
	}

	.main-menu ul li a{
		font-size: 13px;
	}
	.section-quyenloi {
		height: 70vh;
	}
	.main-menu ul li{
		padding: 6px 5px;
	}

	.circle .lixi{
		width: 90px;
	}
}

/*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%;
	}
	.section-one{
		height: 60vh;
	}
	.section-two{
		height: 405vh;
		background: rgb(255,255,255);
    	background: linear-gradient(180deg, rgba(255,255,255,1) 65%, rgba(35,129,217,1) 100%);		
	}
	.hidden-xs {
	    display: block !important;
	}
	.img-promote {
		width: 50%;
		float: left;
	}
	.block-3 {
	    background-size: cover;
	}	
	.section-quyenloi {
		height: 108vh;
	}
	.img-quyenloi {
		width: 50%;
		float: left;
	}
	.title-section{
		padding-top: 20px;
	}

}

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

}

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

}