:root {
    --maincolor: #458632;
    --maincolor2: #00500A;
    --subcolor: #ED4040;
    --fmain: "Libre Franklin";
}

body {
    font-family: var(--fmain);
    font-size: 14px;
    color: #333;
    top: 0 !important
}

dl li, ol li, ul li{
    margin-bottom: 0.5rem;
}

::-webkit-scrollbar {
    width: 5px;
    height: 2px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%)
}

::-webkit-scrollbar-thumb {
    background: var(--maincolor)
}

.wap_main {
    max-width: 1920px;
    min-width: 320px;
    position: relative;
    margin: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    margin: 0 0 13px 0;
    font-weight: 500;
    line-height: 1.5
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

img.lazy {
    opacity: 0
}

img:not(.initial) {
    transition: opacity .1s
}

img.error,
img.initial,
img.loaded {
    opacity: 1
}

img:not([src]) {
    visibility: hidden
}

button,
input,
select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none !important
}

a,
input,
textarea {
    outline: 0;
    padding: 0
}

a {
    text-decoration: none !important;
    cursor: pointer
}

a:hover {
    color: var(--maincolor)
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.w-100 {
    width: 100%
}

.w-clear:after {
    display: block;
    content: "";
    clear: both
}

.hidden {
    display: none
}

.clear {
    clear: both
}

.none {
    display: none
}

.hidden-seoh {
    visibility: hidden;
    height: 0;
    margin: 0;
    overflow: hidden
}

.wrap-content,
.wrap-main {
    max-width: 1330px;
    margin: 40px auto;
    padding: 0 15px
}

.wrap-main.static {
    max-width: 1030px
}

.wrap-main.max {
    max-width: 1366px
}

.wrap-home {
    max-width: 100%;
    padding: 0;
    margin: 0
}

.wrap-content {
    margin: auto
}

.social-plugin {
    display: flex;
    margin-top: 10px
}

.scale-img {
    position: relative;
    display: block;
    overflow: hidden
}

.scale-img img {
    transform: scale(1, 1);
    transition: .2s
}

.scale-img:hover img {
    transform: scale(1.1, 1.1)
}

.hover-img {
    position: relative;
    overflow: hidden;
    display: block
}

.hover-img:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .8s cubic-bezier(.94, .85, .1, .62) 0s;
    z-index: 1;
    border: 100px double rgba(0, 0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    box-sizing: border-box
}

.hover-img:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double rgba(255, 255, 255, .7);
    visibility: hidden
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}
.text-split-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5
}
.text-split-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.transition {
    transition: .3s all
}

a.views {
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    border: solid 1px #ccc;
    padding: 7px 20px;
    border-radius: 20px;
    color: #000;
    font-size: 16px
}

a.views:hover {
    border: solid 1px #fed402;
    color: #fed402
}

.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128, 128, 128, .15);
    margin-top: 15px;
    border-radius: 5px
}

.share b {
    display: block;
    margin-bottom: 5px
}

.othernews b {
    margin-bottom: 10px
}

a.mucluc-dropdown-list_button:before {
    content: "\f03a";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    background: #fff;
    color: var(--maincolor) !important;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ddd
}

.meta-toc-clone.fiedx {
    position: fixed;
    left: 5px;
    top: 200px;
    z-index: 111
}

.meta-toc-clone:not(.fiedx) .box-readmore {
    display: block !important
}

.box-readmore {
    padding: 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 2px;
    border: 1px solid #ddd;
    font-size: 13px;
    margin-bottom: 10px
}

.meta-toc-clone .box-readmore {
    width: 350px;
    display: none;
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 0
}

.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eee
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " "
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0;
    padding-left: 0 !important;
    margin-top: 8px
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px
}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px
}

.box-readmore ul li a {
    color: #333;
    cursor: pointer;
    font-weight: 600
}

.box-readmore ul li a:hover {
    color: #767676 !important
}

.title-tags {
    position: relative;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #777
}

.title-tags:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .1);
    display: block;
    height: 3px;
    width: 30px
}

.flex-tags {
    display: flex;
    gap: 5px
}

.flex-tags a {
    color: #333;
    border: 1px solid;
    border-radius: 3px;
    display: inline-block;
    font-size: .8em !important;
    opacity: .8;
    padding: 2px 5px
}

.flex-tags a:hover {
    background-color: #446084;
    border-color: #446084;
    color: #fff;
    opacity: 1
}

.sort-select {
    display: flex;
    justify-content: end;
    margin: 20px 0;
    position: relative
}

.sort-select .click-sort {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 10px 6px 8px;
    margin: 0
}

.sort-select-main {
    display: grid;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
    position: absolute;
    padding: 0 7px;
    top: 30px;
    right: 0;
    width: 160px;
    z-index: 2
}

.sort-select-main p {
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
    order: 2
}

.sort-select-main p:has(.check) {
    order: 1
}

.sort a {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 3px;
    display: block;
    cursor: pointer
}

.sort a.check i {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 100px;
    vertical-align: middle
}

.sort a.check i::after {
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -4px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg)
}

.sort-select .sort-show {
    padding-right: 12px;
    position: relative
}

.sort-select .sort-show::before {
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    content: '';
    height: 0;
    position: absolute;
    top: 6px;
    right: 0;
    width: 0
}

.filter {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    display: none
}

.wrap-product-sale {
    background-color: #ffa09e;
    border-radius: 10px;
    overflow: hidden
}

.wr-search p {
    font-weight: 700;
    text-transform: uppercase
}

.box-cat {
    text-align: center
}

.box-cat h3 {
    font-size: 14px;
    color: #333;
    margin-top: 10px
}

.box-cat:hover h3 {
    color: red
}

.cart-product {
    margin: 5px 0 0 0
}

.cart-product span {
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    border-radius: 5px;
    display: inline-block;
    line-height: 34px;
    font-size: 13px;
    font-weight: 700
}

.cart-add {
    margin-left: 10px;
    background-color: #00a5d9;
    width: 155px
}

.cart-add:hover {
    background-color: #fed402
}

.cart-buy {
    background-color: #ff2e00;
    width: 93px;
    height: 33px
}

.cart-buy:hover {
    background-color: #fed402
}

