.category-content {
    display: flex;
}

.item-news {
    justify-content: center;
}

.category-title {
    margin-bottom: 38px;
    text-align: center;
}

.category-title h2 {
    font-size: 30px;
    color: #1e647d;
}

.category-title p {
    color: #1E647D;
    max-width: 640px;
    font-size: 16px;
    line-height: 1.5;
    margin: auto auto 0;
}

@media (min-width: 992px) {
    .big-item {
        margin-right: 19px;
    }
}

.big-item .big-image {
    overflow: hidden;
}

.big-item .big-image {
    margin-bottom: 13px;
}

.big-image img {
    transform: scale(1);
    transition: transform 0.4s ease-in-out 0s;
    animation: 1s ease 0s 1 normal none running fade-in;
    width: 100%;
}

.big-image:hover img {
    transform: scale(1.1);
}

.big-item p {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.06px;
    color: #1E647D;
}

.small-item {
    flex: 1 1 0%;
}

.small-item a {
    padding-bottom: 19px;
    border-bottom: 1px solid #f0f2f2;
    margin-bottom: 20px;
    display: flex;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}

.small-item .small-image {
    overflow: hidden;
    max-width: 105px;
    height: 100px;
}

.small-info-news {
    flex: 1 1 0%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.small-title-news {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
}

.small-title-news p {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.06px;
    color: #1e647d;
    margin-bottom: 4px;
}

.small-info-news .icon {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.small-info-news .icon img {
    height: 12px;
    width: 12px;
}

.small-image img {
    transform: scale(1);
    transition: transform 0.4s ease-in-out 0s;
    animation: 1s ease 0s 1 normal none running fade-in;
    width: 100%;
}

.small-image:hover img {
    transform: scale(1.1);
}

.btn-container {
    margin-bottom: 24px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.category_btn {
    height: 40px;
    padding: 0;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    min-width: 154px;
    border: 2px solid #FF5D52;
    font-weight: 600;
    cursor: pointer;
    border-radius: 20px;
}

.category_btn span {
    color: #FF5D52;
    font-size: 19px;
    font-family: var(--font-pampers-semi-bold);
}

.btn-container:hover .category_btn {
    background: #FF5D52;
}

.btn-container:hover .category_btn span {
    color: #fff;
}

.line-break {
    margin-bottom: 30px;
    position: relative;
}

.line-break img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: #fff;
}

.line-break:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #d8d8d8;
    left: 0;
    z-index: -1;
}

.bread-crumb-news {
    display: flex;
    align-items: center;
}

.bread-crumb-news li {
    font-size: 12px;
}

.bread-crumb-news li a {
    text-decoration: underline;
    color: #00818A;
}

.bread-crumb-news > li:not(:last-child):after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    display: inline;
    margin: 5px;
}

.tittle-news {
    margin-bottom: 29px;
    font-size: 56px;
    line-height: 1.2;
    color: #1e647d;
    font-family: var(--font-primary-bold), Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.PublishedDate {
    margin-bottom: 56px;
}

.menu-news-left {
    position: sticky;
    top: 20px;
}

.sticky-news {
    padding-bottom: 40px;
    display: block;
    width: 310px;
    z-index: 1;
    background: #fff;
}

.sticky-news .field {
    margin-right: -5px;
    display: block;
    border-radius: 2px;
    border: solid 1px #f0f2f2;
    padding-inline-start: 12px;
}

.sticky-news .field p {
    top: -12px;
    position: absolute;
    background-color: #fff;
    color: #1e647d;
    width: fit-content;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    min-width: 110px;
    padding: 0 8px;
    margin-left: -5px;
}

.sticky-news .field ul {
    list-style-type: none;
    padding-inline-start: 0;
    margin: 26px 36px 15px 10px;
    text-align: left;
    position: relative;
}

.sticky-news .field ul li {
    position: relative;
    margin: 0;
    margin-bottom: 24px;
    padding-left: 15px;
}

.sticky-news .field ul li:before {
    content: '';
    position: absolute;
    background: #1e647d;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.sticky-news .field ul:before {
    content: '';
    position: absolute;
    background: #1e647d;
    height: calc(100% - 26px);
    width: 0.1rem;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
}

.share-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.left-share h2, .right-share h2 {
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    color: #5C5C5C;
    letter-spacing: 0.03px;
}

.right-share ul {
    flex-wrap: nowrap;
    display: flex;
    padding-left: 2px;
}

.right-share ul li {
    padding: 0 5px;
}

.right-share ul li:first-child {
    padding-left: 0;
}

.right-share ul li img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.tag-news {
    padding: 20px 0 10px;
    border-top: 1px solid #f0f2f2;
}

.tag-news h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.05px;
    color: #00A3A3;
}

