/* roboto-300italic - latin_vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/Roboto-LightItalic.ttf'); /* IE9 Compat Modes */
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
       url('../fonts/Roboto-LightItalic.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Roboto-LightItalic.ttf') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Roboto-LightItalic.ttf') format('woff'), /* Modern Browsers */
       url('../fonts/Roboto-LightItalic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Roboto-LightItalic.ttf#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin_vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Roboto-Regular.ttf'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/Roboto-Regular.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Roboto-Regular.ttf') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Roboto-Regular.ttf') format('woff'), /* Modern Browsers */
       url('../fonts/Roboto-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Roboto-Regular.ttf#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin_vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/Roboto-Italic.ttf'); /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('../fonts/Roboto-Italic.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Roboto-Italic.ttf') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Roboto-Italic.ttf') format('woff'), /* Modern Browsers */
       url('../fonts/Roboto-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Roboto-Italic.ttf#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin_vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Roboto-Medium.ttf'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/Roboto-Medium.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Roboto-Medium.ttf') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Roboto-Medium.ttf') format('woff'), /* Modern Browsers */
       url('../fonts/Roboto-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Roboto-Medium.ttf#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin_vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Roboto-Bold.ttf'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/Roboto-Bold.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Roboto-Bold.ttf') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Roboto-Bold.ttf') format('woff'), /* Modern Browsers */
       url('../fonts/Roboto-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Roboto-Bold.ttf#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin_vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-v15-latin_vietnamese-700italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
       url('../fonts/roboto-v15-latin_vietnamese-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin_vietnamese-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin_vietnamese-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin_vietnamese-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin_vietnamese-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}


body{
    font-family: 'Roboto', sans-serif;
    font-size:15px;
}

.partner{
    margin-bottom:20px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav li a{
    text-transform: uppercase;
    font-size: 14px;

}
.navbar-inverse .navbar-nav li a:focus{
    text-transform: uppercase;
    color:#333;
}

.affix .navbar-nav li a{
	color:#fff;
}

.top-nav ul.navbar-nav > li.dropdown{
        position: relative;
}
.top-nav ul.navbar-nav > li.dropdown:before{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9d9d9d;
    content: '';
    top: 22px;
    /* left: 88px; */
    position: absolute;
    display: block;
    right: 2px;
    z-index: 99;
}
.top-nav ul.navbar-nav > li.dropdown:hover::before{
     width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: '';
    top: 22px;
    /* left: 88px; */
    position: absolute;
    display: block;
    right: 2px;
    z-index: 99;
}

.top-nav ul.navbar-nav > li.active::before{
    color:#fff;
}

.detail-article a{
    font-size:22px;
    color:#333;
}
.detail-article a:hover{
    color:#3ca832;
    text-decoration:none;
}
.action-share .share-on{
    font-weight: bold;
    position: relative;
    top: -13px;
}
@media (min-width: 768px)
{
    .navbar-nav {
        float: right;
    }
}
.top {
    height:20px;
    background-color: #3ca832;
}
.top a, .top a:hover {
    float: right;
    color: white;
    font-size: 10px;
    text-decoration: none;
    margin-right: 17px;
    font-size: 13px;
    font-family: Roboto;
}

.wrap-slidetext{
    background-color: black;
    opacity: 0.5;
    color: white;
    width:100%;
}
.slide-text-w{
    margin-top:7%;
    margin-left:20%;
}
.owl-carousel2{
    background:rgba(0, 0, 0, 0.6);
   
    box-sizing: border-box;
}
.owl-carousel2 .item{
    padding-left:10px;
    padding-right:10px;
}
.owl-carousel2 .owl-controls{
    width: 100%;
    height: 40px;
    background-color: #3ca832;
    border: none;
    display: block;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 500;
    line-height:40px;
    margin-top:0px;
    text-align: left !important;
    padding-left: 10px !important;
}
.owl-carousel2 .owl-dot {
    width: 9px;
    height: 9px;
    background: #fff;
    margin-top: 2px;
    border-radius: 50%;
    display:inline-block;
    margin-left:5px; 
}
.owl-carousel2 .owl-dot.active{
    background-color:#ccc;
}
.owl-carousel2 .selectedArticles-title{
    color:#fff;
    font-size:18px;
}
.owl-carousel2 .intro-slide{
    color:#e4e4e4;
    font-size:14px;
}
.owl-carousel2 .readmore-slide{
    color:#fff;
    font-size:13px;
    display:block;
    text-align:left;
    text-transform: uppercase;
}
.navbar-brand-fixed{
    padding-top:0px;
}
h2 {
    font-weight: normal;
}
.vn {
    margin-left:5px;
}
.navbar {
    background-color: white;
    margin-bottom: 0;
}
.navbar-default {
    border: none;
}
.navbar-collapse{
    padding-left:0px;
    padding-right:0px;
}
.input-lg {
    height: 30px;
    border-radius: 25px;
}
.fa-search {
    position: absolute;
    right: 30px;
    top: 5px;
}
.form-group {
    margin-top: 9px;
    margin-left: -30px;
}
.pop {
    z-index: 1000;
    height: auto;
}

.search-top{
    float:right;
}
#banner {
    width:100%;
}
.carousel-inner {
    background-color: black;
    opacity: 0.5;
    color: white;
}
.carousel-indicators {
    width: 50%;
    float: left;
    padding-top: 5px;
}
.index {
    background-color: #3ca832;
    height: 35px;
}
.index a, .index a:hover {
    color: white;
    text-decoration: none;
    float: right;
    padding-top: 5px;
}

.banner {
    position: relative;
}

.fa-angle-right {
    color: #3ca832;
    font-weight: bold;
    font-size: 20px;
}
.pans {
    font-weight: bold;
}
td {
    width: 50%;
}
.contents {
    padding: 10px 0 0 0;
}
.image {
    padding: 55px 0 0 0;
}
.read {
    float: right;
    height: 40px;
    background-color: #3ca832;
    border: none;
    width: 65%;
}
button a, button a:hover {
    color: white;
    text-decoration: none;
}
.img-responsive {
    width: 100%;
}
table {
    width: 100%;
}
.update {
    text-align: center;
    padding-top: 50px;
}
.more {
    width: 100%;
    height: 40px;
    background-color: #3ca832;
    border: none;
}
.panel-body p {
    font-size: 13px;
}
.blog .panel-body p {
    font-size: 13px;
    margin-bottom:0px;
}
.blog .panel-body .title-list-article{
    height:35px;
    margin-top:0px;
}
.blog .panel-body .title-list-article a{
    color:#333;
    font-size:18px;
    text-decoration:none;
}
.blog .panel-body .title-list-article a:hover{
    color:#3ca832;
}
/*
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 10px 10px 6px #3ca832;
}
*/
.newsletter {
    background-color: #525252;
    color: white;
}
.subscribe {
    padding: 0;
}
.top-header{
    width:100%;
}
.banner-page{
    width:100%;
}
.our-partner{
    text-align:center;
    margin-bottom: 20px;
}
.list-partner{
    margin-bottom:30px;
}
.text_underline{
    position: relative;
    font-size: 30px;
    color:#333;
    display:inline-block;
    font-family: 'Roboto';
	  font-style: normal;
	  font-weight: 500;

    font-weight: 400;
}
.text_underline:before{
    content: '';
    border-bottom: 2px solid #3ca832;
    position: absolute;
    width: 100%;
    margin: auto;
    top: 40px;
    display: block;
    margin: auto;
}
.text_underline2{
    position: relative;
    font-size: 30px;
    color:#333;
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom:25px;
    display:block;
    min-width:150px;
    width:auto;
    max-width:250px;
}
.text_underline2:before{
    content: '';
    border-bottom: 2px solid #3ca832;
    position: absolute;
    width: 100%;
    margin: auto;
    top: 40px;
    display: block;
    margin: auto;
}
#subscribe {
    width: 100%;
    height: 40px;
    border-radius: 30px;
    border: none;
    color: #3ca832;
    background-color: white;
}



.email {
    height: 50px;
    border-radius: 30px;
    background-color: #3ca832;
        border: 1px solid #fff;
}
.subscribe input[type=email]::-webkit-input-placeholder {
    color: white;
}
.update a, .update a:hover {
    color: #3ca832;
    text-decoration: none;
}
.affix {
    top:0;
    width: 100%;
    z-index: 9999 !important;
}
.navbar-inverse {
    border:none;
    border-radius:0;
    border-bottom: 1px solid #ddd;
}
.navbar-nav li:hover {
    background-color: #3ca832;
}
.navbar-nav li:hover a{
    color:#fff;
}
.dropdown-menu {
    display: none;
}

.dropdown-menu li a:hover, .dropdown-menu1 li a:hover {
    color:#333;
}
.dropdown-menu li a:hover {
    color: #333;
}
ul.dropdown-menu{
     background-color:#3ca832;
}
ul.dropdown-menu li.dropdown > ul.dropdown-menu{
    right: -8px;
    top: -2px;
    left: 158px;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color:#3ca832;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
ul.dropdown-menu li.dropdown > ul.dropdown-menu li a, ul.dropdown-menu li.dropdown > ul.dropdown-menu li a:hover {
    color: white;
    text-decoration: none;
}

ul.dropdown-menu li.dropdown > ul.dropdown-menu {
    right: -8px;
    top: -2px;
    left: 158px;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
     background-color:#3ca832;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown:hover .dropdown-menu {
    display: block;
}
ul.dropdown-menu li.dropdown:hover > .dropdown-menu{
    display: block;
}


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
#partner {
    background-color: transparent;
    opacity: 1;
}
#myCarousel1 a {
    background: transparent;
    color: gray;
}
iframe {
    padding-top: 30px;
    height: 410px;
}
.form .form-group {
    margin-left: 0;
}
.form input[type=text], .form input[type=email] {
    margin-bottom: 40px;
    height: 50px;
    border-radius: 30px;
}
.form .invalid{
    border-color:red;
}
.form textarea {
    width: 100%;
    height: 290px;
    border-radius: 30px;
    padding-top: 25px;
}

