.widget-toc {
    padding: 20px 15px;
    background: #0000000f;
    border: 1px solid #acacac;
    margin: 10px 0;
}
.widget-toc ol li{
  list-style: none;
}
.toc-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.widget-toc ol li a{
    color: #007bff;
}

.title h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
}

.title p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.banner {
    height: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#fullpage {
    margin-left: 72px;
}

#fp-nav.fp-right {
    left: 17px;
    z-index: 99999999999999999;
    right: auto;
}

#fp-nav ul li {
    margin: 40px 10px;
    width: auto;
}

#fp-nav ul li a span {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
}

#fp-nav ul li:hover a.active span {
    margin: 0;
    background-color: transparent;
    height: 4px;
    width: 4px;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 4px;
    width: 4px;
    margin: 0;
}

#fp-nav ul li:hover a span {
    height: 4px;
    width: 4px;
    margin: 0;
    background-color: transparent;
}

#fp-nav ul li a.active span {
    margin: 0;
    background-color: transparent;
}

#fp-nav ul li a span {
    background-color: transparent;
}

#fp-nav ul li a span::after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    ;
    opacity: 1;
    top: -50%;
    left: -100%;
    position: absolute;
    transform: rotate(-45deg)translateY(50%);
}

#fp-nav ul li a span.fp-sr-only {
    display: none;
}

#fp-nav ul li a span.fp-sr-only::after {
    display: none;
}

#fp-nav.fp-show-active a.active+.fp-tooltip {
    background: #F37334;
    color: #fff;

}

#fp-nav ul li .fp-tooltip.fp-right {
    right: auto;
}

#fp-nav ul li .fp-tooltip {
    max-width: max-content;
    position: absolute;
    left: 70px;
    top: 50% !important;
    transform: translateY(-50%);
    padding: 10px 20px;
    background: #F37334;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    overflow: visible !important;
    opacity: 0.2;
    width: auto !important;
    text-transform: uppercase;
}

#fp-nav ul li:hover a span::after {
    background: #F37334;
    border: 1px solid #F37334;
}

#fp-nav ul li a.active span::after {
    background: #F37334;
    border: 1px solid #F37334;
}

.fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    opacity: 0;
}

#fp-nav ul li .fp-tooltip {
    opacity: 0;
}

#fp-nav ul li:hover .fp-tooltip {
    opacity: 1;
}

#fp-nav.fp-show-active ul li:hover a.active+.fp-tooltip {
    opacity: 1;
}

.fp-tooltip::before {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 20px solid #F37334;
    position: absolute;
    left: -20px;
}

.index-main .section {
    background-image: url('../img/banners/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.content-text__index {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 135px;
}

.content-text__index h2 {
    font-weight: 900;
    font-size: 100px;
    color: #FFFFFF;
    font-family: "ITC Handel Gothic"
}

.content-text__index h3 {
    font-weight: 900;
    font-size: 40px;
    color: #FFFFFF;
    font-family: "ITC Handel Gothic"
}

.content-text__index h1 {
    font-weight: 900;
    font-size: 100px;
    color: #F37334;
    font-family: "ITC Handel Gothic"
}

.content-about__index .content {
    width: 820px;
    height: 420px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
}

.content-about__index .content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.content-about__index .content iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.btn-bg {
    padding: 16px 36px;
    background-image: url('../img/bg.png');
    background-size: 100% 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    transition: all 0.3s;
}

.btn-bg:hover {
    color: #000;
}

.baogia {
    padding: 9px 36px;
    background-image: url('../img/Rectangle 264 (1).png');
    background-size: 100% 100%;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    transition: all 0.3s;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 30px;
}

.gui {
    padding: 9px 36px;
    background-image: url('../img/Rectangle 275s (1).png');
    background-size: 100% 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    transition: all 0.3s;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    outline: 0;
}
.form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 255 255 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 255 255 / 60%);
    border: 1px solid #fff !important;
}
.baogia:hover {
    color: #F37334;
}

