@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@600;700&family=Roboto:wght@400;500;700&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Oswald:wght@300;500&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&display=swap&subset=vietnamese');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background: url('../images/bg.png') #F4F9FB no-repeat;
    background-size: auto;
    background-color: #F4F9FB!important;
}

a,
a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

.login_wapper {
    padding: 10px 20px 0 20px;
}

.login_wapper .header {
	font-family: 'Nunito', sans-serif;
}

.hotline li,.hotline_support li{
	height:1.1em;
}
.hotline_support {
	text-align: right;
}

    .hotline p, .hotline a, .hotline_support p, .hotline_support a {
        font-size: 0.8em;
        font-style: normal;
        font-weight: 600;
        line-height: 0.8em;
        color: #2F80ED;
        white-space:nowrap;
    }


    .hotline a:hover, .hotline_support a:hover {
        text-decoration:none;
    }

.logo {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.logo .logo_img {
	margin-right: 30px;
}

.logo .logo_text {
	text-align: center;
	color: #2F80ED;
}

    .logo .logo_text h3 {
        font-size: 1.2em;
        font-style: normal;
        font-weight: 700;
        line-height: 34px;
        margin: 0;



        color: #f78b00;
        font-family: 'Roboto Slab', serif;
        font-size: 26px;
        letter-spacing:1.2px;
    }

    .logo .logo_text h4 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        margin: 0;
        color: #2b89fe;
        padding-top: 8px;
        font-family: 'Roboto Slab', serif;
        letter-spacing:1.2px;
    }

.login_wapper .body {
	padding: 30px;
}

.head_title {
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	color: #2F80ED;
	margin-bottom: 15px;
}

.list_news {
    height: 550px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 20px;




    scrollbar-width: thin;
}


.list_news::-webkit-scrollbar {
	width: 4px;
}

.list_news::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #E0E0E0;
	border-radius: 100px;
}

    .list_news::-webkit-scrollbar-thumb {
        background: #daecf4;
        border-radius: 100px;
    }

.list_news .item {

	margin-bottom: 0.75rem;
	padding: 0.75rem;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.03), 0px 1.6711px 2.92443px rgba(0, 0, 0, 0.0215656), 0px 0.893452px 1.56354px rgba(0, 0, 0, 0.0178832), 0px 0.500862px 0.876509px rgba(0, 0, 0, 0.015), 0px 0.266004px 0.465507px rgba(0, 0, 0, 0.0121168), 0px 0.11069px 0.193708px rgba(0, 0, 0, 0.00843437);
}
    .list_news .item:hover {
        cursor:pointer;
    }

    .list_news .item .date {
        height: 82px;
        width: 90px;
        border-radius: 10px;
        background: rgb(200 225 255 / 50%)!important;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        float: left;
    }

.list_news .item .date div:nth-child(1) {
	font-size: 1.4em;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #2F80ED;
}

.list_news .item .date div:nth-child(2) {
	font-family: Roboto;
	font-size: 1.4em;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	color: #EB5757;
}

.list_news .item .content {
	width: calc(100% - 30px);
	float: left;
  
}

.list_news .item .content h3 {
	font-size: 1.1em;
	font-style: normal;
	font-weight: 500;
	line-height: 21px;
	color: #3A4F73;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.list_news .item .content p {
	font-size: 1em;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: #8B8B8B;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
    margin-bottom:0.75rem!important;
}

.nav_pagination {
	display: flex;
	flex-direction: row-reverse;
	padding-right: 29px;
	align-items: center;
}

.nav_pagination .page-link {
	background-color: transparent;
	border: none;
}

.nav_pagination .show_info {
	margin-right: 20px;
	font-style: normal;
	font-weight: 500;
	font-size: 1.1em;
	color: #8B8B8B;
}

.nav_pagination .show_info span {
	color: #3A4F73;
}