.send {
    float: right;
    border: none;
    background-color: #3ca832;
    color: white;
    height:40px;
}

.text p {
    font-size: 13px;
    line-height: 1.5;
}

/*********************Contact************************************/
.form-horizontal .control-label{
    text-align:left !important;
}
.dl-horizontal dd {
    margin-left: 30px !important;
}
.dl-horizontal dt{
    text-align:left;
    width:auto !important;
}
.contact-position{
    margin-bottom:0px;
    margin-top:20px;
}
/************************ End contact ***************************/
.div-hover {
    color: white;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 1000;
    top: 0;
    position: absolute;
    padding: 30px 0 0 0;
}
.project-item:hover .div-hover{
    display:block;
}
.abstract_pr{
    padding-left:7px;
}
h4.title-item-p{
    padding-left:8px;
	font-size:16px;
}
h4.title-item-p a{
    color:#fff; 
}
h4.title-item-p a:hover{
    text-decoration:none;
}
.text-popup {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.pagination li a {
    border: none;
    background-color: #959595;
    color: white;
    margin-right: 10px;
}
#pagination, #pagination3 {
    text-align: center;
}
#pagination1, #pagination2 {
    text-align: right;
}
.last-news {
    padding: 0;
}
.news {
    color: white;
    background-color: #3ca832;
    padding: 1px 0 1px 20px;
}
.new hr {
    margin: 25px 0;
    width: 100%;
    border: 1px solid grey;
}
.opportunity a, .opportunity a:hover {
    color: #3ca832;
    text-decoration: none;
    font-weight: bold;
}
.text-popup h2 {
    color: #3ca832;
    text-align: center;
    font-size: 60px;
}
#pagination3 ul li a {
    color: #3ca832;
    border: none;
    background-color: white;
}
.fa-circle {
    color: lightgrey;
}
a .fa-circle:hover {
    color: #3ca832;
}
a .fa-circle:active {
    color: #3ca832;
}
.tech-detail h4 {
    color: #3ca832;
}
.tech-detail a, .tech-detail a:hover {
    padding-left: 30px;
    color: #3ca832;
    font-weight: bold;
    text-decoration: none;
}
.about_us a, .about_us a:hover {
    color: #3ca832;
    text-decoration: none;
    font-weight: bold;
}
.about_us span {
    padding: 0;
}
.share a, .share a {
    text-decoration: none;
}
.share .fa-facebook-square {
    color: #3b5998;
}
.share .fa-twitter-square {
    color: #53a9eb;
}
.share .icon-google-plus-sign {
    color: #d94735;
}
.history h2 {
    font-weight: bold;
    color: #3ca832;
}
.history {
    text-align: center;
    padding-top: 50px;
}
.text-history {
    text-align: left;
}