.content-branding__index .content {
    width: 1080px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.content-branding__index .content .item {
    width: 33.33%;
    display: inline-block;
}

.content-branding__index .content .item:nth-child(2) {
    transform: translateY(-80px);
}

.content-branding__index .content .item .img {
    width: 260px;
    height: 260px;
    margin: auto;
    transform: rotate(-45deg);
    background-color: #fff;
    overflow: hidden;
    box-shadow: 10px 11px 15px -1px rgba(0,0,0,1);
-webkit-box-shadow: 10px 11px 15px -1px rgba(0,0,0,1);
-moz-box-shadow: 10px 11px 15px -1px rgba(0,0,0,1);
}

.content-branding__index .content .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}

.content-branding__index .content .item h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 90px;
    text-transform: uppercase;
}

.content-digital__index .item .img {
    width: 90px;
    height: 90px;
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.3s;
    padding: 4px;
}

.content-digital__index .item:hover .img {
    width: 90px;
    height: 90px;
    background-color: #F37334;
    border-radius: 50%;
}

.content-digital__index .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content-digital__index .item h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 15px;
    margin-top: 25px;
}

.content-digital__index .item p {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #BBBBBB;
}

.content-digital__index .item a {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: rgba(242, 125, 67, 1);
    margin-top: 10px;
    display: block;
}

.content-events__index .item h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #FFFFFF;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-top: 10px;
}

.content-events__index .item .box-thumbnail {
    border-radius: 0px;
}

.content-events__index .item {
    position: relative;display: block;
}
.content-events__index .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.382);
    z-index: 99;
    transition: all 0.5s;
}
.content-events__index .item:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    z-index: 99;
}
.content-events__index .item h3{
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 999;
    border-left: 3px solid #fff;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */

}
.content-events__index .item .box-thumbnail .thumbnail-lazy {
    background: none;
}

.content-video__index {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-video__index .btn {
    background: #F37334;
    border-radius: 0;
    font-weight: 900;
    font-size: 26.713px;
    line-height: 44px;
    color: #FFFFFF;
    font-family: "ITC Handel Gothic";
    border: none;
    padding: 0 40px;
}

.content-video__index .nav {
    flex-direction: column;
    border: 0;
}
.content-video__index .img-lv {
    width: 172px;
    height: 256px;
}
.content-video__index .img-lv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content-video__index .nav li {
    border: 0;
    background: none;
}

.content-video__index .nav li a {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    transition: all 0.5s;
    border: 0;
}

.content-video__index .nav li a.active {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #F37334;
    background: none;
    border: 0;
}

.content-video__index .nav li a:hover {
    color: #F37334;
    background: none;
    border: 0;
}

.content-video__index .tab-content .tab-pane {
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
}

.content-video__index .tab-content .tab-pane iframe {
    border-radius: 15px;
    width: 100%;
    height: 450px;
}

.fade.show {
    transform: translatey(0px);
    opacity: 1 !important;
}

.fade {
    transform: translatey(-15px);

    transition: all .5s linear !important;
}

.content-doitac__index {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-doitac__index .item .img {
    width: 165px;
    height: 150px;
    margin: 50px auto;
}

.content-doitac__index .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-doitac__index .content {
    width: 856px;
    margin: auto;
}

.content-doitac__index .content {
    width: 856px;
    margin: auto;
}

.content-doitac__index .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}

.content-doitac__index .owl-nav .owl-prev {
    position: absolute;
    left: -100px;
}

.content-doitac__index .owl-nav .owl-next {
    position: absolute;
    right: -100px;
}

.content-doitac__index .owl-nav img {
    filter: invert(100%) sepia(92%) saturate(0%) hue-rotate(139deg) brightness(111%) contrast(100%);
    height: 32px;
    object-fit: fill;
}

.content-news__index {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.content-news__index .item {
    background: #fff;
    padding: 10px;
    border-radius: 8.64865px;
    display: inline-block;
}

.content-news__index .item h3 {
    font-weight: 400;
    font-size: 12.1081px;
    line-height: 18px;
    text-transform: uppercase;
    color: #101828;
}

.content-news__index .item p {
    font-weight: 600;
    font-size: 10.3784px;
    line-height: 13px;
    color: #F37334;
    margin-bottom: 8px;
    margin-top: 10px;
}

.content-news__index .owl-stage-outer {
    padding: 50px 0;
}

.content-news__index .owl-item.active.center {
    transform: scale(1.1);
}

.content-news__index .owl-item.active {
    transform: scale(0.9);
}

.content-news__index .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}

.content-news__index .owl-nav .owl-prev {
    position: absolute;
    left: -100px;
}

.content-news__index .owl-nav .owl-next {
    position: absolute;
    right: -100px;
}

.content-news__index .owl-nav img {
    filter: invert(100%) sepia(92%) saturate(0%) hue-rotate(139deg) brightness(111%) contrast(100%);
    height: 32px;
    object-fit: fill;
}

.content-contact__index label {
    font-weight: 700;
    font-size: 19.9481px;
    line-height: 17px;
    color: #FFFFFF;
}

.content-contact__index {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.content-contact__index .form-group {
    margin-bottom: 15px;
}

.content-contact__index .form-control {
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    border-radius: 0;
    color: #fff;
}

.content-contact__index button {
    border: 0;
    background-color: transparent;
    font-weight: 700;
    font-size: 19.9481px;
    line-height: 20px;
    text-transform: uppercase;
    color: #F37334;
}

.content-footer__index {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}

.content-footer__index h3.logolt {
    font-family: "ITC Handel Gothic";
    font-weight: 900;
    font-size: 37.0863px;
    line-height: 62px;
    color: #F37334;
}

.content-footer__index .title h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 15px;
}

.content-footer__index .title h2::after {
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #F37334;
    content: '';
    bottom: 0;
    left: 0;
}

.content-footer__index ul li a {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
    display: block;
}

.content-footer__index p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding-left: 10px;
}