.gridProduct {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.grid-pro-detail {
    display: flex;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid #ececec
}

.grid-pro-detail .left-pro-detail {
    width: 60%;
    border-right: 1px solid #ececec;
    padding-right: 30px
}

.grid-pro-detail .right-pro-detail {
    width: 38%
}

.detail-product {
    display: flex;
    justify-content: space-between
}

.detail-product .left-pro-detail {
    width: 40%;
    border: 1px solid #ddd
}

.detail-product .right-pro-detail {
    width: 57%
}

.detail-product .right-pro-detail ul {
    list-style: none;
    padding: 0
}

.detail-product .right-pro-detail ul li {
    margin-bottom: 20px
}

.detail-product .right-pro-detail ul li .title-pro-detail {
    font-size: 18px
}

.detail-product .right-pro-detail ul li .attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0
}

.detail-product .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: red
}

.ul-actions {
    display: flex;
    justify-content: center;
    margin: 20px;
    gap: 15px;
    align-items: flex-start
}

.ul-actions li,
.ul-actions>div {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 80px;
    text-align: center
}

.ul-actions .active .box__tabr,
.ul-actions .box__tabr:hover {
    border-color: #fd6e1d
}

.ul-actions .box__tabr {
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    min-height: 55px;
    padding: 4px;
    height: 60px;
    width: 80px
}

