.pb-50 {
    padding-bottom: 50px !important;
}

.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row>div {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.bg-main {
    background: var(--color-main);
}
/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.entire-action-header {
    position: relative;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.header_banner {
    position: relative;
}

.header_banner .logo-section {
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
body > .container > div[nh-row] {
    background-color: var(--white);
    padding-left: 15px;
    padding-right: 15px;
}

body > .container > header {
    background-color: var(--color-main);
}

body > .container > footer > div[nh-row] {
    padding-left: 15px;
    padding-right: 15px;
}

.home-setting > .row > .col-md-9 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3.25px;
}

.home-setting > .row > .col-md-9 > div[class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.box-section-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.box-section-1 .inner-content {
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
}

.box-section-1 .inner-content .article-title a {
    color: var(--white);
    font-size: 22px;
}

.article-title {
    font-weight: 700;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 19px;
}

.article-title a {
    color: black;
}

.home .view-small {
    border: none;
    padding-bottom: 0;
}

.box-section-2 .view-small {
    margin-bottom: 9px;
}

.home .view-small .article-title a {
    font-size: 13px;
    color: var(--color-black);
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.box-section-6 .view-small .article-title a {
    font-size: 14px;
}

.wrp-title-section-2 {
    position: relative;
}

.wrp-title-section-2::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right,#0873dc,#fff3ed);
    left: 0;
    bottom: 0;
}

.title-section-1 {
    border-bottom: 1px solid var(--color-main);
    padding-bottom: 7px;
    margin-bottom: 13px;
    color: var(--color-main);
    position: relative;
    font-weight: 700;
    font-size: 16px;
}

.view-small {
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.view-small:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.title-section-5 {
    border-bottom: 3px solid var(--color-main);
    padding-bottom: 8px;
    margin-bottom: 15px;
    color: var(--color-main);
    position: relative;
    font-weight: 700;
    font-size: 16px;
}

.title-section-5::before {
    content: "";
    width: 50px;
    height: 3px;
    background-color: var(--color-main);
    position: absolute;
    left: 0;
    bottom: -3px;
}

.small-section-2 .article-title {
    font-size: 14px;
    font-weight: 500;
}

.small-section-2 {
    margin-bottom: 10px;
    border-bottom: 1px dotted #bdbdbd;
    padding-bottom: 0px;
}

.small-section-2:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.box-section-4 ul {
    margin: 0;
    padding: 0;
}

.box-section-4 ul li {
    list-style: none;
    margin-bottom: 15px;
}

.box-section-4 ul li a {
    display: block;
    padding: 18px 20px;
    position: relative;
    z-index: 2;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    transform: scale(1);
}

.box-section-4 ul li span {
    width: 80%;
    display: inline-block;
}

.box-section-4 ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.box-section-4 ul li a:hover {
    transform: scale(1.03);
}

.wrp-video-section article {
    position: relative;
    margin-bottom: 15px;
}

.wrp-video-section .article-title a {
    margin-top: 10px;
    font-size: 15px;
    color: var(--color-black);
    width: 100%;
    text-align: center;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wrp-video-section {
    position: relative;
}

.ratio-custome-1 {
    padding-top: 56.3%;
}

.small-section-1 {
    margin-bottom: 15px;
    background-color: var(--light);
    padding: 10px;
    border-radius: 4px;
}

.small-section-1 .post-date {
    font-size: 13px;
}

.small-section-1 .article-title {
    font-size: 13px;
}

.small-section-1 .article-title a {
    color: var(--color-black);
    font-weight: 600;
}

.box-section-6 {
    height: 290px;
    overflow: hidden scroll;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
body > .container > footer {
    background-color: white;
    border-top: 1px solid var(--color-main);
}

footer .logo-section img {
    max-height: 100px !important;
}

.social-section ul li a {
    display: inline-block;
    width: 24px;
    font-size: 16px;
    text-align: center;
    color: #666;
}

.entire-info-website a {
    color: black;
}

.header_mb {
    position: relative;
}
/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
.is-mobile .header_banner .logo-section {
    left: 10px;
}

.is-mobile .logo-section img {
    max-height: 50px;
}

.is-mobile .home-setting > .row > .col-3 {
    display: none;
}

.is-mobile .home-setting > .row > .col-9 {
    flex-basis: 100%;
    max-width: 100%;
}

.is-mobile .home-setting > .row > .col-9 > div[class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
    
@media (max-width: 768px) {
    .container {
        padding: 0;
    }
}

@media (max-width: 576px) {
    .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}



