﻿.Quatrinh_XuLy {
    float: left;
    width:100%;
    background-color: #f9f5f5;
    padding: 10px;
    border: 1px dashed #afaeae;
    margin-top: 10px;
}

.ChiTiet_TieuDe {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

.content-xl {
    padding: 0 20px;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}

.img_back {
    width: 90%;
}

.a-back-btn{
    width: 100px;
}

/*ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #22c0e8;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }
*/
/*.Name {
    color: #0056b3;
    font-weight: bold;
}*/

.timeline-header {
    margin: 0;
    color: #0056b3;
    border-bottom: 1px solid #22c0e8;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    background-color: #dfecef;
}




.slide-pa {
  float: left;
  width: 100%;
  position: relative; }
  /*.slide-pa:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
    background: linear-gradient(black 0%, transparent 100%);
    opacity: 0.42;
    z-index: 2; }*/
  .slide-pa .carousel-home {
    float: left;
    width: 100%; }
    .slide-pa .carousel-home img {
      height: 500px;
      -o-object-fit: cover;
         object-fit: cover; }
    .slide-pa .carousel-home .owl-nav {
      margin: 0 !important;
      z-index: 3; }
      .slide-pa .carousel-home .owl-nav .owl-next {
        position: absolute;
        background: url(../Images/right-arrow.png) no-repeat center;
        background-size: 100%;
        margin: 0;
        padding: 0;
        width: 29px;
        height: 65px;
        top: calc(50% - 32px);
        right: 10px;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        text-indent: 9999px; }
        .slide-pa .carousel-home .owl-nav .owl-next:hover {
          background: url(../Images/right-arrow.png) no-repeat center; }
      .slide-pa .carousel-home .owl-nav .owl-prev {
        position: absolute;
        background: url(../Images/left-arrow.png) no-repeat center;
        background-size: 100%;
        margin: 0;
        padding: 0;
        width: 29px;
        height: 65px;
        top: calc(50% - 32px);
        left: 10px;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        text-indent: 9999px; }
        .slide-pa .carousel-home .owl-nav .owl-prev:hover {
          background: url(../Images/left-arrow.png) no-repeat center; }
    .slide-pa .carousel-home:hover .owl-nav .owl-prev,
    .slide-pa .carousel-home:hover .owl-nav .owl-next {
      opacity: 1; }
 