p{
    line-height: 35px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 10px;
}
span{
    line-height: 35px;
    padding-top: 10px;
}
header{
    font-size: 20px;
    position:fixed;
    top:0; left: 0; right:0;
    z-index: 100;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:15px;
    background: white;
    box-shadow: 10px 1rem 1rem rgba(0, 0, 0, 0.1);
    opacity: 0.9;

}
header img{
    width: 200px;
    display: flex;
    margin: auto;
    /* position: absolute;
    top:4%;
    left:45%; */
}
#sideNav{
    width: 250px;
    height: 100vh;
    position: fixed;
    right: -250px;
    top: 0;
    background: #009688;
    z-index: 202;
    transition: 0.5s;
}
nav ul li{
    list-style: none;
    margin: 50px 20px;
}
nav ul li a{
    text-decoration: none;
    color:#fff;
}
#menuBtn{
    width: 50px;
    height: 50px;

    color:#009688;
    text-align: center;
    position: fixed;
    right: 30px;
    top: 20px;
    border-radius: 3px;
    z-index: 203;
    cursor: pointer;
}
#menuBtn img{
    width:50px;
    margin-top: 5px;
}
/* footer */
#footer{
    padding: 60px 0 20px;
    background: #efefef;
}
.footer-row{
    width:80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-left,.footer-right{
    flex-basis: 40%;
    padding: 10px;
    margin-bottom: 20px;
}
.footer-right{
    text-align: left;

}
.footer-right p{
    text-decoration: none;

    font-size: 16px;

}
.footer-row h1{
    margin: 10px 0;

    font-size: 32px;
}
.footer-row p{
    line-height: 35px;

    font-size: 16px;

}
.footer-left .fa-solid,.footer-right .fa-solid,.footer-right .fa-brands{
    font-size: 20px;
    margin: 10px;
    color:black;
}
.footer-left .fa-duotone{
    font-size: 20px;
    margin: 10px;
    color:#efefef;
}
.footer-right a{
    text-decoration: none;
    color:black;

}
.link{
    position: relative;
    margin-bottom: 20px;
    margin-top: 15px;
}
.link-top{
    position: absolute;
    left:25%;
    width:50%;
    height: 5px;
    border-top: solid black 1px;

}
.copy-text{
    text-align: center;
    padding-top: 10px;
    font-family: initial;
}

ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.dante_news{
	background-color: #3e3f3a;
	color: #fff;
  height:273px;
}
.index_banner{
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display:block;
}
.index_banner:before, .index_banner:after{
	content:'';
	display: table;
}
.index_a{
	width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
}
.index_a:before{
	content: '';
}
.index_banner img{
	width:100%;
}
/* Carousel */
.carousel-indicators {
  bottom: 0px;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.glyphicon-chevron-left:before{
  content: '\f053';
}

.glyphicon-chevron-right:before{
  content: '\f054';
}
.news_header{
	font-size:1.5em;
	line-height: 2em;
	margin:0.5em 1em;
    border-bottom: solid #fff;
}
.news_content{
	font-size:1.2em;
	margin:0.5em 1em;
}
.news_content>div{
	line-height: 2em;
  overflow: hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
}
/* news */
.news_title{
    margin-top: 70px;
	color:#3e3f3a;
}
.news_title h3, .news_title h1{
    padding-left: 30px;
	display:inline;
}
.news_title i{
	margin-left:1em;
	display: inline;
}
.news ul{
	padding-left: 1em;
	padding-right: 1em;
}
.news li{
	box-sizing: border-box;
    border-bottom: solid 1px #d0d0ce;
    margin-bottom: 0;
    vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px transparent;
	  position: relative;
	  overflow: hidden;
}
.news a{
	padding: 1em 0;
	display: block;
}
.content_profile li:before{
	content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.news li:hover:before{
	height: 4px;
	right: 0;
}
.news .news_context{
	color: #000;
	overflow:hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
	margin-bottom: 0em;
	margin-top:0.5em;
}
.fb_news{
	margin-top:1em;
}
.news .news_content{
  font-size: 1em;
}
.news .news_content img{
  width: 90% !important;
  height: auto !important;
  display: flex;
  margin: auto;
}
/* about profile */
#slider_profile{
	background: url(../img/about.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-position: 52% -5%;
    padding: 70px 0 80px 0;
    position: relative;
}
#slider_brand{
  background: url(../img/brand.png) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-position: 52% 0%;
    padding: 70px 0 80px 0;
    position: relative;
}
#slider_history{
  background: url(../img/history.png) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-position: 52% 0%;
    padding: 70px 0 80px 0;
    position: relative;
}
#slider_profile:before,#slider_brand:before,#slider_history:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #322e40, #1e5799);
    opacity: 0.8;
}
#slider_profile .block, #slider_brand .block, #slider_history{
	color: #E3E3E4;
}
.content_profile{
	padding:1.5em 0em;
}
.content_profile img, .content_brand img{
	max-width: 100%
}
.content_profile p, .content_brand p{
	line-height: 2em;
	font-size:1.1em;
}
.content_brand{
	padding:1.5em 0em;
	margin: 5em 0em;
}
/* TimeLine 
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50.5%;
    padding-top:1em;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.blue {
    background-color: #2e6da4 !important;
}

.timeline-badge.green {
    background-color: #3f903f !important;
}

.timeline-badge.orange {
    background-color: #f0ad4e !important;
}

.timeline-badge.red {
    background-color: #d9534f !important;
}

.timeline-badge.sky {
    background-color: #5bc0de !important;
}

.timeline-badge.coffee{
	background-color: #996633 !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

/*Fun begins*/
.tab_container_csr {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.tab_container_csr input,.tab_container_csr  section {
  clear: both;
  padding-top: 10px;
  display: none;
}

.tab_container_csr label {
  font-weight: 700;
  font-size: 18px;
  display: block;
  float: left;
  padding: 1.5em;
  width: 20%;
  color: #757575;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #f0f0f0;
}

.tab_container_csr #tab1:checked ~ #content1,
.tab_container_csr #tab2:checked ~ #content2,
.tab_container_csr #tab3:checked ~ #content3,
.tab_container_csr #tab4:checked ~ #content4,
.tab_container_csr #tab5:checked ~ #content5 {
  display: block;
  padding: 20px;
  background: #fff;
  border-bottom: 2px solid #f0f0f0;
}