.text-history .fa-circle {
    color: #3ca832;
}
.readmore2{
    width: 160px;
    height: 40px;
    background-color: #3ca832;
    border: none;
    line-height: 40px;
    text-align: center;
    display: block;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
}
.rhome{
    margin:auto;
    margin-top:40px;
}
.readmore{
    width: 100%;
    height: 40px;
    background-color: #3ca832;
    border: none;
    line-height: 40px;
    text-align: center;
    display: block;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 500;
}
.readmore a{
    color:#fff;
    text-align:center;
    text-transform: uppercase;
}
.readmore a:hover{
    color:#fff;
    text-decoration:underline;
}
.readmore .fa{
    color:#fff;
    margin-right:5px;
}
#pagination1 .counter{
    display:none;
}
#pagination1 ul{
    list-style-type:none;
    text-align:center;
}
#pagination1 ul li{
    display: inline-block;
    margin: 5px;
    min-width: 30px;
    height: 30px;
    background: #959595;
    line-height: 30px;
}
#pagination1 ul li:hover{
    background-color:#3ca832;
    color:#fff;
}
#pagination1 ul li:hover a,#pagination1 ul li:hover span{
    color:#fff;
    background:none;
}
#pagination1 ul li a{
    marging:0px 5px;
    color:#fff;
    font-weight:400;
}
#pagination1 ul li a:hover{
    background:none;
}
#pagination1 ul li span:hover{
    background:none;
}
#pagination1 ul li span{
    font-weight:400;
    color:#fff;
    padding-left:5px;
    padding-right:5px;
}

