body {
	color: #333;
}
body a {
    text-decoration: none!important;        
}

body a, body a:visited {
	color: #000;
	font-weight:500;
}

body a:hover {
	color: #002c68;
}

/*** header ****/
header #logo{
    display:inline-block;
	margin-top: 8px;
}
header #logo img {
    display:block;
    margin: 8px 0px 8px 5px;
    max-height:72px;
	max-width: 190px;
	min-height: 64px;
	aspect-ratio: 1/1;
}
header .tagline {
    display: inline-block;
    margin: 14px 0 0;
    min-height: 45px;
    padding: 16px 0 10px 10px;
    vertical-align: top;
}
header .tagline h2{
    font-size: 1rem;
    line-height: 1.2rem;
    text-transform: uppercase;
}

header .tagline span {
    margin-right:8px;
}.a
header .tagline span:first-child {
	font-weight: bold;
}
header .tagline a {
    margin-left: 8px;
    margin-right:8px;
}

header .searchbox {
    padding-top:8px;
    float: right;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
   /*display:none;*/
}

header #searchInputBox {
	background: #e5e5e5 none;
	border: 1px #c2c2c2 solid;
	height: 38px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;	
}

header #searchInputBox input[type=text]{
	display: inline-block;
    vertical-align: middle;  
    width: 90%;
    padding: 5px 10px; 
    height: 36px;
    background: transparent none;
    border-width: 0;
}

header #searchInputBox input:focus{
    border-color: red;
}

header .searchbox a {
    display: inline-block;
    padding: 8px 4px;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}


/*** TOP NAVIGATION      ****/

/*** Homepage icon on the ***/
/* #topnav ul.root > li:first-child a{
    background: transparent url(../img/icons/icon-home-32.svg) no-repeat 16px 0px;
    width: 52px;
    text-indent: 1000%;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0s ease;
}  */

#topnav .navbar-toggler{
    margin-right: 8px;
	font-size: inherit;
	min-width: inherit;
}
#topnav .navbar-toggler:focus {
	box-shadow: inherit;
}
#topnav a.navbar-brand {
    padding-left:8px;
    font-size: 0.875rem;
    /*text-transform: uppercase;*/
    vertical-align: middle;
	color: #fff;
}
#topnav a.navbar-brand:focus,
#topnav a.navbar-brand:visited {color:#ffff;}

#topnav a.navbar-brand img{
    height: 28px;
    margin-right: 4px;
    text-align: middle;
}
#topnav ul.root{
    padding-left:12px;
}

#topnav ul.root > li:first-child i {
    margin-right: 8px;
}

#topnav ul.root > li ul {
    border-radius: 0;
    margin-right: 8px;
    padding-top:0;
    padding-bottom: 0;
}

#topnav ul.root > li ul li {
    border-bottom: silver solid 1px;
}

#topnav ul.root > li > a, #topnav ul.root > li > a:visited {
    color: #fff;
	font-weight: bold;
}

#topnav ul.root> li > ul > a, #topnav ul.root> li > ul > li >a:visited {
	color: #000;
}

@media all and (min-width: 992px) {
	header {
		min-height: 86px;
	}
	header #logo img {
		display: block;
		margin: 4px 0px 4px 5px;
		max-height: 82px;
		max-width: 120px;
	}
	header .tagline {
		display: inline-block;
		margin: 14px 0 0;
		min-height: 45px;
		padding: 4px 0 4px 10px;
		vertical-align: top;
	}		
	header .tagline {font-size:0.85em;}
	header .tagline h2 span{
		font-size: 1.2rem;
		line-height: 1.2rem;
		font-weight: bold;
	}		
	header .searchbox {
		margin-top: 34px;
		margin-right:10px;
		width: 270px ;
	}
	header #searchInputBox input[type=text] {
		width: 235px;
	}
	#topnav .navbar {height:44px;} 
	
	/** enable dropdow menu on hover on desktop screen only**/
	.navbar .nav-item .dropdown-menu {  
		display:block; 
		opacity: 0;  visibility: hidden; transition:.6s; 
		margin-top:1px;  
	}
	.navbar .nav-item:hover .nav-link { color: #fff;  }
	.navbar .nav-item:hover .dropdown-menu { 
		transition: .6s; opacity:1; visibility:visible; 
		top:100%; transform: rotateX(0deg); 
	}
	/** end of enable dropdow menu on hover on desktop screen only**/

	#cttHerorBox .row {
		margin-top: 0px;
	}
}

#main .row {
    margin-top: 16px;
}

#main .row:first-child {
    margin-top: 0;
}

