@import url(templates/_template-1.css);

@import url(banner/_banner.css);
@import url(breadcrumb/_breadcrumb.css);

@import url(schedule/_schedule.css);


.psc-section {
    padding-bottom: unset;
}
.content-write img{
    max-width: 100%;
}
.widget {
  margin-bottom: 25px; }
  .widget-header {
    color: #454545;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    box-shadow: none;
    text-align: justify;
    background: none;
}
  .widget-content {
    font-size: 15px; }
    .widget-content a {
      color: #666; }
      .widget-content a:hover {
        color: #d6221a; }
  .widget .date {
    font-size: 12px; }
.widget ul{
    padding-left: 12px;
}
ul.bullet-red {
  list-style-image: url(../imgs/bullet.png);
  margin: 10px 0 0 5px; }
  ul.bullet-red li > * {
    margin-left: 10px; }

.share-article {
  list-style: none; }
  .share-article li {
    display: inline-block;
    font-size: 25px; }
    .share-article li a {
      padding: 15px;
      font-size: 1rem;
      -webkit-transition: all 0.6s ease-in-out 0s;
      -moz-transition: all 0.6s ease-in-out 0s;
      -ms-transition: all 0.6s ease-in-out 0s;
      -o-transition: all 0.6s ease-in-out 0s;
      transition: all 0.6s ease-in-out 0s; }
      .share-article li a:hover {
        background: #d6221a; }
        .share-article li a:hover .fa-brands,.share-article li a:hover .fa {
          color: #fff; }
  .share-article .fa-print {
    color: #7d7d7d; }
  .share-article .fa-facebook {
    color: #3b5999; }
  .share-article .fa-google-plus {
    color: #dd4b39; }
  .share-article .fa-twitter {
    color: #55acee; }