.list-tag-news {
    padding: 15px 0;
    display: flex;
    align-items: center;
    overflow: visible;
    flex-wrap: wrap;
}

.list-tag-news a {
    font-size: 16px;
    white-space: nowrap;
    text-decoration: none;
    border: 1px solid #1e647d;
    color: #1e647d;
    border-radius: 5px;
    line-height: 1.5;
    padding: 6px 8px 8px;
    margin-bottom: 10px;
    text-transform: capitalize;
    margin-right: 8px;
}

.list-tag-news a:hover {
    color: #fff;
    background-color: #1e647d;
}

@media (min-width: 992px) {
    .small-item a {
        min-width: 300px;
    }

    .small-title-news {
        max-width: 180px;
        padding-bottom: 3px;
    }

    .btn-container {
        margin-bottom: 32px;
    }
}

@media (max-width: 768px) {
    .category-content {
        flex-wrap: wrap;
    }

    .big-item {
        padding-bottom: 20px;
    }

    .relatedNews {
        order: 2;
    }

    .menu-news-left {
        position: unset;
    }

    .sticky-news {
        width: 100%;
    }

    section.main-about-us .block_2 h1 {
        font-size: 40px;
    }
    section.main-about-us .block_2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    section.main-about-us .block_3 h2 {
        font-size: 30px;
    }
    section.main-about-us .block_3 .content {
        padding: 20px 10px;
    }
    section.main-about-us .block_4 h3 {
        font-size: 30px;
    }
    section.main-about-us .block_4 .header .header-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    section.main-about-us .block_4 .header-inner .content {
        padding: 0;
    }
    section.main-about-us .block_4 .item {
        text-align: center;
    }
    section.main-about-us .block_4 .item .name {
        font-size: 17px;
    }
}

.main-about-us {
    line-height: 1.6;
}

.main-about-us .block_2, .main-about-us .block_1 {
    padding-left: 2%;
    padding-right: 2%;
}
.main-about-us .block_1 img {
    border-radius: 45px;
    width: 100%;
    object-fit: scale-down;
}

.main-about-us .block_2 h1 {
    font-size: 90px;
}

.main-about-us .block_2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.main-about-us .block_3 {
    background: radial-gradient(circle at 0% 50%, #1E0840 0%, #0199A1 100%);
}

.main-about-us .block_3 .content {
    padding: 12%;
    color: #fff;
}

.main-about-us .block_3 h2 {
    font-size: 70px;
    color: #fff;
    margin-bottom: 20px;
}

.main-about-us .block_4 h3 {
    font-size: 46px;
    color: #fff;
}

.main-about-us .block_4 {
    background: #085659;
    padding-top: 40px;
    margin-bottom: 30px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.main-about-us .block_4 .header .header-inner {
    padding-left: 12%;
    padding-right: 12%;
}

.main-about-us .block_4 .item img {
    border-radius: 20px;
}

.main-about-us .block_4 .item .name {
    font-size: 32px;
}

.main-about-us .block_4 .content {
    padding: 0 10px;
}

.main-about-us .inner-box {
    padding-right: 6%;
    padding-left: 6%;
}

.main-about-us .block_5 {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 30px;
}

.main-about-us .block_5 h2 {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 28px;
    color: #fff;
}

.main-about-us .block_5 .main-video {
    border-radius: 25px;
    overflow: hidden;
}