@charset "utf-8";
/* CSS Document */
/*
    Theme Name: web;
    Author: bướng
*/
@font-face {
	src: url(/templates/frontend/resources/fonts/SIMSUN.ttf);
	font-family: SIMSUN;
}
@font-face {
	src: url(/templates/frontend/resources/fonts/msjh-boot-2.ttf);
	font-family: nongmun;
}


@font-face {
	src: url(/templates/frontend/resources/fonts/msyhbd.ttc);
	font-family: msyhbd;
}

body {
	/*font-family: 'Roboto', sans-serif;*/
	font-family: SIMSUN;
	background-color: #f2f2f2;
	font-size: 16px;
}
h1, h2, h3, h4 {
    margin-top: 0px;
}
.ul-b {
	padding-left: 0px;
	margin-bottom: 0px;
	float: left;
}
.ul-b li {
	list-style-type: none;
}
input, button, select, textarea {
    outline: none;
}
img {
    max-width: 100%;
}
a:hover, a:focus {
    text-decoration: none;
}
.wp-tinkhac ul li:last-child{
	border: 0px;
}
a {
	color: #333;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}
.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}
.fl-left {
	float: left !important;
}
.fl-right {
	float: right !important;
}
.ds-fl {
	display: flex !important;
}
.owl-prev {
	left: 0px !important;
}
.owl-next {
	right: 0px !important;
}
.img-cover img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
/* css header */
.top-header {
	background-color: #000;
	padding: 15px 0px;
}
#menu2 .active{
	background: #000 !important;
}
.top-header-right {
	float: right;
}
.top-header-right ul li {
	float: left;
	padding: 15px 0px 10px 0px;
}
.top-header-right ul li a {
	padding: 10px 22px;
	background-color: #000;
	color: #fff;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
}
.top-header-right ul li a:hover {
	background-color: #ff9900;
}
/* css menu pc */
.navbar-default {
    background: #fff;
    background-image: none;
    border: none;
    box-shadow: none;
    margin-bottom: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #e9e9e9;
    min-height: 30px;
}
.navbar-default .navbar-nav>li>a {
	padding: 10px 18px;
	font-weight: bold;
	color: #333;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: #fff;
	color: #000;
}
.sec-intro .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
main .container {
	background-color: #fff;
}
/* css main home */
.title-sec .p-top-title {
	/*margin-top: 40px;*/
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.title-sec .h2-title-sec, .title-sec .h1-title-page {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	margin-bottom: 30px;
	text-align: center;
}
.wp-intro-left .title-sec .h2-title-sec {
	text-align: left;
}
.btn-dkn button {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 25px;
	color: #fff;
	background: #000;
	border: 1px solid  #000;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
}
.btn-dkn button:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
/* css box sec home 2 */
.wp-left-sec-home2 {
	position: relative;
	display: table;
	width: 100%;
}
.left-box {
	display: flex;
	width: 60%;
}
.border-left {
	border-radius: 4px 0px 0px 4px;
	border-right: 2px solid #fff;
	width: 30px;
}
.title-box {
	padding: 30px 27px;
	background-color: #393939;
	position: relative;
}
.title-box::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid #393939;
	border-bottom: 20px solid transparent;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}
