@font-face {
    font-family: 'Wingdings';
    src: url("/documents/d/cong-thong-tin-dtp/wingdings-1-1") format('truetype'),
		url("/documents/d/cong-thong-tin-dtp/wingdings-1") format('woff2');
}
@font-face {
    font-family: 'utm_androgyneregular';
    src: url('/documents/d/cong-thong-tin-dtp/utm_androgyne_0-1-') format('woff2'),
         url('/documents/d/cong-thong-tin-dtp/utm_androgyne_0') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'aquarelle';
  src: url('/documents/d/cong-thong-tin-dtp/aquarelle-4-');
  src: url('/documents/d/cong-thong-tin-dtp/aquarelle-4-?#iefix') format('embedded-opentype'),
       url('/documents/d/cong-thong-tin-dtp/aquarelle-3-') format('otf'),
       url('/documents/d/cong-thong-tin-dtp/aquarelle-2-#aquarelle') format('svg'),
       url('/documents/d/cong-thong-tin-dtp/aquarelle-1-') format('truetype'),
       url('/documents/d/cong-thong-tin-dtp/aquarelle') format('woff'),
       url('/documents/d/cong-thong-tin-dtp/aquarelle-5-') format('woff2');
}
body {
    font-family:arial !important;
    color: #333;
}
/*Fix liferay*/
		.portlet {
			margin-bottom: 0 !important;
		}
		.portlet-layout{
			margin-right: 0 !important;
			margin-left: 0 !important;
		}
		.portlet-column{
			padding-right: 0 !important;
			padding-left: 0 !important;
		}
		.portlet-layout .portlet-header {
			margin-bottom: 0;
			display:none;
		}
		.portlet-content-editable {
			padding: 0;
			border: none;
		}
		.portlet-decorate .portlet-content {
			border: none;
		}
		.portlet-content, .portlet-minimized .portlet-content-container {
			padding: 0;
		}
/*end Fix liferay*/