.tab_container_csr .tab-content p,
.tab_container_csr .tab-content h3,
.tab_container_csr .tab-content ul,
.tab_container_csr .tab-content ol,
.tab_container_csr .tab-content h4 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.tab_container_csr .tab-content h3  {
  text-align: center;
  margin-bottom: 1em;
}

.tab_container_csr [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 3px #0CE;
}

.tab_container_csr [id^="tab"]:checked + label .fa {
  color: #0CE;
}

.tab_container_csr label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}

.tab_container_csr ul{
  margin: 0em;
  padding: 0em;
  list-style: disc;
}
.tab_container_csr ol{
  margin: 0em;
  padding: 0em;
}
.tab_container_csr li{
  margin-left:1.2em;
  padding-bottom: 1em;
  line-height: 1.8;
}
.tab_container_csr .tab-content .title{
	margin-left: 1em;
	margin-bottom: 1em;
}
.tab_container_csr .tab-content .title i{
	margin-right: .2em;
	width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
	background: #003826;
    font-family: Verdana;
    color: white;
    font-weight: 700;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    letter-spacing: -0.05em;
    white-space: nowrap;
	display: inline-block;
    text-decoration: none !important;
    vertical-align: middle;
    position: relative;
    top: 1em;
    margin-top: -2.1em;
    font-style: normal;
}
.tab_container_csr .tab-content .content{
	margin-left: 5em;
	margin-bottom: 3em;
	margin-right: 1em;
}
.tab_container_csr .tab-content hr{
	background-color: #000;
    height: 1px;
	margin: 30px 20px;
}
.tab_container_csr .tab-content a{
	color: #000;
}
.ecard_description{
  padding-bottom: 0.5em;
  border-bottom: 0.1em solid ;
  margin-bottom: 1.5em;
}

/*Media query*/
@media only screen and (max-width: 930px) {
  .tab_container_csr label span {
    font-size: 14px;
  }
  .tab_container_csr label .fa {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {

  .tab_container_csr label .fa {
    font-size: 16px;
  }

  .tab_container_csr {
    width: 98%;
  }
  .dante_news{
    font-size: 12px;
  }
  .tab_container_csr label {
      width: 50%;
  }
  .tab_container_csr_100{
    width:100% !important;
  }
  .tab_container_csr .tab-content .title{
	  margin-left: 0;
  }
  .tab_container_csr .tab-content .content{
	margin-left: 0;
	margin-right: 0;
  }
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 767px){
	.banner_large{
		display: none !important;
	}
	.banner_small{
		display: block !important;
	}
	.news_title h3, .news_title h1{
		margin-left: 0em;
		display:block;
	}
	.news_title i{
		margin-left: 0em;
		display: block;
	}
	#slider_profile,#slider_brand,#slider_history{
	    background-attachment: scroll;
	    background-position: 52% 50%;
	    padding: 25px 0 25px 0;
      text-align: center;
	}
	.content_profile{
		padding:0em;
	}
	ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 5em);
        width: -moz-calc(100% - 5em);
        width: -webkit-calc(100% - 5em);
    }

    ul.timeline > li > .timeline-badge {
        left: 1.3em;
        margin-left: 0;
        top: 1em;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .news .news_content img{
      width: 100% !important;
      height: auto !important;
    }
}
@media (min-width: 768px){
	.banner_large{
		display: block !important;
	}
	.banner_small{
		display: none !important;
	}
  .dante_news{
    font-size: 14px;

  }
  .tab_container_csr_100{
    width:unset !important;
  }
}
@media (min-width:992px) {
	.index_banner_top{
		padding-top: 2em;
	}
  .index_top_left{
    padding-right:0.4em;
  }
  .index_top_right{
    padding-left:0.4em;
  }
  .index_left{
    padding-right:0.6em;
  }
  .index_right{
    padding-left:0.6em;
  }
  .index_center_left{
    padding-left:0.2em;padding-right:0.4em;
  }
  .index_center_right{
    padding-left:0.4em;padding-right:0.2em;
  }
  .index_app{
    height:273px;
  }
}
@media (max-width: 991px){
  .dante_news{
    height:unset;
  }
}
@media (min-width: 1200px){
	#slider_profile{
		background-size: 80%;
	}
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}