.icon-action {
    background-image: url(../images/icon_chitiet@2x-min.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 300px 180px
}

.icon-dnb {
    background-position: 0 0;
    height: 28px;
    width: 28px
}

.icon-tskt {
    background-position: -105px 0;
    height: 30px;
    width: 30px
}

.icon-ttsp {
    background-position: -140px 0;
    height: 19px;
    width: 23px
}

.ul-actions p {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
    white-space: normal;
    color: #000
}

.modal-detail::-webkit-scrollbar {
    width: 10px
}

.modal-detail::-webkit-scrollbar-thumb {
    width: 10px;
    background: #4d90e0;
    border-radius: 10px;
    height: 50px
}

.modal-detail {
    position: fixed;
    z-index: 999;
    background: #000000c4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

.content-modal-detail {
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100vh
}

.content-modal-detail .tabs {
    display: flex;
    cursor: pointer;
    padding: 0;
    list-style: none;
    justify-content: center;
    border-bottom: 1px solid #e0e0e0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99
}

.content-modal-detail .tabs li {
    padding: 20px 20px;
    margin-right: 5px;
    font-weight: 700;
    position: relative;
    border-bottom: 4px solid #fff
}

.content-modal-detail .tabs li.active {
    color: #2d9cdb;
    border-bottom: 4px solid #2d9cdb
}

.content-modal-detail .tab-content {
    padding: 20px;
    max-width: 900px;
    margin: 0 auto
}

.content-modal-detail .tab-content.active {
    display: block
}

.close-tab {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 10
}

.btn-closemenu {
    position: fixed;
    top: 10px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    line-height: 21px;
    padding: 7px;
    text-align: right;
    width: 72px
}

.btn-closemenu::before {
    transform: rotate(45deg)
}

.btn-closemenu::after {
    transform: rotate(-45deg)
}

.btn-closemenu::after,
.btn-closemenu::before {
    background-color: #333;
    content: '';
    left: 13px;
    height: 14px;
    position: absolute;
    top: 10px;
    width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.pr-content .pr-item p {
    margin: 0
}

.contact-input {
    position: relative;
    margin-bottom: 15px
}

.did-floating-label-content {
    position: relative;
    margin-bottom: 20px
}

.did-floating-label {
    z-index: 5;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 15px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    -ms-transition: .2s ease all;
    -o-transition: .2s ease all
}

.did-floating-input {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 16px 20px;
    background: #fff;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important
}

.did-floating-input:focus,
.did-floating-input:not(:placeholder-shown) {
    outline: 0;
    padding: 25px 15px 7px 15px
}

.did-floating-input:focus~.did-floating-label {
    top: 5px;
    font-size: 12px
}

.did-floating-input:not(:placeholder-shown)~.did-floating-label {
    top: 5px;
    font-size: 12px
}

.input-group {
    display: flex
}

.input-group-append {
    display: flex;
    align-items: center
}

.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    height: 34px;
    color: #323840;
    padding: 0 5px 0 20px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #3d85d8;
    border-radius: 4px 0 0 4px;
    border-right: none
}

.contact-input .custom-file-label::after {
    content: attr(title)
}

.contact-map {
    position: relative;
    height: 500px;
    margin-top: 30px
}

.contact-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.breadCrumbs {
    padding: 10px 0;
    background: #eee;
}

.breadCrumbs ol {
    margin: 0
}

.breadCrumbs ol li a {
    color: #333
}

.breadCrumbs ol li a:hover {
    color: var(--maincolor)
}

.pagination {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px
}

.pagination li span {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid var(--maincolor);
    background: #fff;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--maincolor);
    font-size: 14px;
    font-weight: 400
}

.pagination li a {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #cacaca;
    background: linear-gradient(180deg, #fff 0, #f0f0f0 100%);
    padding: 5px 7px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400
}

.pagination li a:hover {
    color: var(--maincolor);
    border-color: var(--maincolor)
}

.pagination .page-item.active .page-link {
    background-color: var(--maincolor);
    border-color: var(--maincolor)
}

.progress-wrap {
    background-color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .4s linear
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.progress-wrap i {
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 900;
    color: var(--maincolor);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all .4s linear
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: var(--maincolor);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all .4s linear
}

.grecaptcha-badge {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    overflow: hidden
}

.social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px
}

.social li {
    display: inline-block
}

.social li:hover img {
    transform: rotateY(360deg);
    transition: all .5s linear
}

.header__info {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #111;
    font-size: 15px
}

.info__email {
    color: #111;
    font-size: 15px
}

.info__hotline {
    color: #c60002;
    font-size: 15px;
    font-weight: 700
}

.header__sline {
    background: #cacaca;
    width: 1px;
    height: 26px;
    margin: 0 30px
}

.search {
    background: #f5f5f5;
    position: relative;
    display: flex;
    align-items: center;
    width: 340px;
    border-radius: 12px;
    overflow: hidden
}

.search p {
    width: 54px;
    height: 52px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    color: var(--subcolor)
}

.search input {
    width: calc(100% - 54px);
    height: 52px;
    outline: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    text-indent: 15px;
    color: #828282;
    font-size: 16px;
    letter-spacing: .8px
}

.search input::-webkit-input-placeholder {
    color: #313131
}

.search input:-moz-placeholder {
    color: #313131
}

.search input::-moz-placeholder {
    color: #313131
}

.search input:-ms-input-placeholder {
    color: #313131
}

.menu-res {
    display: none
}

.menu {
    padding-top: 8px;
}

.menu_flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.menu_left {
    width: calc(280/1300*100%)
}

.menu_right {
    width: calc(1000/1300*100%)
}

.menu ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.menu ul.menu-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #111;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 2px 5px;
    position: relative;
}
.menu ul > li > a{border-bottom: 2px solid #fff;}

.menu ul li a.active,
.menu ul li:hover>a {
    color: var(--maincolor);
}

.menu_search {
    margin-left: auto
}

.menu ul.menu-main li a.active:after,
.menu ul.menu-main li:hover>a:after {
    opacity: 1
}

.menu ul li a.has-child {
    padding-right: 16px;
    margin-right: 8px
}

.menu ul li a.has-child:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px / 2);
    right: 5px;
    width: 5px;
    height: 5px;
    border: 1px solid #fafafa;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg)
}

.menu_dmsp .menu_lvl {
    position: absolute;
    width: 220px;
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.menu_dmsp .menu_lvl3,
.menu_dmsp .menu_lvl4 {
    left: calc(100% + 1px)
}

.menu_dmsp .menu_lvl2 .menu_lvl3 ul li:hover .menu_lvl4,
.menu_dmsp .menu_lvl2 ul li:hover .menu_lvl3,
.menu_dmsp:not(.block_hover):hover .menu_lvl2 {
    transform: perspective(600px) rotateX(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible
}

.slideshow_left .menu_lvl2 {
    transform: perspective(600px) rotateX(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.menu_vlist_pic {
    max-width: 24px
}
.menu_lvl ul li{border-bottom: 1px solid #f2f2f2; margin-bottom: 0px;}
.menu_dmsp .menu_lvl ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: capitalize;
    gap: 10px;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    font-weight: 500;
    padding: 14px;
    background: #fff;
    margin: 0;
    height: auto
}

.menu_dmsp .menu_lvl ul li:hover>a {
    border-color: var(--maincolor);
    color: var(--maincolor)
}

.menu ul li ul li a {
    padding: 12px !important;
    border: none !important
}

.menu ul li ul li a:after {
    display: none !important
}

.menu_dmsp .menu_lvl ul {
    max-height: 410px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    margin: 0
}

.slide_wrap{
    position: relative;
}
.slide_wrap .slogan{
    position: absolute;
    left: 50%; top: 50%; transform: translate(-50%, -50%);
    width: 100%; text-align: center; z-index: 10;
    color: #fff; font-size: clamp(15px, 5vw, 40px);
    text-shadow: 2px 2px #333;
}
.banner-pagin{position: relative; height: 300px;
    padding: 40px 0px;  width: 100%; text-align: center; z-index: 10;
    color: #fff; font-size: clamp(15px, 5vw, 40px);
    text-shadow: 2px 2px #333; display: flex; align-items: center; justify-content: center;
} 
.slideshow_item {
    display: block;
    position: relative
}

.swiper_slideshow {
    height: calc(100vw * 530 / 1366);
    position: relative
}

.control_slide {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    top: calc(50% - 40px / 2)
}

.control_slide button {
    opacity: .5;
    top: 0;
    position: absolute;
    outline: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #000;
    width: 40px;
    border-radius: 50px;
    height: 40px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.control_slide button:hover {
    opacity: 1
}

.control_slide button.slide_prev {
    left: 20px
}

.control_slide button.slide_next {
    right: 20px
}

.swiper_slideshow .swiper-slide {
    overflow: hidden
}

.swiper_slideshow .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.spacer {
    margin: 60px 0
}

.title-main {
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

.title-detail {
    position: relative;
    margin-bottom: 30px
}

.title-detail h1 {
    color: var(--maincolor2);
    font-size: clamp(22px, 5vw, 32px);
    font-weight: 600;
    margin-bottom: 0
}

.title-main h1,
.title-main h2 {
    color: var(--maincolor2);
    font-size: clamp(20px,calc(30/1200*100vw),30px);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0
}

.title_com {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--subcolor)
}

.title_com p {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin: 0
}

.product_box {
    display: block;
    position: relative;
    border-radius: 12px;
    border: 1px solid #eaf1ff;
    padding: 8px;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.product_box:hover {
    border-color: var(--subcolor)
}

.product_pic {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.product_info {
    margin-top: 15px;
    text-align: center
}

.product__name.text-split {
    -webkit-line-clamp: 1;
    margin-bottom: 0;
    color: #02225e;
    font-size: clamp(.9375rem, .9rem + .1875vw, 1.125rem);
    letter-spacing: .36px;
    text-transform: capitalize
}

.product__name.text-split:hover {
    color: var(--subcolor)
}

.product__price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.product__pricenew {
    color: var(--subcolor);
    font-size: clamp(.9375rem, .9rem + .1875vw, 1.125rem);
    font-weight: 500;
    letter-spacing: .36px
}

.product__priceold {
    text-decoration: line-through;
    font-size: 12px;
    color: #333
}

.product__priceper {
    font-size: 10px;
    padding: 2px 4px;
    background: #feeeea;
    color: #ee4d2d
}

.album__name.text-split {
    -webkit-line-clamp: 1;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    transition: .3s;
    margin: 15px 0 0;
    text-align: center
}

.album__name.text-split:hover {
    color: var(--maincolor)
}

.list_monnb {
    margin-bottom: 30px;
    border-bottom: solid 1px #c8c8c8;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.list_monnb button {
    text-align: center;
    padding: 0 0 7px 0;
    color: #828282;
    background: 0 0;
    border: none;
    border-bottom: solid 1px transparent
}

.list_monnb button.active {
    color: var(--subcolor);
    border-color: var(--subcolor);
    border-width: 2px
}

.newsvideo_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.news_wrap,
.video_wrap {
    width: calc(590/1200*100%)
}

.newsvideo_wrap {
    background: #f4f4f4;
    padding: 60px 0
}

.news_box {
    display: block;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.news_pic {
    position: relative;
    overflow: hidden; border-radius: 15px;
}

.news_info {
    padding: 10px 0px 0px;
    position: relative;
    z-index: 1
}

.news__name.text-split {
    -webkit-line-clamp: 2;
    color: #212121;
    font-size: clamp(.9375rem, .875rem + .3125vw, 1.25rem);
    font-weight: 500;
    text-transform: capitalize;
}
.news__name{
    margin-bottom: 10px; margin-top: 8px;
}
.news_box:hover .news__name {
    color: var(--maincolor)
}

.news_box:hover .news__next {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px)
}

.news__date {
    display: flex;
    align-items: center;
    gap: 5px; font-size: 14px;
    color: #4E4E51;
    margin: 8px 0 0px;
}

.news__date .day {
    font-size: clamp(1.25rem, 1.175rem + .375vw, 1.625rem);
    font-weight: 700;
    line-height: 1;
    border-bottom: solid 1px #fff;
    margin-bottom: 7px;
    padding-bottom: 3px;
    width: 100%;
    text-align: center
}

.news__date .month {
    font-size: clamp(.875rem, .8125rem + .3125vw, 1.1875rem);
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1
}

.news__desc.text-split {
    color: #333;
    font-size: clamp(.875rem, .8625rem + .0625vw, .9375rem)
}
.news__desc table{border: none;}
.news__desc table td{padding: 0.3rem;}
.news__desc table td:nth-child(1){width: 35px;}
.news__desc table td img{width: 35px;}
.news__desc table td p{margin-bottom: 0.2rem;}

.news__next {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--subcolor);
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

.news__next span {
    font-size: clamp(.875rem, .85rem + .125vw, 1rem);
    font-weight: 500
}

.videoThumb {
    display: block;
    position: relative;
    cursor: pointer
}

.validation-input {
    position: relative
}

.invalid_feedback {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    font-size: 14px;
    color: #fff;
    background: #000;
    padding: .375rem .75rem;
    transition: all .3s ease-out
}

.invalid_feedback:before {
    content: '';
    position: absolute;
    top: 100%;
    border-top: 10px solid #000;
    border-right: .5rem solid transparent;
    border-left: .5rem solid transparent
}

.invalid_feedback.validated {
    opacity: 1;
    visibility: visible
}

.newsletter_grid {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.newsletter-input input {
    border-radius: 6px;
    background: #fff;
    border: solid 1px #333;
    color: #333;
    font-size: 14px;
    text-indent: 5px;
    height: 40px
}

.newsletter-input input::-webkit-input-placeholder {
    color: #777
}

.newsletter-input input:-moz-placeholder {
    color: #777
}

.newsletter-input input::-moz-placeholder {
    color: #777
}

.newsletter-input input:-ms-input-placeholder {
    color: #777
}

.newsletter-input textarea {
    border-radius: 6px;
    background: #fff;
    border: solid 1px #333;
    color: #333;
    font-size: 14px;
    text-indent: 5px;
    min-height: 90px
}

.newsletter-button {
    text-align: center;
    margin-top: 30px
}

.btn_newsletter {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    background: var(--maincolor);
    border: solid 1px var(--maincolor);
    padding: 12px 30px;
    transition: .3s
}

.btn_newsletter:hover {
    color: var(--maincolor);
    background: #fff
}

.footer_article {
    background: #296C16;
    padding: 50px 0 0;
}

.footer_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start; gap: 75px;
}
.footer_news{color: #fff;}
.footer_news:nth-child(1){width: 28%;}
.footer_news:nth-child(2){flex: 1;}
.footer_news:nth-child(3){width: 24%;}
.footer_news p{margin-bottom: 0.5rem;}


.btnFoot{
    text-align: center; padding: 40px 0px 20px;
}
.btnFoot a{
    display: inline-block;
    border-radius: 70px;
    background: #fff;
    padding: 12px 25px;
    justify-content: center;
    align-items: center;
    color: var(--maincolor2); border: 2px solid var(--maincolor);
    font-size: clamp(16px,calc(18/1200*100vw),18px); font-weight: 700;
    text-transform: capitalize;
}
.btnFoot a:hover{
    background: var(--maincolor); color: #fff;
}

.socialf {
    gap: 15px;
    margin-bottom: 30px;
}

.socialf li a {
    display: block
}

.txt_dknt{margin-bottom: 20px;}
.newsletter-btn{background: #fff; border: none; border-radius: 60px; color: var(--maincolor); padding: 10px 25px; font-size: 16px; font-weight: 500;}

.footer_logo {
    max-width: 195px
}

.footer_title {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: clamp(16px,calc(17/1200*100vw),17px);
    font-weight: 700; text-transform: uppercase;
    margin-bottom: 15px;
}

.footer_title.social {
    padding: 0
}

.footer_title.social:after {
    display: none
}

.footer_info {
    color: #fff;
    font-size: clamp(.875rem, .8375rem + .1875vw, 1.0625rem);
    letter-spacing: .34px;
    text-transform: capitalize
}

.footer_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 2; /* Tự động chia danh sách thành 2 cột theo chiều dọc */
    column-gap: 30px; max-height: 400px; 
}
.footer_ul li{margin-bottom: 8px;}
.footer_ul li a {
    color: #fff;
    font-size: 14px;
}

.footer_ul li a:hover {
    color: var(--subcolor)
}

.info-f{color: #fff; font-size: 14px;}

.line-f{margin: 20px 0px;}
.line-f svg{max-width: 100%;}

.footer_powered {
    padding: 10px 0 20px;
}

.copyright {
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: .42px
}

.tags_wrap {
    background: #f2f2f2;
    padding: 20px 0
}

.tags_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.tags_list li {
    width: 16.5%
}

.tags_list li a {
    color: #737373;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: underline !important
}

.gridNews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}
.gridNewsDoiTac {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px
}

.chinhanh_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.chinhanh_left {
    width: 30%
}

.chinhanh_right {
    width: 70%
}

.chinhanh_item {
    display: block;
    padding: 10px;
    background: #fff;
    cursor: pointer
}

.chinhanh_item:nth-child(odd) {
    background: #e6e6e6
}

.chinhanh__pic {
    width: 100px
}

.chinhanh__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0
}

.chinhanh__desc {
    font-size: 14px;
    color: #212529
}

.chinhanh__desc p {
    margin: 0
}

.chinhanh__desc a {
    color: #a5a5a5
}

.chinhanh__next {
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    color: #ed1c24
}

.chinhanh_right {
    overflow: hidden
}

.chinhanh_right iframe {
    display: block;
    width: 100%;
    height: 600px
}

.chinhanh_scroll {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 5px
}

.flex_pro_detail {
    display: grid;
    grid-template-columns: 70% calc(30% - 30px);
    justify-content: space-between
}

.flex2_pro_detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.center_pro_detail,
.left_pro_detail {
    width: calc(50% - 15px)
}

.MagicZoom,
.MagicZoom figure {
    width: 100%
}

.title_pro_detail {
    text-transform: capitalize;
    font-size: 22px;
    display: block;
    font-weight: 700;
    padding: 0 0 5px;
    border-bottom: 1px dotted #dfe0e1;
    margin-bottom: 10px
}

.attr-pro-detail {
    list-style: none;
    padding: 0;
    margin: 20px 0 0
}

.attr-pro-detail li {
    margin-bottom: 15px
}

.attr-content-pro-detail {
    display: inline-flex !important;
    margin-bottom: 0;
    gap: 10px;
    align-items: flex-end;
    font-size: 15px
}

.price-new-pro-detail {
    font-size: 22px;
    font-weight: 700;
    color: var(--maincolor)
}

.price-old-pro-detail {
    font-size: 15px;
    font-weight: 500;
    color: #6c757d;
    text-decoration: line-through
}

.price-discount-pro-detail {
    font-size: 12px;
    color: #da291c;
    margin-bottom: 3px
}

.attr-label-pro-detail {
    margin: 0 5px 0 0;
    font-weight: 700;
    font-size: 15px
}

.album_product {
    margin-top: 15px
}

.product_familiar,
.tabs_pro_detail {
    margin-top: 30px
}

.tabs_holder {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px
}

.tabs_holder li {
    text-align: center;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 11px 15px 10px;
    font-weight: 700;
    border: solid 1px #e6e6e6;
    margin-bottom: -1px;
    cursor: pointer
}

.tabs_holder li.active {
    background-color: var(--maincolor);
    color: #fff;
    border: solid 1px var(--maincolor);
    transition: .3s ease-in-out
}

.swiper-slide {
    height: auto !important
}

.swiper-slide img {
    display: inline-block
}

.swiper-thumbs .swiper-slide {
    opacity: .6;
    transition: .3s
}

.swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1
}

.product_thumb_placeholder {
    display: block;
    background-color: #eee
}

.product_nav_placeholder {
    cursor: pointer;
    background: #fff
}

.list-news-other {
    list-style: none;
    padding: 0;
    margin: 0
}

.list-news-other li {
    padding: 10px 0;
    border-bottom: 1px dashed #e8e8e8
}

.list-news-other li a {
    font-size: 15px;
    text-transform: none;
    color: #333;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

.list-news-other li a i {
    margin-right: 5px
}

.list-news-other li a:hover {
    color: red
}

.row_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.col_left {
    width: 23%
}

.col_right {
    width: 75%
}

.group-sidebox {
    position: -webkit-sticky;
    position: sticky;
    top: 60px
}

.title-menu-bar {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    height: 50px;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, var(--maincolor), var(--maincolor));
    border-radius: 8px 8px 0 0
}

.title-menu-bar i {
    margin-right: 15px;
    font-size: 22px
}

.submenu-links {
    margin: 0;
    padding: 0
}

.menuList-links {
    margin: 0;
    border: 1px solid #ccc;
    padding: 0
}

.menuList-links li {
    position: relative;
    list-style: none
}

.menuList-links>li {
    border-bottom: 1px solid #e7e7e7
}

.menuList-links li a {
    color: #252a2b;
    position: relative;
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    transition: .3s
}

.menuList-links li a:hover {
    color: #d41313
}

ul.submenu-links li a {
    padding: 8px 0 8px 0
}

.menuList-links>li>a {
    display: block;
    padding: 12px 0;
    font-weight: 500;
    font-size: 15px
}

.menuList-links>li.has-submenu>a {
    padding-right: 30px;
    padding-left: 10px
}

.menuList-links>li.has-submenu span.icon-plus-submenu {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid transparent;
    display: none
}

.icon-plus-submenu:after,
.icon-plus-submenu:before {
    background: rgba(9, 9, 9, .6);
    content: '';
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    transition: all .25s linear
}

.icon-plus-submenu:before {
    width: 9px;
    height: 1px;
    transform: translateY(-50%)
}

.icon-plus-submenu:after {
    width: 1px;
    height: 9px;
    right: 4px;
    transform-origin: center;
    transform: translateY(-50%) scale(1, 1)
}

li.has-submenu.opened>a .icon-plus-submenu:after {
    transform: translateY(-50%) scale(1, 0)
}

.menuList-links>li.has-submenu .icon-plus-submenu:hover {
    border: 1px solid #e7e7e7
}

.submenu-links {
    display: none
}

li.has-submenu.level1>ul.submenu-links li a {
    padding-left: 25px
}

.content-main {
    line-height: 26px
}

.content-main h1 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px
}

.content-main h2 {
    margin: 20px 0;
    font-size: 18px
}

.content-main h3 {
    margin: 15px 0 20px;
    font-size: 16px
}

.content-main table {
    width: 100%;
    margin: 10px 0 20px;
    font-size: 13px
}

.content-main table th {
    background: #444;
    color: #fff;
    text-align: center;
    padding: 12px 7px
}

.content-main table tr td {
    padding: 10px 7px
}

.content-main tr:nth-child(even) {
    background: #f4f4f4
}

.content-main tr:nth-child(odd) {
    background: #fff
}

.content-main ol,
.content-main ul {
    list-style-type: disc;
    margin: 10px 0
}

.content-main ol li,
.content-main ul li {
    margin-bottom: 10px
}

.content-main a {
    color: #05f;
    font-weight: 700;
    display: contents
}

.content-main iframe {
    width: 100% !important;
    display: block;
    margin: 10px auto 20px
}

.content-main img {
    width: auto;
    height: auto !important;
    display: block;
    margin: 10px auto 20px
}

.content-main .bg-video {
    cursor: pointer
}

.content-main .bg-video img {
    height: 300px;
    max-height: 300px
}

.content-main .video-container {
    margin: 20px auto;
    display: block;
    text-align: center
}

.content-main .video-container video {
    width: 640px;
    height: 320px
}

.content-main tr:nth-child(even) {
    background-color: #f2f2f2
}

.content-main tr:hover {
    background-color: #ddd
}

.content-main th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--maincolor);
    color: #fff
}

.content-main td,
.content-main th {
    border: 1px solid #ddd;
    padding: 8px
}

.content-main figcaption {
    text-align: center
}

.grid_rowdetail_album {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 30px
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none
}

#loader-wrapper #wrap {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 99999
}

#loader-wrapper.show1 #wrap {
    background: 0 0
}

#loader-wrapper:after {
    -webkit-mask: url(../images/mask-01.png);
    mask: url(../images/mask-01.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    z-index: 10000
}

#loader-wrapper.show1::after {
    -webkit-animation: MaskPlay 1s steps(22) forwards;
    animation: MaskPlay 1s steps(22) forwards
}

#loader-wrapper.show1 #wrap {
    opacity: 0
}

