/*====Website Trung Tâm Công Nghệ Phần Mềm - Đại học Duy Tân
Website Center Of Software Engineering - Duy Tan University
Author: Nguyen Anh Tuan ====================================*/

@font-face {
    font-family: 'flexslider-icon';
    src: url('../fonts/flexslider-icon.eot');
    src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --orange-color: #E77A25;
    --gray-color: #707070;
    --background-main-color: #E77A25;
    --font-family-all: "Roboto Regular";
    --font-family-Montserrat: "Montserrat Regular";
    --font-family-MontserratBold: "Montserrat Bold";
    --font-family-RobotoBold: "Roboto Bold";
    --font-family-RobotoMedium: "Roboto Medium";
}
/*------------------------------------RESETS------------------------------------*/
body {
    background-color: #FFF;
    overflow-x: hidden;
    font-family: "Roboto Regular";
}

/** {
    position: relative;
}*/

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

    a:hover, a:focus {
        color: var(--background-main-color);
    }

a, p, li {
    font-size: 17px;
    color: #000;
    line-height: 1.5;
}



.clear-dtu {
    clear: both;
}
/*---------------------GENERAL*/
html, body, .scroller {
    height: 100%;
}

.scroller,
.scroller-inner {
    position: relative;
}

.container-dtu {
    position: relative;
}
/* .container { */
/* max-width: 1200px; */
/* } */
.bottom-fix {
    margin-bottom: 30px;
}
/*----------------------------------END RESETS----------------------------------*/

/*------------------------------MENU RESPONSIVE---------------------------------*/
.menu-trigger {
    position: relative;
}
/*.menu-trigger:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 40px;
	height: 6px;
	background: #fff;
	box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;
	content: '';
}*/
.mp-pusher {
    position: relative;
    left: 0;
    height: 100%;
}

.mp-menu {
    position: absolute;
    /* we can't use fixed here :( */
    top: 0;
    left: 0;
    z-index: 1;
    width: 300px;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mp-level {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*change background color menu*/
    background: #2C3E50;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mp-menu a {
    /*change text color menu*/
    color: #fff;
}
/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    opacity: 0;
    z-index: 999;
}

.mp-pusher::after,
.mp-level::after {
    background: rgba(0,0,0,0.3);
    -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
    z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
    cursor: pointer;
}

    .mp-level.mp-level-overlay.mp-level::before {
        width: 100%;
        height: 100%;
        background: transparent;
        opacity: 1;
    }

.mp-pusher,
.mp-level {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* overlap */
.mp-overlap .mp-level.mp-level-open {
    box-shadow: 1px 0 2px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}
/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* cover */
.mp-cover .mp-level.mp-level-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
/* content style */
.mp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: initial;
}

    .mp-menu ul li {
        position: initial;
    }

.mp-menu h2 {
    margin: 0;
    padding: 1em;
    color: #CDCDCD;
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
    font-weight: 300;
    font-size: 2em;
}

.mp-menu.mp-overlap h2::before {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 8px;
    font-size: 75%;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
    transition: opacity 0.3s, transform 0.1s 0.3s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.mp-menu ul li > a {
    display: block;
    padding: 0.7em 1em 0.7em 1.8em;
    outline: none;
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    font-size: 1.4em;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Lato', Calibri, Arial, sans-serif;
}

.mp-menu ul li::before {
    position: absolute;
    left: 10px;
    z-index: -1;
    /*change color icon-arrow*/
    color: rgba(0,0,0,0.6);
    line-height: 3.5;
}

.mp-level > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

    .mp-menu ul li a:hover,
    .mp-level > ul > li:first-child > a:hover {
        background: rgba(0,0,0,0.2);
        box-shadow: inset 0 -1px rgba(0,0,0,0);
    }

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);
}
/* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */
.mp-back {
    background: rgba(0,0,0,0.1);
    outline: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    font-size: 0.8em;
    padding: 1em;
    position: relative;
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

    .mp-back::after {
        font-family: 'linecons';
        position: absolute;
        content: "\e037";
        right: 10px;
        font-size: 1.3em;
        /*change color icon-back*/
        color: rgba(0,0,0,0.3);
    }

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
    background: transparent;
    box-shadow: none;
    color: transparent;
}
/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
    padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
    display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
    display: block;
}
/*----------------------------END MENU RESPONSIVE-------------------------------*/

/*------------------------------------HEADER------------------------------------*/

/*------------------------------------Topbar */
.topbar {
    text-align: right;
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
}

    .topbar a {
        font-size: 11px;
        color: #000;
        text-transform: uppercase;
    }

.language-dtu {
    display: inline-block;
    padding: 5px 0;
}

    .language-dtu:hover .language-btn,
    .language-dtu:hover .language-btn:before {
        color: #59AB02;
    }

.topbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

    .topbar ul li {
        float: left;
        margin-left: 10px;
    }

        .topbar ul li:first-child:after {
            content: "|";
            display: inline-block;
            margin-left: 10px;
        }

a.active-lang {
    color: #59ab02;
}
/*--------------------------------End Topbar */

.header-dtu {
    border-bottom: 1px solid #eee;
}

.top-header {
    display: flex;
    align-items: center;
    justify-content:space-between;
    gap:40px;
}

.header-btn {
    margin: 0;
    text-align: right;
    float: right;
    padding: 26px 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modal-dialog {
    margin: 100px 10px;
}

.menu-btn {
    float: right;
    background-color: #e77a25;
    background-image: url('../images/menu-btn.png');
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    z-index: 30;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color .3s ease-in-out 0s, margin-top .2s ease-in-out 0s;
    -moz-transition: background-color .3s ease-in-out 0s, margin-top .2s ease-in-out 0s;
    -ms-transition: background-color .3s ease-in-out 0s, margin-top .2s ease-in-out 0s;
    -o-transition: background-color .3s ease-in-out 0s, margin-top .2s ease-in-out 0s;
    transition: background-color .3s ease-in-out 0s, margin-top .2s ease-in-out 0s;
}
/*Button Search*/
.search-form form {
    display: inline-block;
    width: 100%;
}

.search-form p {
    margin: 0;
}

.search-form {
    background-color: #fff;
}

.search-form {
    height: 106px;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, height .2s ease-in-out 0s;
    -moz-transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, height .2s ease-in-out 0s;
    -ms-transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, height .2s ease-in-out 0s;
    -o-transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, height .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, height .2s ease-in-out 0s;
}

    

    input[type="submit"] {
        /*Transition*/
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    input[type="text"] {
        background-color: #fff;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #333333;
    }

    input[type="submit"] {
        position: absolute;
        right: 30px;
        top: 0;
        width: 40px;
        height: 106px;
        border: none;
        background: url('../images/search-form-btn.png') center center no-repeat;
        z-index: 15;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .search-form .textsearch {
        border: 0;
        height: 106px;
        font-size: 15px;
        padding: 20px 30px;
        z-index: 10;
        font-size: 30px;
        color: #555;
        outline: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.header_top {
    background-color: #f6f6f6;
    padding: 4px 0;
}

    .header_top .box_header_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        .header_top .box_header_top .content-part ul{
            margin:0;padding:0;
        }
            .header_top .box_header_top .content-part ul li {
                display: inline-block;
                outline: none;
                padding-right:80px;
                font-size:15px;
            }
    .header_top .language ul.lang {
        margin:0;
    }

        .header_top .language ul.lang li {
            display: inline-block;
            outline: none;
        }

            .header_top .language ul.lang li a {
            }

                .header_top .language ul.lang li a:hover img {
                    transition: linear 0.3s;
                    -webkit-filter: grayscale(0);
                    filter: none;
                }

                .header_top .language ul.lang li a img {
                    filter: gray;
                    -webkit-filter: grayscale(0.6);
                    filter: grayscale(0.6);
                }

            .header_top .language ul.lang li.active img {
                transition: linear 0.3s;
                -webkit-filter: grayscale(0);
                filter: none;
                max-width:30px;
            }

.search-form #error-search::-webkit-input-placeholder {
    color: #cdcdcd;
}

.search-form #error-search:-moz-placeholder {
    color: #cdcdcd;
}

.search-form #error-search::-moz-placeholder {
    color: #cdcdcd;
}

.search-form #error-search:-ms-input-placeholder {
    color: #cdcdcd;
}