#header-page #navbar {
    background-image: none;
    margin-bottom: 0;
    background: linear-gradient(267.56deg, #0E9251 -62.15%, #017D40 -28.41%, #006A36 17.99%, #005C2E 59.33%, #00411F 99.83%);
    background-blend-mode: darken;
    height: 100%;
    width: 100%;
    box-shadow: 5px 0px 15px rgb(0 0 0 / 25%);
    padding: 10px 0;
}

#header-page .header-top .brand a {
    width: 88px;
    height: 60px;
    display: block;
    margin: 0;
}

#header-page .header-top p {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;

    color: #000000;
}

#header-page .navbar-wrap {
    align-items: center;
    flex-direction: row;
    position: relative;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

#header-page .list-group ul {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0;
}

form.example {
    position: relative;
}

form.example input[type=text] {
    padding: 3px 10px;
    font-size: 16px;
    border: 1px solid #667085;
    border-radius: 5px;
    width: 100%;
    background: #fff;
    outline: 0;
}

form.example button {
    background: transparent;
    color: #000;
    font-size: 17px;
    border: none;
    cursor: pointer;
    right: 5px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

#header-page .menu {
    padding: 0;
}

#header-page .menu {}

#header-page .menu ul.nav>li {
    padding: 0 25px;
    display: inline-block;
    text-align: center;
}

#header-page .menu ul.nav>li img {
    height: 7px;
    margin-left: 5px;
    width: 15px;
    display: inline-block;
}

#header-page .menu ul.nav>li>a {
    display: inline-block;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0;
    transition: all .5s ease;
    position: relative;
}

.menu ul.nav>li>a:hover {
    color: #fff;
}

.menu ul.nav>li>.active {
    border-bottom: 2px solid transparent;
}

.menu ul.nav>li>.active::before {
    display: none;
}

#header-page .menu ul.nav>li>a::before {
    content: '';
    border-bottom: 2px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s ease;
    width: 0;
}

#header-page .menu ul li a:hover {
    color: #fff;
    background: none;
}

#header-page .menu ul li a:hover::before {
    /* border-bottom: 2px solid var(--blue); */
    width: 100%;
}

/* Style the sub-menu */

.menu ul li>.sub-menu #header-page {
    position: absolute;
    top: calc(100% + 20px);
    visibility: hidden;
    opacity: 0 !important;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-top: 2px solid var(--blue);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: all 0.5s;
    width: 400px;
    z-index: -100;
}

#header-page .menu ul.sub-menu li {
    width: 100%;
    text-align: left;
}

#header-page .menu ul.sub-menu li a {
    color: #000;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all .5s ease;
    margin-left: 0 !important;
    border-bottom: 1px dashed #ccc;
    padding: 12px 10px;
    font-weight: 500;
}

#header-page .menu ul.sub-menu li:last-child>a {
    border-bottom: 0;
}

#header-page .menu ul.sub-menu li a:hover {
    color: #000;
    padding-left: 15px !important;
    background-color: #fff;
}