ul.lastest-news{
    list-style: none;
    padding-left:0px;
}
.lastest-news {
  margin-top: 0px;
 }
 .lastest-news .panel-heading{
     margin-bottom:20px;
 }
.group-lastestnews{
    margin-bottom:10px;
}
.group-lastestnews hr{
    margin: 25px 0;
    width: 100%;
    border: 1px solid grey;
    
}
a.mod-articles-category-title2{
    color:#333;
    font-size:16px;
    font-weight: 500;
}
a.mod-articles-category-title {
    font-weight: 500;
    font-size: 16px;
    width: 117px;
    height: 30px;
    line-height: 30px;
    background-color:#5fc955;
}

a.mod-articles-category-title:hover{
    text-decoration:none;
    color:#3ca832;
}
a:hover{
    color:#3ca832;
}
h4.title-list-article{
    min-height:45px;
}
h4.title-list-article a{
    color:#333;
}
h4.title-list-article a:hover{
    color:#3ca832;
    
}
.banner-page{
    width:100%;
    height:auto;
}

.item-page h2{
    font-size:22px;
    margin-bottom:10px;
}

ul.submenu{
    float:none;
    list-style-type:none;
    padding-left:0px;
}
ul.submenu li{
    float:none;
}
ul.submenu li.current a,ul.submenu li.current .fa{
    color:#3ca832;
}
ul.submenu li .fa-chevron-right{
    margin-right:8px;
    color:#3ca832;
}

ul.submenu li a{
    color:#333;
}

ul.submenu li ul{
    list-style-type:none;
}

/********************* Gallery ***************************/
.pg-category-view{
    position: relative;
}
.pg-category-view .project img.pg-image{
    width:337px;
    height:225px;
}

