@import url("https://cdn.autoketing.org/sdk-cdn/popup-fullsize/fonts/SF_Pro_Display/SF_Pro_Display.css");

input#menu {
    display: none
}

.icon {
    background: #fff;
    cursor: pointer;
    display: block;
    height: 24px;
    padding: 16px;
    width: 24px
}

label.icon {
    position: fixed;
    z-index: 200;
    top: 5px;
    left: 0
}

.icon .menu,
.icon .menu::before,
.icon .menu::after {
    background: #9fb1bd;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
    width: 25px
}

.icon:hover .menu,
.icon:hover .menu::before,
.icon:hover .menu::after {
    background: #7d7d7d
}

.icon .menu {
    left: 18px;
    top: 27px
}

.icon .menu::before {
    top: -8px
}

.icon .menu::after {
    top: 8px
}

#menu:checked+.icon .menu {
    background: transparent
}

#menu:checked+.icon .menu::before {
    transform: rotate(45deg)
}

#menu:checked+.icon .menu::after {
    transform: rotate(-45deg)
}

#menu:checked+.icon .menu::before,
#menu:checked+.icon .menu::after {
    top: 0;
    transition: top ease 0.3s, transform ease 0.3s 0.3s
}

nav {
    background: #dfd8d8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 100vh;
    position: fixed;
    transition: left ease 0.6s;
    width: 100vw;
    z-index: 1990;
    top: 64px;
    left: -100vw;
    overflow: hidden
}

#menu:checked~nav {
    left: 0;
    transition: left ease 0.6s
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

nav li {
    cursor: pointer;
    display: block;
    padding-left: 16px;
    white-space: nowrap
}

nav i {
    color: #9fb1bd;
    margin-right: 24px;
    vertical-align: text-bottom
}

/*!* Handle *!*/
/*!* Handle on hover *!*/
@font-face {
    font-family: "Google Sans";
    src: url("/wp-content/themes/hls_theme/assets/fonts/GoogleSans-Regular.otf")
}

@font-face {
    font-family: "Google Sans";
    src: url("/wp-content/themes/hls_theme/assets/fonts/GoogleSans-Medium.ttf");
    font-weight: 500
}

@font-face {
    font-family: "Google Sans";
    src: url("/wp-content/themes/hls_theme/assets/fonts/GoogleSans-Black.ttf");
    font-weight: 900
}