.search-btn.close-btn {
    background-image: url('../images/close-btn.png');
    background-color: #2C3E50;
}

.header-btn .btn {
    text-indent: -9999999px;
    width: 30px;
    height: 30px;
    float: right;
    background-image: url('../images/seach.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    display: inline-block;
    margin-right: 5px;
    border: 0;
    outline: none;
}

.header-btn .btn-primary:hover,
.header-btn .btn-primary:focus,
.header-btn .btn-primary.focus,
.header-btn .btn-primary:active,
.header-btn .btn-primary.active,
.open > .dropdown-toggle.header-btn.btn-primary {
    color: #fff;
    /* background-color: #4C9400;
    border-color: #285e8e; */
}
/*----- Logo -----*/
.logo-dtu {
    float: left;
    /* width: 200px; */
    /* padding: 24px 0; */
}

    .logo-dtu a {
        display: block;
    }

        .logo-dtu a img {
            width: 100%;
        }

/*----- Navigation Main -----*/
.navigation {
    text-align: center;
    display: block;
    float: right;
}

.nav-main ul {
    float: left;
    margin: 26px 0;
    padding: 0;
}

    .nav-main ul > li {
        display: block;
        float: left;
        list-style: none;
    }

        .nav-main ul > li > a {
            display: block;
        }

    .nav-main ul li a {
        padding: 10px 8px;
        line-height: 18px;
        color: #000;
        font-size: 17px;
        letter-spacing: -0.015em;
        /*text-transform: capitalize;*/
        position: relative;
        white-space: nowrap;
        font-family: var(--font-family-all);
    }

    /*.nav-main ul>li:after {
	content: "";
	position: absolute;
	height: 3px;
	left: 0;
	bottom: -15px;
	z-index: 999;
	visibility: hidden;
	width: 100%;
	background-color: var(--orange-color);
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.nav-main>ul>li:hover:after {
	bottom: 0;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}*/

    .nav-main ul li.active a {
        color: var(--orange-color);
    }

    .nav-main ul li a:hover,
    .nav-main ul li a:focus {
        color: var(--orange-color);
    }

.navigation {
    margin-left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
    -webkit-transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, top .2s ease-in-out 0s;
    -moz-transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, top .2s ease-in-out 0s;
    -ms-transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, top .2s ease-in-out 0s;
    -o-transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, top .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, top .2s ease-in-out 0s;
}
/*----------------------------------END HEADER----------------------------------*/

/*------------------------------------SLIDER------------------------------------*/
.slider-dtu {
    /*background-color: #EEEFF3;*/
    /*	background-image: url(../images/bg-slider.jpg);
	background-repeat: no-repeat;
	background-size: 27px 15px;
	background-color: #000;*/
    /*background: url(../images/bg-slider.jpg) no-repeat center center;*/
}

.slider-wrapper {
    position: relative;
}

.banner-carousel img {
    width: 100%;
    height: 100%;
    /*max-height: 438px;*/
    /*object-fit: cover;*/
}

.nivo-caption {
    position: absolute;
    color: #252525;
    width: 100%;
    background: transparent !important;
    top: 20%;
    left: 0;
    padding: 20px 0;
    z-index: 8;
    text-align: left;
    overflow: hidden;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .nivo-caption span {
        font-weight: 300;
    }

    .nivo-caption .slide-h2 {
        color: #FFF;
        line-height: 40px;
        text-transform: uppercase;
        font-size: 40px;
        font-family: var(--font-family-MontserratBold);
        text-shadow: 2px 2px 5px #000;
        border-left: 3px solid #E77A25;
        padding-left: 15px;
    }


    .nivo-caption p.slide-p {
        font-size: 18px;
        color: #fff;
        font-family: var(--font-family-Montserrat);
        line-height: 1.8;
        padding-top: 10px;
        margin: 0;
    }

    .nivo-caption .slide-h2,
    .nivo-caption p.slide-p {
        z-index: 1000;
    }

.border-tex-slide {
    text-indent: -999em;
    width: 90px;
    background-color: #fff;
    height: 2px;
    margin: 30px 0 30px 0;
}

.nivo-caption a.read-more-slider-btn {
    background-color: var(--orange-color);
    color: #fff;
    padding: 12px 62px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    display: inline-block;
    font-size: 15px;
    font-family: var(--font-family-all);
    margin-top: 20px;
    letter-spacing:1px;
}

    .nivo-caption a.read-more-slider-btn:hover {
        background-color: #dd670a;
    }

.banner-carousel .owl-controls {
    top: auto !important;
    bottom: 0;
    position: absolute;
    width: 100%;
}
/*----------------------------------END SLIDER----------------------------------*/

/*------------------------------------BOX DTU-----------------------------------*/
.wrapper-box {
    display: flex;
    flex-wrap: wrap;
}
    .wrapper-box .box-container {
        padding: 10px 0;
    }

.box-dtu {
    padding: 60px 0;
}

    .box-dtu .box-service {
        margin: 0px auto 30px;
        text-align: center;
    }

.title_main a {
    font-family: var(--font-family-MontserratBold);
    font-size: 28px;
    line-height: 34px;
    border-left: 3px solid #E77A25;
    padding-left: 15px;
    display: inline;
}

    .title_main a:hover {
        color: var(--orange-color);
    }

span.title_color {
    color: var(--orange-color);
}

.service-dtu.service-dtu-page {
    padding: 80px 0;
}



.service-dtu {
    background: url(../images/bg-service.jpg) 50% 0 no-repeat fixed;
    background-position: 50% 0;
    background-size: cover;
    padding: 0;
}

/*.pattern-overlay {
	padding: 40px 0;
	background-color: rgba(89, 171, 2, 0.75);
	background-image: url("../images/bg_off.png");
} */
.box-title {
    float: left;
    padding-right: 10px;
}

    .box-title img {
        max-width: 36px;
    }

.box-inner {
    overflow: hidden;
}

    .box-inner h2 {
        text-align: left;
        margin: 0 0 10px 0;
        padding: 0;
        display: block;
    }

        .box-inner h2,
        .box-inner h2 a {
            color: #000;
            font-size: 18px;
            font-family: var(--font-family-RobotoBold);
        }

    /* .box-inner h2:after { */
    /* content: ""; */
    /* display: block; */
    /* height: 2px; */
    /* width: 35px; */
    /* margin-top: 5px; */
    /* background-color: #59AB02; */
    /* } */
    .box-inner p {
        color: var(--gray-color);
    }

.box-icon {
    color: var(--orange-color);
    text-align: center;
    font-size: 30px;
    display: inline-block;
    margin: -5px 10px 0 0;
}

.box-inner {
    line-height: 26px;
    font-weight: 400;
}

    .box-inner:hover a,
    .box-inner:focus a {
        color: var(--orange-color);
    }
/*----------------------------------END BOX DTU---------------------------------*/
/*----------------nang luc-----------------*/
.competence {
    background: url(../images/programmer.png) 50% 0 no-repeat;
    background-size: cover;
}

    .competence .box-competence {
        padding: 60px 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
    }



        .competence .box-competence .clamp-mobile {
            margin: 30px 0;
            font-size: 17px;
            color: #000;
            line-height: 1.5;
        }

.read-more {
    color: var(--orange-color);
    padding: 8px 35px;
    border: 1px solid #E77A25;
    border-radius: 25px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: 1px;
}

    .read-more:hover {
        color: #fff;
        background-color: var(--orange-color);
    }
/*-----process-----*/
.process_dtu {
    padding: 60px 0;
}

    .process_dtu h2 {
        text-align: center;
        margin-bottom: 60px;
    }
    .process_dtu .process-box {
        /*display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;*/
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        align-items: center;
        justify-content: center;
    }
        .process_dtu .process-box .process-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            width:100%;
        }
            .process_dtu .process-box .process-item .process-info {
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 250px;
            }
.process_dtu .process-box .process-item .box-img {
    width: 227px;
    height: 227px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

                .process_dtu .process-box .process-item .box-img img {
                    transition: transform .2s;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: block;
                }

.zoom {
    transition: transform .2s;
    margin: 0 auto;
}

    .zoom:hover {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

        .zoom:hover .title_process a {
            color: var(--orange-color);
        }

       /* .zoom:hover .box-img:after {
            content: url('../images/icon-next_2.png');
        }*/

/*.box-img:after {
    position: absolute;
    left: 95%;
    top: 50%;
    display: block;
    content: url('../images/icon-next.png');
}*/

.process-box .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    content: url('../images/icon-next.png');
}
.zoom:hover .arrow {
    content: url('../images/icon-next_2.png');
}
.process_dtu .process-box .process-item:last-child .arrow{display:none;}
.img1:after {
    content: url('../images/icon-next.png');
}

.process_dtu .process-box .process-item:last-child .box-img:after {
    content: '';
}

.process_dtu .title_process {
    font-size: 22px;
    color: var(--gray-color);
    padding: 20px 0 0;
    margin: 0;
    font-family:var(--font-family-RobotoMedium);
}

    .process_dtu .title_process a {
        font-size: 22px;
        color: var(--gray-color);
        font-family: var(--font-family-RobotoMedium);
        letter-spacing: 0.26px;
    }

.box-center {
    text-align: center;
}

/*---------product-----------------*/
.products-dtu {
    background: #F6F6F6;
    background-size: cover;
    padding: 60px 0;
}

    .products-dtu .products-title {
        margin: 0px auto 60px;
        text-align: center;
    }

        .products-dtu .products-title p {
            margin: 20px 15%;
        }

    .products-dtu .products-inner {
        margin-bottom: 0px;
    }

        .products-dtu .products-inner h4 {
            margin-top: 30px;
            text-align: center;
        }

            .products-dtu .products-inner h4 a {
                line-height: 20px;
                font-family: var(--font-family-RobotoBold);
                text-transform: capitalize;
                color: var(--gray-color);
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                font-size:18px;
            }

        .products-dtu .products-inner img {
            filter: gray;
            -webkit-filter: grayscale(0.3);
            filter: grayscale(0.3);
        }

.products-inner:hover img {
    transition: linear 0.3s;
    -webkit-filter: grayscale(0);
    filter: none;
}

.products-inner:hover h4,
.products-inner:hover h4 a,
.products-inner:focus h4,
.products-inner:focus h4 a {
    color: var(--orange-color);
}

/*------------------Person------------------------*/
.person {
    padding: 60px 0;
}

    .person h2 {
        display: flex;
    }

        .person h2 span {
            display: block;
        }

    .person p {
        margin: 30px 0;
        /*font-size: 13px;
        font-weight: bold;*/
    }

    .person .person-inner {
        padding: 0 10px;
    }

        .person .person-inner h4 {
            margin-top: 30px;
            text-align: center;
        }

            .person .person-inner h4 a {
                line-height: 20px;
                font-family: var(--font-family-RobotoBold);
                text-transform: capitalize;
                color: var(--gray-color);
                font-size:18px;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

.person-inner:hover h4,
.person-inner:hover h4 a,
.person-inner:focus h4,
.person-inner:focus h4 a {
    color: var(--orange-color);
}

.person .person_pos {
    text-align: center;
    margin: 0;
    color: var(--orange-color);
}

.products-dtu .owl-theme .owl-controls, .person .owl-theme .owl-controls {
    position: absolute;
    width: 100%;
    top: 30%;
}

.owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 40px;
    cursor: pointer;
    height: 40px;
    display: block;
    z-index: 1000;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.5) !important;
    padding: 0 !important;
}

    .owl-nav .owl-prev span, .owl-nav .owl-prev i {
        font-size: 40px;
        color: #FFF;
    }

    .owl-nav .owl-prev:focus {
        outline: 0;
    }

.owl-nav .owl-next {
    position: absolute;
    right: 15px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 40px;
    cursor: pointer;
    height: 40px;
    display: block;
    z-index: 1000;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.5) !important;
    padding: 0 !important;
}

    .owl-nav .owl-next span, .owl-nav .owl-next i {
        font-size: 40px;
        color: #FFF;
    }

    .owl-nav .owl-next:focus {
        outline: 0;
    }

