/* Header mn */
.mobile_nav-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.mobile_nav-icon .icon {
    width: 25px;
    position: relative;
    text-align: right;
    display: flex;
    justify-content: end;
    flex-flow: column;
    align-items: end;
    gap: 5px;
}

.mobile_nav-icon .icon span {
    position: relative;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    width: 16px;
    height: 2px;
    background: var(--primary-color);
    display: inline-block;
}

.mobile_nav-icon .icon:before,
.mobile_nav-icon .icon:after {
    content: "";
    height: 2px;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    background: var(--primary-color);
    display: inline-block;
}

.mobile_nav-icon .icon:before {
    width: 20px;
}

.mobile_nav-icon .icon:after {
    width: 23px;
}

.mobile_nav-icon.rotate-mb .icon *,
.mobile_nav-icon.rotate-mb .icon:after,
.mobile_nav-icon.rotate-mb .icon:before {
    background-color: var(--second-color);
    width: 25px;
}
div#menu_bar form .search-field {
    border-radius: 4px;
    border: 1px solid var(--primary-color);
}
div#menu_bar form {
    margin-bottom: 15px;
}

div#menu_bar form.searchform button.ux-search-submit {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    font-size: 14px !important;
    padding: 0 !important;
    background: none;
    border: none;
    color: #000;
    line-height: 1;
    top: 0px;
}

div#menu_bar form.searchform .flex-col:last-child {
    width: 20px;
    height: 20px;
    left: auto;
    right: 5px;
    position: absolute;
}
div#menu_bar {
    position: absolute;
    top: 0;
    background: var(--primary-color);
    z-index: 99999;
    -webkit-box-shadow: 0 1px 8px #555555;
    -moz-box-shadow: 0 1px 8px #555555;
    -o-box-shadow: 0 1px 8px #555555;
    box-shadow: 0 1px 8px #555555;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    transform: translateX(-350px);
    transition: .5s;
    padding: 0 15px;
}

div#menu_bar.scroll-menu {
    transform: translateX(0);
    transition: .5s;
}

div#menu_bar .bar_close {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

div#menu_bar .bar_close i.fa.fa-times {
    font-size: 16px;
    margin-right: 5px;
}

div#menu_bar ul#header_menu>li {
    border: none;
    position: relative;
    margin: 0
}

div#menu_bar ul#header_menu>li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
}

div#menu_bar ul#header_menu>li>a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
    text-transform: initial;
}

div#menu_bar ul#header_menu>li button.toggle {
    position: absolute;
    right: 0;
    margin: 0;
    opacity: 1;
    color: #fff;
    top: 3px
}

div#menu_bar ul.sub-menu {
    border: none;
    padding: 0;
    margin: 0
}

div#menu_bar ul.sub-menu li a {
    color: #fff;
    font-size: 14px;
    height: 34px;
    display: flex;
    align-items: center;
    position: relative
}

div#menu_bar ul.sub-menu li a::before {
    content: "\f0da";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 5px;
    font-size: 14px;
    color: #fff;
}

div#menu_bar ul.sub-menu li {
    list-style: none;
    margin: 0;
    position: relative;
}

div#menu_bar ul#header_menu button.toggle:after {
    content: "\f067";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
    margin: 0;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%)
}

div#menu_bar i.icon-angle-down {
    display: none
}

div#menu_bar ul#header_menu button.toggle {
    width: 30px;
    min-height: 30px;
    height: 30px;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    right: 5px
}

div#menu_bar ul#header_menu .active>.toggle {
    transform: rotate(-180deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

div#menu_bar ul#header_menu ul.sub-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow-y: hidden;
    display: block!important;
    padding-left: 15px!important
}

div#menu_bar ul#header_menu li.active>ul.sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh
}

html.js.active body {
    overflow: hidden;
}
/*  */
div#wide-nav {
    background: linear-gradient(90deg,rgba(227, 44, 37, 1) 0%, rgba(1, 149, 73, 1) 50%, rgba(23, 28, 139, 1) 100%);
}