@font-face {
    font-family: "Google Sans";
    src: url("/wp-content/themes/hls_theme/assets/fonts/GoogleSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Google Sans";
    src: url("/wp-content/themes/hls_theme/assets/fonts/GoogleSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}

.ismb {
    display: none
}

@media screen and (max-width: 768px) {
    .ismb {
        display: block
    }
}

::-webkit-scrollbar {
    width: 8px
}

a {
    color: unset
}

.fs-10 {
    font-size: 0.625rem
}

.fs-11 {
    font-size: 0.6875rem
}

.fs-12 {
    font-size: 0.75rem
}

.fs-13 {
    font-size: 0.8125rem
}

.fs-14 {
    font-size: 0.875rem
}

.fs-15 {
    font-size: 0.9375rem
}

.fs-16 {
    font-size: 1rem
}

.fs-17 {
    font-size: 1.0625rem
}

.fs-18 {
    font-size: 1.125rem
}

.fs-20 {
    font-size: 1.25rem
}

.fs-21 {
    font-size: 1.3125rem
}

.fs-22 {
    font-size: 1.375rem
}

.fs-23 {
    font-size: 1.4375rem
}

.fs-24 {
    font-size: 1.5rem
}

.fs-25 {
    font-size: 1.5625rem
}

.fs-26 {
    font-size: 1.625rem
}

.fs-28 {
    font-size: 1.75rem
}

.fs-30 {
    font-size: 1.875rem
}

.fs-32 {
    font-size: 2rem
}

.fs-35 {
    font-size: 35px
}

.fs-36 {
    font-size: 2.25rem
}

.fs-38 {
    font-size: 38px
}

.fs-40 {
    font-size: 40px
}

.fs-48 {
    font-size: 3rem
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.w-1140 {
    max-width: 71.25rem;
    margin: 0 auto
}

.w-1176 {
    max-width: 73.5rem;
    margin: 0 auto
}

.w-1258 {
    max-width: 1258px;
    margin: 0 auto
}

.w-835 {
    max-width: 835px;
    margin: 0 auto
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #a79090;
    border-radius: 30px
}

body {
    font-family: "Google Sans"
}

#toast-container {
    z-index: 9999999
}

::-webkit-scrollbar-thumb {
    background: #a79090;
    border-radius: 30px
}

::-webkit-scrollbar-thumb:hover {
    background: #a79090
}

img {
    max-width: 100%
}

.padding__left__none {
    padding-left: 0 !important
}

.padding__top__none {
    padding-top: 0 !important
}

.padding__bottom__none {
    padding-bottom: 0 !important
}

.padding__right__none {
    padding-right: 0 !important
}

.margin__left__none {
    margin-left: 0 !important
}

.margin__top__none {
    margin-top: 0 !important
}

.margin__bottom__none {
    margin-bottom: 0 !important
}

.margin__right__none {
    margin-right: 0 !important
}

.reset_style_link {
    text-decoration: none
}

.reset_style_link:hover {
    text-decoration: none
}

.container-fluid {
    width: 90% !important
}

input:focus::placeholder {
    color: transparent
}

textarea:focus::placeholder {
    color: transparent
}

main {
    margin-top: 90px
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    background: white;
    z-index: 1000000;
    border-bottom: 1px solid #ebebeb
}

header .menu__header {
    width: 100%
}

header .menu__header .list__menu__header {
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 30px 50px
}

header .menu__header .list__menu__header li {
    position: relative;
    display: inline-block
}

header .menu__header .list__menu__header li a {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #787878;
    text-decoration: none;
    transition: 0.3s
}

header .menu__header .list__menu__header li a:hover {
    color: #57B33E
}

header .menu__header .list__menu__header li .navigation-bar-item__dropdown {
    padding-left: 20px;
    position: absolute;
    margin-top: 0.2rem;
    z-index: 100;
    display: none;
    box-shadow: 0px 2px 8px #28293d14, 0px 20px 32px #6061703d
}

header .menu__header .list__menu__header li .navigation-bar-item__dropdown li.navigation-bar-item__children {
    min-width: max-content;
    border-bottom: 0.5px solid #ebebeb;
    padding-bottom: 12px;
    margin-top: 7px !important;
    padding-right: 40px
}

header .menu__header .list__menu__header li .navigation-bar-item__dropdown li.navigation-bar-item__children a {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    color: #27343a;
    padding: 0 !important;
    display: flex;
    text-transform: capitalize !important
}

header .menu__header .list__menu__header li .navigation-bar-item__dropdown li.navigation-bar-item__children a:hover {
    color: #57B33E;
    text-decoration: unset
}

header .menu__header .list__menu__header li i {
    color: #787878
}

header .infor__header .list__infor__header {
    width: 135px;
    display: flex;
    padding: 32px 0
}

header .infor__header .list__infor__header li {
    position: relative;
    display: inline-block;
    margin: 0 5px
}

header .infor__header .list__infor__header li a {
    color: #57B33E;
    padding: 0 5px;
    margin: 0 5px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700
}

header .infor__header .list__infor__header li .menu-lang {
    display: flex;
    flex-direction: column;
    right: 0;
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
    padding: 0 8px;
    visibility: hidden
}

header .infor__header .list__infor__header li .menu-lang .link__change__language {
    height: 100%;
    text-align: center;
    color: #27343a !important;
    text-transform: unset;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    width: 90px;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px
}

header .infor__header .list__infor__header li .menu-lang .link__change__language img {
    margin-right: 6px
}

header .infor__header .list__infor__header li .menu-lang .link__change__language:last-child {
    border-top: solid 0.5px #ebebeb
}

header .infor__header .list__infor__header li .menu-lang .link__change__language:hover {
    background: #f1f1f1
}

header .infor__header .change__language {
    color: #787878;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer
}

header .infor__header .acction__change__language.active .menu-lang {
    visibility: visible
}

header .logo__header img {
    object-fit: contain;
    padding: 0;
    height: 75px;
}

.logo__footer img {
    height: 90px;
    width: auto;
}

header .menu__header__mobile__layout {
    display: none
}

header .menu__header__mobile__layout .menu__header__mobile {
    margin-top: 30px;
    font-size: 30px;
    display: block;
    color: #57B33E;
    cursor: pointer;
    width: 24px
}

header .menu__header__mobile__layout .close__menu__mobile {
    margin-top: 30px;
    font-size: 30px;
    display: block;
    color: #57B33E;
    cursor: pointer;
    width: 24px;
    display: none
}

header .menu__list__header {
    width: 40%;
    height: 100%;
    top: 70px;
    z-index: 1;
    background: white;
    display: none
}

header .menu__list__header .content__list__menu__header {
    width: 80%;
    height: 100%;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    padding-top: 20px
}

header .menu__list__header .content__list__menu__header .list__menu__mobile {
    list-style: none
}

header .menu__list__header .content__list__menu__header .list__menu__mobile form .search__header__input {
    outline: none;
    border: none;
    border: 0.5px solid #ebebeb;
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
    position: relative
}

header .menu__list__header .content__list__menu__header .list__menu__mobile form .search__header__input::placeholder {
    color: #27343a
}

header .menu__list__header .content__list__menu__header .list__menu__mobile form .search__header__input:focus {
    border: 1px solid #57B33E
}

header .menu__list__header .content__list__menu__header .list__menu__mobile form img {
    position: absolute;
    top: 11px;
    right: 15px;
    width: 24px;
    height: 24px
}

header .menu__list__header .content__list__menu__header .list__menu__mobile li {
    padding: 10px 0
}

header .menu__list__header .content__list__menu__header .list__menu__mobile li:last-child {
    border-bottom: 0
}

header .menu__list__header .content__list__menu__header .list__menu__mobile li a {
    padding-right: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #27343a
}

footer .backgound__footer {
    border-top: 0.5px solid #A9ACAA
}

footer .backgound__footer .backgound__footer__image {
    width: 100%;
    height: 100%;
    background: #ffffff
}

footer .backgound__footer .backgound__footer__image .footer-left {
    background-color: #F8FAFC
}

footer .backgound__footer .backgound__footer__image .footer-left .content-left {
    padding-top: 40px;
    margin-right: 145px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    background-image: url(/wp-content/themes/hls_theme/assets/images/nav-footer.svg);
    background-size: 550px
}

footer .backgound__footer .backgound__footer__image .footer-left .content-left .info-left {
    width: 428px;
    margin-left: auto
}

footer .backgound__footer .backgound__footer__image .footer-right {
    margin-left: -145px;
    background: white
}

footer .backgound__footer .backgound__footer__image .footer-right .content-right {
    padding-top: 65px;
    width: 702px;
    margin-left: 30px
}

footer .backgound__footer .backgound__footer__image .footer-right .coppy-footer {
    border-top: 0.5px solid #A9ACAA;
    padding-top: 15px;
    margin-right: -160px;
    margin-top: 90px;
    margin-left: -15px
}

footer .backgound__footer .backgound__footer__image .ft1 p {
    margin-bottom: 5px
}

footer .backgound__footer .backgound__footer__image .ft2 {
    padding-left: 60px
}

footer .backgound__footer .backgound__footer__image .ft2 p {
    margin-bottom: 0px
}

footer .backgound__footer .backgound__footer__image .ft3 {
    padding-left: 0px;
    margin-left: -20px;
    margin-right: 20px
}

footer .backgound__footer .backgound__footer__image .ft3 p {
    margin-bottom: 0px
}

footer .backgound__footer .backgound__footer__image p.address__footer {
    margin-top: 67px;
    margin-bottom: 35px;
    padding-right: 60px
}

footer .backgound__footer .backgound__footer__image p {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #27343A
}

footer .backgound__footer .backgound__footer__image p .link-phone-email {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #27343A
}

footer .backgound__footer .backgound__footer__image p .link-phone-email i {
    color: #57B33E;
    padding-right: 17px
}

footer .backgound__footer .backgound__footer__image .coppy__rigt__footer_item {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    padding-left: 75px;
    color: #666666
}

footer .backgound__footer .backgound__footer__image .title__footer {
    margin: 65px 0 15px 0;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px
}

footer .backgound__footer .backgound__footer__image .title__footer i {
    margin-right: 10px;
    color: #57B33E;
    font-size: 16px
}

footer .backgound__footer .backgound__footer__image .btn-footer {
    padding-left: 30px;
    background: #57B33E;
    font-size: 20px;
    color: #ffffff;
    padding-right: 30px;
    line-height: 18px
}

footer .backgound__footer .backgound__footer__image .container__footer h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 32px;
    color: #27343a
}

footer .backgound__footer .backgound__footer__image .list__icon__footer {
    display: flex;
    justify-content: space-between
}

footer .backgound__footer .backgound__footer__image .coppy__rigt__footer {
    display: flex;
    justify-content: space-around;
    align-items: center
}

footer .backgound__footer .backgound__footer__image .coppy__rigt__footer .coppy__rigt__footer_item {
    color: #ffffff;
    font-family: "SF Pro Display";
    font-size: 10px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
    text-align: center
}

footer .backgound__footer .backgound__footer__image .coppy__rigt__footer .coppy__rigt__footer_item a {
    color: #fff;
    font-size: 10px;
    font-family: "SF Pro Display"
}

footer .backgound__footer .backgound__footer__image .coppy__rigt__footer .coppy__rigt__footer_item br {
    display: none
}

footer .backgound__footer .backgound__footer__image form input,
footer .backgound__footer .backgound__footer__image form button {
    border-radius: 0
}

.img__blog__detail__main .cate_blog {
    position: absolute;
    top: 17px;
    background: #2e58a6;
    padding: 5px 13px;
    display: flex;
    right: 2px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #ffffff
}

.cate_blog .cate_blog_tex {
    margin: 0
}

._category .img__blog__detail__main .cate_blog {
    right: 0
}

._category .detail__blog__main__box {
    margin-top: 20px
}

.icon-block {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px;
    bottom: 5px;
    left: 8px;
    text-align: center
}

.thumb-img {
    position: relative;
    height: 100%;
    overflow: hidden
}

.title_detail {
    font-weight: 700;
    line-height: 40px;
    color: #27343a
}

.desc_post {
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: justify
}

.content-news p {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #27343A;
    text-align: justify;
    margin-bottom: 0
}

.content-news em {
    color: #27343a
}

.content-news img {
    height: auto
}

.content-news figure {
    margin: 0 0 1.5rem
}

strong {
    color: #27343a
}

.intro_detail {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #666666
}

._news_path {
    margin-left: 30px
}

.seach-show {
    display: none
}

.seach-show.active {
    display: block
}

.seach-show:focus {
    display: block
}

.seach-show:hover {
    display: block
}

#seach-show.active .seach-show {
    display: block
}

.form-seach {
    position: absolute;
    right: 0;
    height: 55px;
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.8), 0px 20px 32px rgba(96, 97, 112, 0.24);
    width: 406px;
    display: flex;
    padding: 10px 12px;
    justify-content: space-between;
    top: 58px
}

