.content {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

h1 span::before,
h1 span::before,
h1 span::before {
    content: '';
    position: absolute;
    background: url('../../img/line_titl2.png');
    height: 10px;
    width: 220px;
    background-repeat: no-repeat;
    background-position: center;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

h1 span::after,
h1 span::after,
h1 span::after {
    content: '';
    position: absolute;
    background: url('../../img/line_title.png');
    height: 10px;
    width: 220px;
    background-repeat: no-repeat;
    background-position: center;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.catagory-main .line-info {
    font-size: 22px;
    display: inline-block;
    background: #edf0f3;
    padding: 10px 18px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.catagory-main h2 {
    text-transform: uppercase;
    margin: 20px 0;
    color: var(--title-color);
}

.catagory-main h3,
.catagory-main h4 {
    margin-bottom: 10px;
    font-weight: 600;
}

.catagory-main img {
    margin-bottom: 20px;
    width: 600px;
    max-width: 100%;
}

.catagory-main p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
}

.catagory-main .line-info {
    font-size: 22px;
}

.catagory-main iframe {
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
}

.catagory-main table {
    width: 100%;
    margin-bottom: 20px;
}

.catagory-main table th,
.catagory-main table td {
    border: 1px solid #e7e7f1;
    padding: 10px;
    font-size: 16px;
}

.catagory-main ol {
    margin-left: 20px;
}

.catagory-main ol li {
    font-size: 16px;
    margin: 10px 0;
    list-style: auto;
}

.post-ralation ul li a {
    font-size: 16px;
    padding: 14px;
    display: block;
}

.post-ralation ul li:not(:last-child) {
    border-bottom: 1px dashed #ccc;
}

.detail-paragraph .description {
    background: #DAE7F3;
    padding: 20px;
    border: 2px dashed #1B649B;
    margin-bottom: 20px;
    font-size: 16px;
}

.share-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.share-social a {
    font-size: 16px;
    padding: 14px;
    display: block;
    border-radius: 6px;
    color: var(--white-color);
    margin-bottom: 20px;
}

.share-social a:hover {
    color: #ffd900;
    transition: all .3s linear;
}

.share-social li:not(:last-child) a {
    margin-right: 10px;
}

.facebook-social {
    background-color: #4b66b0;
}

.twitter {
    background-color: #449dee;
}

.pinterest {
    background-color: #b52223;
}

.telegram {
    background-color: #2c75b3;
}

.content.map iframe {
    width: 100%;
    max-height: 400px;
}

.contact-info p {
    font-size: 22px;
    margin-bottom: 30px;
}

.catagory-main.catagory-home .row {
    justify-content: space-between;
}

.catagory-main.catagory-home img {
    width: 100%;
    z-index: 1;
    position: relative;
}

.catagory-main .catagory-video video {
    z-index: initial;
    height: 93%;
}

.catagory-home.catagory-main .container>div.row:nth-of-type(even) video {
    height: auto;
    z-index: initial;
    top: 44%;
}

.catagory-main figure {
    background: #f0f0f0;
    width: 600px;
    max-width: 100%;
    margin: 20px auto;
}

.catagory-main figure img {
    margin-bottom: 0;
}

.catagory-main figcaption {
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

.new-title h2 {
    text-transform: none;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
}

h3.new-description {
    font-weight: unset;
}

h3.new-description p {
    font-size: 16px;
}