/*slider bỏ opacity khi hover để trượt phải/trái */
.carousel-control-next, .carousel-control-prev,
.carousel-control-next:focus, 
.carousel-control-next:hover, 
.carousel-control-prev:focus, 
.carousel-control-prev:hover {opacity:0;}

.carousel-item img {
	width: 100%;
	aspect-ratio: 235/51;
}
	
.sidebar .card {
    margin-bottom: 16px;
}
.sidebar .box-left-icon img {
    width: 24px;
    margin-right:8px; 
}

/***Card - Content Box ***/
.title-icon {
	display: block;
	height: 24px;
	/* padding-left: 32px; */	
	font-weight: bold;
	/*background-image: url(../img/logo/logo-qh.svg);
	background-position: 0 50%;
	background-repeat: no-repeat;	
	*/	
	text-transform: uppercase;
}

.card-one-left-many-right .card .card-body {
    padding-left: 0px;
    padding-right: 0px;

}

.multimedia-section {
	margin-top: 12px;
	border-width:0;
	border-top-width: 4px!important;
	border-top-color: brown!important;
}
/*
.multimedia-section .row .col-md-8 .card img {
	min-height: 288px
}

.multimedia-section .row .col-md-4 .card img {
	min-height: 138px
}
*/
/*** footer ***/
footer {
    background-color: #004aad;
    color: #fff;
    margin-top: 24px;  
}
footer .container:first-child {
    padding:24px 16px 8px 16px;
}
footer .container:last-child {
    padding:16px;
}
footer .footer-bottom {
    background-color: #002c68;
}
footer ul {
    float: right;
    list-style-type: none;

}
footer ul li {
    display: inline-block;
    margin-right: 8px;
}
footer ul li:last-child {
    display: inline-block;
    margin-right: 0;
}
footer .ul-contact {
	float:left;
    padding:0;
    line-height: 1.6rem;
}
footer .ul-contact li {
	display:block;
}
footer a, footer a:visited{
    color: orange;
    text-decoration: none;
}
footer a:hover{
    color: #fff;
}
footer .box-group {
    display: block;
    float: right;
    border: #336ebd solid 1px;
    width: fit-content;
    width: -moz-fit-content;
    height: 116px;
    padding: 2px;
    margin-top: 8px;

}
footer .box-group ul {
    display:block;
    padding:0px;    
    float:right;
    text-align: center;
    
}
footer .box-group ul>li {
    width: 110px;
    height: 110px;
    vertical-align: middle;
    padding: 18px 2px;
    margin: 0;
    border-right: #336ebd solid 1px;
}
footer .box-group ul>li:last-child {
    border-right:0px;
}
footer .box-group ul>li>a> i,
footer .box-group ul>li>a> span{
    display: block;    
}
footer .box-group ul>li>a> i {
    padding-bottom: 8px;
}

@media (max-width:597px){
	footer {
		background-color: #004aad;
		color: #fff;
		margin-top: 24px;  
	}
    footer{
        text-align: center;
    }

    footer .box-group {
        height: inherit;
        border-width:0px;
    }
    footer .box-group ul>li {
        width: 160px;
        height: 80px;
        margin-bottom: 4px;
        border: #336ebd solid 1px;
    }
    footer .box-group ul>li:last-child {
        border-right: #336ebd solid 1px;
    }
}

footer .download-app ul {
   padding-top: 48px;
}

footer .download-app img{
    max-width: 128px;
}


/*********************/
/***   Utilities  ****/
/*********************/

.custom-bg-primary {
    background-color: #004AAD;
}
.no-radius {
    border-radius: 0;
}

.no-radius-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.no-radius-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ul-col-3{
    -webkit-columns:3;
    -moz-columns: 3;
    columns: 3;
}

.list-item-side-border-0 li {
    border-left-width: 0;
    border-right-width: 0;
    
}

.top-highlight-line li:first-child {
    border-top-color: #da251c;
    border-top-width: 3;
    /* border-radius: 3px 3px 0 0; */
    padding-top:0px;    
}

.no-top-line li:first-child {
    border-top-width: 0;
}

.list-item-side-border-0 li:last-child {
    border-bottom-width: 0;
}

.list-item-side-padding-0 li {
    padding-left: 4px;
    padding-right: 0;
}

.ul-list-rect {
	list-style-image: url(../img/icons/li-rect.svg)!important;
	padding-left: 16px;
	/*line-height: 1.5rem; */
}
.ul-list-rect li{
    display: list-item;
    border-width: 0;
}

ul.no-item-box li{
	border-width: 0;
}

/*************************/
/** SharePoint override **/
/*************************/
#s4-bodyContainer {
    padding-bottom: 0px;  /* remove space at the bottom of the page */
}