.title-box h3 {
	margin-bottom: 0px;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.color-1 {
	background-color: #fec700;
}
.color-2 {
	background-color: #e44152;
}
.color-3 {
	background-color: #000;
}
.right-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 70%;
}
.sec-home-2 .container > .row {
	margin-bottom: 20px;
}
.so-buoc {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #282826;
	border: 8px solid #fec904;
	border-radius: 50%;
}
.so-buoc span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.so-buoc.buoc2 {
	border-color: #e44152;
}
.so-buoc.buoc3 {
	border-color: #000;
}
.after-before::before {
	content: '';
	width: 95px;
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	background-color: #282826;
}
.after-before::after {
	content: '';
	width: 0px;
	height: 80px;
	z-index: 0;
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	border-left: 2px dashed #ccc;
}
.buoc3 .after-before::after {
	display: none;
}
.wp-right-sec-home2 {
	padding-top: 20px;
}
.sec-home-3 .title-sec{
	padding-top: 30px;
}
.wp-item-muc {
	box-shadow: 0px 0px 6px #D0D0D0;
	padding: 10px;
	background: #fff;
	margin-bottom: 35px;
}
.img-chuyenmuc, .img-khoahoc {
	position: relative;
	overflow: hidden;
}
.img-chuyenmuc img, .img-khoahoc img{
	height: 329px!important;
	width: 100%;
	transition: all 0.3s ease-in-out;
	object-fit: cover;
}
.wp-item-muc:hover .img-chuyenmuc img, .img-khoahoc:hover img {
	transform: scale(1.1);
	opacity: 0.8;
}
.img-chuyenmuc .so-bai {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 5px 10px;
	background-color: #000;
	color: #fff;
}
.text-chuyenmuc .h4-title {
	padding-top: 15px;
	/*margin-bottom: 20px;*/
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.h4-title a {
	transition: all 0.3s ease-in-out;
	font-size: 18px;
	font-weight: bold;
}
.wp-item-muc:hover .h4-title a {
	color: #000;
}
.sec-giao-vien .title-sec {
	padding-top: 15px;
}
/* css giang vien */
.thumb {
    width: 175px;
    height: 164px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 100%;
    position: relative;
    background-color: #fff;
    object-fit: cover;
}
.thumb::after, .thumb::before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -12px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.thumb::before {
    border-top: 12px solid #000;
}
.thumb::after {
    border-top: 12px solid #fff;
    bottom: -10px;
}
.thumb img {
    border-radius: 100%;
}
.infor {
    padding-top: 20px;
}
.infor .title-ten {
	font-size: 16px;
	font-weight: bold;
}
.infor .dc {
	font-size: 14px;
	color: #999;
}
#slider-ykkh .owl-prev , #slider-ykkh .owl-next {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    width: 26px;
    height: 39px;
    background: none;
    background-image: url(../images/arrow-1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#slider-ykkh .owl-prev i, #slider-ykkh .owl-next i {
	opacity: 0;
}
#slider-ykkh .owl-next {
	transform: translateY(-50%) rotate(-180deg);
}
.sec-khoahoc .title-sec {
	padding-top: 50px;
}
.img-khoahoc img {
	width: 100%;
}
.img-kh2 {
	width: 105px;
	height: 70px;
	float: left;
}
.text-kh2 {
	width: calc(100% - 105px);
	float: left;
	padding-left: 15px;
}
.list-khoahoc li {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.text-kh2 .p-xem {
	margin-bottom: 0px;
}
.img-kh2:hover img {
	opacity: 0.8;
}
.text-kh2 h4 a {
	font-weight: bold;
	font-size: 14px;
}
.p-xem a {
	font-style: italic;
	color: #999;
}
.p-xem a:hover {
	color: #000;
}
.text-khoahoc h4.h4-title {
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	line-height: 1.4;
}
.sec-ykhv .title-sec {
	padding-top: 30px;
}
.img-hv img {

	margin: 0 auto;


}
.hocvien {
	padding: 30px 25px;
	text-align: center;
	border: 1px dashed #ccc;
	border-radius: 5px;
}
.p-hv {
	margin-bottom: 0px;
	padding-top: 25px;
	position: relative;
}
.p-hv::after {
	content: '\f10d';
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #f8b01e;
	position: absolute;
	top: 10px;
	left: -5px;
}
.p-hv::before {
	content: '\f10e';
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #f8b01e;
	position: absolute;
	bottom: -10px;
	right: -5px;
}
.wp-slide-ykhv .btn-dkn {
	text-align: center;
	margin-top: 30px;
}
.sec-noidung .container{
	padding-top: 50px;
	padding-bottom: 50px;
}
.wp-item-nd .h3-title {
	font-weight: bold;
	font-size: 16px;
}
.wp-item-nd ul li {
	margin-bottom: 5px;
}
.wp-item-nd ul li a {
	color: #999;
	transition: all 0.3s ease-in-out;
}
.wp-item-nd ul li:hover a {
	color: #000;
	padding-left: 5px;
}
/* css footer */
#footer-site .container {
	margin-top: 25px;
	padding-top: 40px;
	padding-bottom: 35px;
	background-color: #fff;
}
.ft-left .title-ft {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}
.ft-left ul li {
	margin-bottom: 5px;
}
.ft-right ul li {
	margin-bottom: 5px;
}
.wp-footer .row .col-md-4 {
	border-left: 1px solid #ccc;
}
/* css header mmobile */
.header-mobile .row {
	margin: 0px;
}
.header-mobile {
	height: 55px;
	background-color: #000;
}
.wp-menu-mobile {
	padding-top: 10px;
}
.click-user {
	padding-top: 15px;
	padding-right: 10px;
}
.click-user i {
	font-size: 20px;
	color: #fff;
}
.list-khoahoc li {
	border-bottom: none;
}
.wp-logo-mb {
	height: 55px;
	line-height: 55px;
}
.wp-user {
	position: relative;
}
.wp-user > ul {
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 9;
}
.wp-user > ul li {
	width: 125px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #000;
	border-bottom: none;
	padding: 5px 10px;
}
.wp-user ul li a {
	display: block;
}
.wp-user > ul li:last-child {
	border-bottom: 1px solid #000;
}
/* css modal login */
#dangky .modal-dialog, #dangnhap .modal-dialog {
    width: 100% !important;
    max-width: 300px !important;
    margin: 50px auto;
}
#dangky .modal-header, #dangnhap .modal-header {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
#dangky .modal-header>p, #dangnhap .modal-header>p {
	margin-bottom: 0px;
}
.modal-header button.close {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0px;
    opacity: 1;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    border: 2px solid #fff;
}
.fr-dn-dk>p {
	margin-bottom: 5px;
}
.fr-dn-dk input.form-control {
	margin-bottom: 10px;
}
.fr-dn-dk button {
	padding: 5px 15px;
	border-radius: 4px;
	border: 1px solid #fff;
	background: #000;
	color: #fff;
}
/* css khoa hoc */
.wp-banner {
	padding: 20px 0px;
	position: relative;
}
.text-banner {
	position: absolute;
	width: 50%;
	right: 0px;
	top: 20px;
}
.text-banner .title-sec .h1-title-page {
	text-align: left;
	padding-top: 55px;
}
.title-sec .h1-title-page {
	text-align: left;
}
.post-sec {
	width: 100%;
	margin-bottom: 25px;
}
.title-page {
	padding-top: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.title-page .h2-title-page a {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	transition: all 0.3s ease-in-out;
}
.title-page .h2-title-page a:hover {
	color: #139fe4;
}
.sec-list-khoahoc .container {
	padding-top: 15px;
}
/* css page tin tuc */
.wp-tin-left .title-sec .h1-title-page {
	padding-top: 15px;
}
.sec-content-tin .container{
	padding-top: 15px;
}
.wp-item-tin {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.wp-item-tin .img-tin-page {
	overflow: hidden;
	float: left;
}
.wp-item-tin .img-tin-page img {
	width: 220px;
	height: 145px;
	transition: all 0.3s ease-in-out;
}
.text-tin-page {
	width: calc(100% - 220px);
	padding-left: 20px;
	float: left;
}
.wp-list-tin-sidebar .wp-item-tin-sidebar {
	margin-bottom: 30px;
}
.text-tin-page h4 a {
	font-weight: bold;
}
.p-date {
	font-size: 14px;
	color: #999;
}
/* css page chi tiet tin */
.wp-date-view-ct {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background: #fafafa;
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}
.date-view-ct > div {
    float: left;
    font-size: 13px;
    color: #999;
    position: relative;
    padding-left: 16px;
}
.date-view-ct div:first-child {
    margin-right: 20px;
}
.wp-date-view-ct p {
    margin-bottom: 0px !important;
}
.date-view-ct div::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
}
.date-view-ct div:first-child::after {
    content: url(../images/capnhat_03.png);
}
.date-view-ct div:nth-child(2)::after {
    content: url(../images/view-1.png);
}
.co-chu-ct>span {
    color: #999;
    margin-right: 6px;
    font-size: 13px;
}
.co-chu-ct button {
    width: 15px;
    height: 15px;
    line-height: 0;
    border: none;
    background-color: #9d9d9d;
    color: #fff;
    padding: 0px;
    margin: 0px;
}
.main-content-cttin > img {
	width: auto;
	margin: 10px auto;
	display: block;
}
.control-ct {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10px;
    background: #fafafa;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
}
.control-ct .ctl {
    padding-left: 18px;
    position: relative;
    color: #999;
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.control-ct .ctl-prev::after {
    content: url(../images/11.png);
    position: absolute;
    top: 0px;
    left: 0px;
}
.control-ct .ctl-top::after {
    content: url(../images/12.png);
    position: absolute;
    top: 0px;
    left: 5px;
}
.wp-tinkhac .title-bv-khac {
    font-size: 18px;
    font-weight: bold;
    color: #0098db;
}
.wp-tinkhac ul {
    padding: 0px;
    margin: 0px;
}
.wp-tinkhac ul li {
    padding: 10px 0px 10px 20px;
    position: relative;
    border-bottom: 1px dashed #ccc;
    list-style-type: none;
}
.wp-tinkhac ul li a {
    color: #2f2f2f;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.wp-tinkhac ul li span {
    margin-left: 5px;
    font-size: 12px;
    color: #999;
}
.wp-tinkhac ul li::after {
    content: url(../images/tich_03.png);
    position: absolute;
    top: 10px;
    left: 0px;
}
/* css page lien he */
.wp-left-lh>p {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-bottom: 20px;
}
.wp-left-lh>h1 {
    font-size: 22px;
    font-weight: bold;
    color: #0088cc;
    margin-bottom: 20px;
}
.wp-left-lh ul li {
	margin-bottom: 5px;
}
.wp-right-lh>p {
    margin-bottom: 10px;
    line-height: 1.6;
}
.fr-tt-lh input, .fr-tt-lh textarea {
    margin-bottom: 10px;
}
.sec-content-lienhe .container {
	padding-top: 20px;
	padding-bottom: 30px;
}
/* css chi tiet khoa hoc */
.box-text {
	border: 1px solid #ccc;
	box-shadow: 0px 0px 3px 0px #ccc;
	margin-top: 25px;
	padding: 30px;
	float: left;
	width: 100%;
}
.box-text .h3-title {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.btn-xemthem button {
	text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 40px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.btn-xemthem button:hover {
	border: 1px solid #000;
	color: #000;
	background: #fff;
}
.list-video {
	margin: 30px 0px;
	clear: both;
}
.wp-video1 {
	margin-bottom: 10px;
}
.wp-video1 {
	position: relative;
}
.wp-video1 a::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.2);
	top: 0px;
	left: 0px;
}
.wp-video1 span.icon-play-video {
    background-image: url(../images/icon-play.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
}
.list-cmt ul li {
	display: table;
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}
.img-cmt {
	width: 35px;
	height: 35px;
	float: left;
}
.img-cmt img {
	width: 100%;
	border-radius: 100%;
}
.text-cmt {
	float: left;
	width: calc(100% - 35px);
	float: left;
	padding-left: 15px;
}
.text-cmt h4 {
	font-size: 16px;
	margin-bottom: 5px;
}
.box-text3 h3 {
	margin-bottom: 15px;
}
.list-cmt ul li:last-child {
	border-bottom: none;
}
.wp-video1 img {
	width: 100%;
}

/*=========================================== responsive ===========================================*/
@media (min-width: 1200px) {
	.wp-footer .row {
		display: flex;
	}
	.right-khoahoc {
		padding-top: 130px;
	}
	.btn-dkn button {
		padding: 15px 75px;
	}
	.dropdown span.dropdown-toggle {
		display: none !important;
	}
	.navbar-default .navbar-nav>li {
		border-right: 1px solid #e9e9e9;
	}
	.navbar-default .navbar-nav>li:first-child {
		border-left: 1px solid #e9e9e9;
	}
	ul.dropdown-menu {
	    margin: 0px;
	    border-radius: 0px;
	    padding: 0px;
	    border: none;
	    box-shadow: 0 1px 5px rgba(0,0,0,0.175);
	    background: #fff;
	    min-width: 220px;
	    opacity: 0;
	    padding: 0;
	    position: absolute;
	    -webkit-transform-origin: top;
	    transform-origin: top;
	    -webkit-animation-fill-mode: forwards;
	    animation-fill-mode: forwards;
	    -webkit-transform: scale(1, 0);
	    transform: scale(1, 0);
	    transition: transform 0.5s ease, opacity 0.2s ease;
	    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
	    display: block;
	    left: 0px;
	}
	ul.dropdown-menu>li:not(:last-child) {
	    border-bottom: 1px dashed #4295f1;
	}
	ul.dropdown-menu>li>a {
	    padding: 8px 15px;
	}
	.navbar-default .navbar-nav>li:hover>ul {
	    display: block;
	    visibility: visible;
	    z-index: 9999;
	    opacity: 1;
	    -webkit-transform: scale(1, 1);
	    transform: scale(1, 1);
	    transition: transform 0.3s ease, opacity 0.2s ease .1s;
	    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
	    left: 0px;
	}
}
@media (min-width: 992px ) and (max-width: 1024px) {
	.text-banner .title-sec .h1-title-page {
		padding-top: 10px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 10px 15px;
	}
	span.dropdown-toggle {
		position: absolute;
		top: 10px;
		right: 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.sec-home-3 .row .col-md-4:nth-child(3) {
		display: none;
	}
	.sec-khoahoc .row .col-md-4:nth-child(3) {
		display: none;
	}
	.wp-list-tin-sidebar ul li {
		width: 48%;
		float: left;
	}
	.wp-list-tin-sidebar ul li:nth-child(2n-1) {
		margin-right: 4%;
	}
}
@media (max-width: 991px) {
	.wp-ct-khoahoc-left {
		padding-top: 15px;
	}
	.text-banner .title-sec .h1-title-page {
		padding-top: 10px;
	}
	.text-banner {
		position: inherit;
	    width: 100%;
	    border: 1px solid #ccc;
	    border-radius: 0px 0px 10px 10px;
	    padding: 0px 10px 10px 10px;
	    top: inherit;
	}
	.wp-item-nd {
		margin-bottom: 20px;
	}
	.after-before {
		display: none;
	}
	.wp-right-sec-home2 {
		padding-top: 10px;
	}
	.sec-intro .container {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.title-sec .p-top-title {
		margin-top: 10px;
	}
	.title-sec .h2-title-sec, .title-sec .h1-title-page {
		margin-bottom: 20px;
	}
	.wp-intro-left {
		margin-bottom: 10px;
	}
	.sec-home-3 .title-sec {
		padding-top: 20px;
	}
	.sec-khoahoc .title-sec {
		padding-top: 20px;
	}
	.btn-dkn {
		text-align: center;
	}
	.sec-noidung .container {
		padding-top: 20px;
		padding-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.wp-ct-khoahoc-left {
		padding-top: 15px;
	}
	.img-tin-page {
		width: 100%;
		margin-bottom: 10px;
	}
	.text-tin-page {
		width: 100%;
		padding-left: 0px;
	}
	.wp-item-tin .img-tin-page img {
		width: 100%;
		height: auto;
	}
	.list-menu-ft {
		padding-left: 20px;
		margin-top: 10px;
	}
	.title-page .h2-title-page a {
		font-size: 24px;
	}
	.title-page {
		display: block;
	}
	.title-sec .h2-title-sec, .title-sec .h1-title-page {
		font-size: 26px;
	}
	.title-box {
		padding: 20px 30px;
	}
	.wp-right-sec-home2 {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #ccc;
	}
	.sec-home-2 .container > .row {
		margin-bottom: 10px;
	}
	.wp-item-nd ul {
		display: none;
		padding-left: 10px;
		transition: all 0.5s ease-in-out;
	}
	.wp-item-nd h3 {
		cursor: pointer;
		margin-bottom: 0px;
		padding: 5px 0px;
	}
	.wp-item-nd {
		margin-bottom: 10px;
	}
	.wp-item-nd.open ul {
		display: block;
	}
	.wrap-login100{
		padding: 15px !important;
	}
}
/*css menu mobile*/
@media (max-width: 992px) {
	ul.dropdown-menu {
	    margin: 0px;
	    border-radius: 0px;
	    padding: 0px;
	    border: none;
	    box-shadow: 0 1px 5px rgba(0,0,0,0.175);
	    background: #fff;
	    min-width: 220px;
	    opacity: 0;
	    padding: 0;
	    position: absolute;
	    -webkit-transform-origin: top;
	    transform-origin: top;
	    -webkit-animation-fill-mode: forwards;
	    animation-fill-mode: forwards;
	    -webkit-transform: scale(1, 0);
	    transform: scale(1, 0);
	    transition: transform 0.5s ease, opacity 0.2s ease;
	    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
	    display: block;
	    left: 0px;
	    width: 100%;
	    box-shadow: none;
	}
	.navbar-default .navbar-nav li.open>ul {
		display: block;
	    visibility: visible;
	    z-index: 9999;
	    opacity: 1;
	    -webkit-transform: scale(1, 1);
	    transform: scale(1, 1);
	    transition: transform 0.3s ease, opacity 0.2s ease .1s;
	    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
	    width: 100%;
	    position: static;
    	float: none;
	}
	.sticky-wrapper.header-sticky {
	    top: 0;
	    position: fixed;
	    width: 100%;
	    z-index: 999999;
	    transition: 1.0s ease;
	    border-bottom: 1px solid rgba(173, 171, 171, 0.35);
	}
	.navbar-collapse {
		padding-left: 0px;
		padding-right: 0px;
	}
	.dropdown span.dropdown-toggle {
		position: absolute;
	    top: 5px;
	    right: 5px;
	    z-index: 9;
	    width: 30px;
	    height: 30px;
	    text-align: center;
	    line-height: 30px;
	    border: 1px solid #ccc;
	    border-radius: 5px;
	}
	.navbar-nav {
		margin: 0px;
	}
	.navbar-default {
		border-radius: 0px;
		box-shadow: none;
		min-height: calc(100vh - 55px);
		margin-bottom: 0px;
	}
	.navbar-nav .open .dropdown-menu>li> .dropdown-menu>li>a {
		padding-left: 35px;
	}
	.dropdown>span i {
		transition: all 0.3s ease-in-out;
		font-size: 16px;
		color: #000;
	}
	.dropdown.open>span i {
		transform: rotate(180deg);
	}
	.bar1, .bar2, .bar3 {
	    width: 25px;
	    height: 3px;
	    background-color: #fff;
	    margin: 5px 0;
	    transition: all 0.5s ease-in-out;
	    border-radius: 5px;
	}
	.icon-bar {
		position: relative;
		z-index: 999;
		cursor: pointer;
	}
	.change .bar1 {
	    -webkit-transform: rotate(-45deg) translate(-5px, 3px);
	    transform: rotate(-45deg) translate(-5px, 3px);
	}
	.change .bar2 {
		opacity: 0;
	}
	.change .bar3 {
	    -webkit-transform: rotate(45deg) translate(-8px, -7px);
	    transform: rotate(45deg) translate(-8px, -7px);
	}
	.navbar {
		width: 75%;
	    left: 0;
	    transition: transform 0.5s;
	    text-align: left;
	    transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	    -webkit-transform: translateX(-100%);
	    -moz-transform: translateX(-100%);
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    z-index: 998;
	    padding: 0px;
	    margin: 0px;
	    outline: 1px solid transparent;
	    overflow-y: auto;
	    overflow-x: hidden;
	}
	.navbar {
		padding-top: 10px;
		margin-top: 55px;
		background: #000
	}
	.navbar.open-mb {
		transform: translateX(0) !important;
	    -ms-transform: translateX(0) !important;
	    -webkit-transform: translateX(0) !important;
	    -moz-transform: translateX(0) !important;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #fff;
	}
	.navbar-collapse {
		max-height: 100% !important;
	}
	.navbar-default .navbar-nav>li {
		float: none;
		width: 100%;
	}
	.navbar-nav {
		width: 100%;
		float: none;
	}
	.navbar .container {
		width: 100% !important;
	}
	.navbar-collapse {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.navbar-default .navbar-nav>li>a {
		color: #fff;
	}
}
/*css tài khoản header*/
.top-header-right ul li a i{
	color: red;
}
#loginpc{
	float: right;
}
#dropdownMenuButton{
	color: #fff;
	float: left;
	margin: 5px 0;
	padding-right: 15px;
}
#loginpc .dropdown-menu{
	border-radius: 0px;
	top: 63px;
	right: -15px;
}
#loginpc .dropdown-menu a{
	border-bottom: 1px dashed #DDDDDD;
	width: 100%;
	float: left;
	padding: 6px 15px;
}
#loginpc .dropdown-menu a:hover{
	background: #000;
	color: #fff;
}
#loginpc .dropdown-menu a:last-child{
	border-bottom: 0px;
}
#loginpc span{
	position: absolute;
	right: 0px;
	top: 43%;
	transform: translateY(-50%);
}