.form-seach .input-seach {
    width: 292px;
    border: 1px solid #ebebeb;
    height: 35px;
    font-size: 14px;
    line-height: 18px;
    padding-left: 15px
}

.form-seach input.input-seach:focus-visible {
    outline: 1px solid #57B33E
}

.btn-seach {
    background: #57B33E;
    color: #ffffff;
    padding: 0px 12px;
    border: unset;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px
}

.btn-seach:focus {
    outline: none
}

.navigation-bar-item .border-botom {
    width: 0;
    border-bottom: 3px solid #57B33E;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.navigation-bar-item:hover .border-botom {
    width: 64px
}

.navigation-bar-item:hover .navigation-bar-item__dropdown {
    display: grid !important
}

.navigation-bar-item:last-child .navigation-bar-item__dropdown {
    right: 0
}

.navigation-bar-item.active .reset_style_link {
    color: #57B33E
}

@media only screen and (max-width: 1200px) {
    header .logo__header {
        padding-left: 15px !important
    }

    header .menu__header .list__menu__header li {
        margin: 0 3px
    }

    header .menu__header .list__menu__header li a {
        padding: 0 5px 10px 5px;
        font-size: 13px
    }

    header .infor__header .list__infor__header li {
        margin: 0 3px
    }

    header .infor__header .list__infor__header li a {
        padding: 0 3px;
        margin: 0 3px
    }

    main {
        padding: 0 15px
    }

    main section {
        margin-left: -15px;
        margin-right: -15px
    }

    main section .main-content {
        padding: 0 15px
    }

    footer .top-foot-content {
        padding-top: 0;
        background-size: inherit
    }
}