/*Change suite bar color*/
.o365cs-nav-leftAlign, .o365cs-nav-centerAlign, .o365cs-nav-rightMenus, #suiteBarLeft {
	background-color: rgba(var(--bs-secondary-rgb)); 
}

header .ms-srch-sb {
    display: block;
    height: 28px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;	
    padding:0;
}

header .ms-srch-sb>input {
    width: 230px;
    height: 28px;
}
header .ms-srch-sb > .ms-srch-sb-searchLink {
    float: right;
    margin-right: 4px;
    height: 25px;
}
header .ms-srch-sb-searchImg {
    top: -55px;
}
header .ms-srch-sb-searchImg:hover {
    top: -67px;
}

@media all and (max-width: 800px) {
	header .searchbox {
		padding-top:50px;
	}
	header .ms-srch-sb>input {
		width: 180px;
		height: 28px;
	}
}

@media all and (max-width: 597px) {
	header .searchbox {
		padding-top:8px;
	}
}

/* Fix Ribbon format text not enough height for style box*/
#ribbonBox *, #ribbonBox *:before, #ribbonBox *:after {
    -webkit-box-sizing: content-box; /*border-box causes many issues with SP*/
    -moz-box-sizing: content-box; /*border-box causes many issues with SP*/
    box-sizing: content-box; /*border-box causes many issues with SP*/
}
   
#ribbonBox * [class^="span"], #ribbonBox * [class^="span"]:before,  #ribbonBox * [class^="span"]:after {
-webkit-box-sizing: border-box; /*re-enable border-box for framework spans*/
-moz-box-sizing: border-box; /*re-enable border-box for framework spans*/
box-sizing: border-box; /*re-enable border-box for framework spans*/
}

#topnav a:hover{
	text-decoration:none;
}
#topnav ul li.ms-listMenu-editLink { 
	display:none; /*Hide Edit Link menu item */
}
#topnav .ms-core-listMenu-selected {
	background-color:inherit;
	font-weight:bold;
	color: #ffc800!important;
	border:0;
}

.ms-signInLink {
	display:none!important; /*Hide default signin link*/
}

/** Style for hompage boxes **/
.list-box {
	padding: 0px;
}
.list-box-item {
	position: relative;
	display: block;
	border: silver solid 1px;
	padding: 4px;
	margin-bottom: 8px;
	vertical-align: middle;
	line-height: 2rem;
	text-align: center;	
	text-transform: uppercase;
	text-decoration: none;	
	font-size: 0.75rem;
}

.list-box-item img {
	display: inline-block;
	float: left;
}

/** Style for baiviet-layout **/
.baiviet-view, .baiviet-edit {
	margin-top:40px;
	font-size: 1rem;
	line-height: 1.6;
	color: #2B2B2B;
}

.baiviet-view .article-subline {
	padding-top: 24px;
}
.baiviet-view .article-action {
	text-align:right;
}

.baiviet-view .article-summary {
	text-align: justify;
	font-weight: bold;
	padding-top: 24px;
	padding-bottom: 12px;
	
}
.baiviet-view .article-body {
	text-align: justify;
}

.baiviet-view .article-byline {
	float: right;
	font-style: italic;
	font-weight: bold;
}
.baiviet-view img, .baiviet-edit img {
	max-width: 95%;
	padding: 12px 4px 0;
}

.baiviet-edit {
	padding-top: 16px;
}
.baiviet-edit .ms-formfieldvaluecontainer {
	margin-bottom: 8px;
}
.baiviet-edit .ms-formfieldvaluecontainer,
.baiviet-edit div.ms-formfieldlabelcontainer span.ms-formfieldlabel {
	border-width:0px;
}
.baiviet-edit .ms-formfieldvaluecontainer textarea,
.baiviet-edit .ms-formfieldvaluecontainer input[type=text] {
	width: 100%;
	padding: 8px;
}

.baiviet-edit div.ms-rtestate-field div.ms-rtestate-field {
	border: solid silver 1px;
	padding: 8px;
}
.baiviet-edit span.ms-RadioText label{
	padding-left: 4px;
}

.baiviet-view .article-body a, .baiviet-edit a {
	color: blue;
}

.baiviet-view .article-body a:hover, .baiviet-edit a:hover {
	color: red;
}

.icon-zalo {
    background-image: url(../img/icons/zalo-blue.png);
    width:18px;
    height:18px;
    display:inline-block;
    background-repeat:no-repeat;
    background-position: 50%;
    background-size: contain;
    cursor:pointer
}

.social-share {
    display: inline-flex;
    align-items: center;
    color: rgba(var(--bs-primary-rgb)) !important;
}
.social-icon {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1rem;    
}

a.social-zalo:hover{
    cursor:pointer
}



	
