﻿.nav-container {
    margin-top: 10px;
}
/*=============== backtotop====================*/
.backtotop {
  /*background-color: #2689EF;*/
  background: rgb(28, 85, 153);
  width: 40px;
  height: 40px;
  bottom: 15px;
  z-index: 999;
  right: 12px;
  padding: 5px 0;
  border: 1px solid;
  overflow: hidden;
  position: fixed;
  display: block;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff; 

}

.backtotop i {
  font-size: 27px;
  margin: 0;
  padding-right: 0;
  display: block; }

.backtotop:hover {
  color: #fff; }


/*share button mobile*/
  @media(max-width:600px){
	  .Social-Network .icon-nw {
    width: 40px;
text-align: center;
  }
  .Social-Network div {
    text-align: right;
}
}
.Highlight {
    color: #00745a;
    font-weight: bold;
}

ul.style-3{
    /*list-style-image: url(/Resources/Images/bullet.png);*/
    list-style-type: disc;
    margin: 10px 0 0 5px;
}

.widget .date-artiold{
    font-size:12px;
}
.date-artiold {
    font-style: italic;
    margin-bottom: 15px;
}

.content-write *{
	    font-family: "Roboto", Arial, Helvetica, sans-serif!important;
font-size: 13px!important;
}


.pull-right .style-3 .content .ellipsis{
   font-family: "Roboto", Arial, Helvetica, sans-serif!important;
font-size: 13px!important;
}
/*29/03/2018*/
.thumb{
    width: 170px;
    float: left;
    margin-right: 15px;
}
.thumb img{
    width:100%;
}
.widget-wrapper{
    padding-bottom:12px;
}
.description{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hdxh{
    width: 100%;
    float: left;
    font-family:"Roboto", Arial, Helvetica, sans-serif;
}
ul.list{
    margin: 10px 0 0 20px;
}
.txt-header{
    color: #414141;
    font-family: "Noto Serif", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    text-transform:uppercase;
}
a{
   color: #414141;
}
.style-2{
   margin: 0 0 20px 0!important;
}
/*=======Video Youtube=======*/
.main-video iframe {
    width: 100%;
    height: 600px;
    text-align: center;
    margin-top: 10px;
}

.color-namevideo {
    color: #0f5398;
    font-weight: bold;
}

.list-video iframe {
    width: 100%;
    min-height: 300px;
}

.list-video .col-sm-6.col-lg-4:nth-child(3n+1) {
    clear: both;
}
/*============En==============*/