.nav_pagination .show_info select {
	border: 2px solid #2F80ED;
	color: #3A4F73;
	box-sizing: border-box;
	border-radius: 100px;
	margin: 0 10px;
	padding: 0 5px;
	outline: 0;
}

.login {
	padding-left: 90px;
}

.login_form {
	background: #FFFFFF;
	box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.03), 0px 1.6711px 2.92443px rgba(0, 0, 0, 0.0215656), 0px 0.893452px 1.56354px rgba(0, 0, 0, 0.0178832), 0px 0.500862px 0.876509px rgba(0, 0, 0, 0.015), 0px 0.266004px 0.465507px rgba(0, 0, 0, 0.0121168), 0px 0.11069px 0.193708px rgba(0, 0, 0, 0.00843437);
	border-radius: 10px;
	padding: 20px 20px 0px 20px;
}

.login_form .nav .nav-item {
	width: 50%;
	border-right: 1px solid #E4E4E4;
}

.login_form .nav .nav-item:last-child {
	border-right: 0;
}

.login_form .nav .nav-item .nav-link {
	width: 200px;
	height: 40px;
	margin: auto;
	border-radius: 100px;
	font-size: 1em;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	/*color: #828282;*/
    background: rgb(255 255 255 / 30%);
    color: #197de8;
}

    .login_form .nav .nav-item .nav-link.active {
        /*background: rgb(200 225 255 / 50%)!important;
        color: #2F80ED;*/
        background: rgb(247 137 0) !important;
        color: #fff;
    }

.login_form .content {
	padding: 10px 40px;
}

.login_form label {
	font-style: normal;
	font-weight: 500;
	font-size: 1em;
	color: #3A4F73;
	/*! margin-bottom: 15px; */
	margin-bottom: 0;
}

.login_form input:focus {
	outline: 0;
	box-shadow: none;
}

.login_form input {
	border: none;
	border-bottom: 3px solid;
	border-image-slice: 1;
	font-size: 1.25em;
	border-image-source: linear-gradient(to left, #8CF8FF, #5096E9);
    padding-left:1.25em;
}

.login_form input::placeholder {
	font-style: italic;
	font-weight: normal;
	font-size: 0.85em;
	line-height: 21px;
	display: flex;
	align-items: center;
	color: #8B8B8B;
}

.login_form .form-group {
	margin-bottom: 18px;
}

.btn-submit {
    width: 100%;
    height: 44px;
    font-style: normal;
    font-weight: bold !important;
    font-size: 1em;
    margin-top: 20px;
    line-height: 23px;
    background: linear-gradient(to left, #3BC8FF,#197DE8);
    border-radius: 100px !important;
    text-align: center;
    border-color: unset !important;
}

.reset_password {
	font-style: normal;
	font-weight: 500;
	font-size: 0.8em;
	line-height: 21px;
	text-align: center;
	color: #EB5757;
	display: block;
	margin-top: 10px;
}

.footer {
    font-weight: 500;
    font-size: 1.2em;
    color: #3A4F73;
    display: flex;
    justify-content: center;
}

.banner-slide {
	margin-top: 0.75rem;
}

.banner-slide img {
	width: 100%;
}

.banner-slide.owl-theme .owl-dots .owl-dot span {
	width: 5px;
	height: 5px;
	margin: 3px 5px;
}

.banner-slide.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 5px;
}

.banner-slide.owl-theme .owl-dots .owl-dot.active span,
.banner-slide.owl-theme .owl-dots .owl-dot:hover span {
	background: #015d9d;
}

.list_menu {
	max-height: 550px;
	padding: 0 20px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.list_menu::-webkit-scrollbar {
	width: 4px;
}

.list_menu::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #E0E0E0;
	border-radius: 100px;
}

.list_menu::-webkit-scrollbar-thumb {
	background: #daecf4;
	border-radius: 100px;
}

.list_menu .item {
	height: 150px;
	background: #FFFFFF;
	box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.03), 0px 1.6711px 2.92443px rgba(0, 0, 0, 0.0215656), 0px 0.893452px 1.56354px rgba(0, 0, 0, 0.0178832), 0px 0.500862px 0.876509px rgba(0, 0, 0, 0.015), 0px 0.266004px 0.465507px rgba(0, 0, 0, 0.0121168), 0px 0.11069px 0.193708px rgba(0, 0, 0, 0.00843437);
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	margin-bottom: 30px;
}
.list_menu .item:hover {
    cursor:pointer;
}