ul.nav.header-nav.header-bottom-nav {
    width: 100%;
    justify-content: space-between;
}

div#wide-nav .flex-col {
    width: 100%;
}

ul.nav.header-nav.header-bottom-nav li > ul.sub-menu:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #1c48c1;
    position: absolute;
    top: -8px;
    left: 59px;
    content: "";
}
ul.nav.header-nav.header-bottom-nav > li> .sub-menu {
    left: 0;
    top: 100%;
}

ul.nav.header-nav.header-bottom-nav > li >.sub-menu {
    opacity: 0; 
    pointer-events: none;
    -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg); 
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style-type: none;
    box-shadow: 0 0 10px 0px rgb(27 72 193 / 18%);
    border-top: 2px solid #1c48c1;
}

ul.nav.header-nav.header-bottom-nav > li >.sub-menu li a {
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: .875rem;
    color: #000;
    position: relative;
    text-transform: initial;
}
ul.nav.header-nav.header-bottom-nav > li.current-dropdown >.sub-menu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(400) rotate3d(0,0,0,0);

}
ul.nav.header-nav.header-bottom-nav > li >.sub-menu li a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background: linear-gradient(270deg, rgba(56, 133, 153, 1) 0%, rgba(16, 164, 201, 1) 100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
ul.nav.header-nav.header-bottom-nav > li >.sub-menu li a:hover::before {
    width: 100%;
    opacity: 1;
}
ul.nav.header-nav.header-bottom-nav > li >.sub-menu li a:hover{
    color: #fff !important;
}
/*  */
ul.nav.header-nav.header-bottom-nav > li .sub-menu {
    display: flex;
    flex-flow: column;
}

ul.nav.header-nav.header-bottom-nav > li .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background: #fff;
    width: 100%                                                                         ;
}

ul.nav.header-nav.header-bottom-nav > li .sub-menu > li {
    position: relative;
}

ul.nav.header-nav.header-bottom-nav > li .sub-menu > li {
    width: 100%;
}

ul.nav.header-nav.header-bottom-nav > li .sub-menu >li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}
ul.nav.header-nav.header-bottom-nav li > ul.sub-menu ul.sub-menu:before,
.nav-dropdown-has-arrow li.has-dropdown:after, 
.nav-dropdown-has-arrow li.has-dropdown:before
{
    display: none;
}
ul.nav.header-nav.header-bottom-nav .icon-angle-down:before{
    display: none;
}
ul.nav.header-nav.header-bottom-nav > li.has-dropdown > a > i {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M7.63207 10.264L4.71215 6.80128C4.22148 6.21928 4.63744 5.33334 5.40144 5.33334H11.5987C12.3627 5.33334 12.7787 6.21995 12.288 6.80128L9.36807 10.264C8.9154 10.8007 8.08474 10.8007 7.63207 10.264Z" fill="%23ffffff"/></svg>');
    width: 16px;
    height: 16px;
    opacity: 1;
    margin-left: 4px;
}
header .searchform input.search-field {
    box-shadow: none;
    border: none;
    border-radius: 99px;
}
header form.searchform {
    background-color: #fff;
    width: 415px;
    border-radius: 99px;
	    border: 1px solid #019549 !important;
}
header .searchform button.ux-search-submit.submit-button {
    width: 40px;
    height: 40px;
    border-radius:99px;
    align-items: center;
    background: none;
    border: none;
    color: var(--primary-color);
}

header .searchform {
    min-width: 400px;
}
.header_right {
    display: flex;
    gap: 26px;
    align-items: center;
}

.header_right a.header_item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header_right a.header_item .icon {
    background: var(--primary-color);
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
}
.header_right a.header_item .exceprt {
    display: flex;
    flex-flow: column;
    color: var(--primary-color);
}
.header_right a.header_item .exceprt span:last-child{
    color: var(--fs-color-secondary);
}
.absolute-footer {
    padding: 10px 0;
    background: #109b53;
}

.copyright-footer {
    color: #ffff;
}
#footer .ux-menu-title.flex {
    min-height: 50px;
}