@-webkit-keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

.splide__track--nav>.splide__list>.splide__slide {
    border: none;
    opacity: .6
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: none;
    opacity: 1
}

.box_changelang {
    position: relative;
    cursor: pointer
}

#google_translate_element {
    clear: both;
    width: auto !important;
    text-align: right;
    display: none
}

.box_changelang .lang_current {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    color: #000
}

.box_changelang .lang_current i {
    font-size: 8px
}

.box_changelang .box_solang {
    position: absolute;
    top: 105%;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
    padding: 12px;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    width: 170px;
    box-sizing: border-box
}

.box_changelang .box_solang a {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    color: #333;
    font-size: 12px;
    height: 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    background-size: 30px 20px;
    margin-bottom: 15px;
    min-width: 120px
}

.box_changelang .box_solang a:last-child {
    margin-bottom: 0
}

.skiptranslate {
    display: none !important
}

.header_wrap {
    background: #fff;
    position: -webkit-sticky;
    position: sticky; top: 0;
    padding: 10px 0;
    z-index: 101;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 20px;
}

.header_flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header_left {
    text-align: left;
}
.header_right{
    flex: 1; padding-left: 20px;
}
.header_right .r1{
    display: flex;
    justify-content: start;
    align-items: end; gap: 60px;
}
.header_right .r1 > div:nth-child(1){color: var(--maincolor); font-weight: 700; font-size: clamp(16px,calc(18/1200*100vw),18px);}
.header_right .r1 > div:nth-child(2){display: flex; align-items: end; gap: 15px;}
.header_right .r1 > div:nth-child(2) span{font-style: italic; font-size: 15px;}
.lang-header img{
    height: 24px; width: auto; margin-left: 5px;
}