@media only screen and (max-width: 991px) {
    header .menu__header {
        display: none
    }

    header .menu__header__mobile__layout {
        display: block;
        width: 67px
    }

    header .menu__list__header {
        display: block;
        width: 100%;
        top: 64px
    }

    header .menu__list__header .content__list__menu__header {
        width: 100%
    }

    header .menu__list__header .content__list__menu__header .list__menu__mobile {
        padding: 0 15px
    }

    header .menu__list__header.active {
        display: block;
        transition: width ease 0.6s
    }

    .dropdown-list .dropdown-list__menu {
        position: relative;
        z-index: 99;
        align-items: stretch;
        list-style: none;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.8s ease-out
    }

    .dropdown-list.open .dropdown-list__menu {
        max-height: 500px;
        transition: max-height 1.5s ease-in
    }

    .dropdown-list.open .fa-angle-down {
        transform: rotate(180deg)
    }

    .dropdown-list__menu li {
        padding: 5px 20px !important;
        border: unset !important
    }

    ul.dropdown-list__menu li a {
        font-weight: 500 !important;
        font-size: 15px !important;
        text-transform: unset !important;
        line-height: 22px !important
    }

    footer .backgound__footer .backgound__footer__image p .address__footer {
        padding-right: 0
    }

    footer .backgound__footer .backgound__footer__image p .link-phone-email {
        font-size: 16px
    }

    footer .backgound__footer .backgound__footer__image .coppy__rigt__footer_item {
        padding-left: 43px
    }

    footer .backgound__footer .backgound__footer__image .footer-left .content-left .info-left {
        width: 100%
    }

    footer .backgound__footer .backgound__footer__image .footer-right .content-right {
        width: calc(100% + 145px);
        margin-left: 15px
    }
}