.owl-carousel:hover .owl-prev {
    left: 10px;
    opacity: 1;
    background: #000 !important;
}

.owl-carousel:hover .owl-next {
    right: 10px;
    opacity: 1;
    background: #000 !important;
}

/*--------------------achievement---------------*/
.achievement {
    background: url(../images/banner-02.png);
    background-size: cover;
    padding: 60px 0;
}

    .achievement .achievement-title {
        margin: 0 0 30px;
    }

.box_achievement {
    display: none;
}

    .box_achievement:first-child {
        display: block;
    }

.achievement .box_achievement .box_item h3 {
    font-size: 15px;
    line-height: 146.9%;
    letter-spacing: -0.015em;
    color: var(--gray-color);
    font-weight: bold;
}
.achievement .box_achievement .box_item h3 a{
    font-size: 18px;
    letter-spacing: 0.26px;
    font-family:var(--font-family-RobotoBold);
}

.achievement .box_achievement .box_item {
    border-bottom: #ccc solid 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .achievement .box_achievement .box_item:last-child {
        border-bottom: none;
    }

.box_item:hover a,
.box_item:focus a {
    color: var(--orange-color);
}

.tab_p {
    display: inline-block;
    position: relative;
}

    .tab_p:before {
        content: " ";
        width: 100%;
        border-bottom: #707070 solid 3px;
        position: absolute;
        top: 23%;
        left: 0;
        z-index: 0;
    }

