@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
background: white;
font-family: "Roboto", sans-serif;
font-size: 15px;
}
a:hover {
text-decoration: none;
}
.top {
background: #241c6f;
}
.top ul {
padding: 0;
margin: 0;
}
.top ul li {
list-style: none;
display: inline-block;
padding: 5px 10px;
color: white;
}
.top ul li a {
color: white;
}
body > header {
padding: 5px 0;
background: white;
}
body > header .row {
margin: 0;
}
body > header .row [class*=col-] {
padding: 0;
}
body > header .logo {
display: block;
margin: 5px 0;
}
body > header .logo img {
max-height: 70px;
}
body > header .menu {
position: relative;
float: right;
}
body > header .menu ul {
margin: 0;
padding: 0;
}
body > header .menu ul .fa.fa-caret-down {
float: right;
padding-left: 5px;
margin-top: 3px;
}
body > header .menu ul > li {
list-style: none;
display: inline-block;
position: relative;
padding: 27px 10px;
text-align: center;
}
body > header .menu ul > li .accordion {
color: black;
cursor: pointer;
width: 10%;
border: none;
text-align: left;
outline: none;
font-size: 16px;
transition: all 0.4s;
background: none;
}
body > header .menu ul > li .accordion:after {
content: "\f107";
font-family: FontAwesome;
color: black;
}
body > header .menu ul > li .accordion.active:after {
content: "\f106";
}
body > header .menu ul > li a {
display: inline-block;
transition: all 0.3s;
font-weight: 400;
font-size: 16px;
color: black;
text-transform: uppercase;
}
body > header .menu ul > li:hover {
transition: all 0.3s;
color: #241c6f;
text-decoration: none;
}
body > header .menu ul > li:hover .sub-menu {
opacity: 1;
visibility: visible;
transition: all 0.3s;
}
body > header .menu ul > li .sub-menu {
position: absolute;
width: 230px;
padding: 10px 15px;
text-align: left;
top: 80px !important;
left: -30px;
display: block;
z-index: 10;
opacity: 0;
visibility: hidden;
background: white;
transition: all 0.3s;
border: 1px solid #eaeaea;
}
body > header .menu ul > li .sub-menu li {
position: relative;
margin: 0;
display: block;
border-bottom: 1px solid #eaeaea;
list-style: square;
text-align: left;
padding: 10px 0;
background: transparent;
}
body > header .menu ul > li .sub-menu li:last-child {
border-bottom: 0px;
}
body > header .menu ul > li .sub-menu li button {
position: absolute;
right: 0;
top: 10px;
transform: rotate(-90deg);
}
body > header .menu ul > li .sub-menu li button::after {
color: black;
}
body > header .menu ul > li .sub-menu li a {
width: 100%;
display: block;
color: black;
text-transform: none;
font-size: 14px;
}
body > header .menu ul > li .sub-menu li a:hover {
color: #241c6f;
}
body > header .menu ul > li .sub-menu li:hover .sub-menu {
opacity: 1;
visibility: visible;
transition: all 0.3s;
}
body > header .menu ul > li .sub-menu li .sub-menu {
position: absolute;
padding: 10px;
width: 245px;
text-align: left;
top: -10px !important;
left: 228px !important;
display: block;
border-radius: 0;
z-index: 10;
visibility: hidden;
background: white;
transition: all 0.3s;
}
.slider .item img {
-o-object-fit: cover;
object-fit: cover;
}
.slider .owl-nav {
margin: 0;
}
.slider .owl-dots {
position: absolute;
right: 45%;
transform: translateX(-50%);
bottom: 10px;
}
.slider .owl-theme .owl-dots .owl-dot span {
background: none;
border: 1px solid #298A61;
border-radius: 50%;
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
background-color: #298A61;
border-radius: 50%;
}
.slider:hover .owl-prev {
left: 40px;
visibility: visible;
opacity: 1;
transition: all 0.5s;
}
.slider:hover .owl-next {
right: 40px;
visibility: visible;
opacity: 1;
transition: all 0.5s;
}
.slider .owl-prev {
position: absolute;
left: 60px;
top: 50%;
transform: translateY(-50%);
color: #298A61 !important;
width: 40px;
height: 40px;
line-height: 32px;
font-size: 24px !important;
margin: 0 !important;
border: 1px solid #298A61;
background-color: transparent !important;
border-radius: 50% !important;
transition: all 0.5s;
visibility: hidden;
opacity: 0;
}
.slider .owl-prev:hover {
background-color: transparent !important;
transition: all 0.3s;
}
.slider .owl-next {
position: absolute;
right: 60px;
top: 50%;
transform: translateY(-50%);
color: #298A61 !important;
width: 40px;
height: 40px;
line-height: 32px;
font-size: 24px !important;
border-radius: 0% !important;
margin: 0 !important;
border: 1px solid #298A61;
border-radius: 50% !important;
background-color: transparent !important;
transition: all 0.5s;
visibility: hidden;
opacity: 0;
}
.slider .owl-next:hover {
background-color: transparent !important;
transition: all 0.3s;
}
.info .row {
margin: 0;
}
.info .row [class*=col-] {
padding: 0;
}
.info .item {
position: relative;
}
.info .item .content {
position: absolute;
top: 50px;
left: 0;
width: 100%;
text-align: center;
color: white;
}
.info .item .content h3 {
font-size: 16px;
font-weight: bold;
margin: 15px;
}
.info .item .content h5 {
font-size: 16px;
color: #a6a6a6;
}
#hoptac {
padding: 40px 0;
background-color: #eaeaea;
}
#hoptac .title {
color: #241c6f;
font-weight: bold;
margin-bottom: 40px;
text-align: center;
}
#hoptac .title h2 {
font-weight: 400;
font-size: 32px;
}
#hoptac .row {
margin: 0 -10px;
}
#hoptac .row [class*=col-] {
padding: 0 10px;
}
#hoptac .title {
color: #241c6f;
font-weight: bold;
font-size: 20px;
margin-bottom: 20px;
}
#hoptac .title h2 {
font-weight: 500px;
}
#hoptac .item {
margin-bottom: 15px;
}
#hoptac .item img {
height: 180px;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
}
#hoptac .item h3 {
font-size: 15px;
margin-bottom: 10px;
font-weight: 500;
line-height: 22px;
}
#hoptac .item h3 a {
color: black;
}
#hoptac .item p {
font-size: 13px;
}
#hoptac .item .content {
transition: all 0.4s;
padding: 10px 15px;
padding-bottom: 25PX;
background: white;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
padding: 15px;
}
main #tintuc {
padding: 30px 0;
}
main .tintuc .row {
margin: 0 -10px;
}
main .tintuc .row [class*=col-] {
padding: 0 10px;
}
main .tintuc .title {
color: #241c6f;
font-weight: bold;
margin-bottom: 20px;
}
main .tintuc .title h2 {
font-weight: 400;
font-size: 32px;
}
main .tintuc .item {
margin-bottom: 15px;
}
main .tintuc .item img {
height: 180px;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
}
main .tintuc .item h3 {
font-size: 15px;
margin-bottom: 10px;
font-weight: bold;
line-height: 22px;
font-weight: 400;
height: 65px;
overflow: hidden;
}
main .tintuc .item h3 a {
color: black;
}
main .tintuc .item p {
font-size: 14px;
}
main .tintuc .item .content {
padding: 15px;
border-left: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
main .thongbao .title {
color: #241c6f;
font-weight: bold;
margin-bottom: 20px;
}
main .thongbao .title h2 {
font-weight: 400;
font-size: 32px;
}
main .thongbao .row {
margin: 0 -5px;
}
main .thongbao .row [class*=col-] {
padding: 0 5px;
}
main .thongbao .item {
margin-bottom: 15px;
}
main .thongbao .item h3 {
font-size: 14px;
font-weight: 400;
line-height: 22px;
}
main .thongbao .item h3 a {
color: black;
}
main .thongbao .date {
max-width: 65px;
padding: 7px 5px;
background: #241c6f;
color: white;
text-align: center;
}
main .thongbao .date span {
display: inline-block;
font-size: 13px;
}
main .thongbao .date .y {
font-weight: bold;
font-size: 18px;
}
.sinhvien {
padding: 40px 0;
background-image: url(//caodangyduoccongdong.edu.vn/wp-content/themes/caodangbachkhoa/assets/images/bg.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.sinhvien .row {
margin: 0 0px;
}
.sinhvien .row [class*=col-] {
padding: 0 0px;
}
.sinhvien .title {
color: #241c6f;
font-weight: bold;
margin-bottom: 30px;
text-align: center;
}
.sinhvien .title h2 {
font-weight: 400;
font-size: 32px;
}
.sinhvien .list_info .item {
width: 50%;
float: left;
}
.sinhvien .list_info .item:hover .info_thumb:after {
display: none;
transition: all 0.4s;
}
.sinhvien .list_info .info_thumb {
width: 50%;
position: relative;
pointer-events: none;
}
.sinhvien .list_info .info_thumb:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
transition: all 0.4s;
content: "";
}
.sinhvien .list_info .info_thumb img {
width: 100%;
height: 300px;
-o-object-fit: cover;
object-fit: cover;
transition: all 0.5s;
}
.sinhvien .list_info .info_thumb.pull-left:before {
content: "\f0d9";
font-size: 78px;
position: absolute;
top: 50%;
right: -5px;
font-family: "FontAwesome";
color: #241c6f;
transform: translateY(-50%);
z-index: 1;
}
.sinhvien .list_info .info_thumb.pull-right:before {
content: "\f0da";
font-size: 78px;
position: absolute;
top: 50%;
left: -5px;
font-family: "FontAwesome";
color: #241c6f;
transform: translateY(-50%);
z-index: 1;
}
.sinhvien .list_info .info_title {
padding: 30px;
width: 50%;
background: #241c6f;
height: 300px;
}
.sinhvien .list_info .info_title h4 {
line-height: 22px;
position: relative;
padding-bottom: 10px;
}
.sinhvien .list_info .info_title h4 a {
font-size: 16px;
line-height: 25px;
font-weight: 500;
color: #fff;
}
.sinhvien .list_info .info_title p {
margin-top: 10px;
color: #cfc9c9;
font-size: 13px;
}
.sinhvien .list_info .info_title .xemthem {
font-size: 14px;
text-transform: uppercase;
color: #fff;
background: transparent;
padding: 0;
border: 0;
font-weight: 400;
}
.sinhvien .list_info .right {
float: right;
}
.svtb {
padding: 40px 0;
}
.svtb .title h2 {
border: 0;
font-size: 35px;
position: relative;
color: #c3071e;
margin: 20px 0;
font-weight: bold;
}
.svtb .title p {
font-size: 17px;
}
.svtb .item {
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
border: 1px solid #eaeaea;
padding: 15px;
margin-bottom: 20px;
border-radius: 5px;
}
.svtb .item .row {
margin: 0 -5px;
}
.svtb .item .row [class*=col-] {
padding: 0 5px;
}
.svtb .item img {
width: 100px;
height: 100px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%;
}
.svtb .item h3 {
font-size: 16px;
font-weight: bold;
color: #241c6f;
}
.svtb .item p {
margin: 10px 10px;
font-size: 14px;
padding: 0 5px;
position: relative;
text-align: left;
font-style: italic;
}
.svtb .item p a {
color: black;
}
.svtb .item p:before {
position: absolute;
top: 0px;
left: -10px;
content: "\f10d";
font-family: "FontAwesome";
font-size: 12px;
}
.svtb .item p:after {
position: absolute;
bottom: 0px;
right: -10px;
content: "\f10e";
font-family: "FontAwesome";
font-size: 12px;
}
.tuyensinh {
margin: 50px 0;
text-align: center;
}
.tuyensinh .btn-info {
font-size: 20px;
padding: 10px 20px;
border-radius: 10px;
color: white;
border: 0;
background: #c3071e;
display: inline-block;
}
.tuyensinh .btn-info i {
display: inline-block;
margin-right: 10px;
}
.tuyensinh img {
margin-top: 50px;
}
#partner .title {
color: #241c6f;
font-weight: bold;
margin-bottom: 30px;
text-align: center;
}
#partner .title h2 {
font-weight: 400;
font-size: 32px;
}
#partner .item {
text-align: center;
border-radius: 5px;
position: relative;
}
#partner .item a {
display: block;
}
#partner .item::after {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
box-shadow: inset 0 -113px 40px -59px rgba(0, 0, 0, 0.5);
top: 0;
}
#partner .item h3 {
position: absolute;
bottom: 0;
text-align: center;
font-size: 16px;
padding: 10px;
width: 100%;
z-index: 3;
text-transform: uppercase;
font-weight: 400;
}
#partner .item h3 a {
color: white;
}
#partner .item img {
height: 300px;
width: auto;
max-width: 100%;
-o-object-fit: cover;
object-fit: cover;
display: inline-block;
border-radius: 5px;
}
footer {
padding: 5px 0;
background-color: #241c6f;
color: white;
}
footer .ft_bottom {
border-top: 1px solid #3a8b69;
padding-top: 10px;
}
footer .ft_content {
margin-top: 10px;
padding: 10px 0;
}
footer .ft_content .ft_col {
margin-bottom: 20px;
}
footer .ft_content .ft_col h3 {
color: white;
font-size: 18px;
margin-bottom: 10px;
text-transform: uppercase;
position: relative;
font-weight: 500;
margin-top: 20px;
}
footer .ft_content .ft_col h4 {
text-transform: uppercase;
font-size: 16px;
border-bottom: 1px solid #8eab9f;
padding-bottom: 15px;
margin-bottom: 15px;
}
footer .ft_content .ft_col a {
color: white;
}
footer .ft_content .ft_col p {
color: white;
margin-bottom: 8px;
font-size: 14px;
}
footer .ft_content .ft_col ul {
padding: 0;
margin: 0;
}
footer .ft_content .ft_col ul li {
list-style: none;
margin-bottom: 10px;
position: relative;
padding-left: 20px;
font-size: 14px;
color: white;
}
footer .ft_content .ft_col ul li:after {
position: absolute;
left: 0;
top: 0;
content: "\f105";
font-family: "FontAwesome";
}
footer .ft_content .ft_col ul li a {
color: white;
transition: all 0.2s;
}
footer .ft_content .ft_col ul li a:hover {
transition: all 0.2s;
color: white;
}
footer .ft_bottom {
border-top: 1px solid #8eab9f;
color: white;
}
footer .ft_bottom ul {
margin: 0;
padding: 10px 0;
}
footer .ft_bottom ul li {
list-style: none;
display: inline-block;
color: white;
}
footer .ft_bottom ul li a {
padding-right: 30px;
color: white;
}
.click_out {
position: absolute;
z-index: 1022;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
}
#menu-mobile {
background: white;
position: fixed;
top: 0;
left: 0;
z-index: 1022;
width: 300px;
height: 100%;
transform: translateX(-300px);
transition: all 0.4s;
overflow: auto;
}
#menu-mobile .far.fa-window-close {
color: #F4911B !important;
font-size: 28px !important;
cursor: pointer;
}
#menu-mobile .nav_mobile {
padding: 20px 15px;
}
#menu-mobile .nav_mobile .logo-side {
color: #333;
font-weight: 700;
font-size: 24px;
margin: 0;
margin-bottom: 10px;
position: relative;
text-align: center;
}
#menu-mobile .nav_mobile .logo-side img {
max-height: 38px;
}
#menu-mobile .nav_mobile .logo-side i {
font-size: 20px;
font-weight: 400;
position: absolute;
right: 0;
color: #241c6f;
}
#menu-mobile .nav_mobile ul {
list-style: none;
padding: 0;
overflow: auto;
}
#menu-mobile .nav_mobile ul li {
clear: both;
border-top: 1px solid #e9e9e9;
position: relative;
}
#menu-mobile .nav_mobile ul li:first-child {
border: none;
}
#menu-mobile .nav_mobile ul li a {
text-decoration: none;
color: #000;
padding: 10px 0;
display: block;
font-size: 15px;
font-weight: 500;
}
#menu-mobile .nav_mobile ul li a:hover {
opacity: 0.8;
color: #c3071e;
}
#menu-mobile .nav_mobile ul li .sub-menu {
padding: 0;
max-height: 0;
transition: all 0.5s;
overflow: hidden;
}
#menu-mobile .nav_mobile ul li .sub-menu li:first-child {
border-top: 1px solid #e9e9e9;
}
#menu-mobile .nav_mobile ul li .sub-menu li a {
padding-left: 20px;
display: inline-block;
}
#menu-mobile .nav_mobile ul li .sub-menu .sub-menu {
max-height: 0;
overflow: hidden;
}
#menu-mobile .nav_mobile ul li .sub-menu .sub-menu a {
padding-left: 40px;
}
#menu-mobile .nav_mobile ul .active a {
font-weight: 700;
}
#menu-mobile .nav_mobile .user-nav-mb span {
width: 50%;
float: left;
}
#menu-mobile .nav_mobile .user-nav-mb span i {
margin-right: 10px;
color: white;
}
#menu-mobile .nav_mobile .user-nav-mb span a {
color: white;
}
#menu-mobile .accordion {
color: #000;
cursor: pointer;
width: 10%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: all 0.4s;
position: absolute;
top: 0;
right: 0;
padding: 8px 0;
background: none;
}
#menu-mobile .accordion:after {
content: "\f107";
font-family: FontAwesome;
color: #000;
margin-left: 5px;
}
#menu-mobile .accordion.active:after {
content: "\f106";
}
.sidebar {
margin-bottom: 20px;
}
.sidebar ul {
margin: 0;
padding: 0;
}
.sidebar ul li {
list-style: none;
}
.sidebar .title h3 {
text-transform: uppercase;
font-size: 18px;
margin: 10px 0;
}
.category .page-header {
margin-bottom: 20px;
}
.category .page-header h1 {
font-size: 25px;
}
.category .row > .content .item {
margin: 10px 0;
padding: 10px 0;
padding-bottom: 20px;
border-bottom: 1px dotted #eaeaea;
}
.category .row > .content .item:last-child {
border: 0;
}
.category .row > .content .item img {
height: 150px;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
margin-bottom: 10px;
}
.category .row > .content .item h3 {
font-size: 20px;
}
.category .row > .content .item h3 a {
color: black;
}
.category .row > .content .item p {
color: #666;
}
.category .row > .content .item .more {
color: #075794;
}
.contact {
border: 1px solid #c9c9c9;
}
.contact a {
color: #c40303;
}
.contact .title {
border-bottom: 1px solid #c9c9c9;
padding: 0 15px;
}
.contact .content {
padding: 15px;
}
.breadcrumbs {
background-color: #eaeaea;
}
.breadcrumb {
padding: 10px;
border-radius: 0;
}
.breadcrumb li a {
color: black;
margin-right: 5px;
padding-right: 5px;
display: inline-block;
}
.breadcrumb li a:after {
content: "/";
margin-left: 10px;
}
.breadcrumb li strong {
font-weight: 400;
}
article .entry-title {
font-size: 25px;
font-weight: 600;
margin-bottom: 20px;
}
article img {
max-width: 100%;
height: auto !important;
}
article table {
width: 100% !important;
border-collapse: collapse;
}
article table td, article table th {
border: 1px solid black;
padding: 4px 7px 5px 8px;
}
article table th {
text-align: center;
}
.related h3 {
font-size: 18px;
text-transform: uppercase;
}
.related h3 span {
border-bottom: 2px solid black;
padding-bottom: 5px;
display: inline-block;
}
.related ul {
border: 0;
}
.related ul li {
padding: 10px 5px;
border-bottom: 1px dashed #c9c9c9;
}
.related ul li a {
color: black;
}
.related ul li a:hover {
color: blue;
transition: all 0.3s;
}
.related ul li a span {
font-weight: 500;
color: #a9a9a9;
font-size: 13px;
}
.related ul li:after {
border: none;
}
.cate_content .title {
margin-bottom: 20px;
}
.cate_content h1 {
font-size: 20px;
text-transform: uppercase;
}
.cate_content .item {
border-bottom: 1px dashed #c9c9c9;
margin-bottom: 15px;
padding-bottom: 15px;
}
.cate_content img {
width: 100%;
height: auto;
}
.cate_content .content h2 {
font-size: 15px;
font-weight: 500;
line-height: 1.4;
margin-bottom: 0;
}
.cate_content .content h2 a {
color: #363636;
text-decoration: none;
transition: all 0.25s;
}
.cate_content .content .meta {
font-size: 12px;
color: #a9a9a9;
}
.cate_content .content .meta .date {
margin-right: 5px;
}
.pagination {
text-align: center;
}
.pagination li {
padding: 6px 13px;
border: 1px solid #c9c9c9;
margin: 0 5px;
}
.pagination li a {
font-size: 14px;
}
.pagination .active {
background-color: #0867b0;
border-color: #0867b0;
color: white;
}
.top {
position: static;
}
.widget_post .widget_title {
border-bottom: 1px solid #298A61;
margin-bottom: 20px;
}
.widget_post .widget_title h3 {
margin: 0;
text-transform: uppercase;
font-size: 15px;
font-weight: 500;
color: white;
background: #298A61;
padding: 10px;
position: relative;
}
.widget_post .item {
margin: 10px 0;
padding: 10px 0;
border-bottom: 1px dotted #eaeaea;
}
.widget_post .item:last-child {
border-bottom: 0;
}
.widget_post .item .thumb {
width: 35%;
float: left;
height: 50px;
margin-right: 10px;
}
.widget_post .item .thumb a {
display: block;
height: 100%;
}
.widget_post .item .thumb a img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.widget_post .item .meta h3 {
font-size: 14px;
}
.widget_post .item .meta h3 a {
color: black;
}
.widget .image {
width: 100%;
height: auto;
}
#nganh {
margin-bottom: 20px;
}
#nganh a {
color: white;
position: relative;
display: block;
}
#nganh a img {
min-height: 400px;
}
#nganh a:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
background: rgba(0, 0, 0, 0.5);
top: 0;
}
#nganh a p {
position: absolute;
text-align: center;
top: 45%;
width: 100%;
padding: 20px 0;
background: rgba(0, 0, 0, 0.6);
text-transform: uppercase;
color: white;
z-index: 2;
}
.news1 {
margin-bottom: 20px;
}
.news1 .row {
margin: 0 -8px;
}
.news1 .row [class*=col-] {
padding: 0 8px;
}
.news1 .content .featured .thumb {
height: 220px;
margin-bottom: 10px;
text-align: center;
}
.news1 .content .featured .thumb a {
display: block;
position: relative;
height: 100%;
}
.news1 .content .featured .thumb a::before {
content: "";
width: 0;
height: 100%;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
background-color: rgba(255, 255, 255, 0.5);
transition: all 0.3s;
z-index: 9;
}
.news1 .content .featured .thumb a::after {
content: "";
width: 100%;
height: 0;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
background-color: rgba(255, 255, 255, 0.5);
transition: all 0.3s;
z-index: 9;
}
.news1 .content .featured .thumb a:hover::before {
width: 100%;
background-color: rgba(255, 255, 255, 0);
transition: all 0.5s;
}
.news1 .content .featured .thumb a:hover::after {
height: 100%;
background-color: rgba(255, 255, 255, 0);
transition: all 0.5s;
}
.news1 .content .featured .thumb img {
margin-top: 5px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
height: 100%;
object-fit: cover;
max-width: 100%;
}
.news1 .content .featured h3 {
margin: 10px 0;
line-height: 22px;
}
.news1 .content .featured h3 a {
color: #363636;
text-decoration: none;
font-size: 18px;
font-weight: 600;
transition: all 0.25s;
}
.news1 .content .featured h3 a:hover {
color: #c3071e;
transition: all 0.25s;
}
.news1 .content .featured p {
color: #333;
font-size: 15px;
}
.news1 .content .item {
margin-bottom: 15px;
}
.news1 .content .item .thumb {
height: 80px;
width: 32%;
float: left;
}
.news1 .content .item .thumb a {
height: 100%;
display: block;
position: relative;
}
.news1 .content .item .thumb a::before {
content: "";
width: 0;
height: 100%;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
background-color: rgba(255, 255, 255, 0.5);
transition: all 0.3s;
z-index: 9;
}
.news1 .content .item .thumb a::after {
content: "";
width: 100%;
height: 0;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
background-color: rgba(255, 255, 255, 0.5);
transition: all 0.3s;
z-index: 9;
}
.news1 .content .item .thumb a:hover::before {
width: 100%;
background-color: rgba(255, 255, 255, 0);
transition: all 0.5s;
}
.news1 .content .item .thumb a:hover::after {
height: 100%;
background-color: rgba(255, 255, 255, 0);
transition: all 0.5s;
}
.news1 .content .item .thumb img {
margin-top: 5px;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.news1 .content .item .content {
width: 65%;
float: right;
}
.news1 .content .item .content h3 {
line-height: 22px;
}
.news1 .content .item .content h3 a {
color: black;
text-decoration: none;
font-size: 16px;
font-weight: 500;
transition: all 0.25s;
}
.news1 .content .item .content h3 a:hover {
color: #c3071e;
transition: all 0.25s;
}
.news2 {
margin-bottom: 20px;
}
.news2 .row {
margin: 0 -8px;
}
.news2 .row [class*=col-] {
padding: 0 8px;
}
.news2 .content .featured {
margin-bottom: 20px;
}
.news2 .content .featured .thumb {
height: 220px;
margin-bottom: 10px;
text-align: center;
}
.news2 .content .featured .thumb a {
display: block;
position: relative;
height: 100%;
}
.news2 .content .featured .thumb a::before {
content: "";
width: 0;
height: 100%;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
background-color: rgba(255, 255, 255, 0.5);
transition: all 0.3s;
z-index: 9;
}
.news2 .content .featured .thumb a::after {
content: "";
width: 100%;
height: 0;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
background-color: rgba(255, 255, 255, 0.5);
transition: all 0.3s;
z-index: 9;
}
.news2 .content .featured .thumb a:hover::before {
width: 100%;
background-color: rgba(255, 255, 255, 0);
transition: all 0.5s;
}
.news2 .content .featured .thumb a:hover::after {
height: 100%;
background-color: rgba(255, 255, 255, 0);
transition: all 0.5s;
}
.news2 .content .featured .thumb img {
margin-top: 5px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
height: 100%;
object-fit: cover;
max-width: 100%;
}
.news2 .content .featured h3 {
margin: 5px 0;
line-height: 22px;
font-size: 16px;
}
.news2 .content .featured h3 a {
color: black;
text-decoration: none;
font-weight: 600;
transition: all 0.25s;
}
.news2 .content .featured h3 a:hover {
color: #c3071e;
transition: all 0.25s;
}
.news2 .content .item {
margin-bottom: 10px;
padding-top: 10px;
border-top: 1px solid #eaeaea;
}
.news2 .content .item .content {
width: 100%;
}
.news2 .content .item .content h3 {
line-height: 22px;
font-size: 16px;
}
.news2 .content .item .content h3 a {
color: black;
text-decoration: none;
font-weight: 500;
transition: all 0.25s;
}
.news2 .content .item .content h3 a:hover {
color: #c3071e;
transition: all 0.25s;
}
.news3 {
margin: 20px 0;
}
.news3 .row {
margin: 0 -10px;
}
.news3 .row [class*=col-] {
padding: 0 10px;
}
.news3 .content .featured {
position: relative;
margin-bottom: 30px;
}
.news3 .content .featured .thumb {
margin-bottom: 10px;
text-align: center;
}
.news3 .content .featured .thumb a {
display: block;
position: relative;
height: 100%;
}
.news3 .content .featured .thumb a::before {
content: "";
width: 0;
height: 100%;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
background-color: rgba(255, 255, 255, 0.5);
transition: all 0.3s;
z-index: 9;
}
.news3 .content .featured .thumb a::after {
content: "";
width: 100%;
height: 0;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
background-color: rgba(255, 255, 255, 0.5);
transition: all 0.3s;
z-index: 9;
}
.news3 .content .featured .thumb a:hover::before {
width: 100%;
background-color: rgba(255, 255, 255, 0);
transition: all 0.5s;
}
.news3 .content .featured .thumb a:hover::after {
height: 100%;
background-color: rgba(255, 255, 255, 0);
transition: all 0.5s;
}
.news3 .content .featured .thumb img {
margin-top: 5px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
height: 100%;
object-fit: cover;
max-width: 100%;
}
.news3 .content .featured .content {
position: absolute;
bottom: 0;
width: 100%;
padding: 10px 20px;
background-color: rgba(0, 0, 0, 0.6);
}
.news3 .content .featured .content h3 {
margin: 5px 0;
line-height: 22px;
}
.news3 .content .featured .content h3 a {
color: white;
text-decoration: none;
font-size: 18px;
font-weight: 600;
transition: all 0.25s;
}
.news3 .content .featured .content h3 a:hover {
color: #c3071e;
transition: all 0.25s;
}
.news3 .content .featured .content p {
color: white;
}
.news3 .content .item {
margin-bottom: 10px;
padding-top: 10px;
}
.news3 .content .item h3 {
line-height: 22px;
font-size: 18px;
}
.news3 .content .item h3 a {
color: black;
text-decoration: none;
font-weight: 600;
transition: all 0.25s;
}
.news3 .content .item h3 a:hover {
color: #c3071e;
transition: all 0.25s;
}
.news3 .content .item img {
width: 100%;
}
.news3 .content .item p {
color: #333;
}
.sidebar .daotao ul li {
background-color: #c3071e;
padding: 15px 0;
margin: 10px 0;
padding-left: 15px;
}
.sidebar .daotao ul li a {
color: white;
display: block;
position: relative;
padding-left: 40px;
text-transform: uppercase;
}
.sidebar .daotao ul li a img {
position: absolute;
width: 20px;
height: 20px;
top: 0;
left: 0;
}
.sidebar .news {
margin: 20px 0;
}
.sidebar .news .row {
margin: 0 -8px;
margin-bottom: 15px;
}
.sidebar .news .row [class*=col-] {
padding: 0 8px;
}
.sidebar .news .row h4 {
font-size: 16px;
line-height: 22px;
font-weight: 400;
}
.sidebar .news .row h4 a {
color: black;
}
.sidebar .hot .item {
border-bottom: 1px solid #eaeaea;
padding-left: 40px;
position: relative;
margin-bottom: 10px;
}
.sidebar .hot .item span {
position: absolute;
top: 0px;
left: 0;
background: #241c6f;
width: 30px;
height: 30px;
text-align: center;
color: white;
padding-top: 5px;
}
.sidebar .hot h4 {
font-size: 15px;
line-height: 22px;
}
.sidebar .hot h4 a {
color: black;
}
.sidebar .hot p {
color: #333;
}
#post-1011 .entry-content {
padding: 20px;
background: #eaeaea;
}
#post-1011 .entry-content .form-control {
border-radius: 0;
height: 40px;
}
.phone_center {
position: fixed;
left: 20px;
bottom: 20px;
z-index: 20;
}
.phone_center .alo-phone {
display: block;
width: 150px;
font-size: 16px;
padding: 5px 10px;
border-radius: 5px;
background: red;
color: white;
}
.phone_center .alo-phone .fa {
margin-right: 7px;
}
.phone_center .zalo {
margin-top: 10px;
display: block;
width: 150px;
font-size: 14px;
padding: 5px 10px;
border-radius: 5px;
background: #017cc2;
color: white;
}
.fixbottom {
position: fixed;
bottom: 0;
right: 0;
width: 100%;
}
.fixbottom .dkxt {
background: #c3071e;
padding: 10px 20px;
color: white;
float: right;
font-size: 15px;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
font-weight: bold;
text-transform: uppercase;
}
.video {
padding: 50px 0;
background-color: #eaeaea;
background-repeat: no-repeat;
background-size: cover;
}
.video .title h2 {
border: 0;
font-size: 35px;
position: relative;
color: #241c6f;
margin: 20px 0;
font-weight: bold;
}
.video .title p {
font-size: 17px;
}
.video .featured {
border: 5px solid #241c6f;
}
.video .btn-danger {
background: #c3071e;
border: 0;
padding: 10px 20px;
font-size: 16px;
margin-bottom: 20px;
}
.hinhanh {
padding: 20px 0;
}
.hinhanh .grid-item {
width: 25%;
height: 200px;
padding: 2px;
}
.hinhanh .grid-item--width2 {
width: 50%;
}
.hinhanh .grid-item--height2 {
height: 600px;
}
.hinhanh img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
cursor: pointer;
}
.hinhanh .row {
margin: 0 -8px;
}
.hinhanh .row [class*=col-] {
padding: 0 8px;
}
@media only screen and (max-width: 768px) {
.video {
padding: 20px 0;
}
.sinhvien {
padding: 20px 0;
}
.sinhvien .title {
margin-bottom: 12px;
}
.sinhvien .list_info .item {
width: 100%;
}
.sinhvien .list_info .info_thumb {
width: 100%;
position: relative;
pointer-events: none;
background-color: #241c6f;
}
.sinhvien .list_info .info_thumb:before {
display: none;
}
.sinhvien .list_info .info_thumb:hover img {
transition: all 0.5s;
transform: scale(1.1);
}
.sinhvien .list_info .info_thumb img {
width: 100%;
height: auto;
-o-object-fit: cover;
object-fit: cover;
transition: all 0.5s;
}
.sinhvien .list_info .info_title {
padding: 20px;
width: 100%;
background: #e74e3e;
height: auto;
}
.sinhvien .list_info .info_title h4 {
line-height: 1;
position: relative;
padding-bottom: 10px;
}
.sinhvien .list_info .info_title h4:before {
position: absolute;
bottom: 0;
content: "";
background: #e0dfd9;
width: 85px;
height: 2px;
}
.sinhvien .list_info .info_title h4 a {
font-size: 16px;
line-height: 30px;
font-weight: bold;
color: #fff;
}
.sinhvien .list_info .info_title p {
margin-top: 15px;
color: #ffccbc;
}
.sinhvien .list_info p {
margin: 0;
}
.sinhvien .list_info .xemthem {
font-size: 13px;
}
header {
position: relative;
}
header .logo img {
max-height: 45px;
}
.open-nav {
position: absolute;
right: 15px;
top: 15px;
}
.open-nav .fa-bars {
font-size: 25px;
float: right;
}
.hinhanh .grid-item {
height: 50px;
padding: 2px;
}
.hinhanh .grid-item--height2 {
height: 150px;
}
#partner {
padding-bottom: 0;
}
#partner .item img {
height: 200px;
}
.tuyensinh {
margin: 0;
margin-top: 20px;
}
.tuyensinh .btn-info {
font-size: 14px;
margin-bottom: 15px;
}
.tuyensinh img {
margin-top: 0;
}
}