.pg-category-view .project .pg-box-img-bottom{
    position: absolute;
    bottom: 10%;
    left: 7%;
    display:none; 
}
.pg-category-view .project:hover .pg-box-img-bottom{
    display:block;
}
.pg-category-view .project h4.title-img{
    color:#fff;
    font-size:20px;
}
.pg-cv-box-img{
    position: relative;
    
}

.pg-box3{
    position: relative;
}

a.slimbox:before{
    background:#000;
    width:100%;
    height:100%;
    content:'';
    position: absolute;
    opacity: 0.5;
    left:0px;
    visibility: hidden;
  
}
.pg-box3:hover a.slimbox:before{
    visibility:visible;
}


#phocagallery-pane .pg-box2, #phocagallery .pg-box2, .pg-box2{
    display:block !important;
}
#phocagallery-pane .pg-box2, #phocagallery .pg-box2, .pg-box2{
    width:100%;
    height:100%;
}
.pg-category-view form{
    text-align:center;
}
/********************* End Gallery ***********************/
#mod-search-searchword{
    width:100%;
    font-size:13px;
}
.img-icon-s{
    position: absolute;
    right: 30px;
    top: 5px;
}
.search-advance-box{
    margin-left:20px;
}
.toolbar-advance{
    margin-top:20px;
}
.result-title a{
    color:#333;
    font-weight:600;
}
.result-title a:hover{
    color:#3ca832;
}
.toolbar-advance{
    margin-bottom:10px;
}
.toolbar-advance #search-searchword{
    height:30px;
    padding-left:5px;
}
.btn-search-advance{
    color: #fff;
    background-color: #3ca832;
    height:30px;
}
/********************************** Footer **************************************/
.footer {
    background-color: #3ca832;
    width:100%;
    height:auto;
}
.footer .footer-menu{
    margin-bottom:0px;
    padding-bottom:20px;
}
.dieu_khoan {
    font-size: 11px;
    color: white;
    padding: 0;
}
.dieu_khoan p{
    margin-bottom:0px;
    font-size:13px;
    font-family: Roboto;
    font-weight:300;
}
.dieu_khoan .menu-footer{
    margin-bottom:10px;
}
.dieu_khoan .menu-footer a{
    margin-bottom:0px;
    font-size:13px;
    font-family: Roboto;
    font-weight:300;
    border-right:1px solid #fff;
    padding:0px 5px;
}

.dieu_khoan .menu-footer a:last-child{
    border:none;
}
.connect, .connect a {
    color: white;
    text-decoration: none;
}
.fa-facebook-square:hover {
    color: #3b5998;
}
.fa-twitter-square:hover {
    color: #00b1d9;
}
.fa-youtube-square:hover {
    color:red;
}
.fa-google-plus-square:hover {
    color:#d94735;
}
.fa-2x {
    padding-left: 10px;
}
.dieu_khoan a, .dieu_khoan a:hover {
    color: white;
    text-decoration: none;
}
.img-logo-footer{
    margin-top:20px;
    margin-bottom:20px;
}
.banner-page-homepage{
    background:url(../img/banner.jpg) no-repeat;
    width:100%;
    background-size:cover;
    min-height:498px;
}
/********************************** End footer **********************************/

.owl-prev{
    position: absolute;
    right:0px;
    top: 27px;
    z-index:99;
}
.owl-prev i.fa-chevron-circle-left:hover{
    color:red;
}
.owl-next{
    position: absolute;
    left:-8px;
    top: 27px;
    z-index:99;
}