.buffer_tab {
    padding: 0 20px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    position: relative;
}

    .buffer_tab:first-child {
        padding-left: 40px;
    }

    .buffer_tab:last-child {
        padding-right: 0;
    }

    .buffer_tab.active {
        color: var(--orange-color);
    }

    .buffer_tab:hover {
        cursor: pointer;
    }

    .buffer_tab i {
        background: #FFF;
        border-radius: 50%;
    }

    .buffer_tab.active i {
        background: var(--orange-color);
    }

.tab_title {
    display: block;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}
/*---------product-----------------*/
.news {
    background: #F6F6F6;
    background-size: cover;
    padding: 60px 0;
}

    .news .news-title {
        margin: 0 auto 60px;
        text-align: center;
    }

.box_news img {
    width: 100%;
}

.info_news_left {
    background: #FFF;
    width: 90%;
    margin: -5em auto 1em;
    padding: 2em;
    position: relative;
}

    .info_news_left h3 {
        margin-top: 0;
    }

        .info_news_left h3 a {
            font-family: var(--font-family-RobotoBold);
            font-size: 18px;
            display: inline-block;
        }

    .info_news_left a:hover,
    .info_news_left a:focus {
        color: var(--orange-color);
    }

    .info_news_left .date {
        font-style: italic;
        font-size: 12px;
        letter-spacing: -0.015em;
    }

    .info_news_left .byname {
        font-style: italic;
        font-size: 14px;
        line-height: 15px;
        letter-spacing: -0.015em;
        color: var(--gray-color);
        padding-left: 30px;
    }

.box_right .box_show_news {
    margin-bottom: 40px;
    display: flex;
    align-items: stretch;
}
    .box_right .box_show_news .box_img {
        flex: 0 0 50%;
        margin:0;
    }
.box_right .box_news_title {
    background: var(--orange-color);
    /*position: absolute;
    left: 55%;*/
    padding: 15px;
    z-index: 9999;
    flex:1;
}

    .box_right .box_news_title:hover {
        background-color: #dd670a;
    }

    .box_right .box_news_title h3 {
        margin: 0 0 10px;
        font-size: 17px;
    }

        .box_right .box_news_title h3 a {
            font-family: var(--font-family-RobotoBold);
            font-size: 17px;
            color: #FFF;
        }

    .box_right .box_news_title p {
        margin-bottom: 0;
    }

.box_right .date {
    font-style: italic;
    font-size: 14px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
}

.box_right .byname {
    font-style: italic;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    padding-left: 30px;
}


.widget-title {
    text-align: left;
}

.right-main .widget-main {
    background: #F5F5F5;
    padding: 20px;
    margin-bottom:20px;
}


.section-title {
    display: block;
    border-bottom: 1px solid #f0f0ee;
    margin: 0 0 15px;
    color: var(--orange-color);
    font-family: var(--font-family-MontserratBold);
    font-size: 24px;
    text-transform: capitalize;
}

    .section-title a {
        color: var(--orange-color);
        font-family:var(--font-family-MontserratBold);
        font-size: 24px;
        text-transform: capitalize;
        display: inline-block;
    }

/*.section-title:before {
    background-color: var(--orange-color);
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 32px;
    z-index: 0;
}*/

.service-inner {
    text-align: center;
}

.service-image {
    margin-bottom: 15px;
    overflow: hidden;
}

    .service-image img {
        width: 100%;
    }

