/*==== CMS-Faculty 2020
Author:  thanhnt-cse
Date: 18/12/2020
====================================*/

/*------------------------------------------------ RESETS ------------------------------------------------*/
body {
	background: #fff;
	overflow-x: hidden;
	font-family: "Roboto Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
}
.container {
	max-width: 1200px;
}
a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
}

a, p, li {
	color: #333;
}

.main p {
	margin-bottom: 10px;
	font-size: 14px;
}

.other-news strong:first-child {
	font-size: 18px;
}

a:hover {
	color: #c7383e !important;
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
}

.clear-before:before {
	clear: both;
	content: " ";
	display: table;
}

.clear-after:after {
	clear: both;
	content: " ";
	display: table;
}

.wow {
	visibility: hidden;
}
/*--- Style of jQuery WoW---*/

.spacing-y {
	margin-bottom: 30px;
}

.with-border-left {
	border-left: 2px solid #143843;
}

.no-border-right {
	border-right: none !important;
}

.no-border-top {
	border-top: none !important;
}

.no-border-bottom {
	border-bottom: none !important;
}

.no-border-left {
	border-left: none !important;
}

.no-padding {
	padding: 0 !important;
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
	font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif !important;
	font-weight: normal !important;
}

.button-link {
	display: inline-block;
	color: #fff;
	background-color: #c7383e;
	border-radius: 5px;
	border: none;
	padding: 8px 15px;
	margin-bottom: 5px !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	.button-link:hover {
		color: #333;
	}

	.button-link:focus {
		color: #fff;
	}

.no-margin-left {
	margin-left: 0 !important;
}

.no-margin-right {
	margin-right: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	padding-bottom: 0 !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.button-container {
	margin: 15px 0;
}

.padding-right-15px {
	padding-right: 15px !important;
}

.padding-left-15px {
	padding-left: 15px !important;
}

.margin-right-15px {
	margin-right: 15px !important;
}

.margin-left-15px {
	margin-left: 15px !important;
}

.padding-right-10px {
	padding-right: 10px !important;
}

.padding-left-10px {
	padding-left: 10px !important;
}

.margin-right-10px {
	margin-right: 10px !important;
}

.margin-left-10px {
	margin-left: 10px !important;
}

.no-border {
	border: none !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.bold, strong, b {
	font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif !important;
	font-weight: bold !important;
}

.no-bold {
	font-family: "Roboto Regular", Helvetica Neue, Helvetica, Arial, sans-serif !important;
	font-weight: normal !important;
}
.owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  /*top: 45%;*/
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.owl-nav .owl-prev span,.owl-nav .owl-prev i {
  font-size: 1.6875rem;
  color: #fff;
}
.owl-nav .owl-prev:focus {
  outline: 0;
}
.owl-nav .owl-prev:hover {
  background: #000 !important;
}
.owl-nav .owl-next {
  position: absolute;
  right: 15px;
  /*top: 45%;*/
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.owl-nav .owl-next span,.owl-nav .owl-next i {
  font-size: 1.6875rem;
  color: #fff;
}
.owl-nav .owl-next:focus {
  outline: 0;
}
.owl-nav .owl-next:hover {
  background: #000 !important;
}
.owl-carousel:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.owl-carousel:hover .owl-next {
  right: 0px;
  opacity: 1;
}
/*--- Margin-bottom of Section---*/
/*---------------------------------------------- END RESETS ----------------------------------------------*/

/*------------------------------------------------ HEADER ------------------------------------------------*/
.language {
	background: #a62823;
}

.header-dtu {
	height: 127px;
}

.language {
	padding: 0;
	height: 46px;
}

.language ul {
	padding: 0;
	margin: 0;
	margin-right: 15px;
}

.language li {
	display: inline-block;
	border-right: #fff solid 1px;
	padding: 0 10px;
	margin-top: 13px;
	float: left;
}

.language li a {
	color: #fff !important;
	padding-right: 10px;
	padding-left: 0;
}

.language li a:hover, .language li a.active {
	color: #fff;
}

.form-search {
	margin-top: 0 !important;
}

.form-search .search-box {
	width: 343px;
	height: 41px;
	position: relative;
	margin-top: 2px;
}

.form-search input[type="text"] {
	background-color: #293352;
	color: #fff;
	border: #831c18 solid 1px;
	width: 100%;
	height: 100%;
	padding: 0 35px 0 5px;
}

.form-search .search-box i {
	position: absolute;
	top: 8px;
	right: 6px;
	color: #fff;
	font-size: 25px;
}

.header-dtu .container-flui {
	position: relative;
}

.with-border {
	border: #fff solid 1px;
}

.main-menu-box {
	position: relative;
	/*border: #fff solid 1px;*/
}

.top-header {
	padding: 14px;
	/*border: #333 solid 1px;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.logo-dtu {
	z-index: 9996;
	margin: 12px 0 0 0;
	padding-right: 30px;
	float: right;
}
.logo-dtu .dtu {
	margin-bottom: 8px;
}
.logo-dtu a {
	max-width: 269px;
	display: block;
}

.logo-dtu a img {
	width: 100%;
}



/*-------------NAVIGATION -------------*/
.nav-header span + span {
	margin-top: 4px;
}

.nav-dtu {
	float: left;
	width: 100%;
	list-style: none;
	margin: 22px 0 0 0;
	padding: 0;
	display: block;
	overflow-x: visible;
	position: relative;
}

.navigation-dtu {
	z-index: 9996;
}

	.navigation-dtu .text-keyword {
		position: absolute;
		top: 11px;
		right: 233px;
		width: 150px;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		overflow-x: hidden;
		overflow-y: auto;
		opacity: 0;
		z-index: -100;
	}

	.navigation-dtu .text-keyword-width {
		z-index: 100;
		opacity: 1;
		width: 50%;
	}

	.navigation-dtu .text-keyword-close {
		width: 150px;
		z-index: -100;
		opacity: 0;
	}

	.navigation-dtu .text-keyword input {
		width: 100%;
		background-color: #fff;
		border: 1px solid #fff;
	}

	.navigation-dtu .text-keyword .searchform-submit {
		box-shadow: none;
		border: 0;
		border-radius: 0;
		background-color: #fff;
		position: absolute;
		top: 0;
		right: 25px;
		margin: 0;
		padding: 0 5px;
		height: 100%;
	}

	.navigation-dtu .text-keyword .searchform-close {
		box-shadow: none;
		border: 0;
		border-radius: 0;
		background-color: #fff;
		position: absolute;
		top: 0;
		right: 5px;
		margin: 0;
		padding: 0 5px;
		height: 100%;
		border-left: #c3c3c3 solid 1px;
	}

.hide-mobile .nav-dtu {
	/*display: block;*/
}

.nav-dtu>li {
	position: relative;
	display: inline-block;
	text-align: center;
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #333;
	text-transform: uppercase;
}
.nav-dtu>li:first-child {
	padding-left: 0;
}
.nav-dtu>li:last-child {
	border-right: none;
}
/*menu con*/
.primary-navigation__rectangle {
    background-color: #b00;
    content: '';
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    bottom: -1.25rem;
    display: block;
    height: .625rem;
    left: 0;
    position: absolute;
    width: 100%;
}
.primary-navigation__dropdown-menu-container {
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    visibility: hidden;
    display: block !important;
    margin-top: 1.25rem;
    padding: 20px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 250px;
    z-index: 200;
}
.primary-navigation__dropdown-menu-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.primary-navigation__dropdown-menu .primary-navigation__dropdown-menu-list-item {
    line-height: 1;
    margin-bottom: 12px;
	width: 100%;
	display: inline-block;
	text-align: left;
	text-transform: none;
}
.primary-navigation__dropdown-menu .primary-navigation__dropdown-menu-list-item:last-child {
	margin-bottom: 0;
}
.primary-navigation__dropdown-menu .primary-navigation__dropdown-menu-list-item a{    
	width: 100%;
	display: inline-block;
	text-align: left;
	text-transform: none;
	font-family: "Roboto Regular", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
.primary-navigation__dropdown-menu-link:hover, .primary-navigation__dropdown-menu-link:focus, .primary-navigation__dropdown-menu-link:active {
    color: #b00;    
}

.primary-navigation__dropdown-menu-link:hover:after, .primary-navigation__dropdown-menu-link:focus:after, .primary-navigation__dropdown-menu-link:active:after {
    background: transparent;
    opacity: 1;
}
.nav-dtu li:hover .primary-navigation__dropdown-menu-container {
    opacity: 0.95;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
/*menu con*/
.nav-dtu li a {
    padding: 0;
    line-height: 20px;
    color: #333;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

		.nav-dtu li a:hover, .nav-dtu li a:focus, .nav-dtu li.active a {
			color: #c61330;
		}

	.nav-dtu li.no-border-right {
		border-right: none;
	}

.nav-dtu .find-conf {
	background: url('../images/find-ico.png') no-repeat left center;
	padding: 8px 10px;
}

.nav-dtu li.no-padding-left {
	padding-left: 0;
}

.nav-dtu li.no-padding-left {
	padding-left: 0;
}

.nav-dtu li.sign-in {
	padding-right: 4px;
}

.nav-dtu .sign-in-up {
	background-color: #c7383e;
	border-radius: 5px;
	border: none;
	padding: 8px 15px;
}

	.nav-dtu .sign-in-up:hover {
		color: #333;
	}

.nav-header {
	display: none;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 34px;
	height: 34px;
	font-size: 0;
	text-indent: -9996px;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	/*border: #ff0000 solid 1px;*/
}

.toggle-switch span::before, .toggle-switch span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #888;
	content: "";
}

.toggle-switch span::before {
	top: -11px;
}

.toggle-switch span::after {
	bottom: -11px;
}

.toggle-switch span {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 0;
	height: 6px;
	background: #888;
	width: 100%;
}

.toggle-switch span {
	-webkit-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}

	.toggle-switch span::before,
	.toggle-switch span::after {
		-webkit-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0s;
		transition-delay: 0.3s, 0s;
	}

	.toggle-switch span::before {
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform;
	}

	.toggle-switch span::after {
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
	}

.toggle-switch.active-animate span {
	background: none;
}

	.toggle-switch.active-animate span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.toggle-switch.active-animate span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.toggle-switch.active-animate span::before,
	.toggle-switch.active-animate span::after {
		-webkit-transition-delay: 0s, 0.3s;
		transition-delay: 0s, 0.3s;
	}
.carousel-wrap {
	position: relative;
	max-height: 532px;
}
.owl-carousel {
	max-height: 532px;
}
.owl-theme .owl-controls {
	position: absolute;
	width: 100%;
	top: 43%;
}
/*.owl-theme .owl-controls {
	position: absolute;
    bottom: 0;
	right: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #a62823;
}*/
.banner {
	max-height: 432px;
	max-width: 100%;
	background-color: #F0F0F1;
}
.owl-carousel .owl-item img {
	max-height: 432px;
	max-width: 100%;
}
/**/
.banner .item {
	background-repeat: no-repeat;
	background-size: cover !important;
    background-position-x: right !important;
    background-position-y: top !important;
	height: 100%;
	min-height: 432px;
	position: relative;
}
.banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}
.banner .item .cover .header-content {
  position: relative;
  padding: 20px 50px;
  overflow: hidden;
  max-width: 50%;
  background: rgba(0,0,0,0.4);
}
.banner .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.banner .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
  position: relative;
	z-index: 9999;
}
.banner .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
  position: relative;
	z-index: 9999;
}
.banner .item .cover .header-content .intro {  
  font-weight: 300;
  line-height: 23px;  
  color: #fff;
  position: relative;
	z-index: 9999;
}
.banner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner .owl-item.active .intro {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

/**/
.banner-box {
	position: absolute;	
	top: 20%;
    z-index: 9990;
}
.banner .title {
	text-transform: uppercase;
	font-size: 25px;
	color: #fff;
	margin-left: 0;
	display: block;
}
.banner .title span {
	font-size: 25px;
	display: block;
	padding: 20px 0;
	color: #fff;
	font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.banner .title span:nth-child(2) {
	font-size: 30px;
	color: #a62823;
	font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.banner .content {
	
}
.banner .intro {
	
}
.box-more {
	display: block;
	margin: 25px 0 10px 0;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}

.more {
	color: #fff;
	padding: 10px 15px;
	display: inline-block;
	text-transform: uppercase;
	background: #a62823;
	border-radius: 20px;
}

.more:hover {
	border-radius: 17px;
	color: #fff;
}

.overlay-left {
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 500%;
	z-index: 9995;
}
.about {
	background-color: #a62823;
	padding-bottom: 20px;
}
.about .about-img {
	margin-top: -50px;
	z-index: 9991;
	position: relative;
	width: 115%;
}
.about .about-content {
	background-color: #fff;
	padding: 60px;
	position: relative;
	z-index: 9992;
	margin-top: 50px;
}
.about .about-content h3{
	color: #333;
	font-size: 35px;
	font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.short-cont{
	margin: 30px 0;
	line-height: 22px;
}
.more-detail{
	color: #a62823;
	vert-align: middle;
	vertical-align: middle;	
}
.more-detail a{
	color: #a62823;
	font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.more-detail i{
	color: #666;
	font-size: 17px;
	margin-right: 0px;
}
/*academic-program*/
.academic-program, .admission, .news-research {
	padding: 34px 0;
}

.section-title {
	text-transform: uppercase;
    font-size: 20px;
    font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    margin-top: 0;
    padding-bottom: 5px;
    position: relative;
	margin-bottom: 35px;
}
.section-title:before {
    content: " ";
    width: 50px;
    padding: 5px;
    border-bottom: #a62823 solid 3px;
    position: absolute;
    bottom: 0;
	left: 48%;
}
.section-title.slash100per:before {
    width: 100%;
}
.short-cont-cate {
	margin-top: 0;
	margin-bottom: 20px;
	border-bottom: #f3f1f1 solid 1px;
	padding-bottom: 20px;
	line-height: 22px;
}
.list-item-pro .section-title {
	font-size: 20px;
	text-transform: uppercase;
	color: #333;
	font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.list-item-pro .section-title:before {
	border-bottom: #a62823 solid 1px;
	color: #333;
}
.list-item-pro .list-item {
	border-bottom: #f3f1f1 solid 1px;
	margin-bottom: 20px;
}
.list-item-pro .list-item .item {
	background-color: #fff;
	margin-bottom: 20px;
}
.list-item-pro .list-item .item .box{
	padding: 10px 0;
}
.list-item-pro .list-item .item .short-cont{
	margin: 20px 0 0 0;
}
.list-item-pro .list-item .item img{
	max-width: 274px;
	width: 100%;
}
.list-item-pro .list-item .item .box h3{
	line-height: 19px;
	margin-bottom: 5px;
}
.list-item-pro .list-item .item .box h3 a{
	color: #00473f;
	font-size: 16px;
	font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;	
}
.list-item-pro .adm .item img {
	margin-right: 25px;
}
.list-item-pro .adm .item .short-cont{
	margin: 15px 0;
}
.list-item-pro .adm .item .more-detail a {
	text-transform: uppercase;
}
.date {
	font-size: 12px;
	color: #d8d6d6
}
.date i{
	font-size: 11px;
	color: #d8d6d6;
	margin-right: 3px;
}
.paging {
	padding-bottom: 20px;
	text-align: center;
}

.pagination li {
	display: inline-block;
}

.pagination li a.disable {
	color: #000;
	background-color: #fff;
}

.pagination li a {
	margin-right: 10px;
	margin-bottom: 10px;
	color: #022438;
	border-radius: 4px;
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #428bca;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination > li > a.current,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus {
	color: #FFF;
	background-color: #AE151A;
}
/*************************/
.academic-program .item{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding-right: 15px;
    padding-left: 15px;
}
.academic-program .item img{
	max-width: 261px;
	width: 100%;
}
.academic-program .item .box{
	width: 100%;
    background-color: #fff;
    /* position: absolute; 
    left: 30%;
    top: 80%;*/
    padding: 20px;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 2.8px 2.2px rgba(0, 0, 0, 0.048), 0 2.8px 2.2px rgba(0, 0, 0, 0.06), 0 2.8px 2.2px rgba(0, 0, 0, 0.072), 0 2.8px 2.2px rgba(0, 0, 0, 0.012), 0 2.8px 2.2px rgba(0, 0, 0, 0.012);
    margin-left: 30%;
    margin-top: -18%;
    width: 70%;
    z-index: 9990;
	position: relative;
}
.academic-program .item .box h3{
	line-height: 22px;
}
.academic-program .item .box h3 a{
	color: #00473f;
	font-size: 18px;
	font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
/**********************************/
.admission {
	background-color: #a62823;
}
.admission .section-title{
	color: #fff;
}
.admission .section-title:before {
    border-bottom: #fff solid 3px;
}
.admission .item {
	background-color: #fff;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	flex: 1;
}
.admission .item .box{
	padding: 10px;
}
.admission .item img{
	max-width: 274px;
	width: 100%;
}
.admission .item .box h3{
	line-height: 19px;
}
.admission .item .box h3 a{
	color: #00473f;
	font-size: 16px;
	font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;	
}
.box-tag {
	margin-top: 15px;
	background-color: #eee;
	padding: 5px;
	border-radius: 5px;
}
.box-tag span{
	color: #333;
	position: relative;
	padding-left: 20px;	
	display: flex;
}
.box-tag span::before{
	content: "\f02b";
	color: #f4a228;
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	width: 16px;
	height: 16px;
	display: block;
}
/********************************/
.news-research {
	
}
.news-research .news{
	
}
.news-research .news .thumb .box{
	padding: 10px 0px;
}
.news-research .news .thumb img{
	max-width: 554px;
	width: 100%;
}
.news-research .news .thumb h3{
	line-height: 19px;
}
.news-research .news .thumb a{
	color: #00473f;
	font-size: 16px;
	font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;	
}
.news-research .news .thumb .date{
	font-size: 12px;
}
.news-research .news .thumb .short-cont{
	margin: 20px 0;
}
.news-research .news .list-news{
	background-color: #00473f;
	color: #fff;
	padding-bottom: 50px;
	position: relative;
}
.news-research .news .list-news .item .box{
	padding: 10px;
}
.news-research .news .list-news img{
	max-width: 309px;
	width: 100%;
}
.news-research .news .list-news h3{
	line-height: 15px;
}
.news-research .news .list-news a{
	color: #fff;
	font-size: 14px;
	font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;	
}
.news-research .news .list-news .date{
	font-size: 12px;
}
.news-research .news .list-news .short-cont{
	margin: 20px 0;
	font-size: 13px;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #C1C1C1; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #646464; 
}
.news-research .research {
	
}
.news-research .research ul {
	list-style-image: url("../images/list-type-custom.png");
	padding-left: 18px;
	overflow-y: scroll;
	max-height: 580px;
	min-height: 580px;
}
.news-research .research li {
	padding: 0px 0px 10px 0;
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
.news-research .research a {
	color: #000;
	font-weight: bolder;
	font-size: 15px;
}
.news-research .research li div {
	padding: 10px 30px 0 0;
	font-style: italic;
}
.news-research .research li .pgs{
	margin-right: 5px;
}
/*facility*/
.parent {
	display: flex;	
}
.parent .section-title{	
	align-self: flex-end;
}
.facilities .content {	
	background: #a62823;
}
.facilities .content .item {	
	padding: 30px;
	border-right: solid 1px #60120f;
}
.facilities .content .item span:first-child {
	color: #f4a228;
	font-size: 30px;
	display: block;
}
.facilities .content .item span:nth-child(2) {
	color: #ccc;
	font-size: 15px;
	margin-top: 10px;
	text-transform: uppercase;
	display: block;

}

.list-facilities {
	position: relative;
}

.list-facilities .owl-controls {
	position: absolute;
	top: 40%;
	width: 100%;
}


/***********************/
.partner {
	padding: 34px 0;
}
.partner .border-bottom {
	border-bottom: #666 solid 1px;
	padding-bottom: 30px;
}
.list-partner {
	position: relative;	
}

.list-partner .item{
	margin-right: 2px;
}
.list-partner .item img {
	max-height: 90px;
	max-width: 232px;
}
.website {
	border: none;
    min-width: 130px;
    bottom: 0;
    padding: 10px 15px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Roboto Bold';
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    background-color: #ffb404;
    background-image: -webkit-linear-gradient(left,#ffb404 0%,#ECA500 50%,#ffb404 100%);
    background-image: linear-gradient(to right,#ffb404 0%,#ECA500 50%,#ffb404 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
	position: relative;
}
.website:after {
	content: "\f105";
	color: #a62823;
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	right: 0;
    top: 5px;
	font-size: 27px;
	width: 42px;
	height: 60px;
	display: block;
}
.website2 {
	background-color: #a62823;
	background-image: -webkit-linear-gradient(left,#a62823 0%,#9e0802 50%,#a62823 100%);
    background-image: linear-gradient(to right,#a62823 0%,#9e0802 50%,#a62823 100%);
	color: #fff !important;
}
.website2:after {
	content: "\f105";
	color: #fff;	
}
/***********************/
.sitemap-mission {
	padding: 34px 0;
}

.sitemap-mission .logo_dtu {
	height: 45px;
}

.sitemap-mission .title_site {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 18px;
	padding-bottom: 4px;
}

.sitemap-mission .title_site:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: #333;
	left: 0;
	bottom: -5px;
}

.sitemap-mission .title_site:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 70px;
	background: #a9161c;
	left: 0;
	bottom: -5px;
}

.sitemap-mission ul.char_site_map {
	padding-left: 0;
}

.sitemap-mission ul.char_site_map li {
	display: inline-block;
}

.sitemap-mission ul.char_site_map li a {
	text-decoration: none;
	outline: none;
	font-size: 18px;
	text-transform: uppercase;
}


.sitemap-mission .block_quote {
	position: relative;
	padding: 25px 30px;
	text-align: justify;
}

.sitemap-mission .block_quote p {
		padding: 0;
		margin: 0;
	}

.sitemap-mission .block_quote:before {
		content: '\f10d';
		color: #999;
		font: normal normal normal 14px/1 FontAwesome;
		position: absolute;
		left: 0;
		top: 0;
		font-size: 27px;
		width: 42px;
		height: 60px;
		display: block;
		/*background: url(../images/quote-left.jpg) top left no-repeat;*/
	}

.sitemap-mission .block_quote:after {
		content: '\f10e';
		color: #999;
		font: normal normal normal 14px/1 FontAwesome;
		position: absolute;
		right: -15px;
		bottom: -25px;
		font-size: 27px;
		width: 42px;
		height: 60px;
		display: block;
		/*background: url(../images/quote-right.jpg) bottom right no-repeat;*/
	}
/*--------------------------------------------- FOOTER ---------------------------------------------------*/
.footer-dtu {
	background-color: #f1f1f2;
	padding: 34px 0;
}

.footer-dtu:after {
	clear: both;
	display: table;
	content: " ";
}

.copyright-footer {
	padding-top: 0;	
	font-size: 13px;
}
.cp1 {
	margin-bottom: 15px;
}
.copyright-footer, .copyright-footer a {
	color: #333;		
	word-break: break-all;
}

.footer-social {
	/*padding: 0;*/
	margin: 0;
}

.footer-social ul {
	padding: 0;
	margin: 0;
}

.footer-social ul li {
	list-style: none;
	display: inline-block;
	background-color: transparent;
	border-radius: 15%;
	float: right;
}
.footer-social ul li i{
	font-size: 40px;
}

a.rounded-icon {
	display: block;
}

a.rounded-icon {

	display: block;
	height: 46px;
	width: 46px;
}
.social-google:hover i{
	color: crimson;
}
.social-twitter:hover i{
	color: deepskyblue;
}
.social-facebook:hover i{
	color: cornflowerblue;
}
.social-youtube:hover i{
	color: crimson;
}

/*--- Content of  icon social ---*/
/**********************************/
.left:before {
	left: 0;
}
.center:before {
	left: 48%;
}
.bottom .owl-controls {
	top: auto !important;
	bottom: 0;
}
.bottom-35px .owl-controls {
	top: auto !important;
    bottom: -35px;
}
.top-right .owl-controls {
	top: 0;
    left: auto;
    width: auto;
    right: 0;
}
@media (max-width: 1200px) {
	.nav-dtu {
		text-align: center;
	}
}
/*---------------------------------------------- BACK TO TOP ---------------------------------------------*/
#back-top a {
	width: 46px;
	height: 46px;
	right: 20px;
	bottom: 20px;
	position: fixed;
	padding-top: 12px;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #5D5D5D;
	border-radius: 50%;
	z-index: 9996;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

	#back-top a i {
		font-size: 10px;
	}

	#back-top a:hover, #back-top a:focus {
		background-color: #c7383e;
		opacity: 1;
		filter: alpha(opacity=1);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
/*-------------------------------------------- END BACK TO TOP -------------------------------------------*/
/*------Contact page-------*/
.map-section {
    height: 300px;
    position: relative;
}
.contact-info-warp {
    position: absolute;
    width: 400px;
    height: 100%;
    background: rgba(2, 0, 49, 0.8);
    text-align: center;
    z-index: 1;
    padding: 10px;
}
.contact-info-warp .contact-info {
    margin-bottom: 20px;
}
.contact-info-warp .contact-info h4 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 18px;
}
.contact-info-warp .contact-info p {
    color: #fff;
    margin-bottom: 0;
}
.map-section .map {
    height: 100%;
}
.contact-form {
    background: #fff;
	margin-top: 50px;
}
.contact-form .section-title {
    margin-bottom: 30px;
}
.pb-0, .py-0 {
    padding-bottom: 0!important;
}
.text-center {
    text-align: center!important;
}
.contact-form h2 {
    font-size: 36px;
    line-height: 1.2;
    color: #111111;
    margin: 0;
    font-weight: 500;
    font-family: 'Roboto Regular', sans-serif;
}
.contact-form p.note {
    margin-bottom: 10px;
	text-align: center;
    font-size: 14px;
    color: #636363;
    line-height: 1.6;
}
.contact-form select,
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea,
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
	height: 37px;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 10px;
	/*float: left;*/
	border: none;
	font-size: 14px;
	font-weight: normal;
	background: #edf4f6;
}

.contact-form select:focus,
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus,
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
	border: none;
	border-bottom: 2px solid #d82a4e;
}

.contact-form input[type=file],
.contact-form input[type=file] {
	display: none;
}

.contact-form textarea,
.contact-form textarea {
	padding-top: 23px;
	padding-bottom: 15px;
	height: 125px;
}

.contact-form .file-up-btn,
.contact-form .file-up-btn {
	display: block;
	background: #3e3e3e;
	color: #fff;
	max-width: 175px;
	padding: 13px 5px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 23px;
	clear: both;
	text-align: center;
	overflow: hidden;
}

.contact-form .site-btn {
	border: none;
	min-width: 150px;
    bottom: 0;
    padding: 15px 15px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Roboto Bold';
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    background-color: #ffb404;
    background-image: -webkit-linear-gradient(left,#ffb404 0%,#ECA500 50%,#ffb404 100%);
    background-image: linear-gradient(to right,#ffb404 0%,#ECA500 50%,#ffb404 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
}
.contact-form .site-btn:hover,
.contact-form .site-btn:hover {
	color:#fff;
	background-color:#ECA500;
	border:none;
	background-position:100% 0;
}
/*------End Contact page-------*/