#phoca-dl-download-box .pd-filenamebox, #phoca-dl-category-box .pd-filenamebox {
    position: relative;
    float: left;
    margin: 0px;
    width: 100%;
    min-height: 35px;
    padding-left:0px;
    padding-right:0px;
}
.pd-buttons .fa-download{
    margin-left:5px;
}
.title-module{
    margin-bottom: 20px;
    font-size: 31px;
    font-weight: 400;
}
.title-module a{
    color:#333;
}
.title-module a:hover{
    text-decoration:none;
    color:#3ca832;
}
.module-selectArticle .link-item{
    display:block;
    margin-bottom:10px;
  
}
a.show-all-project{
   text-decoration: none;
    color:#3ca832;
    margin-bottom:20px;
}
a.show-all-project:hover{
    text-decoration:underline;
}
.module-selectArticle .link-item .fa{
    position: relative;
    top:3px;
}
.module-selectArticle .link-item a{
    color:#333;
    text-transform:uppercase;
    font-weight:600;
    font-size:13px;
}
.module-selectArticle .link-item a:hover{
    text-decoration:none;
    color:#3ca832;
}
.img-module img{
    width:100%;
    max-width:100%;
    height:auto;
    display:block;
}
.update-home .title_item_update{
    text-align:left;
    min-height:38px;
}
.update-home .title_item_update a{
   color:#333; 
   text-align:left;
   color:#333;
}
.update-home .title_item_update a:hover,.update-home .title_item_update a:visited{
    color:#3ca832;
}
.update-home .abstract_item_update{
    text-align:left;
    height:32px;
    
}
.update-home a.readmore {
    text-align:left;
    padding-left:10px;
}

.our-tech-home{
    width:100%;
    background:#f3f3f3;
    padding-bottom:20px;
}
.our-tech-home a:hover {
    color: #3ca832 !important;
}
.our-tech-home .title-item-p a{
    color:#333;
}
.banner-page img{
    width:100%;
    height:auto;
    max-width:100%;
    display:block;
}

.submenu-module .fa{
    color:#3ca832;
    margin-right:3px;
    font-size:13px;
}
.submenu-module .col-md-6{
    padding:0px;
}
.submenu-module a{
    color:#333;
}
.submenu-module.current a{
    color:#3ca832;
}
.item-submenu.current > a{
    color:#3ca832;
}

.slogan-ccs{
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    right: -60%;
    top: 48px;
    color:#3ca832;
}

.submenu-module div.current{
	clear:initial;
}
.pd-category{
	margin-top:30px;
}
@media screen and (min-width: 1200px){
    .logo{
        width: 190px;
        max-width: 190px;
    }
    
}
@media screen and (max-width: 1199px){
    .slogan-ccs{
        font-weight: 600;
       text-transform: uppercase;
       position: absolute;
       right: -90%;
       top: 30px;
       color: #3ca832;
       font-size: 13px;
    }
}
.affix .logo{
    margin-top: 4px !important;
    /* margin-bottom: 5px; */
    width: 85px;
}
@media screen and (min-width: 770px){
    .text-history span {
        float: right;
    }
    #history-1 {
        height: 339px;
    }
    .hand-icon {
        width: 20%;
        position: absolute;
        top: -50px;
        right: -38px;
    }
    .book-icon {
        position: absolute;
        width: 15%;
        right: -15px;
    }
    .connect {
        margin-top: 25px;
    }
    .email {
        margin-top: 110px;
    }
    #subscribe {
        position: absolute;
        right: 20px;
        bottom: 20px;
        width: 30%;
    }
    #banner {
        width:100%;
    }
    .pop {
        position: absolute;
        bottom: 55px;
        left: 240px;
    }
    td {
        height: 30px;
    }
    #myCarousel1 {
        padding: 10px 120px 50px 120px;
    }
    #myCarousel1 i {
        padding-top:80px;
    }
    #myCarousel1 .fa-chevron-circle-left {
        padding-right: 140px;
    }
    #myCarousel1 .fa-chevron-circle-right {
        padding-left: 140px;
    }
    iframe {
        width: 100%;
    }
    .send {
        width: 35%;
    }
    .div-hover {
        width: 92%;
        height: 89%;
    }
    .pd-category  .project img {
        height: 225px;
    }
    .pd-category .project img{
        height: 225px;
    }
    .libraries img {
        height: 215px;
        width:100%;
    }
    .libraries {
        padding-bottom: 70px;
    }
    .lastest-job {
        padding-top: 165px;
    }
   
    .text-popup h2 {
        padding-bottom: 30px;
    }
    .dot-1 {
        position: absolute;
        right: -5px;
        top: 4px;
        z-index: 1000;
        font-size: 10px;
    }
    .dot-2 {
        position: absolute;
        left: -5px;
        top: 85px;
        font-size: 10px;
    }
    .dot-3 {
        right: -5px;
        position: absolute;
        z-index: 1000;
        top: 104px;
        font-size: 10px;
    }
}

