*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
}

a {
    text-decoration: none;
}

body {
    font-family: "Sarabun", Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background: #fff;
}

#s4-bodyContainer {
    padding-bottom: 0 !important;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.title-section {
    color: #005126;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.page-search {
    max-width: 200px;
    width: 100%;
}

.page-search input {
    height: 36px;
    padding: 0 10px !important;
    background: #ddd !important;
    border: 0 !important;
    width: 100%;
    outline: none;
}

.btn-view-all {
    border: 1px solid #005126;
    border-radius: 4px;
    height: 42px;
    color: #005126 !important;
    padding: 8px 32px;
    display: block;
    margin: 24px auto 0;
    background: #fff;
    transition: all 0.3 ease-in-out;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-decoration: none !important;
    width: fit-content;
}

.btn-view-all:hover {
    background: #005126;
    color: #fff !important;
}

.header {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    z-index: 100;
}

.header .header-menu-sp {
    display: none;
    align-items: center;
    justify-content: space-between;
}

.header .header-menu-sp .logo img {
    height: 60px;
}

.header .header-menu-sp .mobile-menu-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 12px;
    border-radius: 4px;
    color: #fff;
    background-color: #005126;
}

.header .header-menu .header-menu-inner {
    background: #fff;
    padding: 4px 20px;
    border-radius: 8px;
}

.header .header-menu .header-menu-inner .header-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
}

.header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item {
    position: relative;
}

.header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item a {
    display: flex;
    align-items: center;
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    gap: 8px;
}

.header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item a.home-link {
    color: #005126;
}

.header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item a:hover {
    opacity: #005126;
}

.header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item a i {
    transition: transform 0.3s ease;
}

.header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item.active a, .header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item:hover a {
    color: #005126;
}

.header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item.active i, .header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item:hover i {
    transform: rotate(180deg);
}