#footer a.ux-menu-link__link.flex {
    font-size: 16px;
    padding: 0;
    min-height: 30px;
}

.icon-box.page_title {
    align-items: center;
    justify-content: center;
}
.icon-box.page_title .icon-box-text h2,.icon-box.page_title .icon-box-text {
    width: fit-content;
    flex: none;
}
.box.box_inet {
    border: 2px solid #e5e7eb00 !important;
    padding: 0;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
    background-color: #faf8f5;
    box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
    cursor: pointer;
}
.box.box_inet:hover {
    transform: scale(0.95);
    border: 2px solid #fe7b12 !important;
}
.box.box_inet .box-image {
    border-radius: 5px;
}
button.flickity-button.flickity-prev-next-button svg {
    display: none
}

button.flickity-button.flickity-prev-next-button.previous {
    background-image: url('data:image/svg+xml,<svg class="" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect x="-0.5" y="0.5" width="39" height="39" rx="19.5" transform="matrix(-1 0 0 1 39 0)" stroke="url(%23paint0_linear_4022_3979)"></rect><rect width="28" height="28" rx="14" transform="matrix(-1 0 0 1 34 6)" fill="%23FFCC00"></rect><path d="M26 19.9997H14M14 19.9997L18.6667 15.333M14 19.9997L18.6667 24.6663" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><defs><linearGradient id="paint0_linear_4022_3979" x1="0" y1="21.5" x2="36" y2="21.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFCC32"></stop><stop offset="1" stop-color="%23FFCC32" stop-opacity="0.2"></stop></linearGradient></defs></svg>')!important
}

button.flickity-button.flickity-prev-next-button.next {
    background-image: url('data:image/svg+xml,<svg class="" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect x="-0.5" y="0.5" width="39" height="39" rx="19.5" transform="matrix(-1 0 0 1 39 0)" stroke="url(%23paint0_linear_2150_3984)"></rect><rect width="28" height="28" rx="14" transform="matrix(-1 0 0 1 34 6)" fill="%23FFCC32"></rect><path d="M14 19.9997H26M26 19.9997L21.3333 15.333M26 19.9997L21.3333 24.6663" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><defs><linearGradient id="paint0_linear_2150_3984" x1="0" y1="21.5" x2="36" y2="21.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFCC32" stop-opacity="0.2"></stop><stop offset="1" stop-color="%23FFCC32"></stop></linearGradient></defs></svg>')!important
}

button.flickity-button.flickity-prev-next-button {
    background-repeat: no-repeat;
    margin: 0!important;
    opacity: 1;
}
.box.box_inet h3 {
    
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    padding: 0 0 10px;
    color: transparent;
    -webkit-background-clip: text;
    display: block;
    letter-spacing: 2px;
    background-image: linear-gradient(90deg, rgba(227, 44, 37, 1) 0%, rgba(1, 149, 73, 1) 50%, rgba(23, 28, 139, 1) 100%);
}