@media only screen and (max-width: 768px) {
    header {
        border-bottom: unset
    }

    header .container {
        border-bottom: solid 0.5px #ebebeb
    }

    header .menu__list__header {
        display: block;
        width: 100%;
        top: 64px
    }

    header .menu__list__header .content__list__menu__header {
        width: 100%;
        height: calc(100vh - 65px);
        overflow: auto
    }

    header .menu__list__header .content__list__menu__header::-webkit-scrollbar {
        width: 3px
    }

    header .menu__list__header .content__list__menu__header ::-webkit-scrollbar-track {
        background: #f3f3f3
    }

    header .menu__list__header .content__list__menu__header ::-webkit-scrollbar-thumb {
        background: #d1bbbb
    }

    header .menu__list__header .content__list__menu__header .list__menu__mobile {
        padding: 0 15px
    }

    header .menu__list__header .content__list__menu__header .socail__menu__mobile {
        margin-top: 10px;
        padding: 15px;
        padding-top: 25px;
        border-top: 1px solid #efefef
    }

    header .menu__list__header .content__list__menu__header .socail__menu__mobile h4 {
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
        color: #27343a
    }

    header .menu__list__header .content__list__menu__header .socail__menu__mobile .list_socail__menu__mobile {
        display: flex;
        justify-content: center;
        padding: 10px 0
    }

    header .menu__list__header.active {
        display: block;
        transition: width ease 0.6s
    }

    header .search__header {
        display: none !important
    }

    header .logo__header {
        padding-left: 15px !important
    }

    header .logo__header img {
        padding: unset;
        object-fit: unset;
        height: 40px
    }

    header .infor__header {
        margin-right: 15px
    }

    header .infor__header .list__infor__header {
        width: unset
    }

    header .infor__header .change__language {
        display: flex;
        justify-content: center;
        align-items: center
    }

    header .infor__header .change__language i {
        margin-left: 5px
    }

    header .infor__header .change__language img {
        margin-right: 5px
    }

    footer .backgound__footer .backgound__footer__image p.address__footer {
        padding-right: 0;
        margin-top: 15px;
        margin-bottom: 15px
    }

    footer .backgound__footer .backgound__footer__image p .link-phone-email {
        font-size: 16px
    }

    footer .backgound__footer .backgound__footer__image .coppy__rigt__footer_item {
        padding-left: 43px
    }

    footer .backgound__footer .backgound__footer__image .footer-left .content-left {
        margin-right: 0;
        padding-top: 15px
    }

    footer .backgound__footer .backgound__footer__image .footer-left .content-left .info-left {
        width: 100%
    }

    footer .backgound__footer .backgound__footer__image .footer-left .content-left .info-left .coppy-footer-mb {
        border-top: 0.5px solid #A9ACAA;
        padding-top: 15px;
        margin-top: 20px;
        padding-bottom: 15px
    }

    footer .backgound__footer .backgound__footer__image .footer-left .content-left .info-left .coppy-footer-mb .coppy__rigt__footer_item-mb {
        font-family: 'SF Pro Display';
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 14px;
        color: #666666;
        text-align: center;
        margin-bottom: 0px
    }

    footer .backgound__footer .backgound__footer__image .footer-left .content-left .info-left .nav-title-r {
        padding-bottom: 12px
    }

    footer .backgound__footer .backgound__footer__image .footer-right {
        display: none
    }

    footer .backgound__footer .backgound__footer__image .footer-right .content-right {
        width: calc(100% + 145px);
        margin-left: 15px
    }

    main {
        padding: 0 15px
    }

    .nav-header {
        height: 64px;
        border-bottom: 1px solid #ebebeb
    }

    .header .logo__header img {
        padding: 0
    }

    .list__infor__header {
        padding: 0 !important
    }

    .main_news__letter {
        margin-bottom: 16px;
        background: #f5f7fb
    }

    .main_news__letter .border.p-4 {
        border: unset !important
    }

    .main_news__letter .btn-footer {
        width: 100%;
        background: #57B33E;
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 500
    }

    .main_news__letter .title__footer {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .main_news__letter p {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #5b5b5b
    }

    ._news_path {
        margin-left: 0
    }

    .desc_post {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px
    }

    footer .backgound__footer .backgound__footer__image .coppy__rigt__footer .coppy__rigt__footer_item {
        display: block;
        font-size: 10px;
        font-weight: 400;
        line-height: 16px;
        text-align: center;
        color: #bdbdbd;
        padding: 10px
    }

    footer .backgound__footer .backgound__footer__image .coppy__rigt__footer .coppy__rigt__footer_item a {
        font-size: 10px;
        font-weight: 400;
        line-height: 16px;
        color: #bdbdbd
    }

    footer .backgound__footer .backgound__footer__image .coppy__rigt__footer .coppy__rigt__footer_item br {
        display: block
    }
}

@-webkit-keyframes pulse-blue {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #0291e3
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px #028fe300
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #028fe300
    }
}

