/*css input class form control border*/
    .form-control {
        box-sizing: border-box;
        border: 1px solid #b2b2b2;
        border-radius: 4px;
    }

    .form-control:focus {
        box-sizing: border-box;
        border: 1px solid rgb(8 137 214);
        border-radius: 4px;
    }


/*css popup show pdf*/
   #vanBan .modal {
   display: none; /* Hidden by default */
   position: fixed; /* Stay in place */
   z-index: 1; /* Sit on top */
   padding-top: 10px; /* Location of the box */
   left: 0;
   top: 0;
   width: 100%; /* Full width */
   height: 100%; /* Full height */
   overflow: auto; /* Enable scroll if needed */
   background-color: rgb(0,0,0); /* Fallback color */
   background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
   }
   /* Modal Content */
   #vanBan .modal-content {
   position: relative;
   background-color: #fefefe;
   margin: auto;
   padding: 0;
   border: 1px solid #888;
   width: 80%;
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
   -webkit-animation-name: animatetop;
   -webkit-animation-duration: 0.4s;
   animation-name: animatetop;
   animation-duration: 0.4s
   }
   /* Add Animation */
   @-webkit-keyframes animatetop {
   from {top:-300px; opacity:0} 
   to {top:0; opacity:1}
   }
   @keyframes animatetop {
   from {top:-300px; opacity:0}
   to {top:0; opacity:1}
   }
   /* The Close Button */
   #vanBan .close {
   color: black;
   float: right;
   font-size: 50px;
   font-weight: bold;
   }
   #vanBan .close:hover,
   #vanBan .close:focus {
   color: #000;
   text-decoration: none;
   cursor: pointer;
   }
   #vanBan .modal-header {
   padding: 0px 15px;
   background-color: white;
   color: white;
   }
   #vanBan .modal-body {padding: 0px 5px;}
/*end css popup show pdf*/






#custom-btn-eye-download{
	width: 66px;
	height: 100%;
}
#vanBan .btn.btn-outline-primary.btn-xs.ic-eye{
    padding: 5px;
	float: left;
}

#vanBan .btn.btn-outline-danger.btn-xs.ic-download{
    padding: 5px;
	float: right;
}

#vanBan div.dataTables_wrapper div.dataTables_length select {
    border-radius: 5px !important;
    height: 100% !important;
}

#vanBan div.dataTables_wrapper div.dataTables_filter {
    border-radius: 5px !important;
    height: 100% !important;
	display: none !important;
}

#vanBan .pagination>li>a{
    border-radius: 0% !important;
    margin: 0px;
}

select .custom-select.custom-select-sm.form-control.form-control-sm{
	border-radius: 15px !important;
    height: 100% !important;
}



#blog{
	padding-bottom: 30px;
}

#header .container.pt-15.pb-15 .row .col-xs-12.col-sm-12.col-md-8{
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.menuzord-brand {
	margin: 0px !important;
}



.container .row .col-md-9 .article-content.text-justify img {
    max-width: 100%;
}
.entry-content img {
    max-width: 100%;
}
.row .col-md-4, .row .col-md-9{
	text-align:justify;
}

section > .container, section > .container-fluid {
    padding-bottom: 0px;
    padding-top: 0px;
}
.col-sm-6.col-md-3 .icon-box.p-10.text-white.text-center {
    padding-bottom: 0px !important;
}
.row.titleRow h2{
	padding-top: 20px;
	}

nav#menuzord ul li:hover > ul {
    display: block !important;
}

#header .header-top.bg-gray-lighter.sm-text-center .container .row .col-md-4 .widget{text-align: center !important;}










/* css for screen > 1200px */
@media screen and (min-width: 1200px) {
  .section-content .col-md-4.tintuc img{
	width: 360px;
	height: 242px;
  }
}

/* css for screen 768px to 1200px */
@media screen and (max-width: 1199px) {
  .col-md-4.mt-10.mb-10.reponsiveVideo{
	  width: 49.99%;
	  padding-top: 0px !important;
  }
  
  #AlbumVideo .fluid-width-video-wrapper{
		padding-top: 56.5% !important;
	}
  
  #custom-clear{
	  display: none !important;
  }
  .fluid-width-video-wrapper{
		padding-top: 68.5% !important;
	}
  .section-content .col-md-4.tintuc {
	width: 100%;
	border-bottom: 1px dashed #d3d3d3!important;
	margin-bottom: 20px;
    padding-bottom: 20px;
	font-size: 20px;
  }
	  .entry-titlem-0.two-lines{
		  font-size:20px;
		}
	  .section-content .col-md-4.tintuc img{
		width: 100%;
		height: auto;
	  }
	  #about2{
		  background-image:none !important;
	  }
	  .row .col-sm-6.col-md-3 {
		width: 49%;
	  }
	 .col-md-4.col-sm-6.col-xs-12.why01{
			width: 50%;
		}
	.col-md-4.col-sm-6.col-xs-12.why02{
			width: 50%;
		}

	.container.pt-15.pb-15 .row .col-xs-12.col-sm-12.col-md-5 .row.mt-20 .col-md-3 {
		margin-top: -25px;
	}
	.col-sm-6.col-md-3.hidden-xs.none{
		display: none !important;
	}
}

@media screen and (max-width: 991px){
	.col-md-4.mt-10.mb-10.reponsiveVideo{
	  width: 100%;
  }
	
	.container.pt-15.pb-15 .row .col-xs-12.col-sm-12.col-md-5 .row.mt-20 .col-md-3 {
		margin-top: 0px;
	}
}

/* css for screen < 768px */
@media (max-width: 768px){
		.col-md-4.mt-10.mb-10.reponsiveVideo{
	  width: 100%;
  }
	
	.row .col-sm-6.col-md-3 {
    width: 100%;
	}
	
	.col-md-4.col-sm-6.col-xs-12.why01, .col-md-4.col-sm-6.col-xs-12.why02{
		width: 100%;
	}
	
	.col-sm-6.col-md-3 .widget .mt-0.mb-20 {
		margin-left: 0 !important;
	}
	.col-sm-6.col-md-3 .widget {
		text-align: center;
	}
	.menuzord-brand img {
		max-height: auto;
		max-width: 100%;
		display: block !important;
	}
}
/* css for screen < 332px */
@media (max-width: 332px){
	.why .why-title h3{
		font-size: 20px;
		margin-top: 70px;
		line-height: 35px;
	}
}