.list_menu .item img {
	width: 130px;
	height: 70px;
    object-fit: scale-down;
}

.list_menu .link_title {
	font-style: normal;
	font-weight: 500;
	font-size: 1.2em;
	line-height: 23px;
	text-align: center;
	color: #3A4F73;
	margin-top: 10px;
}

@media only screen and (max-width: 1366px) {
	.login {
		padding-left: 0;
	}

	.logo {
		flex-wrap: wrap-reverse;
	}

	/*.logo .logo_img {
		margin-right: 0;
	}*/
    .divBR {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
	.body>.row {
		flex-direction: column-reverse;
	}

	.login {
		margin-bottom: 50px;
	}

	.header .col-sp {
		position: absolute;
		right: 35px;
	}

	.logo {
		margin-top: 50px;
	}


}

@media only screen and (max-width: 767px) {
	.login_form .nav .nav-item {
		width: 100%;
		border-right: none;
	}

	.login_form .content {
		padding: 45px 0px;
	}
}

@media only screen and (max-width: 600px) {
	.login_wapper .body {
		padding: 50px 0;
	}

	.nav_pagination {
		flex-direction: column-reverse;
	}


}

@media only screen and (max-width: 500px) {
	.header .col-sp {
		display: none;
	}
}




.section-title {
    line-height: 55px;
}


.list-noti .item-title a {
    font-size: 1.1em;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    color: #3A4F73;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .list-noti .item-title a:hover {
        text-decoration: none;
    }


.forgetPassword {
    font-style: normal;
    font-weight: 500;
    font-size: 0.8em;
    line-height: 21px;
    text-align: right;
    color: #2F80ED;
    display: block;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    width: 100px;
}
    .forgetPassword:hover {
        text-decoration: none;
        color: #f78b00;
    }
    .login-pass {
        width: 100%;
    }
#message {
    color: red;
}

.modal-dialog {
    max-width: 50%;
}
.modal-header {
    color: white;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #0480be;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal .modal-dialog .modal-content .modal-header h4 {
    font-family: "Arial", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: white;
    width: 100%;
}

.modal .modal-dialog .modal-content .modal-body .date {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #ce1126;
}

.modal .modal-dialog .modal-content .modal-footer button {
    background: #007fcb;
    color: #fff;
}
#Captcha {
    width: 40%;
    text-align:left!important;
}
#newcaptcha {
    max-height: 30px !important;
    padding-left: 10px;
    margin-bottom:10px;
}

.box-empty-imt {
    width: 85%;
    float: right;
    margin-top: 2.5em;
}
    .box-empty-imt img {
        width: 85%;
        height: auto;
    }

/*NHO HON 600*/

@media only screen and (max-height: 601px) {
    .list_news {
        height: 350px;
        overflow-x: hidden;
        overflow-y: scroll;
        padding-right: 20px;
    }
    /*#pageLoginRedirect
    {
        height:350px;
    }*/
}
/*600 - 800*/
@media only screen and (max-height: 800px) and (min-height: 602px) {
    .list_news {
        height: 500px;
        overflow-x: hidden;
        overflow-y: scroll;
        padding-right: 20px;
    }
    .login_wapper .body {
        padding: 20px 20px 0 20px;
    }
    .btn-submit
    {
        margin-top:unset;
    }
    #pills-tab {
        margin-bottom: unset!important;
    }
    .login_form .form-group {
        margin-bottom: 16px;
    }
    .head_title {
        margin-bottom: 12px;
    }
}
/*800-1400*/
@media only screen and (max-height: 1400px) and (min-height: 800px) {

}
@media only screen and (max-width : 1400px) {

    .list-noti {
        height: 395px;
    }

    .list_news .item .content
    {
        margin-left:10px;
    }
}
/*1400 - 1600*/
@media only screen and (max-width : 1600px) and (min-width: 1400px) {


}