#header-page .menu ul.nav li:hover>.sub-menu {
    top: calc(100% + 10px);
    visibility: visible;
    opacity: 1 !important;
    z-index: 9999;
}

#header-page .menu ul.sub-menu li>ul {
    top: -2px !important;
    margin-top: 0 !important;
    left: calc(100% + 1px) !important;
    width: 100%;
    padding: 0 !important;
}

.banner-page {
    background-image: url('../img/banners/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0 50px 0;
}

.banner-page h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #F37334;
}

.banner-page p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
}

.banner-page .img {
    width: 100%;
    height: 450px;
}
.banner-page img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-all h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #F37334;
    margin-bottom: 15px;
}

.category-all ul li a.active {
    background: linear-gradient(267.56deg, #0E9251 -62.15%, #017D40 -28.41%, #006A36 17.99%, #005C2E 59.33%, #00411F 99.83%);
    background-blend-mode: darken;
    border-radius: 6px;
    color: #Fff;
}

.category-all ul li a:hover {
    background: linear-gradient(267.56deg, #0E9251 -62.15%, #017D40 -28.41%, #006A36 17.99%, #005C2E 59.33%, #00411F 99.83%);
    background-blend-mode: darken;
    border-radius: 6px;
    color: #Fff;
}

.category-all ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    padding: 10px 15px;
    margin-bottom: 5px;
    border-radius: 6px;
    display: block;
    transition: all 0.3s;
}

.content-page {
    padding: 100px 0;
}

.content-page .content-category .time {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px);
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    padding: 15px;
}

.content-page .content-category .text h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #F37334;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 10px;
}

.content-page .content-category .text span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.page-item.active .page-link {
    z-index: 3;
    background-color: transparent;
    border-color: transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #F37334;
}

.page-item .page-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #667085;
    border: 0;
    background: none;
    margin: 0 10px;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(165, 165, 165, 0.25);
}

footer .content-footer__index {
    background-image: url(../img/banners/banner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.dknt input:focus {
    border: 1px solid #D0D5DD;
}

.dknt .btn {
    background: #F37334;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    color: #fff;
}

.dknt {
    padding: 100px 0;
}

.so-kh {
    background-image: url('../img/Frame 780.png');
    padding: 50px 0;
    background-size: 100% 100%;
}

.so-kh h3 {
    font-weight: 700;
    font-size: 95px;
    line-height: 115px;
    text-align: center;
    color: #FFFFFF;
}

.so-kh p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.content-page .title p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #017747;
}

.content-page .title h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101828;
}

.content-page .mucluc {
    padding: 30px;
    border: 2px dashed #017747;
}

.content-page .mucluc h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #F37334;
    border-left: 3px solid #F37334;
    padding-left: 10px;
    margin-bottom: 20px;
}

.content-page .mucluc ul {
    margin-bottom: 0;
    padding-left: 0;
}

.content-page .mucluc ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    margin-bottom: 12px;
    display: block;
}

.content-page .mucluc ul li:last-child a {
    margin-bottom: 0;
}

.content-page .content h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #F37334;
    margin: 10px 0 15px 0;
}

.content-page.chitiet {
    width: 100%;
    margin: auto;
    padding: 100px 0 50px 0;
}

.content-page .content p {
    margin-bottom: 5px;
}

.content-page .contents img {
    max-width: 100% !important;
    height: auto !important;
    margin: 10px 0;
}
.content-page .content img {
    width: 100% !important;
    height: auto !important;
    margin: 10px 0;
}

.blog-new {
    margin: 50px 0;
}

.blog-new .title h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #101828;
}

.blog-new .title p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #F37334;
}

.blog-new .btn {
    background: #F37334;
    border: 1px solid #F37334;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
}

.blog-new h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #017747;
}

.blog-new h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #F37334;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.blog-new p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.lv-index {
    width: 500px;
    height: auto;
    margin: 0 50px;
}

.content-footer__index .lv-index {
    width: 155px;
    height: auto;
    margin: 0 50px;
}

.owl-dots {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    margin: 10px 0;
}
.owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border: 1px solid #006A36;
    border-radius: 50%;
}
.owl-dots .owl-dot.active {
    width: 10px;
    height: 10px;
    border: 1px solid #006A36;
    border-radius: 50%;
    background-color: #006A36;
}