@media screen and (max-width: 770px){
    .hand-icon {
        padding: 0 68px;
    }
    .book-icon {
        padding: 0 90px;
    }
    .libraries {
        padding-bottom: 20px;
    }
    .div-hover {
        width: 92%;
        height: 82%;
    }
    .send {
        width: 100%;
    }
    iframe {
        width: 100%;
    }
    #myCarousel1 i {
        padding-top:30px;
    }
    #myCarousel1 {
        padding: 10px 0 30px 0;
    }
    #banner {
        padding-top: 20px;
    }
   
    .read {
        width: 100%;
    }
    .email, #subscribe{
        margin-bottom: 20px;
    }
    td {
        height: 50px;
    }
}
@media screen and (device-width: 768px){
    .libraries img {
        height: 476px;
    }
    .div-hover {
        width: 96%;
        height: 91%;
    }
    #myCarousel1 i {
        padding-top:60px;
    }
    .logo {
        width: 80%;
    }
}
@media screen and (max-width: 767px){
    
    .slogan-ccs{
        font-weight: 600;
        text-transform: uppercase;
        position: initial;
        right: -90px;
        top: 48px;
        color:#3ca832;
    }
    .search-top{
        display:none !important;
    }
    .navbar-brand{
        height:auto;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
         background-color: #3ca832;
         color:#fff;
    }
    .navbar-inverse .navbar-toggle{
        background-color: #3ca832;
        border:#3ca832;
    }
    .navbar-collapse.in{
        overflow-y:initial;
    }
    .top-nav ul.navbar-nav{
        background:#3ca832;
          margin:0px;
    }
    .top-nav ul.navbar-nav > li.dropdown{
        position: relative;
    }
    .top-nav ul.navbar-nav > li.dropdown:before{
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        content: '';
        top: 0px;
        /* position: absolute; */
        display: block;
        float: right;
        margin-top: 21px;
        margin-right: 8px;
        right:0px;
    }
    ul.dropdown-menu{
        position: initial;
        float:none;
        padding-left:10px;
        box-shadow:none;
    }
    .top-nav ul li a{
        color:#fff !important;
    }
    
    ul.dropdown-menu li.dropdown:hover > .dropdown-menu{
        position: initial;
        float:none;
        padding-left:10px;
        box-shadow:none;
    }
    
    .pd-category .libraries img{
        width:100%;
    }
    
    .pg-category-view .project img.pg-image{
        width:100%;
        height:auto;
        max-width:100%;
        display:block;
    }
    .logo{
        width:129px !important;
    }
    .slide-text-w{
        margin: auto;
        margin-top: 30%;
    }
    
    .form-horizontal .form-group{
        margin-right:0px;
    }
    
    .pg-cv-box-img{
        width:100% !important;
        height:155px !important;
        overflow-y:hidden;
        display:block;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px){
    .libraries img {
        height: 500px;
    }
    .project img {
        height: 500px;
        padding-bottom: 20px;
    }
    .div-hover {
        width: 97%;
        height: 96%;
    }
    .text-popup h2 {
        padding-bottom: 125px;
    }
}
@media screen and (min-width: 499px) and (max-width: 767px) {
    .div-hover {
        width: 96%;
        height: 87%;
    }
    .text-popup h2 {
        padding-bottom: 125px;
    }
}

.fb-page iframe{
    height:260px !important;
    width:100% !important;
}

.alert-message{
    color:red;
    font-weight:bold;
}

.lang-inline li a{
    border-right:1px solid #fff;
}

.lang-inline li a:last-child{
    border:none;
}

.lang-inline li.lang-active a{
    color:#333;
}

.img-tech-home{
    width: 95px;
    height: 95px;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
}
.img-tech-home img{
    width:90px;
    margin-top: 10px;
}

.share-on{
	display:none;
}

.banneritem img{
	height: 100px;
	max-width: 100px;
	DISPLAY:BLOCK;
	MARGIN:AUTO;	
}