.header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item .img-logo {
    height: 52px;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .search-box {
    display: flex;
    align-items: center;
    background: #ececec;
    border-radius: 20px;
    padding: 4px 16px;
    width: 389px;
    height: 35px;
    position: relative;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .search-box .search-input {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    font-size: 14px;
    color: #333;
    margin-right: 4px;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .search-box .search-icon {
    font-size: 16px;
    color: #a0a0a0;
    cursor: pointer;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher {
    position: relative;
    cursor: pointer;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher .lang-current {
    display: flex;
    align-items: center;
    gap: 7px;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher .lang-current a {
    display: flex;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher .lang-current img {
    width: 29px;
    height: 20px;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher .lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    background: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
    list-style-type: none;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher .lang-dropdown li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher .lang-dropdown li a img {
    width: 16px;
    height: 16px;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher .lang-dropdown li a:hover {
    background: #f5f5f5;
    color: #005126;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher.active .lang-current i {
    transform: rotate(180deg);
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher.active .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header .header-menu .header-menu-inner .menu-child-list {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease-out;
}

.header .header-menu .header-menu-inner .menu-child-list .item-link a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #a0a0a0;
    text-decoration: none;
    padding: 4px;
    border-bottom: 1px solid transparent;
}

.header .header-menu .header-menu-inner .menu-child-list .item-link a:hover {
    color: #005126;
    border-color: #005126;
}

.header .header-menu .header-menu-inner .menu-child-list .item-link.active a {
    color: #005126;
    border-color: #005126;
}

.header .header-menu .header-menu-inner .menu-child-list.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    margin-top: 10px;
}

.header .header-menu .header-menu-inner .menu-child-list.active .menu-child-introduce {
    display: flex;
    align-items: center;
    justify-content: start;
    list-style: none;
    gap: 10px 30px;
    max-width: 50%;
    flex-wrap: wrap;
    margin: auto;
}

.header .header-menu .header-menu-inner .menu-child-list.active .menu-child-introduce .item-link {
    width: 29%;
}

.header .header-menu .header-menu-inner .menu-child-list.active .menu-child-product {
    display: flex;
    gap: 30px;
    margin-left: 172px;
}

.header .header-menu .header-menu-inner .menu-child-list.active .menu-child-product .child-item .item-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.header .header-menu .header-menu-inner .menu-child-list.active .menu-child-product .child-item .item-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header .header-menu .header-menu-inner .menu-child-list.active .menu-child-event {
    display: flex;
    align-items: center;
    justify-content: start;
    list-style: none;
    gap: 10px 30px;
    max-width: 50%;
    flex-wrap: wrap;
    margin: auto;
}

.header .header-menu .header-menu-inner .menu-child-list.active .menu-child-event .item-link {
    width: 42%;
}

.header .header-menu .header-menu-inner .menu-child-list.active .menu-child-legal, .header .header-menu .header-menu-inner .menu-child-list.active .menu-child-media {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 10px 30px;
    flex-wrap: wrap;
    margin: auto;
}

.display-grid {
    /*display: grid;*/
}

.ms-webpart-zone,
.ms-webpart-cell-vertical-inline-table,
.ms-webpart-chrome {
    display: block !important;
}

.ms-webpartzone-cell {
    margin: auto auto 0 !important;
}

.banner-section {
    position: relative;
    margin-top: 0;
    color: #fff;
    min-height: 560px;
	height: 100vh;
}

.banner-section .swiper {
    width: 100%;
    height: 100%;
}

.banner-section .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
}

.banner-section .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(71, 71, 71, 0.6) 100%);
    background-blend-mode: multiply;
}

.banner-section .slide-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.banner-section .slide-content .sub-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(20px);
    color: #fff;
    transition: transform 0.8s ease, opacity 0.8s ease;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.banner-section .slide-content .title {
    font-size: 48px;
    line-height: 66px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(20px);
    color: #fff;
    transition: transform 0.8s ease, opacity 0.8s ease;
    text-transform: uppercase;
}

.banner-section .swiper-slide-active .slide-content .title,
.banner-section .swiper-slide-active .slide-content .sub-title,
.banner-section .swiper-slide-active .slide-content .content,
.banner-section .swiper-slide-active .slide-content .play-video {
    opacity: 1;
    transform: translateY(0);
}

.banner-section .swiper-pagination-bullets {
    bottom: 9vh !important;
}

.banner-section .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background: #e7e7e7;
    opacity: 1;
    border-radius: 8px;
}

.banner-section .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #ffc702;
}

.introduce-section {
    background-size: cover;
}

.introduce-section .introduce-section-inner {
    padding: 84px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.introduce-section .introduce-section-inner .introduce-content {
	flex: 1 0 0%;
}

.introduce-section .introduce-section-inner .introduce-content .title-section {
    text-align: left;
}

.introduce-section .introduce-section-inner .introduce-content .des {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.introduce-section .introduce-section-inner .introduce-img {
	flex: 1 0 0%;
}

.introduce-section .introduce-section-inner .introduce-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.industries-section .list-industries {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    list-style: none;
}

.industries-section .list-industries .item {
    width: 100%;
    aspect-ratio: 308/453;
    position: relative;
    display: inline-flex;
    overflow: hidden;
}

.industries-section .list-industries .item:hover .item-bg {
    transform: scale(1.25);
}

.industries-section .list-industries .item a {
    width: 100%;
    height: 100%;
}

.industries-section .list-industries .item .item-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    transition: transform 0.4s ease;
}

.industries-section .list-industries .item .item-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-bottom: 20px;
    z-index: 1;
}

.industries-section .list-industries .item a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.industries-section .list-industries .item .item-content .icon-sign-wrap {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industries-section .list-industries .item .item-content .icon-sign-wrap .icon-sign {
    width: 63px;
    height: 63px;
    border-radius: 100%;
    background: #fff;
    color: #005126;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industries-section .list-industries .item .item-content .item-title {
    color: #fff;
    text-transform: capitalize;
    margin-top: 12px;
    font-size: 16px;
    min-width: max-content;
}

.products-section {
    padding: 30px 0;
}

.products-section .list-product {
    margin-top: 22px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    gap: 28px;
}

.products-section .list-product .product-item {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px -4px 10px rgba(0, 0, 0, 0.03), 4px 0px 10px rgba(0, 0, 0, 0.03), -4px 0px 10px rgba(0, 0, 0, 0.03);
}

.products-section .list-product .product-item .item-img {
    background: #f7f7f7;
    aspect-ratio: 1/1;
    border-radius: 3px;
    overflow: hidden;
}

.products-section .list-product .product-item .item-img .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.products-section .list-product .product-item .item-img:hover .img {
    transform: scale(1.25);
}

.products-section .list-product .product-item .item-content {
    margin-top: 16px;
    text-align: center;
}

.products-section .list-product .product-item .item-content a {
    text-decoration: none;
}

.products-section .list-product .product-item .item-content .title {
    color: #005126;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.products-section .list-product .product-item .item-content .des {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.news-section {
    padding: 30px 0;
    background-size: cover;
}

.news-section .news-title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.news-section .news-title-block .list-tab-news {
    display: flex;
    gap: 24px;
    list-style: none;
    padding: 0;
}

.news-section .news-title-block .list-tab-news .tab-item a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #a0a0a0;
    text-decoration: none;
    padding: 4px;
    border-bottom: 1px solid transparent;
}

.news-section .news-title-block .list-tab-news .tab-item a:hover {
    color: #005126;
    border-color: #005126;
}

.news-section .news-title-block .list-tab-news .tab-item.active a {
    color: #005126;
    border-color: #005126;
}

.news-section .news-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 24px 30px;
    margin-top: 24px;
}

.news-section .news-list .news-item.news-main {
    grid-column: span 2;
    grid-row: span 2;
    position: relative;
}

.news-section .news-list .news-item.news-main .item-img {
    width: 100%;
    min-width: 100%;
    aspect-ratio: 570/380;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.news-section .news-list .news-item.news-main .item-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.news-section .news-list .news-item.news-main .item-content .title {
    font-size: 20px;
    line-height: 24px;
}

.news-section .news-list .news-item.news-main .item-content .des {
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.news-section .news-list .news-item .item-img {
    border-radius: 8px;
    width: 100%;
    min-width: 100%;
    aspect-ratio: 272/181;
    display: flex;
}

.news-section .news-list .news-item .item-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.4s ease;
}

.news-section .news-list .news-item .item-img img:hover {
    transform: scale(1.05);
}

.news-section .news-list .news-item .item-content {
    margin-top: 10px;
}

.news-section .news-list .news-item .item-content .title {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.news-section .news-list .news-item .item-content .title:hover {
    color: #005126;
}

.news-section .news-list .news-item .item-content .date {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #a0a0a0;
    margin-top: 8px;
}

.news-section .news-list .news-item .item-content .date i {
    font-size: 20px;
}

.news-section .news-list .news-item .item-content .date span {
    font-size: 14px;
    line-height: 20px;
}

.news-section .news-list .news-item .item-content .des {
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
    color: #454545;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: justify;
}

.members-section .members-section-inner .title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.members-section .members-section-inner .title-block .see-more {
    color: #005126;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-decoration: none;
    padding: 4px;
    border-bottom: 1px solid #005126;
}

.members-section .members-section-inner .member-slider-wrap {
    margin-top: 24px;
    position: relative;
}

.members-section .members-section-inner .member-slider-wrap .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.members-section .members-section-inner .member-slider-wrap .swiper-slide .item-img {
    width: 100%;
    max-width: 135px;
}

.members-section .members-section-inner .member-slider-wrap .swiper-slide .item-name {
    margin-top: 8px;
    color: #454545;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
}

.members-section .members-section-inner .member-slider-wrap .swiper-button-prev,
.members-section .members-section-inner .member-slider-wrap .swiper-button-next {
    width: 32px;
    height: 32px;
    background: #005126;
    border: 2px solid transparent;
    border-radius: 50%;
    color: #fff;
}

.members-section .members-section-inner .member-slider-wrap .swiper-button-prev::after,
.members-section .members-section-inner .member-slider-wrap .swiper-button-next::after {
    font-size: 18px;
}

.members-section .members-section-inner .member-slider-wrap .swiper-button-prev.swiper-button-disabled,
.members-section .members-section-inner .member-slider-wrap .swiper-button-next.swiper-button-disabled {
    opacity: 0.8;
    border-color: #005126;
    background: transparent;
    color: #005126;
}

.members-section .members-section-inner .member-slider-wrap .swiper-button-prev {
    left: -60px;
}

.members-section .members-section-inner .member-slider-wrap .swiper-button-next {
    right: -60px;
}

.members-section .members-section-inner .government-units {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 46px;
	margin-bottom: 86px;
}

.members-section .members-section-inner .government-units .government-item .img-banner {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer {
    border-top: 1px solid #b7b7b7;
    background: #f7f7f7;
}

.footer .container .footer-content {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.footer .container .footer-content .footer-logo img {
    height: 80px;
}

.footer .container .footer-content .footer-main .footer-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto;
    gap: 8px;
}

.footer .container .footer-content .footer-main .footer-info .footer-info-item:nth-child(5) {
    grid-column: span 2;
}

.footer .container .footer-content .footer-main .footer-info .footer-info-item {
    display: flex;
    gap: 4px;
}

.footer .container .footer-content .footer-main .footer-info .footer-info-item .item-icon {
    color: #005126;
}

.footer .container .footer-content .footer-main .footer-info .footer-info-item .item-content {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    text-decoration: none;
}

.footer .container .footer-content .footer-main .social-links {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.footer .container .footer-content .footer-main .social-links .item-link img {
    width: 32px;
}

.footer .container .footer-content .footer-link {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer .container .footer-content .footer-link .item-link {
    text-decoration: none;
    padding: 4px;
    color: #3b3b3b;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.footer .container .footer-content .footer-link .item-link:hover {
    color: #005126;
}

.footer .container .footer-content .footer-status {
    background: #25964f;
    padding: 8px 16px;
    border-radius: 8px;
    width: 250px;
    height: max-content;
}

.footer .container .footer-content .footer-status .item {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.footer .container .footer-content .footer-status .item:not(:last-child) {
    margin-bottom: 2px;
}

.footer .container .footer-content .footer-status .item span {
    color: #ffc702;
    font-weight: 500;
}

.footer .copyright {
    background: #005126;
    text-align: center;
    padding: 16px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
    padding-bottom: 100px;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.mobile-menu .mobile-menu-header img {
    height: 40px;
}

.mobile-menu .mobile-menu-header .close-menu {
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
	min-width: auto;
    padding: 0;
}

.mobile-menu .mobile-nav {
    padding: 20px;
}

.mobile-menu .mobile-nav .search-box {
    display: flex;
    align-items: center;
    background: #ececec;
    border-radius: 20px;
    padding: 4px 16px;
    width: 100%;
    height: 35px;
    position: relative;
    margin-bottom: 20px;
}

.mobile-menu .mobile-nav .search-box .search-input {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    font-size: 14px;
    color: #333;
    margin-right: 4px;
}

.mobile-menu .mobile-nav .search-box .search-icon {
    font-size: 16px;
    color: #a0a0a0;
    cursor: pointer;
}

.mobile-menu .mobile-nav .mobile-lang-switcher {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-current {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background: #f5f5f5;
    border-radius: 4px;
    cursor: pointer;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-current img {
    width: 20px;
    height: 20px;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-current span {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-current i {
    margin-left: auto;
    color: #666;
    transition: transform 0.3s ease;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-dropdown {
    display: none;
    margin-top: 8px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    list-style-type: none;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-dropdown li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-dropdown li a img {
    width: 20px;
    height: 20px;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-dropdown li a span {
    font-size: 16px;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-dropdown li a:hover {
    background: #f5f5f5;
    color: #005126;
}

.mobile-menu .mobile-nav .mobile-lang-switcher.active .lang-current i {
    transform: rotate(180deg);
}

.mobile-menu .mobile-nav .mobile-lang-switcher.active .lang-dropdown {
    display: block;
}

.mobile-menu .mobile-nav .mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item {
    margin-bottom: 10px;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item .home-link {
    color: #005126;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item a i {
    transition: transform 0.3s ease;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item a.active {
    color: #005126;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item a.active + .mobile-submenu {
    display: block;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item a.active i {
    transform: rotate(180deg);
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item .mobile-submenu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item .mobile-submenu li {
    margin-bottom: 8px;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item .mobile-submenu li a {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0;
    color: #666;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item .mobile-submenu li a:hover, .mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item .mobile-submenu li a.active {
    color: #005126;
}

.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #25964F;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-5px);
}

/*# sourceMappingURL=style.css.map */
/* Pagination */
.page-two-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
	margin-bottom: 30px;
}

.page-two-pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.page-two-pagination a:hover,
.page-two-pagination a.active {
    background: #0066cc;
    color: #fff;
}


/* News Detail Styles */
.news-detail {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.news-detail-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;
}

.news-detail-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
}

.news-detail-description {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
    font-style: italic;
}

.news-detail-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

.news-detail-content p {
    margin-bottom: 15px;
}

.news-detail-source {
    margin-bottom: 30px;
    color: #666;
    font-size: 14px;
}

.news-detail-source a {
    color: #0066cc;
    text-decoration: none;
}

.news-detail-source a:hover {
    text-decoration: underline;
}

/* Action Buttons */
.news-detail-actions {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 20px 0;
    justify-content: flex-end;
}

.news-detail-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    min-width: auto !important;
}

.news-detail-btn:hover {
    transform: scale(1.1);
    background: #f5f5f5;
}

.news-detail-btn i {
    font-size: 18px;
    color: #333;
}

.news-detail-btn .btn-text {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    min-width: auto !important;
    width: auto !important;
}

.news-detail-btn:hover .btn-text {
    opacity: 1;
    visibility: visible;
}

.news-detail-btn .btn-text::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: #fff;
}

.news-detail-rating {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.news-detail-rating h3 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: #333;
    font-weight: 600;
}

.ratting_total {
    width: 100% !important;
    max-width: 400px;
    margin: 0 auto !important;
    background-color: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.ratting_total .inner {
    background-color: white;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 15px;
    border: 2px solid #ffb234;
	justify-content: space-between;
}

.rating {
    float: none !important;
    width: 40% !important;
    margin-right: 0 !important;
    text-align: center !important;
}

.rating-num {
    color: #333333 !important;
    font-size: 4rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    display: block;
    margin-bottom: 0.5rem;
}

.rating-stars {
    font-size: 1.25rem;
    color: #E3E3E3;
    margin-bottom: 0.5rem;
}

.rating-stars .active {
    color: #FFD700;
}

.rating-users {
    font-size: 0.875rem;
    color: #666;
}

.histo {
    float: none !important;
    width: 55% !important;
    font-size: 13px !important;
}

.histo-star {
    float: left;
    padding: 3px;
    width: 20%;
    color: #333;
}

.histo-rate {
    width: 100%;
    display: block;
    clear: both;
    margin: 5px 0;
}

.bar-block {
    margin-left: 5px;
    color: black;
    display: block;
    float: left;
    width: 75%;
    position: relative;
}

.bar {
    padding: 4px 0 !important;
    display: block;
    border-radius: 4px;
    transition: width 1s ease-in-out;
}

.bar span {
    padding: 0 4px;
}

.histo-rate:after {
    content: "";
    display: table;
    clear: both;
}

#bar-five {
    width: 0;
    background-color: #9FC05A;
}

#bar-four {
    width: 0;
    background-color: #ADD633;
}

#bar-three {
    width: 0;
    background-color: #FFD834;
}

#bar-two {
    width: 0;
    background-color: #FFB234;
}

#bar-one {
    width: 0;
    background-color: #FF8B5A;
}

.news-detail-comments {
    margin-bottom: 30px;
}

.news-detail-comments h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.news-detail-comment-form {
    margin-bottom: 20px;
}

.news-detail-comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    resize: vertical;
    min-height: 100px;
}

.news-detail-comment-submit {
    padding: 8px 20px;
    background: #0066cc;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.news-detail-comment-submit:hover {
    background: #0055aa;
}

.news-detail-discussion {
    margin-bottom: 30px;
}

.news-detail-discussion h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.news-detail-related h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.news-detail-related-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.news-detail-related-item {
    display: flex;
    gap: 15px;
    text-decoration: none;
    color: #333;
    transition: transform 0.3s ease;
}

.news-detail-related-item:hover {
    transform: translateY(-5px);
}

.news-detail-related-img {
    width: 100px;
    height: 70px;
    border-radius: 4px;
    overflow: hidden;
}

.news-detail-related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-detail-related-content {
    flex: 1;
}

.news-detail-related-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.4;
}

.news-detail-related-date {
    font-size: 12px;
    color: #666;
}

.news-detail-field-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 10px;
	margin-top: 20px;
}

.news-detail-field-header .title {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #bf1e2e;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin: 0 !important;
}

.news-detail-field-header .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    width: 125%;
    height: 3px;
    background-color: #bf1e2e;
    border-radius: 4px;
}

/* Rating Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
    animation: modalFadeIn 0.3s;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.container_bc {
    margin: 0 auto !important;
    position: relative;
    width: 100% !important;
    padding: 15px !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 400px;
}

.container_bc .star-rating {
    text-align: center;
}

.container_bc .star-rating input {
    display: none;
}

.star-rating label {
    font-size: 25px;
    color: #444;
    padding: 10px;
    float: right;
    transition: all 0.2s ease;
    cursor: pointer;
}

input:not(:checked) ~ label:hover,
input:not(:checked) ~ label:hover ~ label {
    color: #fd4;
}

input:checked ~ label {
    color: #fd4;
}

input#rate-5:checked ~ label {
    color: #fe7;
    text-shadow: 0 0 20px #952;
}

.container_bc #btnEvent {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.btn {
    height: 45px;
    flex: 1;
}

.btn button {
    height: 100%;
    width: 100%;
    border: 1px solid #444;
    outline: none;
    background: #fe7;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.btn button:hover {
    background: #fd4;
}

#huybinhchon {
    display: none;
}

/* Rating Button */
.btn-rate {
    display: block;
    margin: 20px auto 0;
    padding: 12px 24px;
    background: #fe7;
    border: 1px solid #444;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-rate:hover {
    background: #fd4;
}

.page-two-news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-two-news-item {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
	flex-wrap: wrap;
}

.page-two-news-item:hover {
    transform: translateY(-5px);
}

.page-two-news-image {
    flex: 0 0 200px;
    height: 150px;
    overflow: hidden;
    border-radius: 4px;
}

.page-two-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-two-news-content {
    flex: 1;
}

.page-two-news-field {
    display: inline-block;
    padding: 4px 8px;
    background: #f0f0f0;
    color: #666;
    font-size: 12px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.page-two-news-title {
    margin-bottom: 10px;
}

.page-two-news-title a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
}

.page-two-news-title a:hover {
    color: #0066cc;
}

.page-two-news-date {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.page-two-news-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* Product Detail Page */
.product-detail {
    display: flex;
    flex-direction: column;
}

.product-gallery {
    display: flex;
    gap: 20px;
}

.product-image {
    flex: 0 0 40%;
    max-width: 40%;
}

.product-image img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    margin-bottom: 20px;
}

.thumbnail-list {
    position: relative;
}

.product-thumbnails {
    width: 100%;
}

.product-thumbnails .swiper-slide {
    width: 100px;
    height: 100px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s;
}

.product-thumbnails .swiper-slide:hover,
.product-thumbnails .swiper-slide.active {
    border-color: #006837;
}

.product-thumbnails .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-brief {
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    flex-direction: column;
}

.product-brief h1 {
    margin: 0 !important;
}

.product-title {
    font-size: 32px;
    font-weight: 700;
    color: #006837;
    margin-bottom: 20px;
}

.product-description {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.product-description p {
    margin-bottom: 15px;
}

.product-tabs-container {
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    margin-bottom: 30px;
}

.tab-buttons {
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    z-index: 1;
	overflow-x: auto;
	overflow-y: hidden;
}

.audio-player .box_list_voice {
    list-style: none;
}

.tab-btn {
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    transition: color 0.3s ease;
    z-index: 2;
    pointer-events: auto;
}

.tab-btn:hover {
    color: #006837;
    background-color: rgba(0, 104, 55, 0.05);
}

.tab-btn.active {
    color: #006837;
    font-weight: 600;
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #006837;
}

.tab-content {
    padding: 30px;
    position: relative;
}

.tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-pane.active {
    display: block;
    opacity: 1;
}

.tab-pane p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.social-share {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.share-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: all 0.3s;
}

.share-btn:hover {
    background-color: #006837;
    color: #fff;
}

/* Related Products */

.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #006837;
    margin-bottom: 30px;
}

.related-products-slider {
    position: relative;
    padding: 0 40px;
}

.related-products-slider .swiper-button-prev,
.related-products-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    color: #006837;
}

.related-products-slider .swiper-button-prev:after,
.related-products-slider .swiper-button-next:after {
    font-size: 16px;
}

.related-products-slider .swiper-button-prev:hover,
.related-products-slider .swiper-button-next:hover {
    background-color: #006837;
    color: #fff;
    border-color: #006837;
}

.product-card {
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-name {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0;
    line-height: 1.4;
}


/* Contact Form Styles */
.section_head {
    text-align: center;
    margin-bottom: 40px;
}

.section_title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}

.section_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #cc0001;
}

.register {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form_contact .form-group {
    margin-bottom: 15px;
}

.form_contact .custom-text {
    padding: 12px 15px !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
}

.form_contact .custom-text:focus {
    border-color: #cc0001;
    box-shadow: 0 0 0 2px rgba(204, 0, 1, 0.1);
    outline: none;
}

.form_contact textarea.custom-text {
    resize: vertical;
    min-height: 120px;
}

.captcha_code {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.captcha_code input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.captcha_code img {
    border-radius: 4px;
}

.captcha_code a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.captcha_code a:hover {
    background: #e9e9e9;
}

.form-action {
    margin-top: 30px;
}

.btn-outline-primary {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #cc0001;
    border: 2px solid #cc0001;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin: 0;
    height: auto !important;
}

.btn-outline-primary:hover {
    background-color: #b30000;
    border-color: #b30000;
    transform: translateY(-2px);
}

.error {
    color: #cc0001;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

/* Map Section */
.iframe_map {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.iframe_map iframe {
    width: 100%;
    height: 470px;
    border: none;
}

/* Dialog Styles */
#dialog, #dialog-error {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.overlayDialog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.dialogMain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    min-width: 300px;
}

.dialogContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.ic {
    font-size: 48px;
    color: #4CAF50;
}

.ic_error {
    color: #cc0001;
}

.dialogText p {
    margin: 0;
    font-size: 18px;
    color: #333;
}


.news-section.gioithieu-news-section {
    padding: 40px 0;
}

.contact-container {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.register {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.iframe_map {
    flex: 1;
    min-height: 450px;
}

.iframe_map iframe {
    width: 100%;
    border: none;
    border-radius: 8px;
}


.form-row-2col {
    display: flex;
    gap: 20px;
}

.form-row-2col .form-group {
    flex: 1;
}

/*Comment*/
.contains {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
}

#scrollbox {
    width: 100%;
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden;
    font-size: 13px;
    font-family: Roboto, Arial, Tahoma;
}

.contains > p {
    background: #eee;
    color: #666;
    font: 100 13px/18px Roboto, Arial, Tahoma;
    padding: 5px;
    margin: 0;
    text-align: right;
}

.comment-br {
    border-bottom: 1px dashed #DDDDDD;
    float: left;
    margin: 0 40px 0 10px;
    min-height: 70px;
    padding: 5px 0;
    width: 97%;
}

.comment-br:last-child {
    border-bottom: none;
}

.comment-br.prt {
    margin-left: 0;
}

.comment-br .title {
    line-height: 1.6;
}

.comment-br .contentcomment {
    float: left;
    line-height: 1.8;
    text-align: justify;
    width: 100%;
}

.comment-br .contentcomment .commentdetail video,
.comment-br .contentcomment .commentdetail img {
    max-width: calc(100% - 60px);
    float: unset;
}

.title-icon {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 2px solid antiquewhite;
}

.Danh-sach-comment {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-4 {
    border: 2px solid #005126;
    padding: 15px;
}

.chat-messages {
    display: flex;
    flex-direction: column;
    height: 400px;
    overflow-y: scroll
}

.chat-messages * {
    float: unset !important;
}

.chat-messages video {
    max-width: 100% !important;
}

.chat-message-left {
    margin-right: auto;
    max-width: 60%;
}

.chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto;
    max-width: 60%;
}

.chat-message-right .chat-wraper .chat-content {
    background-color: #05728f !important;
    color: white !important;
}

.chat-message-right .chat-wraper .chat-content figcaption div {
    color: #000 !important;
}


.chat-message-left .chat-time-warpper, chat-message-right .chat-time-warpper {
    width: 100%;
    display: flex;
}

.chat-message-left .chat-time-warpper small {
    margin-left: auto;
}

.chat-message-right .chat-time-warpper small {
    margin-left: auto;
}

.bg-light {
    background: #ffffff;
}

.py-2 {
    padding-top: 0.5rem !important;
}

.py-2 {
    padding-bottom: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
}

.font-weight-bold {
    font-weight: 700;
}

.news-detail-content img {
    height: auto !important;
}

.product-detail img {
    height: auto !important;
}

#Danh-sach-ratting {
    border: 0 !important;
    padding: 30px 0 !important;
    margin: 0 !important;
}

table {
    max-width: 100% !important;
}

/* STYLE RESPNSIVE */
@media screen and (min-width: 1024px) {
    .header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list {
        gap: 18px;
    }

    .header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item a {
        font-size: 14px;
        gap: 4px;
    }
}
@media screen and (max-width: 1280px) {

    .members-section .members-section-inner .member-slider-wrap .swiper-button-prev {
        left: -30px;
    }

    .members-section .members-section-inner .member-slider-wrap .swiper-button-next {
        right: -30px;
    }
}

@media screen and (max-width: 1200px) {
	.container {
        padding-right: 30px;
        padding-left: 30px;
    }
	
	.news-detail-btn .btn-text {
        left: auto;
        right: 0;
        transform: translateX(0%);
    }
}

@media screen and (max-width: 1023px) {
    .products-section .list-product {
        grid-template-columns: repeat(3, 1fr);
		gap: 15px;
    }

    .header .header-menu .header-menu-inner .header-menu-top .right-menu .search-box {
        width: 300px;
    }

    .industries-section .list-industries .item .item-content .icon-sign-wrap {
        width: 74px;
        height: 74px;
    }

    .industries-section .list-industries .item .item-content .icon-sign-wrap .icon-sign {
        width: 60px;
        height: 60px;
    }

    .industries-section .list-industries .item .item-content .icon-sign-wrap .icon-sign svg {
        width: 28px;
    }

    .news-section .news-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .members-section .members-section-inner .government-units {
        gap: 12px;
    }

    .product-gallery {
        flex-direction: column;
    }

    .product-image,
    .product-brief {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tab-btn {
        flex: 1 1 auto;
        text-align: center;
        padding: 10px 15px;
    }

    .introduce-section .introduce-section-inner {
        flex-direction: column;
    }

    .introduce-section .introduce-section-inner .introduce-img {
        width: 100%;
        max-width: 568px;
    }

    .news-section .news-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .products-section .list-product {
        grid-template-columns: repeat(2, 1fr);
    }

    .title-section {
        font-size: 28px;
        line-height: 28px;
    }

    .header .header-menu {
        display: none;
    }

    .header {
        top: 12px;
    }

    .header .header-menu-sp {
        display: flex;
    }

    .banner-section {
        height: 55vh;
    }

    .banner-section .slide-content .title {
        font-size: 32px;
        line-height: 40px;
    }

    .introduce-section .introduce-section-inner {
        flex-direction: column;
        padding: 40px 0;
    }

    .introduce-section .introduce-section-inner .introduce-content .title-section {
        text-align: center;
    }

    .industries-section .list-industries {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-section .news-title-block {
        flex-direction: column;
        align-items: start;
    }

    .news-section .news-title-block .list-tab-news {
        flex-wrap: wrap;
        gap: 4px;
    }

    .news-section .news-list {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .members-section {
        padding-bottom: 0;
    }

    .members-section .members-section-inner .member-slider-wrap .swiper-button-prev {
        left: 0;
    }

    .members-section .members-section-inner .member-slider-wrap .swiper-button-next {
        right: 0;
    }

    .members-section .members-section-inner .government-units {
        flex-direction: column;
    }

    .members-section .members-section-inner .government-units .government-item .item-content .img-logo {
        height: 62px;
    }

    .members-section .members-section-inner .government-units .government-item .item-content .name {
        font-size: 20px;
        line-height: 24px;
    }

    .rating {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }

    .histo {
        width: 100%;
    }

    .rating-num {
        font-size: 2.5rem;
    }

    .product-title {
        font-size: 24px;
    }

    .tab-content {
        padding: 20px;
    }

    .related-products-slider {
        padding: 0 30px;
    }

    .register {
        padding: 30px 20px;
        flex: none;
        width: 100%;
    }

    .section_title {
        font-size: 28px;
    }

    .captcha_code {
        flex-direction: column;
        align-items: flex-start;
    }

    .captcha_code input {
        width: 100%;
    }

    .contact-container {
        flex-direction: column;
    }

    .iframe_map {
        flex: none;
        width: 100%;
    }

    .form-row-2col {
        flex-direction: column;
        gap: 0;
    }

    .footer .container .footer-content {
        flex-direction: column;
        gap: 30px;
    }

    .footer .container .footer-content .footer-main .footer-info {
        grid-template-columns: 1fr;
    }

    .footer .container .footer-content .footer-main .footer-info .footer-info-item:nth-child(5) {
        grid-column: 1;
    }
}

@media screen and (max-width: 576px) {
    .title-section {
        font-size: 22px;
        line-height: 22px;
		width: 100%;
        margin-bottom: 15px;
    }
	
	.page-search {
		max-width: 100%;
	}

    .banner-section .slide-content .sub-title {
        font-size: 20px;
        line-height: 28px;
    }

    .banner-section .slide-content .title {
        font-size: 24px;
        line-height: 32px;
    }

    .industries-section .list-industries .item:last-child {
        display: grid;
        grid-column: span 2;
        aspect-ratio: 4 / 3;
    }

    .news-section .news-list {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .news-section .news-list .news-item.news-main {
        grid-column: auto;
    }

    .news-section .news-list .news-item .item-content {
        margin-top: 4px;
    }

    .footer .container .footer-content {
        padding: 24px 0;
    }

    .footer .container .footer-content .footer-main .footer-info {
        grid-template-columns: 1fr;
    }

    .footer .container .footer-content .footer-main .footer-info .footer-info-item:nth-child(5) {
        grid-column: 1;
    }

    .register {
        padding: 20px 15px;
    }

    .section_title {
        font-size: 24px;
    }

    .btn-outline-primary {
        width: 100%;
    }

    .form-row-2col {
        flex-direction: column;
        gap: 0;
    }

    .header .header-menu-sp .logo img {
        height: 50px;
    }

    .news-section .news-list {
        grid-template-columns: 1fr;
    }

    .footer .container .footer-content .footer-logo img {
        height: 60px;
    }
	
	.news-detail-meta {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px;
	}
	
	.audio-player {
		order: 2;
		width: 100%;
		margin: 0;
	}
	
	.page-two-news-image {
		flex: 0 0 100%;
		height: auto;
	}
	
	.page-two-news-content {
		width: 100%;
	}
	
	.members-section .members-section-inner .member-slider-wrap {
		padding: 0 35px;
	}
	
	.page-two-news-item {
		gap: 10px;
	}
	
	.ckeditor-html5-video video {
		width: 100% !important;
	}
	
	table {
		width: 100% !important;
	}
}


.formSearch {
    font-size: 16px;
}
.contentContainer .newsItem {
    padding-left: 10%;
	padding-right: 5%;
}

.listNews .contentContainer {
    display: flex
;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
	color: #000;
}

.listNews .contentContainer .new-name {
    font-size: 16px;
    color: #0e5ca8;
}

.formSearch h3 {
    font-weight: 700;
    margin-bottom: 20px !important;
}

.formSearch .form {
    display: flex
;
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
}

#btnSearchF {
    min-width: 100px;
    background: #0e5ca8;
    border: 0;
    border-radius: 4px;
    color: #fff;
    height: 36px;
    font-weight: 600;
    font-size: 14px;
}

input#Formkwd {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    border-color: #ddd;
    padding: 0 15px;
}

.searchResults {
    margin-top: 10px;
    font-size: 16px;
}