.service-inner h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

    .service-inner h3 a {
        color: #fff;
        text-transform: capitalize;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        letter-spacing: normal;
        font-family: "Raleway", Arial, Helvetica;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.service-inner p {
    color: #fff;
    font-size: 14px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.service-box:focus .service-inner h3 a,
.service-box:hover .service-inner h3 a {
    color: var(--orange-color);
}

.content-services {
    display: flex;
    align-items: center;
}

    .content-services .box_left_service img {
        width: 100%;
    }

    .content-services .box-inner h2 a {
        font-size: 18px;
        font-family: var(--font-family-RobotoBold);
    }
/*-------------------------------END SERVICE-----------------------------------*/
/*-----------------------------------PRODUCTS----------------------------------*/
.jcarousel ul li a {
    display: block;
}



/*------------------------------------FOOTER------------------------------------*/
.footer-dtu {
    padding: 40px 0;
    border-top: #e77a25 solid 1px;
}

.footer-inner {
    padding-left: 25px;
}

    .footer-inner:first-child {
        padding-left: 15px;
    }

    .footer-inner .mission {
        /*padding-top:10px;*/
    }

.footer-social {
    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%;
        }

a.rounded-icon {
    display: block;
    height: 30px;
    width: 30px;
    padding-right: 30px;
}

.footer-social ul li i {
    font-size: 28px;
}

.social-youtube i {
    color: #ed143d;
}

.social-facebook i {
    color: #3960c7;
}

.social-instagram i {
    color: #dc0444;
}

.social-tiktok i {
    color: #24ece7;
}

.social-google-plus i {
    color: #cd3627;
}

.social-mobile {
    display: none;
}

.footer-dtu .col-title {
}

    .footer-dtu .col-title a {
        color: var(--orange-color);
        font-family:var(--font-family-RobotoBold);
        font-size: 20px;
        text-transform: uppercase;
    }

        .footer-dtu .col-title a:hover {
            color: var(--orange-color);
        }

.col-inner {
    padding: 0;
    margin: 0;
}

    .col-inner li {
        margin: 10px 0;
        padding: 0 0 10px;
        list-style: none;
        border-bottom: 1px solid #707070;
    }

        .col-inner li:last-child {
            border-bottom: none;
        }

        .col-inner li a {
            display: inline-block;
        }

            .col-inner li a:hover,
            .col-inner li a:focus {
                color: var(--orange-color);
            }

.footer-dtu .content-part .title_contact {
    font-weight: 600;
}

.icon-style {
    display: inline-flex;
    width: 100%;
}

.location-ic:before {
    content: "\f3c5";
    color: #363636;
    font-family: "Font Awesome 5 Pro";
    margin-right: 15px;
}

.phone-ic:before {
    content: "\f879";
    color: #363636;
    font-family: "Font Awesome 5 Pro";
    margin-right: 15px;
}

.mail-ic:before {
    content: "\f0e0";
    color: #363636;
    font-family: "Font Awesome 5 Pro";
    margin-right: 15px;
}
.address-ic:before {
    content: "\f015";
    color: #363636;
    font-family: "Font Awesome 5 Pro";
    margin-right: 15px;
}

.copyright-dtu {
    background-color: #F6F6F6;
    padding: 15px 0;
    text-align: center;
}
    .copyright-dtu p, .copyright-dtu a{
        font-size: 15px;
    }
    .copyright-footer {
        float: left;
        display: block;
        color: #eee;
        padding-left: 15px;
        font-weight: 300;
    }

    .copyright-footer a {
        color: #59AB02;
        font-weight: normal;
    }

    .copyright-footer,
    .copyright-footer a {
        font-size: 12px;
        text-align: center;
        margin: 0 5px;
    }


.news-footer li + li {
    border-top: 1px solid #3e3e3e;
}

.news-footer li a {
    padding: 15px 0;
    line-height: 20px;
}

.news-footer li:first-child a {
    padding-top: 0;
}

.recruitment-footer li a {
    padding-bottom: 0;
}

.contact-footer {
    color: #eee;
    line-height: 27px;
}

    .contact-footer a {
        color: #59AB02;
    }

        .contact-footer a:hover,
        .contact-footer a:focus {
            text-decoration: underline;
        }



.menu-footer {
    float: right;
    display: block;
}

    .menu-footer a {
        color: #eee;
        font-size: 12px;
    }

        .menu-footer a:hover,
        .menu-footer a:focus {
            color: #59AB02;
        }

        .menu-footer a:after {
            content: "|";
            padding: 0 5px;
        }

        .menu-footer a:last-child:after {
            content: "";
        }
/*----------------------------------END FOOTER----------------------------------*/

/*----------------------------------BACK TO TOP---------------------------------*/
#back-top{
    display:block;
}
#back-top a {
    width: 45px;
    height: 45px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    padding-top: 5px;
    display: block;
    text-align: center;
    color: #FFF;
    background-color: #5D5D5D;
    border-radius: 50%;
    z-index: 9999;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

    #back-top a i {
        font-size: 10px;
    }

    #back-top a:hover,
    #back-top a:focus {
        background-color: var(--orange-color);
        opacity: 1;
        filter: alpha(opacity=1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
/*--------------------------------END BACK TO TOP-------------------------------*/

/*--------------------------------PAGE OVERVIEW---------------------------------*/
.content-dtu {
    padding: 60px 0;
}

.left-main {
    padding-right: 3%;
}

.title-page-dtu {
    background: url(../images/bg_detail.png) 0 0 no-repeat;
    background-size: cover;
}

.crum {
    padding: 30px;
    text-align: center;
}

.title-page {
    font-family: var(--font-family-RobotoBold);
    color: #fff;
    font-size: 28px;
}

.title-page-dtu h1 {
    text-transform: capitalize;
}

.title-page-dtu .breadcrumb {
    background: none;
    margin: 0;
    display: inline-block;
}

    .title-page-dtu .breadcrumb li {
        display: inline-block;
    }

        .title-page-dtu .breadcrumb li a {
            color: #fff;
        }

    .title-page-dtu .breadcrumb > .active {
        color: var(--orange-color);
    }

    .title-page-dtu .breadcrumb > li + li:before {
        color: #fff;
        content: "/";
        font-family: FontAwesome;
        font-size: 12px;
    }

.img_detail img {
    width: 100%;
}
.list-catImg{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:30px;
}
.portfolio-item img {
    filter: gray;
    -webkit-filter: grayscale(0.2);
    filter: grayscale(0.2);
}

.portfolio-item:hover img {
    transition: linear 0.3s;
    -webkit-filter: grayscale(0);
    filter: none;
}

.portfolio-content {
    padding: 15px 0 0;
    text-align: center;
}

    .portfolio-content p {
        color: #6f6f6f;
        font-size: 13px;
    }

    .portfolio-content h4,
    .portfolio-content h4 a {
        color: var(--orange-color);
        font-size: 18px;
        font-family:var(--font-family-RobotoBold);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        margin:0;
    }

.portfolio-item:hover h4,
.portfolio-item:hover h4 a,
.portfolio-item:focus h4,
.portfolio-item:focus h4 a {
    color: var(--orange-color);
}

.flex {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.portfolio-item {
    display: inline-table;
    margin-bottom: 30px;
}

    .portfolio-item a,
    .portfolio-item a img {
        width: 100%;
    }

    .portfolio-item:nth-child(3n+1) {
        /*clear: both;*/
    }
/*------------------------------News Sidebar */
.news-sidebar {
    /*margin-bottom: 30px;*/
}

    .news-sidebar li {
        padding: 0;
    }

        .news-sidebar li h5 {
            padding: 0;
            margin: 0;
        }

        .news-sidebar li a {
            padding: 10px 0;
            line-height: 20px;
            display: inline-block;
            font-size:16px;
        }

        .news-sidebar li:first-child a {
            padding-top: 0;
        }



    .news-sidebar span {
        color: #555;
        font-size: 13px;
    }

.col-inner span:before {
    color: #999;
    font-size: 12px;
    margin-right: 5px;
}
/*-------------------------------Page Number */
.paging-dtu {
    padding-bottom: 20px;
    text-align: center;
}

.pagination {
    margin: 0;
    display: inline-block;
}

    .pagination li {
        display: inline-block;
    }

    .pagination > li > a.current,
    .pagination > li > a.current:hover,
    .pagination > li > a.current:focus {
        border-color: var(--orange-color);
        color: var(--orange-color);
    }

    .pagination > li > a:hover,
    .pagination > li > a:focus,
    .pagination li a.next:hover,
    .pagination li a.next:focus {
        border-color: var(--orange-color);
        color: var(--orange-color);
    }


    .pagination li a {
        color: var(--gray-color);
        border: 2px solid #707070;
        border-radius: 6px;
        display: block;
        min-width: 35px;
        padding: 6px 12px;
        font-size:15px;
    }

    .pagination li:not(:first-child), .pagination li:not(:last-child) {
        margin-right: 2px;
        margin-left: 2px;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

/*------------------------------END PAGE OVERVIEW------------------------------*/

/*------------------------------PAGE NEWS DETAILS------------------------------*/
.post-details-title {
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 32px;
    color: #555;
}

.post-info {
    padding: 5px 0;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.list-post-info {
    margin-bottom: 3px;
}

    .list-post-info li {
        font-size: 13px;
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

        .list-post-info li:before {
            font-family: 'FontAwesome';
            color: #777;
            margin-right: 5px;
        }

        .list-post-info li:first-child:before {
            content: "\f073";
        }

        .list-post-info li:nth-child(2):before {
            content: "\f017";
        }

        .list-post-info li:nth-child(3):before {
            content: "\f040";
        }
/*--------------------------------Post Attach*/
.post-attach {
    padding: 5px 15px;
    border-left: 2px solid #59AB02;
    margin: 20px 0 0;
}

    .post-attach h5 {
        font-size: 16px;
        margin: 0 0 8px;
        line-height: 24px;
        color: #555;
        text-shadow: none;
        font-weight: 500;
        font-family: "Open Sans", Arial, sans-serif;
    }

    .post-attach ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .post-attach ul li a {
            font-style: italic;
            line-height: 22px;
        }

            .post-attach ul li a:before {
                content: '\2014 \00A0';
            }
/*-------------------------------Related Post*/
.related-post ul {
    padding: 0;
    list-style: none;
}

    .related-post ul li {
        padding-left: 15px;
    }

        .related-post ul li a {
            line-height: 18px;
            font-size: 14px;
            display: inline-block;
            padding: 5px 0;
        }

        .related-post ul li:before {
            top: 3px;
            left: 0;
            color: #777;
            font-size: 15px;
            content: "\f105";
            position: absolute;
            font-weight: normal;
            display: inline-block;
            font-family: FontAwesome;
        }
/*----------------------------END PAGE NEWS DETAILS----------------------------*/

/*----------------------------PAGE PAGE DETAILS PRODUCTS-----------------------*/
.main-content-details {
    /*padding-bottom: 30px;*/
}

.post-details-dtu img {
    max-width: 100% !important;
    height: auto !important;
}

}

.products-slider-inner {
    float: left;
    width: 50%;
    padding-right: 30px;
    padding-bottom: 30px;
    z-index: 999;
    background-color: #FFF;
}

.post-details-description {
    font-family: var(--font-family-all);
}

.products-slider-inner .flex-direction-nav,
.products-slider-inner .flex-direction-nav .flex-nav-prev,
.products-slider-inner .flex-direction-nav .flex-nav-next {
    position: initial;
}

    .products-slider-inner .flex-direction-nav a {
        width: 50px;
        height: 50px;
    }

#slider-products {
    margin: 0;
}

#carousel-products {
    margin: 0;
}

    #carousel-products .slides img {
        padding: 5px;
    }

.products-slider-inner .flex-control-paging li a.flex-active {
    background: #59ab02;
    cursor: default;
}

.products-slider-inner .flex-control-paging li a:hover {
    background: #5C5C5C;
}
/*----------------------------END PAGE DETAILS PRODUCTS------------------------*/

/*---------------------------------PAGE LIST POST------------------------------*/
.small-post {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    list-style: none;
}

.thumbnails-post a,
.thumbnails-post a img {
    display: block;
}

    .thumbnails-post a img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

        .thumbnails-post a img:hover {
            opacity: 0.9;
            filter: alpha(opacity=80);
        }

.inner-post h4,
.inner-post h4 a {
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 32px;
    font-family: var(--font-family-RobotoBold);
    display: block;
}

    .inner-post h4:hover,
    .inner-post h4 a:hover,
    .inner-post h4:focus,
    .inner-post h4 a:focus {
        color: var(--orange-color);
    }

.inner-post .post-info {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

    .inner-post .post-info ul li {
        /*font-style: italic;*/
        letter-spacing: 1px;
    }

.inner-post p {
    margin: 0;
}
/*--------------------List Post No Thumbnails*/
.list-post-nothumb .small-post {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.list-post-nothumb .wordKey {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

    .list-post-nothumb .wordKey span {
        color: #59AB02;
    }

p.search_info {
    font-style: italic;
}

.search-form-detail {
    top: 0;
    left: 0;
    width: auto;
    height: 50px;
    min-width: 50%;
    position: relative;
    overflow: auto;
    margin-top: 0;
    margin-right: 10px;
    float: left;
    margin-left: 20px;
    opacity: 1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, height .2s ease-in-out 0s;
    -moz-transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, height .2s ease-in-out 0s;
    -ms-transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, height .2s ease-in-out 0s;
    -o-transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, height .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, height .2s ease-in-out 0s;
}
/*-------------------------------END PAGE LIST POST----------------------------*/

/*---------------------------------PAGE CONTACT--------------------------------*/
.maps-dtu,
.maps-dtu img {
    width: 100%;
    min-height: 150px;
    min-width: auto;
}

.form-contact header {
    display: block;
    font-weight: bold;
    font-size: 21px;
    color: #555;
}

.fieldset-contact {
    display: block;
    padding: 20px 0 10px 0;
    border: none;
}

.col-contact {
    max-width: 573px;
    margin-bottom: 20px;
}

    .col-contact label {
        max-width: 100%;
        display: block;
    }

        .col-contact label i {
            color: #b3b3b3;
            right: 1px;
            top: 1px;
            padding: 0 3px;
            max-width: 34px;
            height: 32px;
            font-size: 14px;
            line-height: 33px;
            border-left: 1px solid #bbb;
            position: absolute;
            width: 34px;
            text-align: center;
            z-index: 99;
        }

        .col-contact label.label {
            font-size: 100%;
            text-align: left;
            white-space: normal;
            display: block;
            margin-bottom: 6px;
            line-height: 19px;
            font-weight: 400;
            max-width: 100%;
            color: #555;
            padding: 3px 0 4px;
        }

    .col-contact input {
        height: 34px;
        padding: 6px 12px;
    }

    .col-contact input,
    .col-contact textarea {
        width: 100%;
        padding-right: 46px;
        padding: 6px 10px;
        border: 1px solid #bbb;
        outline: none;
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        color: #404040;
        font-size: 14px;
        font: 15px/23px 'Open Sans', Helvetica, Arial, sans-serif;
        background-color: #FFF;
        appearance: normal;
        -moz-appearance: none;
        -webkit-appearance: none;
        max-width: 100%;
    }

    .col-contact textarea {
        height: auto;
        resize: none;
    }

    .col-contact .required {
        color: red;
    }

.input-captcha img {
    right: 1px;
    top: 1px;
    position: absolute;
    z-index: 99;
    border-left: 1px solid #e5e5e5;
}

.input-captcha {
    margin-bottom: 10px;
}

.form-contact footer {
    padding: 15px 0;
    display: block;
    border-top: 1px solid rgba(0,0,0,.1);
    max-width: 573px;
}

.button {
    color: #fff;
    background: #59AB02;
    text-decoration: none;
    float: left;
    height: 39px;
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 0 25px;
    outline: none;
    border: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
}

.form-contact .button:hover,
.form-contact .button:focus,
.form-contact .button.focus,
.form-contact .button:active {
    background-color: #4C9400;
}

.message {
    height: 39px;
    margin: 10px 0 0 0;
    line-height: 39px;
    display: inline-block;
}

    .message p {
        display: inline-block;
        word-break: break-all;
        color: #e74c3c;
    }

    .message i {
        display: inline-block;
        color: #e74c3c;
        font-size: 14px;
        line-height: 33px;
        text-align: center;
        z-index: 99;
        padding: 0 10px;
    }

.contact-title {
    line-height: 1.6;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
}

address.contact-details {
    line-height: 1.6;
}

.contact-details a {
    color: #59AB02;
}

address.contact-details span {
    font-weight: bold;
}
/*------------------------------END PAGE CONTACT-------------------------------*/

/*---------------------------------PAGE ABOUT----------------------------------*/
.avatar-about-dtu {
    margin-bottom: 10px;
    margin-left: 10px;
    float: right;
}

    .avatar-about-dtu img {
        width: 100%;
        display: block;
    }

.group-development {
}

.group-development-title,
.group-development-inner h4 {
    text-align: center;
}

    .group-development-title .section-title {
        border: 0;
        margin: 0 0 10px 0;
    }

        .group-development-title .section-title,
        .group-development-title .section-title a {
            font-size: 30px;
            font-weight: 800;
            color: #283043;
            border: 0;
            text-align: center;
        }

            .group-development-title .section-title:before {
                visibility: hidden;
            }

.section-summary {
    color: #283043;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 30px 0;
    text-align: center;
}

    .section-summary span {
        padding: 0 25%;
        display: block;
    }
/*-------------------------------END PAGE ABOUT--------------------------------*/

/*--------------------------------PAGE PERSONAL--------------------------------*/
.personal-item {
    margin-bottom: 25px;
}

    .personal-item a,
    .personal-item a img {
        width: 100%;
    }

    .personal-item.col-md-3:nth-child(4n+1) {
        clear: both;
    }

    .personal-item.col-md-2:nth-child(6n+1) {
        clear: both;
    }

    .personal-item .portfolio-content {
        text-align: center;
    }
/*-----------------------------END PAGE PERSONAL-------------------------------*/

/*------------------------------- PAGE CAREERS --------------------------------*/
.careers-dtu {
    text-align: left;
}

.careers-group {
    background: #fafafa;
    border: solid 1px #eee;
    border-left: 2px solid #E77A25;
    box-shadow: 0 10px 6px -6px #bbb;
    -moz-box-shadow: 0 10px 6px -6px #bbb;
    -webkit-box-shadow: 0 10px 6px -6px #bbb;
}

.careers-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

    .careers-title span {
        margin-left: 7px;
    }

.careers-group {
    margin-bottom: 20px;
    padding: 30px 30px 20px 30px;
}

    .careers-group p {
        padding-bottom: 5px;
    }

        .careers-group p span {
            font-weight: 500;
            margin-left: 7px;
        }

            .careers-group p span i {
                margin: 0 7px;
            }

.well form {
    display: inline-block;
}

.apply-job {
    display: inline-block;
}

.careers-group .load-job {
    color: #fff;
    background-color: var(--orange-color);
    padding: 8px 35px;
    border: 1px solid #E77A25;
    border-radius: 25px;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    font-family: var(--font-family-all);
    line-height: 1.8;
    margin-left: 20px;
}

    .careers-group .load-job:hover {
        color: #fff;
        background-color: #dd670a;
    }


.post-careers-title {
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
}
/*------------------------------- END PAGE CAREERS --------------------------------*/

.text-center-dtu {
    text-align: center;
}

.post-details-description.post-details-description-right {
    float: right;
    width: 50%;
}

.about-title {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--orange-color);
    margin: 0 30px 40px;
    font-family: var(--font-family-RobotoBold);
}

.box_info {
    margin: 30px 0;
}

.post-detail-title {
    font-size: 26px;
    color: #000;
    font-family: var(--font-family-RobotoBold);
}

.card-custom .card-header {
    background: #F6F6F6;
    padding: 5px;
}

    .card-custom .card-header .mb-0 {
        cursor: pointer;
    }

    .card-custom .card-header .cus-btn {
        color: #000;
        font-family: var(--font-family-RobotoBold);
    }

        .card-custom .card-header .cus-btn:hover {
            color: var(--orange-color);
            text-decoration: none;
        }

    .card-custom .card-header.collapsed:after {
        content: "\f067";
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 8px;
        color: #e77a25;
        font-size: 20px;
        cursor: pointer;
    }

    .card-custom .card-header:not(.collapsed):after {
        content: "\f068";
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 8px;
        color: #e77a25;
        font-size: 20px;
        cursor:pointer;
    }

.card-custom .card-body {
    padding: 10px 20px;
}

.tab-info-dtu {
    margin-top: 30px;
    background-color: #555555;
}

    .tab-info-dtu .tab-info-inner {
        min-height: 500px;
    }

    .tab-info-dtu .tab-content {
        padding: 15px;
    }

    .tab-info-dtu .tab-info-inner {
        background-color: #f7f7f7;
    }

    .tab-info-dtu .nav-pills li a {
        padding: 20px;
        margin-bottom: 0;
        background: #555555;
        border: 0;
        border-radius: 0;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }

        .tab-info-dtu .nav-pills li a:hover,
        .tab-info-dtu .nav-pills li.active a {
            color: #000;
            background: #f7f7f7;
            border: 0;
        }

.nav-stacked > li + li {
    margin: 0;
}

.star-divider {
    border-bottom: 1px solid #D5D5D5;
    margin-top: 30px;
    margin-bottom: 40px;
}

.star-divider-icon {
    text-align: center;
}

    .star-divider-icon i {
        background: none repeat scroll 0 0 #FFFFFF;
        border-radius: 100px;
        color: #D5D5D5;
        font-size: 18px;
        padding: 11px;
        position: relative;
        top: 19px;
    }

.personal-image img {
    width: 100%;
    margin-bottom: 10px;
}

.personal-text h4 {
    text-align: center;
    color: #585f69;
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
    font-family: "Open Sans", Arial, sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.box_news .owl-theme .owl-dots .owl-dot span {
    border-radius: 50% !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #C4C4C4;
}

.box_news .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--orange-color) !important;
}

.float-right {
    float: right;
}

.other-news {
    margin-top: 40px;
}

    .other-news .title_other {
        font-family: var(--font-family-RobotoBold);
        font-size: 18px;
        margin: 0;
        padding: 0 0 10px;
    }

    .other-news ul {
    }

        .other-news ul li {
            padding: 0 0 10px;
        }

            .other-news ul li a {
                display: inline-block;
            }

.read_more_box {
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid #afafaf;
}

    .read_more_box p {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-family: var(--font-family-RobotoBold);
    }

    .read_more_box ul li {
        list-style: none;
        line-height: 18px;
        margin: 0 0 10px;
    }

        .read_more_box ul li a {
            outline: none;
            line-height: 24px;
        }

            .read_more_box ul li a:hover {
                color: var(--orange-color);
            }
/*details person*/
.unit-desktop{
    margin-bottom:30px;
}
.title_position {
    font-size: 20px;
    font-family: var(--font-family-RobotoBold);
    color: var(--orange-color);
    margin: 0 0 30px;
}

    .title_position span {
        border-bottom: 3px solid #e77a25;
        padding-bottom: 5px;
        line-height: 1.8;
    }
/*.title_position span::after {
            position: absolute;
            content: '';
            z-index: 1;
            left: 0;
            bottom: 0;
            width: 100px;
            height: 3px;
            background: #e77a25;
        }*/
.faculty-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
    .faculty-list .faculty-item {
        background-color: #ffffff;
        border-radius: 16px;
        box-shadow: 0px 4px 24px 0px #0000000F;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        padding:25px;
        text-align:center;
        margin:0;
    }
        .faculty-list .faculty-item .img-part {
            width: 100%;
            max-height: 440px;
            overflow: hidden;
        }
            .faculty-list .faculty-item .img-part img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }
        .faculty-list .faculty-item .faculty_info {
            flex: 1;
        }
            .faculty-list .faculty-item .faculty_info h4 {
                margin-top: 30px;
                font-size: 18px;
            }
                .faculty-list .faculty-item .faculty_info h4 a {
                    line-height: 20px;
                    font-family: var(--font-family-RobotoBold);
                    text-transform: capitalize;
                    color: var(--gray-color);
                    font-size:18px;
                    -webkit-transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -o-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
                }

            .faculty-list .faculty-item .faculty_info:hover h4,
            .faculty-list .faculty-item .faculty_info:hover h4 a{
                color: var(--orange-color);
            }
            .faculty-list .faculty-item .faculty_info p {
                padding-bottom: 5px;
                margin: 0;
            }
            .faculty-list .faculty-item .faculty_info .desc_pos {
                padding-bottom: 5px;
                margin: 0;
                font-size: 16px;
            }

                .faculty-list .faculty-item .faculty_info .desc_pos a {
                    font-size: 15px;
                    color: var(--background-main-color);
                }
                .faculty-list .faculty-item .faculty_info .desc_pos span {
                    font-family: var(--font-family-RobotoBold);
                }
.person-detail {
    padding: 0 10px 20px 10px;
    text-align: center;
}
.person-detail img {
    width: 100%;
}
    .person-detail h4 {
        margin-top: 30px;
        font-size: 18px;
        font-family: var(--font-family-RobotoBold);
    }
    .person-detail p {
        padding-bottom: 5px;
        margin: 0;
    }
    .person-detail .intro_mobile {
        display: none;
    }
    .person-detail .desc_pos {
        padding-bottom: 5px;
        margin: 0;
    }
        .person-detail .desc_pos a {
            color: var(--background-main-color);
        }
    .person-detail .intro_mobile span {
        font-family: var(--font-family-RobotoBold);
    }
    .text_left {
        text-align: left !important;
    }

.user-markup .title_position {
    padding: 0 0 20px;
    margin: 0;
}

.user-markup p {
    margin: 0;
    padding-bottom: 5px;
}
.user-markup .intro span {
    font-family: var(--font-family-RobotoBold);
}

.panel-title {
    font-size: 18px;
    font-family: var(--font-family-RobotoBold);
    color: var(--orange-color);
    text-transform: capitalize;
    margin: 20px 0 10px;
}

    .panel-title span {
        border-bottom: 3px solid #e77a25;
        padding-bottom: 5px;
    }

.panel-body {
    margin: 20px 0;
}

    .panel-body p {
        margin: 0;
        padding-bottom: 5px;
    }

.panel_vitae {
    margin-top: 30px;
}

    .panel_vitae .btn {
        font-size: 16px;
    }

    .panel_vitae .card-body ul li {
        /*color: #e77a25;*/
        padding-bottom: 10px;
    }
    .collapse p{
        margin-bottom: 0px;
    }

        .panel_vitae .card-body ul li::marker {
            color: #e77a25;
        }

        .panel_vitae .card-body ul li .first_title {
            color: #e77a25;
        }
.panel_vitae .card-body ul li p span{
    font-family:var(--font-family-RobotoBold);
}

.map-section {
    height: 330px;
    position: relative;
}

.contact-info-warp {
    position: absolute;
    /*width: 400px;*/
    max-width: 400px;
    height: 100%;
    background: rgba(179, 97, 33, 0.9);
    text-align: center;
    z-index: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .contact-info-warp .contact-info {
        margin-bottom: 20px;
    }
        .contact-info-warp .contact-info:last-child{margin-bottom:0;}
        .contact-info-warp .contact-info h4 {
            color: #fff;
            font-family:var(--font-family-RobotoBold);
            margin-bottom: 8px;
            font-size: 18px;
        }

        .contact-info-warp .contact-info p {
            color: #fff;
            margin-bottom: 0;
        }

.map-section .map {
    height: 100%;
}

.contact-form {
    margin-top: 40px;
}

    .contact-form p.note {
        margin-bottom: 10px;
        /*color: #636363;*/
    }

    .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 {
        padding: 10px 15px;
        margin: 20px 0;
        background-clip: padding-box;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        background-color: #faf8f8;
        border: none;
        border-top: 1px solid #c8cbcd;
        border-radius: 0;
        display: table-cell;
        width: 100%;
    }

    .contact-form textarea, .contact-form textarea {
        height: 125px;
    }

    .contact-form .site-btn {
        background: var(--orange-color);
        color: #FFF;
        padding: 10px 35px;
        border: 1px solid #E77A25;
        border-radius: 8px;
        box-sizing: border-box;
        display: inline-block;
        font-family: var(--font-family-RobotoBold);
        margin-bottom: 10px;
    }

.width50 {
    width: 50% !important;
}

.search_title {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--orange-color);
    margin-bottom: 20px;
    font-family: var(--font-family-RobotoBold);
}
.search_form{
    margin-bottom:30px
}
    .search_form .textsearch {
        font-size: 17px;
        padding: 15px 20px;
        z-index: 10;
        color: #555;
        outline: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
.text-left {
    margin-top: 10px;
}

.website:hover {
    color: white !important;
}

.faculty-item {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.website {
    padding: 5px !important;
}

    .website:after {
        font-size: 17px;
    }

.listing__image {
    float: none;
    margin-bottom: 20px;
}

.user-markup h2 a {
    color: #403d3d;
    text-decoration: none;
}

    .user-markup h2 a:hover, .user-markup h2 a:active {
        color: #b00;
    }

.user-markup a:visited {
    color: #403d3d;
}

.component {
    margin-bottom: 1.5rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

/*Gallery*/
.media-caption__image {
    height: 250px !important;
    width: 100%;
    object-fit: cover;
}
.post-details-thumbnials{
    margin-top:30px;
}
    .post-details-thumbnials .grid {
        text-align: center;
        width:40%;
    }

    
.post-details-thumbnials .grid .gallery-items {
    position: relative;
    cursor: pointer;
    display: block;
}
    .post-details-thumbnials .grid .gallery-items:hover span {
        background-color: #5854546b;
        zoom: 1.5;
    }

    .post-details-thumbnials .grid .gallery-items > img {
        /*max-height: 200px;
            width: auto;*/
    }
    .post-details-thumbnials .grid .gallery-items span {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 10;
        color: #fff;
        font-size: 40px;
        transform: translate3d(-50%, -50%, 0);
        width: 100%;
        height: 100%;
        background-color: #5854546b;
        align-items: center;
        display: grid;
    }

.banner-box {
    z-index: 99 !important;
}

.box-menu {
    z-index: 99 !important;
}

#back-top a {
    z-index: 999 !important;
}

.bg_f6 {
    background: #F6F6F6;
}
.display_none{
    display:none !important;
}
.banner_home {
    padding-left: 0;
    padding-right: 0
}
.iframe {
    display: none;
    visibility: hidden
}
.iframe_news {
    width: 100%;
    height: 40rem;
    border: 0px;
}
.margin_top_40 {
    margin-top: 40px;
}
.width_120 {
    width: 120px
}
.height_20 {
    height: 20px
}
.pd_right_5 {
    padding-right: 5px;
}
.service_mobile{display:none;}

.unit-mobi .person-inner {
    padding: 0 10px;
}
.icon-style{
    margin-bottom: 5px !important;
}
.news .box_news figure {
    margin:0;
}