.box_ullll li{
	list-style: none;
	float: left;
	margin-right: 15px;
}
/*end*/
#scrollUp {
	background: #333;
	color: #fff;
	bottom: 40px;
	right: 40px;
	border-radius: 100px;
	height: 45px;
	width: 45px;
	font-size: 25px;
	text-align: center;
	line-height: 45px;
	box-shadow: 0 0 15px 0px rgba(50, 50, 50, 0.2);
	transition: 0.3s;
	display: inline-block;
	position: fixed;
	bottom: 70px;
	right: 30px;
	cursor: pointer;
}
#scrollUp:hover {
	background: #fff;
	color: #000; }
.nav-search{
	position: absolute;
	top: 30px;
	right: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transform: translate3d(0, 20px, 0);
	-webkit-transform: translate3d(0, 20px, 0);
	background-color: #fff;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	border-top: 0;
	width: 342px;
	z-index: 11;
	padding: 20px;
}
.nav-search input[type=text]{
	width: 100%;
	height: 35px;
	border: 1px solid #ddd;
	padding-left: 10px;
	border-radius: 3px;
	color: #333;
}
.nav-search input[type=submit]{
	height: 35px;
	background: #000;
	color: #fff;
	border: 1px solid #000;
	padding: 0 13px;
	position: absolute;
	right: 20px;
	top: 20px;
}
.nav-search.open{
	visibility: visible;
	opacity: 1;
	top: 27px;
}
.menu>ul>li.search{
	position: relative;
}
.menu>ul>li>a.click-search{
	cursor: pointer;
	background: none
}
.menu>ul>li>a.click-search:hover{
	background: none;
}

@media (max-width: 450px){
	.img-chuyenmuc img, .img-khoahoc img {
		height: 230px!important;
	}
}