.login-pass-status
{
    width:100%;
    color:red;
    text-align:center;
}

.backgroudyellow {
    background: #dceeff;
}

.backgroudwhite{
    background: #fff
}

.item {
    margin-left: 10px;
}
.item:hover {
    transform: scale(1.03, 1.03);
}
    .item::after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        opacity: 0;
        box-shadow: rgba(0, 0, 0, 0.07) 6px 6px 10px 3px;
    }

.item:hover::after {
    opacity: 1;
}

.tabTitle:hover {
    font-size: 1.1em;
    text-shadow: 5px 5px 5px #8080808f;
    font-weight:900;
}


/*MINI*/
@media only screen and (max-width: 770px) {
    /*HEADER*/
    .logo .logo_text h3 {
        font-size: 22px;
    }

    .logo .logo_text h4 {
        font-size: 20px;
    }

    .logo .logo_img {
        margin: 10px 0;
    }

    .ChangeQuanLy {
        margin-bottom: 8px !important;
    }

    #newcaptcha {
        padding-left: unset;
        margin-top: 6px;
    }

    .btn-submit {
        font-size: .75rem !important;
    }

    /*FOTTER*/
    .footer {
        font-size: .75rem;
    }
}

.login-formFE {
	position: relative;
	background: none;
	padding: 0;
	box-shadow: unset !important;
}

	.login-formFE .form-group {
		width: 100%;
		margin-bottom: 15px;
		padding: 3px;
	}

		.login-formFE .form-group > p {
			font-size: 12px;
			color: #248FED;
		}

	.login-formFE .login-kind {
		background: #fff !important;
		padding: 12px;
		border: 1px solid transparent;
		border-radius: 10px;
		box-shadow: 2px 2px 5px 0 #ddd
	}

		.login-formFE .login-kind.active {
			color: #248FED !important;
			border-color: #248FED;
			border-radius: 10px;
		}

		.login-formFE .login-kind h3 {
			font: bold 36px Roboto;
			color: #248FED;
			text-transform: uppercase;
		}

.contentFE {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	min-height: 100%;
	padding: 15px 10% !important;
	border-radius: 10px;
	box-shadow: 0 0 8px 1px #ddd;
	display: none;
	z-index: 9;
}

.contentFE.active {
	display: block;
	opacity: 1;
}

.contentFE .login-title {
	margin-bottom: 20px;
	text-align: center;
}

.contentFE .login-title span {
	display: inline-block;
	background: rgba(255,255,255,.3);
	padding: 10px 20px;
	font: 500 1.3em Roboto;
	color: #197de8;
	border-radius: 50px;
}

.contentFE .undo {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 20px;
	font-size: 1.8em;
	opacity: .6;
}

.hvr-zoom {
	overflow: hidden
}

.hvr-zoom img, .hvr-zoom svg {
	transition: all .5s
}

.hvr-zoom:hover img, .hvr-zoom:hover svg {
		transform: scale(1.1)
	}

@media only screen and (max-width: 1600px) {
	.login-formFE .login-kind h3 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 1440px) {
	.login-formFE .login-kind h3 {
		font-size: 1.25rem;
	}
}

@media only screen and (max-width: 1200px) {
	.login-formFE .login-kind h3 {
		font-size: 1.15rem;
	}
}

@media only screen and (max-width: 960px) {
	.login-formFE .login-kind h3 {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 480px) {
	.login-formFE .login-kind {
		padding: 5px 0;
	}
	.login-formFE .login-kind h3 {
		font-size: 1rem;
	}
}