body {
	background: url(/documents/d/cong-thong-tin-dtp/bg-body_lhx) ; 
}
/*end noi dung simple*/
/********SITENAV *****/
.dtp-sidenav {
    position: fixed;
    width: 15rem;
    left: 0;
    top: 0;
    margin: 0;
	transform: translateX(-100%);
    height: 100%;
    background: linear-gradient(90deg, rgba(138,196,64,1), rgba(1,164,79,1));
    z-index: 2000;
    overflow:auto;
    list-style-type: none;
    padding: 0;
	transition: 0.1s ease-out;
}
.dtp-clicksidenav{
	cursor:pointer;
}
.dtp-clicksidenav i{
	color: #fff;
	font-size: 1.5rem;
}
/*.dtp-overlay{
	opacity: 0.85;
	z-index: 1100;
	background-color: #343a40!important;
}*/
.dtp-sidenavngoai{
	left: 0;
    transform: translateX(0);
    position: fixed;
	transform: translateX(0) !important;
	z-index: 1110;
	transition: 0.3s ease-out;
}
.dtp-sidenav:hover{
	overflow:auto;
}
.dtp-sidenav li{
	position:relative;
}
.dtp-sidenav a {
	display: inline-block;
	padding-left: 20px;
	text-decoration:none;
	cursor:pointer;
}
.dtp-sidenav .logo-wrapper img {
    height: auto;
    padding: 7% 50px;
}
.dtp-sidenav .collapsible a {
    color: #fff !important;
    font-weight: 300;
    font-size: .8rem;
    height: 36px;
    line-height: 36px;
}
.dtp-sidenav .collapsible >li:hover {
    background-color: rgba(255,255,255,.15);
	cursor:pointer;
}
.dtp-sidenav .collapsible >li:hover .collapsible-body, .dtp-sidenav .collapsible-body{
	background-color: #1d3b53;
} 
.dtp-sidenav .collapsible-body a {
	padding-left: 47px;
}
.dtp-sidenav ul {
    list-style: none;
    padding-left: 0;
}
.dtp-sidenav .dtp-collapsible i {
    font-size: .8rem;
    margin-right: 15px;
}
.dtp-sidenav .logo-wrapper {
    border-bottom: 1px solid rgba(153,153,153,.1) !important;
}
.dtp-sidenav .social {
    border-bottom: 1px solid rgba(255,255,255,.3) !important;
	padding-top: 0;
    text-align: center;
}
.dtp-sidenav .social li {
    display: inline-block;
	padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 0;
}
.dtp-sidenav .social .dtp-circle2 span{
	font-size:11px;
	border-radius:2px;
	padding:0.15rem;
	border : solid 1px rgba(255,255,255,0.5)
}
.dtp-sidenav .fa-angle-down.rotate-icon {
    position: absolute;
    right: 0;
    top: 0;
	padding:0.75rem;
	color:#fff;
	cursor:pointer;
	webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.dtp-sidenav .form-control{
	background-color:transparent;
	border:none;
	box-shadow:none;
	color: #fff!important;
	border-bottom: 1px solid #fff;
    border-radius: 0!important;
}
.dtp-sidenav .form-control::placeholder{
	color: #fff;
	opacity: 0.7; /* Firefox */
	font-size:0.8rem;
}
/***************** HEADER ***********************/
.dtp-navbar{
	/*background: linear-gradient(90deg, rgba(138,196,64,1), rgba(1,164,79,1));*/
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.2);
}
.dtp-navbar a.nav-link{
	font-weight:600;
	color: #fff;
	cursor: pointer;
	font-size:1rem;
	padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.dtp-navbar a:hover{
	background-color: #0a893a;
	color: white;
	border-radius:3px;
}
.dtp-circle{
	border: 1px solid #dee2e6;
    width: 27px;
    height: 27px;
    border-radius: 50%; 
}
.dtp-circle a{
	font-size:12px;
	padding-top:1px;
	color:#333;
	font-weight:600;
}
.social .dtp-circle2 span{
	font-size:11px;
	border-radius:2px;
	padding:0.15rem;
	border : solid 1px rgba(255,255,255,0.5)
}
.dtp-icon{
	margin-left: 0.5rem !important;
}
/*dropdown menu*/
.dropdown-m {
    float: left;
    overflow: hidden;
}
.dropdown-m >a{
	text-transform:uppercase;
}
.dropdown-content-m {
    display: none;
    position: absolute;
    background-color: white;
	padding: 0.5rem;
    min-width: 183px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content-m a:not(:last-child) {
    border-bottom: 1px solid #e9ecef;
}
.dropdown-content-m a {
    float: none;
    color: black !important;
    padding: 0.5rem 1rem;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content-m a:hover {
    background-color: #ddd;
}
.dropdown-m:hover .dropdown-content-m {
    display: block;
}
/*end dropdown menu */

.dtp-intro{
	position:relative;
}
.dtp-intro > div{
	position: absolute;
    top: 5%;
    right: 12%;
}
.dtp-timkiem{
	position:relative;
}
.dtp-timkiem input{
	width:170px !important;
}
.dtp-timkiem .input-group-addon {
    color: #495057;
    text-align: center;
    background-color: transparent !important;
    border: none !important;
    border-radius: .25rem;
    cursor: pointer;
    padding: 0;
}
.dtp-timkiem .input-group-addon {
    position: absolute;
    top: 0;
    right: 0;
}
.dtp-timkiem2 button{
    color: #495057;
    text-align: center;
    background-color: transparent !important;
    border: none !important;
    border-radius: .2rem;
    cursor: pointer;
    padding: 0;	
}
.dtp-timkiem button, .dtp-timkiem2 button {
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
}
.dtp-timkiem2 i {
    font-size:0.9rem;
	opacity: 0.8;
}
/**************SECTION**************/
.txt-icon{
    background: linear-gradient(90deg, rgba(72,155,32,1), rgba(128,197,63,1));
    border: 1px solid #E6E6E6;
    box-shadow: 0 0.1rem 0.5rem rgb(0 0 0 / 5%);
    border-radius: 0.25rem;
    padding: 2rem 1rem;
    margin: 1rem;
	color: white;
	width:200px;
}
.txt-icon a{
	color:#fff;
}
.txt-iconso{
	font-size:3rem;
	font-weight:bold;
}
.txt-iconchu{
	font-weight:bold;
}
.bg-fill{
	height: 100%;
}
.bg{
	background-image: url('/documents/d/cong-thong-tin-dtp/bg-fill_lhx');
	 background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.dtp-lichtrinh {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    flex: 0 1;
    color: #2e8d24;
    font-size: 36px;
	font-weight: bold;
    padding: 1rem 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.dtp-lichtrinh::before, .dtp-lichtrinh::after {
    content: '';
    -webkit-box-flex: 1;
    flex-grow: 1;
    border-top: 1px solid #2e8d24;
}
.dtp-lichtrinh::before {
	margin-right: 1rem;
}
.dtp-lichtrinh::after {
    margin-left:1rem;
}
.bg-color {
    color: #fff;
    padding: 10px 30px;
    background: linear-gradient(90deg, rgba(5,109,58,1), rgba(58,181,74,1));
	font-size: 1.5rem;
	border-radius:5px;
}
.bg-color2 {
    color: #fff;
    padding: 5px 30px;
    background: linear-gradient(90deg, rgba(236,103,60,1), rgba(255,221,36,1));
	font-size: 1.3rem;
	border-radius:5px;
}
.txt-thoigian{
	color:#489b20;
	width:150px;
	font-weight: bold;
}
.txt-chuongtrinh{
	border-left:2px solid #489b20;
}
.txt-tenchuongtrinh{
	font-weight:700;
	color:#000;
}
.dtp-tinkhac{
	margin-bottom: 0;
}
.dtp-tinkhac li{
	border:none;
	background-color:transparent;
}
.dtp-nen1{
	background-color: #e9ecef;
}
.dtp-tieudechinh a{
	color:#333;
	font-weight:600 !important;
}
.dtp-tieudechinh p{
	font-size: 0.85rem;
    text-align: justify;
}
.dtp-limit > p, .dtp-tieudechinh p{
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	color: #747373;
    font-size: .85rem;
    text-align: justify;
}
/* mediakit*/
.mediakits {
    background: url(/documents/d/cong-thong-tin-dtp/bg-5hoithi_lhx) center top no-repeat;
    background-size: cover;
    padding: 5% 15px;
}
.title span {
    float: left;
    width: 100%;
    font-family: "aquarelle";
    font-size: 4rem;
    line-height: 1.6;
    text-transform: none;
    text-transform: capitalize;
}
.link-down-mediakits {
    float: left;
    position: relative;
    width: 100%;
    max-height: 55px;
    overflow: hidden;
    color: white;
    padding: 7px 15px;
    margin-bottom: 0.5rem;
    border-radius: 50px;
    border: 2px solid #fff;
	background: linear-gradient(90deg, rgb(138, 196, 64), rgb(1, 164, 79));
    /*background: linear-gradient(90deg, rgb(249, 159, 42), rgb(255, 247, 108));*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-down-mediakits span {
    margin-right: 10px;
    line-height: 1.2;
	font-size:1.3rem;
    width: 100%;
}
.link-down-mediakits img {
    position: relative;
    margin-right: -15px;
}
.dtp-nhataitro{
	font-family: "aquarelle";
    font-size: 3rem;
	color: rgb(10, 137, 58) !important;
}
.dtpxoai-header{
	background: #f6f6f6;
    text-align: center;
    padding: 0.5rem 0;
	border-left: 3px solid #0a893a;
}
.dtpxoai-header i{
	font-size: 1.5rem;
    color: #0a893a;
}
.dtpxoai-header a{
	font-size: 1.5rem;
    font-weight: bold;
    color: #0a893a;
}
.dtpxoai-header2{
	background: linear-gradient(90deg, rgba(1,164,79,1), rgba(138,196,64,1));
    text-align: center;
    padding: 0.5rem 0;
	font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dtpxoai-header22 {
	font-family: "aquarelle";
	font-weight:normal;
	font-size:2rem;
}
.dtpxoai-bocauhoi li{
	padding: 0.5rem 0;
	display: flex;
    align-items: center;
}
.dtpxoai-bocauhoi li a{
	color: #333;
	font-size: 1.1rem;
}
.dtp-tinkhac a, .dtp-tinchitietkhac a{
	color:#333;
}
.dtp-tieudechinh a:hover,.dtp-tinkhac a:hover, .dtp-lienhe p a:hover, .dtp-tinchitietkhac a:hover, .dtp-tinkhactrangchu a:hover{
	color: #0a893a !important;
	text-decoration: none;
}
.dtp-tinkhac li{
	padding-top:0;
	padding-bottom:1.5rem;
	padding-right:0;	
}
.dtp-tinkhac li{
	position:relative;
}
.dtp-tinkhactrangchu.dtp-tinkhac li:before, .dtp-tinchitietkhac2 .dtp-tinkhac li:before {
    content: '';
    width: 8px;
    height: 8px;
    /*border-radius: 5px;*/
    background: #0a893a;
    position: absolute;
    left: 0;
    top: 7px;
}
.dtp-tinchitietkhac2 .dtp-tinkhac li:before{
	background: #dfdfde;
}
.dtp-nhomsanpham a{
	color: #333;
	text-decoration: none;
}
.dtp-nhomsanpham img{
	transition: transform .2s;
}
.dtp-nhomsanpham img:hover{
	 transform: scale(1.1);
}
.dtp-tieudethucpham a:hover{
	color: #1db52b !important;
}
.dtp-tieudedouong a:hover{
	color: #27bbe1 !important;
}
.dtp-tieudethaoduoc a:hover{
	color: #f9bb4e !important;
}
.dtp-tieudeluuniem a:hover{
	color: #3fc9bf !important;
}
.dtp-tieudedulich a:hover{
	color: #02cc9c !important;
}
.dtp-tieudevaimaymac a:hover{
	color: #f86e6c !important;
}
.card{
	height:100%;
	margin-bottom:0;
}
h5.card-header{
	color:#fff;
	text-align:center;
    padding: 0.5rem;
}
.section2 .card-header i{
	font-size:1.8rem;
}
.section2 .card-body i{
	color:#ec008b;
}
.section2 .card-body a{
	font-size:1.1rem;
}
.dtp-video .tin-video1 > div{
	height:170px;
}
.dtp-video .tin-video2 > div{
	height:140px;
	margin-top:0.5rem;
}
.dtp-formykien .prefix{
	font-size:1.25rem;
	margin-top: 0.25rem;
}
.dtp-formykien label{
	font-size:0.8rem;
}
.dtp-formykien .btn-gui {
    background-color: #ec008b!important;
}
.swiper-button-next, .swiper-button-prev {
	color:#fff !important;
}

/*********** footer ************/
footer{
	background-color:#3e7c01;
	background-image: url('');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.dtp-border{
	border-right: 1px solid #fff;
}
.dtp-lienket{
	display:block !important;
	border:none;
	width:100%;
	padding:0.5rem;
	border-radius:0.1rem;
	background-color: #fff;
	font-size: 0.75rem;
}
.dtp-lienket .selected{
	font-weight:bold;
	color: #0088bf;
}
.dtp-lienhe{
	background-color:#5e5e5e;
	padding:1rem 0;
}
.dtp-lienhe p {
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
	font-size: 0.9rem;
    padding: 0.25rem;
}
.dtp-lienhe p a{
	color:#fff;
	padding: 0 0.25rem;
}
/*********** end footer ************/

/*********** NOI DUNG********/
.noidung .breadcrumb{
	border-left: 5px solid #1db52b;
	font-size: 1.25rem;
	padding: .5rem 1rem;
}
.noidung .time{
	font-size:11px;
	color:#666;
}
.chiasebaiviet {
    margin-top: -5px;
    margin-bottom: 1rem;
}
.noidung .chiasebaiviet li{
	list-style:none;
	display: inline-block;
	margin-left:0.5rem;
}
.noidung .tomtat{
	font-size:12pt;
	font-weight:700;
	line-height: 1.25rem;
}
.noidung .noidungchitiet img{
	max-width: 100% !important;
	height:auto !important;
}
.icontrogiup i{
	padding-left:0.25rem;
	color: #444;
}
.an {
    display: none;
}
/*hinh tac gia*/
.hinhtacgia, .hinhtacgiachitiet{
	 display: flex;
	  align-items: center;
	  flex-direction: row-reverse; 
}
.hinhtacgiachitiet:not(:first-child){
	border-right: 1px solid #eee;
	padding:0 20px;
}
.hinhtacgiachitiet:first-child{
	padding-left:20px;
}
.right{
	text-align:right;
}	
.right{			

	margin-right:10px;
	font-family: Arial;
	margin-top: 5px;
}
.right h4{
	margin-top:0;
	margin-bottom:0;
	line-height: 50%;
}
.right h4 a{
	text-decoration:none;
	font-size: 14px;
	color: #333 !important;
	font-weight: 700;
}
.right a{
	text-decoration:none !important;
	font-size: 11px;
	color: #888 !important;
}
.hinhtacgia img{
	width:36px !important;
	height:36px !important;
	border-radius: 50%;
}
.hidetacgia{
	display:none;
}
.social-buttons{
	display: flex;
}
.social-buttons button {
	height: 20px !important;
}
button.quantam {
    background-color: red;
    border: none;
    border-radius: 3px;
    color: white;
    font-size: 12px;
	padding:0 10px;
	margin-right:5px;
}
button.quantam:focus{
   outline: none;
}
.zalo-share-button{
	margin-right:5px;
}
/**** tin chi tiet khac****/
/* TIN KHAC*/

.relatedentry{
	display: flex;
	flex-flow: row wrap;
}
.relatedentry [class*="col-"]{
	padding-left:0;
	padding-right:0;
}
.relatedentry p{
	color: #000;
	text-align:justify;
	font-family: arial;
}
.relatedentry p:hover{
	color: #0056b3;
	text-decoration:none;
}
.relatedentry .date-span{
	font-size:0.7rem;
	color: #888888;
}
.pagination2 {
    display: inline-block;
}
.pagination2 select {
    cursor: pointer;
    padding: 5px;
    margin: 0px;
	display: inline-block !important;
	border: 1px solid #ccc;
}
.pagination2 a {
    cursor: pointer;
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0px;
}
.pagination2 a:hover{
	background-color: #ddd;
}
.dtp-box{
	background-color:#f1f1f2;
	padding-left:1rem;
}
.dtp-boxtieudetinkhac{
	color:#333;	
	font-weight:bold;
	padding-top:0.5rem;
	position: relative;
	display: inline-block;
}
.dtp-boxtieudetinkhac > a:after{
	content: '';
    width: 100%;
    height: 3px;
    background: #1976d2;
    position: absolute;
    top: 0;
    left: 0;
}
.dtp-tinchitietkhac h5 {
    font-size:1.1rem;
	padding-top:1rem;
	padding-bottom:1rem;
	font-weight:400;
	text-align:justify;
}
.dtp-tinchitietkhac2{
	border-top: 1px solid #e6e6e6;
}
.dtp-tinchitietkhac2 li{
	border:none;
}
.dtp-tinchitietkhac2 li:before {
    content: '';
    width: 9px;
    height: 9px;
    background: #dfdfde;
    position: absolute;
    left: 0;
    top: 1.3rem;
}
.dtp-tinchitietkhac a, .dtp-tinchitietkhac2 a{
	color:#333;
}

.dtp-ykien .prefix {
    transition: color .2s;
	top: .25rem;
    font-size: 1.75rem;
	color: #9e9e9e;
}
.dtp-ykien .md-form input[type=text], .dtp-ykien .md-form input[type=email] {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: 0;
    box-shadow: none;
    box-sizing: content-box;
    background-color: transparent;
	margin-left: 2.5rem;
	overflow-y: hidden;
	height: auto !important;
}
.dtp-ykien .dtp-boxtieudetinkhac a {
    color: #ec008b;
}
.dtp-ykien .dtp-boxtieudetinkhac > a:after {
    background: #ec008b;
}
.dtp-formykien .button-dt, .dtp-formykien .button-dt-close, .dtp-formykien2 .btnsend a {
    background-color: #ec008b!important;
	color: #fff !important;
	padding:0.25rem 0.5rem;
	border-radius:5px;
	border:none;
}
.modal {
	z-index:10000;
}
.modal-thongtin, .modal-thongtin-reply {
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .4);
	display:none;
}
.modal-thongtin-content{
	background-color:#fff;
	border-radius:5px;
	border: 1px solid #dee2e6;
	max-width:700px;
	margin:auto;
}
.modal-header{
	background-color:#f8f9f9;
}
.dtp-formykien2{
	border: 1px solid #dee2e6;
	border-radius:5px;
	padding:1rem;
}
.dtp-formykien2 textarea{
	border:none;
	height: auto;
}
.close {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
}
.comment .ml-3{
	margin-left:0 !important;
}
.comment-text{
	margin-left:35px !important;
	font-size:0.9rem;
}
.comment-text p{
	font-size:1rem;
}
.comment-text div{
	display:none;
}
.replyBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btnreply {
    color: #FFF;
    background-color: #EC0677;
    border-color: #EC0677;
    padding: 3px 0.75rem;
    border: none;
	border-radius:3px;
	width: auto !important;
}
.btnreply i{
	display:none;
}
.inputReplyContent{
	width: 100% !important;
}
.dtp-boxanhlanhdaobaochi{
	background-color:#f1f1f2;
}
/******** NHOM SAN PHAM *******/
.dashed-line {
    margin: 3px 0;
    height: 1px;
    background: repeating-linear-gradient(to right,#e8e8e8 0,#e8e8e8 3px,transparent 3px,transparent 7px);
}
.dtp-tinkhactintucocop img{
	height:140px;
}

.xephangsao i{
	color: #ffc107!important;
}
.section-nhomsanpham .dtp-xemchitiet.btn{	
	border-radius: 0.25rem;
    padding: 0.4rem 1.25rem;
	text-transform:initial;
}

.dtp-thongtinchitiet{
	font-weight:600;
	border-bottom: 1px solid #e6e6e6;
	padding:0.75rem 0;
}
#dtp-carouselthumb .carousel-control-next, #dtp-carouselthumb .carousel-control-prev {
    top: 35%;
	bottom: 100%;
}
.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* .carousel .carousel-control-next-icon {
    background-image: url(https://dongthap.gov.vn/documents/34223/10474113/arrow_right.svg);
}
.carousel .carousel-control-prev-icon {
    background-image: url(https://dongthap.gov.vn/documents/34223/10474113/arrow_left.svg);
} */

/*** back to top *****/
.back-to-top{
	display:none;
	position: fixed;
    bottom: 10px;
    right: 10px;
	z-index: 9999;
	box-shadow:none !important;
	padding:0.5rem 0.75rem;
	background-color: rgba(0,0,0,.2) !important;
	border: 4px double #fff;
}
.back-to-top i{
	color:#fff;
	font-size:1rem !important;
}

@media (max-width: 1199px){
/***************** HEADER ***********************/	
	.double-nav .button-collapse {
		font-size: 1.2rem;
	}
	.dtp-intro > div{
		top: 4%;
	}
	.dtp-timkiem input{
		width:250px !important;
	}
	.dtp-thongcaobaochi .dtp-tinkhac{
		padding-left:0.5rem;
		padding-right:0;
	}
}
@media (max-width: 767px) { 
	.dtp-navbar{
		background: linear-gradient(90deg, rgba(138,196,64,1), rgba(1,164,79,1)) !important;
	}
	.dtp-skin .navbar {
		/*background-color: #f1f1f2 !important;*/
		color: #fff;
	}
	.dtp-desktop{
		display:none;
	}
	.dtp-tieudechinh img {
		height: 220px;
	}
	.dtpxoai-header2 {
		font-size: 1.2rem;
	}
	.dtpxoai-header22 {
		font-size: 1.7rem;
	}
	.title span {
		font-size: 1.5rem;
	}
	.link-down-mediakits span {
		font-size: 1rem;
	}
	.container { 
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.double-nav .button-collapse {
		font-size: 1.4rem;
	}
	.dtp-lienhelogo, .dtp-lienhe p {
		text-align: center !important;
		font-size: 0.75rem;
	}
	.dtp-nhomsanpham h5{
		font-size:1rem;
	}
	.dtp-tinkhactintucocop img{
		height:100px;
	}
	.txt-icon{
        padding: 1rem 0rem;
		margin: 0.25rem;
		color: white;
		width: 100px;
}
	.txt-iconso{
		font-size:1.5rem;
		font-weight:bold;
	}
	.txt-iconchu{
		font-weight:bold;
		font-size:0.65rem;
	}
	.dtp-border{
		border-right:none;
		border-bottom: 1px solid #fff;
		padding-bottom:2rem;
	}
	.dtp-nen{
		background-color: #e9ecef;
	}
	.txt-thoigian {
		width: 75px;
	}
	.txt-tendiadiem{
		font-size:0.8rem;
	}
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.dtp-mobile{
		display:none;
	}
	.dtp-navbar{
		position: fixed;
	}
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.card-img-top {
		height: 153px;
	}
	.dtp-tinchitietkhac img{
		height: 140px;
		width: 100%;
	}
	.dtp-lienhe p {
		margin-left:-20px;
	}
	.dtp-nen1{
		margin-left:-15px
	}
	.dtp-tieudechinh img{
		max-height:220px;
	}
	.dtp-tieudechinh2 img {
		height: 160px;
	}
}
@media (min-width: 1601px){
	.dtp-navbar a.nav-link {
		font-size: 1.3rem;
	}
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius:3px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #999;
  border-radius:3px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #444;
  border-radius:3px;
}

.closebtn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff !important;
  z-index:5000;
}

/********** chia 5 cot ************/
.col-2dot4, .col-sm-2dot4, .col-md-2dot4, .col-lg-2dot4, .col-xl-2dot4 { 
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/********** end chia 5 cot ************/