.hotline_header p a:hover {
    color: var(--maincolor)
}

#tophead{padding: 5px 0px; background-color: #f3f3f3;}
#tophead .wrap-content{
    display: flex;
    justify-content: end;
    align-items: center; gap: 40px;
}
#tophead .wrap-content svg{margin-right: 4px;}
.search__pc{display:flex;align-items:center;gap:5px;width: 100%;max-width:220px;border-radius:50px;background:#fff; border: 1px solid #f2f2f2;}
.search__pc p{width:38px;height:38px;cursor:pointer;text-align:center;margin:0;color:var(--color-main);display:flex;align-items:center;justify-content:center; font-size: 18px;}
.search__pc input{width:calc(100% - 30px);height:38px;outline:0;padding:0;border:0;background:0;text-indent:12px;font-size:14px}
.search__pc input::-webkit-input-placeholder{color:#7d7d7d}
.search__pc input:-moz-placeholder{color:#7d7d7d}
.search__pc input::-moz-placeholder{color:#7d7d7d}
.search__pc input:-ms-input-placeholder{color:#7d7d7d}
.list_pic {
    border-radius: 12px;
    border: 1.5px solid #eaf1ff;
    background: #fff
}

.list_name.text-split {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    color: #555;
    text-align: center;
    font-size: clamp(.875rem, .85rem + .125vw, 1rem);
    font-weight: 500;
    text-transform: capitalize
}

.list_item:hover .list_pic {
    border-color: var(--maincolor)
}

.list_item:hover .list_name.text-split {
    color: var(--maincolor)
}

.splide__arrow {
    background: var(--maincolor)
}

.splide__arrow svg {
    fill: #fff
}

.newsnb_wrap {
    background: #f2f2f2;
    padding: 70px 0
}


.pro_detail_chinhanh {
    position: -webkit-sticky;
    position: sticky;
    top: 60px
}

.pro_detail_chinhanh .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(.9375rem, .9125rem + .125vw, 1.0625rem);
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 15px
}

.box_detail_chinhanh {
    border: dashed 1px var(--maincolor);
    padding: 10px 10px 20px 10px;
    box-shadow: inset 0 0 3px var(--maincolor);
    display: flex;
    flex-direction: column;
    gap: 15px
}

.detail_chinhanh_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.detail_chinhanh_top svg {
    color: #333;
    margin-right: 10px
}

.detail_chinhanh_top b {
    font-size: 14px;
    color: var(--subcolor);
    flex: 1 1 0%
}

.detail_chinhanh_info {
    font-size: 13px;
    color: #111
}

.detail_chinhanh_info p {
    margin-bottom: 0
}

.hotline-pro-detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
}

.hotline-pro-detail a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: clamp(.875rem, .85rem + .125vw, 1rem);
    color: #fff;
    font-weight: 500;
    background: var(--maincolor);
    padding: 8px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.hotline-pro-detail a:hover {
    background: var(--subcolor)
}

.news_detail_flex {
    display: grid;
    grid-template-columns: calc(70% - 30px) 30%;
    justify-content: space-between
}

#about{
    padding: 50px 0px;
}
.flex-gt{
    display: flex; justify-content: space-between; gap: 50px;
}
.flex-gt .col-l{flex: 1;}
.flex-gt .col-r{width: 48%;}
.col-about{}
.col-about .r1{
    color: var(--maincolor2);
    font-size: clamp(18px,calc(30/1200*100vw),30px);
    font-style: normal; margin-bottom: 5px;
    font-weight: 700;
}
.line_gt{width: 70%; height: 1px; background-color: var(--maincolor);}
.col-about .r2{
    color: #111; font-size: 15px; margin-top: 30px;
    line-height: 26px;
}
.col-about .r3{
    color: #dee2e6;
    font-size: clamp(14px, 15px, 16px);
    font-style: normal;
    font-weight: 400;
}
.col-about .r4{
    margin-top: 30px;
    text-align: left;
}
.col-about .r4 a{
    display: inline-flex; gap: 10px; align-items: center;
    padding: 8px 20px;
    border-radius: 30px; color: #111;
    border: 1px solid var(--maincolor);
    font-size: 16px; text-transform: capitalize;
}
.col-about .r4 a:hover{background: var(--maincolor); color: #fff;}

.wrap-tc{position: relative;}
.itemTC{
    padding: 27px 18px;
    box-shadow: 14px 14px 20px 1px rgb(0,0,0,.2); border: 1px solid #B4B4B4;
    margin: 0px 20px 35px 0px;
    text-align: center;
}
.itemTC .img{overflow: hidden; border-radius: 10px; display: inline-block; margin-bottom: 12px;}
.itemTC .name{
    color: var(--maincolor2);
    text-align: center; height: 45px; overflow: hidden;
    font-size: 15px; font-weight: bold;
     margin-bottom: 8px;
}
.itemTC .desc{
    color: #555;
    text-align: center;
    font-family: "Libre Franklin";
    font-size: clamp(13px, 13px, 14px);
    font-style: normal;
    font-weight: 500; height: 78px; overflow: hidden; 
}


.title-main-h{margin-bottom: 10px;}
#ditru{
    padding: 50px 0px;
    background: #fff;
}
.wrap-splide-h .splide__arrow--prev{left: -50px;}
.wrap-splide-h .splide__arrow--next{right: -50px;}

.tab-h{
    margin-bottom: 30px; white-space: nowrap; text-align: center;
    overflow-x: auto; overflow-y: hidden; padding-bottom: 5px;
}
.item-tab-h{
    color: #4E4E51; margin: 0px 5px; display: inline-block;
    font-size: clamp(14px,calc(16/1200*100vw),16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 10px; padding: 10px 20px;
    border: 1px solid #DEDEDF; cursor: pointer;
}

.item-tab-h.active, .item-tab-h:hover{
    color: #fff;
    background: linear-gradient(180deg, #98D44F -41.67%, #467E35 118.33%);
}

.wrap-splide-h{
    position: relative;
}

.view_home{text-align: center; margin-top: 30px;}
.view_home a{ 
    color: #fff; display: inline-block;
    background: linear-gradient(180deg, #98D44F -41.67%, #467E35 118.33%);
    font-size: clamp(15px, 16px, 18px);
    font-style: normal;
    font-weight: 400;border-radius: 60px; padding: 15px 30px;
    line-height: normal;
    text-transform: capitalize;
}

.r-list-news{padding: 50px 0px;}
.r-list-news:nth-child(odd){background: #F8F8F8;}

.doitac_item{background: #fff; border-radius: 10px; overflow: hidden;}

.doitac_item .info{
    padding: 15px 20px 20px;
}
.doitac_item h3{
    margin: 0px;margin-bottom: 2px;
    font-size: clamp(16px, 17px, 18px);
}
.doitac_item .r1{
    color: #7B7B80; font-size: 16px;
}
.doitac_item .r2, .doitac_item .r3{
    color: #333; font-size: 16px; margin-top: 6px;
}
.doitac_item svg{margin-right: 5px;}




.title-main-news{
    text-align: left; padding-bottom: 10px;
    border-bottom: 1px solid #DEDEDF;
    display: flex; align-items: end; justify-content: space-between;
    flex-wrap: wrap;
}
.tab-cat-news{
    white-space: nowrap; text-align: left; max-width: 60%;
    overflow-x: auto; overflow-y: hidden; padding-bottom: 5px;
    display: flex; gap: 30px;
}
.tab-cat-news > div{
    display: inline-block; padding: 15px 0px 0px; font-size: 18px;
    font-style: normal; cursor: pointer;
    font-weight: 400; position: relative;
    line-height: normal;
    text-transform: capitalize;
}
.tab-cat-news > div:hover, .tab-cat-news > div.active{
    color: var(--maincolor); font-weight: 600;
}

#thuvien{
    padding: 50px 0px; background: #FBFBFB;
}
.grid-al-item a{
    display: block; overflow: hidden; border-radius: 16px; 
}
.grid-al-item{
    width: 25%; padding: 5px;
}
.grid-al-item-3{
    width: 50%;
}

.flex-dt{
    position: relative;
}
.col-l-dt{
    width: 310px; float: left;
    position: -webkit-sticky;
    position: sticky; top: 148px;
}
.col-r-dt{
    float: right; width: calc(100% - 340px);
}

#slider{position: relative; padding: 60px 0px 30px;}
.txt_slide{text-align: center;}
.txt_slide .r1{color: var(--maincolor2); font-weight: bold; font-size: clamp(25px,calc(35/1200*100vw),35px);}
.txt_slide .r2{color: var(--maincolor2); font-size: clamp(20px,calc(32/1200*100vw),32px); font-weight: bold;}
.txt_slide .r3{margin-top: 20px; line-height: 24px; font-size: 15px;}
.txt_slide .r4{margin-top: 30px; display: flex; justify-content: center; gap: 40px;}
.txt_slide .r4 a:nth-child(1){display: block; color: #fff; background-color: var(--maincolor2); font-size: clamp(15px,calc(17/1200*100vw),17px); padding: 15px 30px; font-weight: 600; transition: all .3s;}
.txt_slide .r4 a:nth-child(2){display: block; color: var(--maincolor2); background-color: #fff; font-size: clamp(15px,calc(17/1200*100vw),17px); padding: 15px 30px; font-weight: 600; transition: all .3s;}
.txt_slide .r4 a:hover{color: #fff; background-color: var(--maincolor);}

#slideTCS{padding: 50px 0px 0px;}
.flex-tcs{margin-top: 60px; display: flex; justify-content: space-between; gap: 30px;}
.item_tcs{
    display: flex; align-items: center; gap: 10px;
}
.item_tcs .name{color: #000; font-weight: bold; font-size: clamp(16px,calc(18/1200*100vw),18px);}
.itemTCSS{
    background: #fff; padding: 15px 15px 10px; box-shadow: 14px 14px 20px 1px rgb(0,0,0,.3); border: 1px solid #f3f3f3;
    margin: 0px 20px 35px 0px;
}
.itemTCSS .name{text-align: center; color: var(--maincolor2); font-size: clamp(16px,calc(18/1200*100vw),18px);margin-bottom: 10px; font-weight: 700;}
.itemTCSS .desc{line-height: 22px; text-align: left; height: 110px; overflow: hidden;}
.itemTCSS .view{margin-top: 15px; text-align: left;}
.itemTCSS .view a{color: #C5070C; font-weight: bold;}

.ditru_item{position: relative;margin-bottom: 30px;}
.ditru_item a{display: block; box-shadow: 14px 14px 20px 1px rgb(0,0,0,.2);}
.ditru_item .info{border: 1px solid #f2f2f2; padding: 15px;}
.ditru_item .r_head{display: flex; align-items: start; gap: 15px; margin-bottom: 10px;}
.ditru_item .r_head .img{width: 30px;}
.ditru_item .r_head h3.name{flex: 1; font-weight: bold; color: #000; font-size: clamp(14px,calc(15/1200*100vw),15px); margin-bottom: 0px;}
.ditru_item .desc{line-height: 20px; font-size: 13px; color: #333;}
.ditru_item .view{text-align: left; margin-top: 20px;}
.ditru_item .view > div{display: inline-block; color: #fff; background-color: var(--maincolor2); font-weight: 600; font-size: 13px; padding: 8px 20px;}
.ditru_item:hover .r_head h3.name{color: var(--maincolor);}
.ditru_item:hover .view > div{background-color: var(--maincolor);}

#duan{position: relative;}
.duan_item{position: relative;margin-bottom: 30px;}
.duan_item a{display: block; box-shadow: 14px 14px 20px 1px rgb(0,0,0,.2); border-radius: 15px;}
.duan_item .img-item{border-radius: 10px 10px 0px 0px;}
.duan_item .info{border: 1px solid #f2f2f2; padding: 15px; border-radius: 0px 0px 10px 10px;}
.duan_item .r_head{display: flex; align-items: start; gap: 15px; margin-bottom: 10px; flex-direction: column; position: relative; margin-top: -52px;}
.duan_item .r_head .img{border-radius: 15px; overflow: hidden;}
.duan_item .r_head h3.name{flex: 1; font-weight: bold; color: #000; font-size: clamp(14px,calc(15/1200*100vw),15px); margin-bottom: 0px;}
.duan_item .desc{line-height: 20px; font-size: 13px; color: #333;}
.duan_item .view{text-align: left; margin-top: 20px;}
.duan_item .view > div{display: inline-block; color: #fff; background-color: var(--maincolor2); font-weight: 600; font-size: 13px; padding: 8px 20px;}
.duan_item:hover .r_head h3.name{color: var(--maincolor);}
.duan_item:hover .view > div{background-color: var(--maincolor);}

#dtcl{position: relative; padding: 50px 0px;}
.dtcl_item{position: relative;}
.dtcl_item a{display: block; border: 2px solid var(--maincolor); padding-top: 15px;}
.dtcl_item .info{border: 1px solid #f2f2f2; padding: 12px;}
.dtcl_item .r_head{display: flex; align-items: start; gap: 15px; margin-bottom: 10px; flex-direction: column; position: relative; margin-top: -52px;}
.dtcl_item .r_head .img{border-radius: 8px; overflow: hidden;}
.dtcl_item .r_head h3.name{flex: 1; font-weight: bold; color: var(--maincolor); font-size: 14px; margin-bottom: 0px;}
.dtcl_item .desc{line-height: 20px; font-size: 13px; color: #333;}
.dtcl_item table{border: none;}
.dtcl_item table td{padding: 0.3rem;}
.dtcl_item table td:nth-child(1){width: 35px;}
.dtcl_item table td img{width: 35px;}
.dtdt_item table td p{margin-bottom: 0.2rem;}
.dtcl_item .view{margin-top: 10px; color: #C5070C; display: flex; align-items: center; justify-content: start; gap: 10px;}
.dtcl_item:hover .r_head h3.name{color: var(--maincolor2);}

#dtdt{position: relative; padding: 40px 0px;}
.dtdt_item{position: relative;}
.dtdt_item a{display: block; border: 2px solid var(--maincolor); padding-top: 15px;}
.dtdt_item .info{border: 1px solid #f2f2f2; padding: 12px;}
.dtdt_item h3.name{font-weight: bold; color: var(--maincolor2); font-size: 15px; margin-bottom: 10px; text-align: center;}
.dtdt_item .desc{line-height: 20px; font-size: 13px; color: #333;}
.dtdt_item table{border: none;}
.dtdt_item table td{padding: 0.3rem;}
.dtdt_item table td:nth-child(1){width: 35px;}
.dtdt_item table td img{width: 35px;}
.dtdt_item table td p{margin-bottom: 0.2rem;}
.dtdt_item .view{margin-top: 10px; color: #C5070C; display: flex; align-items: center; justify-content: start; gap: 10px;}
.dtdt_item:hover h3.name{color: var(--maincolor);}

#congsu{position: relative; padding: 40px 0px;}
#congsu .wrap-content{max-width: 1024px; margin: auto;}
.itemCS{position: relative;}
.itemCS a{display: block; border: 2px solid var(--maincolor); padding-top: 10px;}
.itemCS .img{margin: 0px 5px; border-radius: 9px; overflow: hidden;}
.itemCS h3{font-weight: bold; color: var(--maincolor2); font-size: clamp(15px,calc(17/1200*100vw),17px); margin: 10px 0px; text-align: center;} 
.itemCS:hover h3{color: var(--maincolor);}

.tc_home{
    background: #2F6E1C; 
    padding: 25px 0px;
}
.tc_home .flex-tcs{margin-top: 0px; gap: 50px;}
.tieuchi_h{display: flex; gap: 10px; align-items: center; color: #fff; font-size: clamp(14px,calc(16/1200*100vw),16px);}

#dtdn{position: relative; padding: 50px 0px;}
.dtdn_item{position: relative;}
.dtdn_item a{display: block; border: 2px solid var(--maincolor); padding-top: 10px;}
.dtdn_item .img-item{margin: 0px 5px; border-radius: 9px; overflow: hidden;}
.dtdn_item .info{padding: 15px;}
.dtdn_item h3.name{font-weight: bold; color: #111; font-size: 15px; margin-bottom: 10px;}
.dtdn_item .desc{line-height: 20px; font-size: 13px; color: #333;}
.dtdn_item:hover h3.name{color: var(--maincolor);}

#newsCat{
    padding: 50px 0px;
}
#newsCat .wrap-content{max-width: 1024px; margin: auto;}
.news_home{position: relative;}
.news_home a{display: block; border: 2px solid var(--maincolor); padding-top: 10px;}
.news_home .img-item{margin: 0px 5px ; border-radius: 10px;}
.news_home .info{padding: 12px;}
.news_home h3.name{font-weight: bold; color: #111; font-size: 15px; margin-bottom: 10px; text-align: left;}
.news_home .desc{line-height: 20px; font-size: 13px; color: #333;}
.news_home .view{margin-top: 10px; color: #C5070C; display: flex; align-items: center; justify-content: start; gap: 10px;}



#videos{padding: 50px 0px;}
.itemVideo{position: relative; margin-bottom: 35px;}
.itemVideo a{display: block; box-shadow: 14px 14px 20px 1px rgb(0,0,0,.2); border: 1px solid #f3f3f3;}
.itemVideo .img{overflow: hidden; position: relative;}
.itemVideo .info{padding: 15px;}
.itemVideo h3.name{font-weight: bold; color: #111; font-size: 15px; margin-bottom: 10px;}
.itemVideo .desc{line-height: 20px; font-size: 13px; color: #333;}
.itemVideo:hover h3.name{color: var(--maincolor);}
.itemVideo .ic_play{
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: url(../imgs/ic_play.png) no-repeat;
    background-size: cover; width: 48px; height: 48px;
}
.itemVideo .view{text-align: left; margin-top: 20px;}
.itemVideo .view > div{display: inline-block; color: #fff; background-color: var(--maincolor2); font-weight: 600; font-size: 13px; padding: 8px 20px;}