@charset "utf-8";
/* CSS Document */
body{
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 15px;
	line-height: 1.3;
	background: #F8FDFF;
	color: #33302E;
	
	}
.bg-DNVN-nhat{background: #C9E0E9;}
.bg-DNVN-dam{background: #054270;}
.bg-DNVN-trung{background: #0E568C;}
.text-DNVN{color: #0E568C;}
.text-DNVN-active{color: #23B1EA;}
.bg-DNVN-active{background: #23B1EA;color: #fff;}
.logo{
	display: block;
}
a{color: #33302E;}
a:hover{color: #0C9DD6; text-decoration: none;}
.logo img{height: 64px;}
.logo-mobile img{height: 30px;}

#wrapper{/*padding:90px 15px;*/}
.navbar-expand-lg .navbar-nav.side-nav{flex-direction: column;}
.card{margin-bottom: 15px; border-radius:0; box-shadow: 0 3px 5px rgba(0,0,0,.1); }
.header-top{box-shadow: 0 3px 5px rgba(0,0,0,.1)}
.leftmenutrigger{display: none}
@media(min-width:992px) {
	.leftmenutrigger{display: block;display: block;margin: 4px 20px 4px 0;cursor: pointer;}
#wrapper{/*padding: 90px 15px 15px 15px;*/ }
.navbar-nav.side-nav.open {left:0;}
.navbar-nav.side-nav{background: #585f66;box-shadow: 2px 1px 2px rgba(0,0,0,.1);/*position:fixed;top:80px;*/flex-direction: column!important;/*left:-220px;width:200px;overflow-y:auto;bottom:0;overflow-x:hidden; padding-bottom:40px*/}
	.navbar-nav.side-nav1{
	position: absolute;
	top: 80px;
	left:-100%;
	width:100%;
	background: #F8FDFF;
	z-index: 5;
}
	.li-hover{
		border-bottom: solid 1px #C9E0E9;
	}
	.li-hover .menu240{color: #fff !important; font-weight: 700;}
	.li-hover:hover{
		background: #23B1EA;
		transition: all .2s ease 0s;
	}
	.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	.pl-dextop-0{padding-left: 0;}
	
	
}

.animate{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.menu240{
	width: 260px;
	float: left;
	background: #23B1EA;
}
.text-dark1{color: #054270 !important; text-transform: uppercase; padding-left: 20px !important; padding-right: 20px !important;}
.text-dark1:hover{color: #fff !important;}





.dropdown-menu1 {
    min-width:100%;
    width:100%;
    position:absolute;
    transition:all 0.5s ease;
    height:0;
    display: block;
    opacity: 0;
    visibility:hidden;
    background:#23B1EA;
	border-radius: 0;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	top: 43px;
	
}

li.dropdown1:hover .dropdown-menu1 {
    opacity:1;
    height:40px;
    visibility: visible;
}

.navbar-nav1 .navbar1 {
    position: static;
}

.navbar-nav1 {
    position:static !important;
}

.dropdown1 {
    position:static;
}
.dropdown-menu1 ul li a{
	color: #fff !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.dropdown-menu1 ul li a:hover{background: #0E568C;}
.dropdown1 .dropdown-toggle1{
	text-transform: uppercase;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-size: 15px;
	font-weight: 600;
}
.navbar-light .navbar-nav .dropdown-toggle1{
    color: rgb(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .dropdown-toggle1:hover, .navbar-light .navbar-nav .dropdown-toggle1:focus {
    color: rgb(0, 0, 0);
}

.dropdown-menu1 a {
    width:100%;
	 
}

.dropdown-toggle1::after {
    border: none !important;
	margin-left: 0;
}
.offcanvas-active{
	overflow:hidden;
}

.screen-overlay {
  width:0%;
  height: 100%;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
	
   }
.screen-overlay.show {
    transition:opacity .5s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}
.screen-overlay1 {
  width:0%;
  height: 100%;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(255, 255, 255, 0);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
	
   }
.screen-overlay1.show {
    transition:opacity .5s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

.offcanvas{
	width:350px;
	visibility: hidden;
	transform:translateX(-100%);
	transition:all .2s;
  border-radius:0; 
  box-shadow: 0 5px 10px rgba(0,0,0, .2);
	display:block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1200;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}

.offcanvas.offcanvas-right {
   right: 0;
   left: auto;
   transform: translateX(100%); 
 }

.offcanvas.show{
	visibility: visible;
    transform: translateX(0);
    transition: transform .2s;
}

.offcanvas .btn-close{ position: absolute; right:15px; top:15px; }
.btn-outline-DNVN{border-color: #054270; }


/*scroller*/
.btn-header-links {
    padding-top: 5px;
    padding-bottom: 30px;
    overflow-x: scroll;
    display: inline-block;
    white-space: nowrap;
    transition: 1s ease;
}
.padding-align{
    padding-left: 4em !important;
    padding-right: 4em !important;
}

.top-adjust {
    top: 1.4em;
}

.btn-header-links button {
    border-radius: 8px;
}


/*scroller parent style*/

.scroller {
    position: relative;
    overflow: hidden;
    margin-top: -0.5%;
}



/*left arrow styles*/
.left-btn-scroller {
    position: absolute;
    left: 0%;
    top: 0.6em;
    font-size: 22px;
    color: #3f3f3f;
    bottom: 0;
    width: 55px;
    height: 55px;
    background-color: rgba(242, 242, 242, 0.94);
    z-index: 1002;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}


/*right arrow styles*/
.right-btn-scroller {
    position: absolute;
    right: 0%;
    top: 0.6em;
    font-size: 22px;
    color: #3f3f3f;
    bottom: 0;
    width: 55px;
    cursor: pointer;
    height: 55px;
    background-color: rgba(242, 242, 242, 0.94);
    border-radius: 50%;
    z-index: 1002;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.opacity-0 {
    opacity: 0;
}

/*********************/
/*button styles*/
.btn-pin {
border:0;
color:#fff;
    font-weight: normal;
    text-transform: capitalize;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}


.btn-bg1 {
    background-color: rgb(53, 35, 28) !important;
}

.btn-bg2 {
    background-color: rgb(170, 114, 92) !important;
}

.btn-bg3 {
    background-color: rgb(59, 59, 59) !important;
}

.btn-bg4 {
    background-color: rgb(154, 188, 160) !important;
}

.btn-bg5 {
    background-color: rgb(220, 107, 97) !important;
}

.btn-bg6 {
    background-color: #7F6364 !important;
}

.btn-bg7 {
    background-color: #142935 !important;
}

.btn-bg8 {
    background-color: #9C0001 !important;
}

.btn-bg9 {
    background-color: #9E8462 !important;
}

.btn-bg10 {
    background-color: #3B78C1 !important;
}




/*mobile responsive*/
@media (max-width: 575.98px) {
   
    .padding-align{
        padding: 0 !important;
    }

    .top-adjust {
        top: 3%;
    }
    .left-btn-scroller {
     
        display: none;
    }

    .right-btn-scroller {
     
        display: none;

    }
}
.border-right1{
	border-right: solid 1px #0E568C;
}
.border-right2{
	border-right: solid 1px #9FC2CC;
}
.navigation-box {
    top: .4rem;
    right: .8rem;
    width: 2rem;
    position: absolute;
}
@media (min-width: 768px){
    .breaking-caret:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-left: 15px solid #007bff;
        border-bottom: 20px solid transparent;
        position: absolute;
        right: -15px;
        top: 0;
    }
}
.badge-primary {
    background-color: #23B1EA;
}


/*.searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #054270;
    border-radius: 30px;
	position: absolute;
	z-index: 10px;
	left: 50px;
	top: 24px;
    }

    .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_input{
    padding: 0 10px;
    width: 200px;
    caret-color:red;
    transition: width 0.4s linear;
	background-color: #054270;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
    }
    .searchbar:hover > .search_icon{
    background: #054270;
    color: #fff;
    }

    .search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
    color:rgba(255, 255, 255, 1);
    text-decoration:none;
    }*/
@media(max-width:991px){
	/*.searchbar{
    border-radius: 30px;
	z-index: 10px;
	right: 55px;
	top: 8px;
	left: auto;
    }
	.search_icon{
		color: rgba(255,255,255, 0.5);
	}*/
	.search{
		right: 60px;
		left: auto !important;
	}
	.search__field:focus {
	  width: 80vw !important;
	}
	.navbar-dark .navbar-toggler{
		padding: 5px;
		border: none;
	}
	.tle-hot{font-size: 1.25rem !important;}
	.sticky img{
	height: 30px !important;
	}
	.tle-hot-cm{font-size: 1.1rem !important;}
	.pt-mobile-0{padding-top: 0 !important;}
	.dropdown-menu2.show {
    z-index: 5;
    position: absolute;
	}
	.bg-DNVN-nhat{padding-right: 1rem !important;}
	.gioihan-2dong{
    margin: 0 0 5px;
    -webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 40px;
}
	
}
.bg-light1{background: #EEEEEE;}
.ten_CM{
	text-transform: uppercase;
	font-weight: 100;
	color: #0E568C;
	font-size: 15px;
	margin-right: 5px;
}
.tle-hot{
	color: #33302E;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
}
.tle-hot-cm{
	color: #33302E;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 17px;
	line-height: 1.2;
	font-weight: 700;
}
/*fixed top*/


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100001;
}
.sticky .shadow1{box-shadow: 0 2px 8px rgba(0,0,0,.1);}

.sticky + .content {
  /*padding-top: 45px;*/
}
.sticky img{
	/*height: 46px;
	transition: 0.8s;
    -webkit-transition:  0.8s;*/
}
.sticky .searchbar{
	/*top: 10px;*/
}
.sticky .navbar-nav.side-nav1{
	/*top: 62px;*/
}

/*fixed top end*/

.font-time{font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";}
.hidden-scrollbar {
  background-color:#C9E0E9;
  /*border:2px solid #666;
  color:white;*/
  overflow:hidden;
  text-align:justify;    
}

.hidden-scrollbar .inner {
  height:500px;
  overflow:auto;
  margin:0 0px 0 0;
  padding-right:10px; /* Samakan dengan besar margin negatif */
}
.menu-cm{
	text-transform: uppercase;
	font-weight: 600;
	color: #0E568C;
	font-size: 16px;
	border-bottom: solid 1px #0E568C;
	display: inline-block;
}
.text-muted-hover{color: #6c757d;}
.bg-tin1{background: rgba(201, 224, 233, 0.3);}
.bg-tin2{background: rgba(249, 248, 234, 1);}
.bg-tin3{background: rgba(201, 233, 219, 0.3);}
.bg-tin4{background: #EAE8D8;}


/*thongtin doanh nghiệp*/
.col-md-3{
  display: inline-block;
  /*margin-left:-10px;*/
}
.col-md-3 img{
  width:100%;
  height:auto;
}
  
body .carousel-control-prev-icon,
body .carousel-indicators li,
body .carousel-control-next-icon{
  background-color:#000;
}

span.carousel-control-prev-icon {
 position: relative;
 bottom: 40px;
 right: 40px;
}

span.carousel-control-next-icon {
 position: relative;
 bottom: 40px;
}
.box-TTDN{
}
.control-DN{
	width: auto;
	bottom: auto;
	top: -40px;
}
.control-left{
	right: 30px;
	left: auto;
	top: -40px;
}
.sp.carousel-control-prev-icon{
	bottom: auto;
	right: auto;
}
.sp.carousel-control-next-icon{
	bottom: 0;
}
.font-20{
	font-size: 20px;
}
.QC{
	background: #B7B07C;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 100;
	text-align: center;
	padding: 2px 4px;
	color: #fff;
}
.text-QC{
	color: #B7B07C;
}
/*back to top*/#scrollTop{margin-bottom:105; position: fixed;bottom: 10px;right: 10px;cursor: pointer;display: none;}

.pl-6{
	padding-left: 4rem;
}
.z10{
	z-index: 2;
}
.bg-page{
	background: #F8FDFF;
}
.nav-tabs1 .nav-link{
	border: none;
	color: #495057;
	
}
.nav-tabs1 .nav-link.active, .nav-tabs1 .nav-item.show .nav-link{
	background-color: transparent;
	color: #0E568C;
	border-bottom: solid 1px #0E568C;
}
.collapse1:not(.show){
	display: flex !important;
	-ms-flex-preferred-size:100%;
	-ms-flex-align:2
}
.font14{font-size: 14px;}
.w-5{width: 5% !important;}



/*ghép mới + cũ*/
.list-group-flush .list-group-item{color: #495057;}
.main-content-wrap{padding-top: 0;padding-bottom: 0;}
.main-block-title > span{background: #0E568C;}
.main-block-title {
    border-bottom: 2px solid #0E568C;
}
.main-block-title.title-arrow > span::after {
    border-color: #0E568C rgba(14,86,140,0) rgba(14,86,140,0) rgba(14,86,140,0);
}
.rss{
	border: solid 1px;
	border-color: rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 2.7;
}
.rss:hover{
	border-color: rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
}

/*sửa search*/
.search {
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateX(-0%) translateY(-50%);
          transform: translateX(-0%) translateY(-50%);
}
.search * {
  outline: none;
  box-sizing: border-box;
}
.search__wrapper {
  position: relative;
}
.search__field {
  width: 50px;
  height: 50px;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1.35em;
  padding: 0.35em 50px 0.35em 0;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
	background: rgba(14, 86, 140, 0.8);
}
.search__field:focus {
  border-bottom-color: transparent;
  width: 17vw;
  color: #fff;
  cursor: default;
	background: #054270;
	border-radius: 35px;
	padding-left: 20px;
}
.search__field:focus ~ .search__icon {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.search__icon {
  position: absolute;
  top: 0;
  right: 10px;
  background-color: transparent;
  width: 50px;
  height: 50px;
  font-size: 1.35em;
  text-align: center;
  border-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
	color: #fff !important;
}
.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-webkit-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field::-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-ms-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

/*scoll*/
.scrollbar {
    background-color: #C9E0E9;
    float: left;
    height: 500px;
    margin-bottom: 20px;
    overflow-y: scroll;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}

.force-overflow {
    min-height: 500px;
}
/* Works on Firefox */
			#style-1 {
  scrollbar-width: thin;
  scrollbar-color:  #b0d4e2 #C9E0E9;
}

/* Works on Chrome, Edge, and Safari */
#style-1::-webkit-scrollbar {
  width: 12px;
}

#style-1::-webkit-scrollbar-track {
  background: #C9E0E9;
}

#style-1::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 20px;
  border: 3px solid #b0d4e2;
}
			
			
			
#style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #C9E0E9;
} 
#style-1::-webkit-scrollbar-thumb {
    background-color: #00FF00;
}
#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: #C9E0E9;
}


/*fix QC 2 bên*/
.sticky2{
	top: 46px !important;
}