@keyframes pulse-blue {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #0291e3
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px #028fe300
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #028fe300
    }
}

.chat-contact {
    width: 55px;
    height: 55px;
    display: flex;
    border-radius: 50%;
    background-color: #028fe3;
    box-shadow: 0 0 0 0 #028fe3;
    position: fixed;
    right: 40px;
    bottom: 80px;
    overflow: hidden;
    z-index: 9999;
    transform: scale(1);
    -webkit-animation: pulse-blue 2s infinite;
    animation: pulse-blue 2s infinite
}

.chat-contact a {
    margin: auto
}

@media only screen and (max-width: 991px) {
    .chat-contact {
        bottom: 65px;
        right: 20px;
        width: 45px;
        height: 45px
    }
}

.box-title h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    color: #27343a;
    padding: 20px 0;
    margin: 0;
    display: none
}

@media only screen and (max-width: 768px) {
    .box-title h2 {
        display: block
    }
}

.navigatio_page {
    padding-top: 20px;
}

.pagination {
    display: block;
    text-align: end
}

.page-item {
    display: inline-block
}

.page-link {
    font-family: 'Google Sans';
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: 400;
    background: none;
    color: #666666;
    /*padding: 20px;*/
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    color: #DADADA;
}

.page-link:hover {
    border: none;
    background: none;
    color: #57B33E !important;
}

.page-link:focus {
    box-shadow: none;
}

.page-item.active .page-link {
    font-weight: 400;
    font-family: 'Google Sans';
    /* font-size: 14px; */
    background: none;
    color: #57B33E;
}

.page-item .page-link i {
    color: #666666;
    margin: auto;
    text-align: center;
}

/*# sourceMappingURL=layout.css.map */