.box.box_inet .price {
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.box.box_inet .price p {
    color: #FFAB2D;
    font-weight: 600;
    font-size: 18px;
}

.box.box_inet  a.button {
    height: 43px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(rgb(254, 78, 1), rgb(253, 178, 39));
    color: #fff;
    border: none;
    margin-bottom: 10px;
    border-radius: 99px !important;
    width: 220px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    animation-name: pulse; 
    animation-delay: 0s; 
    animation-duration: 1s;
     animation-iteration-count: infinite;
}
.box.box_inet .text_note p {
    font-size: 12px;
}
.pulse{
    animation-name: pulse; animation-delay: 0s; animation-duration: 1s; animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.box.box_inet ul {
    list-style: none;
}

.box.box_inet ul li {
    display: flex;
    gap: 10px;
    font-weight: bold;
}

.box.box_inet ul li:before {
    content: "\f336";
    font-family: 'Font Awesome 6 pro';
    margin-right: 5px;
    font-size: 16px;
    color: red;
}
.img_border {
    border-radius: 5px;
    overflow: hidden;
}
.accordion .accordion-item {
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0px 4px 28px -4px rgba(0, 0, 0, 0.12);
}

.accordion .accordion-item:not(:last-child) {
    margin-bottom: 14px;
}

.accordion .accordion-item .accordion-title {
    border: none;
    padding: 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
    padding-right: 48px;
    background: #FAFAFA;
}
.accordion .accordion-item .accordion-title button.toggle {
    right: 24px;
    left: auto;
    top: 26px;
    border: none;
    height: 24px;
    width: 24px;
    margin: 0;
    min-height: 24px;
    background-image: url(/wp-content/uploads/2026/03/plus.svg);
    opacity: 1;
}
.accordion .accordion-item .accordion-title button.toggle i {
    display: none;
}
.accordion .accordion-item .accordion-title.active button.toggle {
    background-image: url(/wp-content/uploads/2026/03/minus.svg);
}
.accordion .accordion-item .accordion-title.active {
    padding-bottom: 8px;
    background: #fff;
}

.accordion .accordion-item .accordion-inner {
    padding: 0 24px 24px;
    background: #fff;
}

.accordion .accordion-item .accordion-inner p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
 .ss_breadcrumb {
    padding: 10px 0;
}

nav.rank-math-breadcrumb p {
    font-weight: bold;
    font-size: 14px;
}
.ss_breadcrumb p {
    margin: 0;
}
nav.rank-math-breadcrumb p a {
    color: var(--fs-color-secondary);
}
nav.rank-math-breadcrumb a:first-child:before {
    content: "\f015";
    font-family: "Font Awesome 6 Pro";
    margin-right: 5px;
}
nav.rank-math-breadcrumb span.separator {
    margin: 0 5px;
}

.box_footer  .col-inner {
    background: linear-gradient(90deg, #377dcd 0%, #03A588 100%);
}

.box_footer  p {
    margin-bottom: 0;
}

.box_footer  a.button.white.is-outline {
    border: 2px solid #fff;
    height: 40px;
    padding: 0 30px;
    color: #fff !important;
    margin: 0 !important;
}
.box_footer a.button.white.is-outline:hover {
    color: #3182c5 !important;
}
.wpcf7-form-control {
    border: 1px solid #377dcd !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    height: 40px !important;
}

textarea.wpcf7-form-control.wpcf7-textarea.address {
    min-height: 60px !important;
}

.form-group ul li {
    list-style: none;
    display: flex;
    gap: 10px;
    font-weight: bold;
    font-size: 14px;
}

.form-group ul li:before {
    content: "\f467";
    font-family: 'Font Awesome 6 pro';
    margin-right: 5px;
    font-size: 16px;
    color: #2196f3;
}
.box.box-inet2 {
    box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}

.box.box-inet2 .box-image {
    border-radius: 7px;
    overflow: hidden;
}

.box.box-inet2 .box-text {
    padding: 15px 0 0;
}

.box.box-inet2 .box-text a.button.primary {
    width: 100%;
    border-radius: 5px;
    background: none;
    border: 1px solid #FF792D;
    color: #FF792D;
}

.box.box-inet2 .box-text .text_list {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.box.box-inet2 .box-text .text_list ul {
    list-style: none;
    text-align: left;
    margin: 0;
}

.box.box-inet2 .box-text .text_list ul li {
    display: flex;
    gap: 10px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    align-items: revert;
    line-height: 24px;
}

.box.box-inet2 .box-text .text_list ul li:before {
    content: "\f762";
    font-family: 'Font Awesome 6 pro';
    margin-right: 5px;
    font-size: 16px;
    color: #2196f3;
}

.box.box-inet2 .box-text p span:first-child {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    word-break: break-all;
    color: #000000;
    opacity: 0.5;
    width: 100%;
    display: inline-block;
}

.box.box-inet2 .box-text p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #333333;
    font-weight: bold;
}

.box.box-inet2 .box-text p span.month {
    font-size: 12px;
    color: #000000;
    opacity: 0.5;
}
.image_content {
    margin: 0 auto;
}
.section-title b {
    background-color: transparent !important;
}

.section-title-center span:after {
    content: "";
    display: table;
    clear: both;
    background: url(/wp-content/uploads/2026/03/styled-line-1.png);
    width: 100%;
    height: 25px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0;
    margin-top: 10px;
}
.container.section-title-container {
    margin: 0;
}
span.section-title-main {
    min-width: 450px;
}
.box.box-inet2.box_bg {
    padding: 0;
    overflow: hidden;
}

.box.box-inet2.box_bg .box-text {
    position: absolute;
    top: 0;
    padding: 10px;
    height: 100%;
    z-index: 1;
}

.box.box-inet2.box_bg .box-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000091;
    z-index: 1;
}

.box.box-inet2.box_bg .box-text * {
    color: #fff !important;
}

.box.box-inet2 .box-text .text_list ul li {
    margin-left: 0;
}

.box.box-inet2.box_bg .box-text .box-text-inner {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.box.box-inet2 .box-text a.button.primary {
    margin-top: 20px;
    margin-bottom: 0;
}

.box.box-inet2 .box-text .text_list {
    flex: 1;
}

.box.box-inet2.box_bg:hover .box-image:before {
    background: #00000091;
    z-index: 1;
}
.list_post .col .box {
    border: 1px solid #e5e7eb !important;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.list_post .col .box .box-text {
    padding: 15px;
    font-size: 14px;
}

.list_post .col .box .box-text a.post-title.text-split {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
.list_post .col .box .box-text a.xem_them {
    margin-top: 10px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #03A9F4;
}
.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
}

.list_post .col .box .box-text .box_date {
    color: #5d8357;
}
.row.home_new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
    gap: 16px;
}


.row.home_new .col.post-item:not(:first-child) .box {
    display: flex;
    align-items: center;
}

.row.home_new .col.post-item:not(:first-child) .box .box-image {
    border-radius: 10px;
    min-width: 318px;
    height: 176px;
}

.row.home_new .box .box-image .image-cover,.row.home_new .box .box-image .image-cover img {
    height: 100%;
    object-fit: cover;
}
.row.home_new .col.post-item:not(:first-child)  .box .box-text {
    padding: 0 0 0 16px !important;
    text-align: left;
}
.row.home_new .col.post-item:first-child .col-inner, .row.home_new .col.post-item:first-child a,.row.home_new .col.post-item:first-child .col-inner .box {
    height: 100%;
    display: block;
}
.row.home_new .col.post-item:first-child p.from_the_blog_excerpt {
    -webkit-line-clamp: 3;
}
.row.home_new .col.post-item:first-child .col-inner .box h5.post-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
.post-item .box {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 4px 28px -2px rgba(0, 0, 0, 0.08);
    padding: 8px;
}

.post-item .box .box-image {
    border-radius: 10px;
}

.post-item .box h5.post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-transform: capitalize;
}
.meta_blog {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin: 8px 0;
}

p.from_the_blog_excerpt {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.post-item .box .box-text {
    padding: 16px;
}
.row.home_new .col.post-item:first-child{
    box-shadow: 0px 4px 28px -2px rgba(0, 0, 0, 0.08);
}
.list_social .img {
    width: 42px !important;
}

.list_social {
    margin-top: 10px;
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (min-width: 1023px){
    .row.home_new .col.post-item:first-child {
        grid-row: 1/4;
        grid-column: 1/2;
        position: relative;
        overflow: hidden;
    }
    
}
@media (width: 1024px){

}
@media (max-width: 1024px){

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){
    .row.home_new .col.post-item:not(:first-child) .box .box-image {
        border-radius: 10px;
        min-width: 162px;
        height: 148px;
    }
}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
    .box_footer p {
        margin-bottom: 15px;
    }
    .row.home_new {
        grid-template-columns: repeat(1, 1fr);
    }
    span.section-title-main {
        min-width: 100%;
        margin: 0;
    }
}