:root {
    --font-300: "Font-300";
    --color-red: #f42649;
    --color-green: #389308;
    --color-blue: #273879;
    --color-orange: #ff7d0d;
    --color-dark: #3e3e3e;
    --color-black: #3e3e3e;
}

a {
    text-decoration: none;
}

.wrap-banner {
    height: calc(100vh - 1px);
    max-height: 700px;
    min-height: 660px;
    position: relative;
}

.wrap-banner-text {
    position: absolute;
    z-index: 1;
    top: 134px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}

.wrap-banner-text-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
}

.wrap-banner-text-desc {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
}

.wrap-banner--desc {
    max-width: 1440px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    padding-top: 410px;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.wrap-banner--desc .b__tabcontent--search {
    position: relative;
    width: 100%;
    max-width: 1410px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    padding: 30px;
}

.wrap-banner--desc .b__tabcontent--search::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(141.08deg, #0A69DA 32.24%, #0856C8 115.93%, #0231A5 164.9%);
    opacity: 0.9;
    border-radius: 20px;
}

.b__category {
    margin-bottom: 50px;
}

.b__tabcontent--search-block {
    position: relative;
    z-index: 99;
    width: 100%;
    display: flex;
    column-gap: 20px;
}

.box_select {
    width: 65%;
}

.box_select select {
    border-radius: 30px;
    border: none;
    padding: 20px 20px;
    font-size: 20px;
}

.box_input {
    width: 35%;
    order: 2;
}

.box_input input {
    border: none;
    padding: 20px;
    font-size: 20px;
    border-radius: 30px;
}

.box_input button {
    width: 80px;
    height: 70px;
    background: #163668;
    border-radius: 40px;
    border: none;
    color: white;
    font-size: 34px;
}

.box_input button:hover {
    background: #F5881F;
}

.b__category .b__block--content .cen-col .b__items {
    display: block;
    height: 100%;
    border: 4px solid #F5881F;
    box-sizing: border-box;
    border-radius: 20px;
    background: #FFFFFF;
    padding: 20px 20px 12px;
}

.b__category .b__block--content .cen-col .b__items .b__items-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.b__category .b__block--content .cen-col .b__items .item-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
    height: 55px;
}

.b__category .b__block--content .cen-col .b__items .item-icon img {
    height: 100%;
}

.b__category .b__block--content .cen-col .b__items .item-icon img.is-hover {
    display: none;
}

.b__category .b__block--content .cen-col .b__items .b__items--desc {
    text-align: center;
    margin-bottom: 15px;
}

.b__category .b__block--content .cen-col .b__items .b__items--desc .cen-text-bold {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0;
    color: #333333;
}

.b__category .b__block--content .cen-col .b__items .b__items--desc .cen-text-bold {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0;
    color: #333333;
}

.b__category .b__block--content .cen-col .b__items .b__items--desc .decs-small {
    padding-top: 12px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}

.b__category .b__block--content .cen-col .b__items:hover {
    border-color: #163668;
}

.b__category .b__block--content .cen-col .b__items:hover .item-icon img {
    display: none;
}

.b__category .b__block--content .cen-col .b__items:hover .item-icon img.is-hover {
    display: block;
}

.block-title {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 46px;
}

.block-title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #14142B;
    padding-bottom: 15px;
    position: relative;
}

.block-title::before {
    content: '';
    width: 90px;
    height: 1px;
    background-color: #F6891F;
    position: absolute;
    left: 0;
    bottom: 0;
}

.block-description {
    margin-bottom: 30px;
    color: #888888;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    z-index: 999999;
    position: relative;
}

.project-item {
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.15);
}

.project-inner .project-item {
    box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.15);
    border-radius: 10px;
}

.project-item .b__mainImage {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.project-item .b__mainImage .b_main-image-head a {
    display: block;
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.project-item .b__mainImage .b_main-image-head img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.card-image-top.lazyloaded {
    min-height: auto;
}

.project-item .b__tags--items .block-top {
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 0;
    display: flex;
    width: 100%;
    padding: 0 15px 0 13px;
    justify-content: flex-start;
    gap: 8px;
}

.project-item .b__tags--items span {
    padding: 0 12px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: block;
    height: 24px;
    line-height: 24px;
}

.project-item .b__tags--items span.monopoly {
    background: #F6891F;
    color: #fff;
}

.project-item .b__tags--items span.new {
    background: #14142b;
    color: #fff;
    margin: 0 auto 0 7px;
}

.project-item .b__tags--items .b__time {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 0;
}

.project-item .b__mainProduct--content {
    border: none;
    border-radius: 0 0 20px 20px;
    border-top: none;
}

.project-inner .project-item .b__mainProduct--content {
    border: none;
    border-radius: 0 0 20px 20px;
}

.project-item .b__mainProduct--desc {
    padding: 15px 20px 20px;
    height: calc(100% - 210px);
}

.project-item .b__mainProduct--desc h3 {
    font-size: 18px;
    line-height: 26px;
    align-items: center;
    letter-spacing: 0;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 600;
    color: #065f46;
    margin-bottom: 10px;
}

.project-item .b__main--rows {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 15px;
}

.project-item .b__main--rows .b__address {
    margin-bottom: 0;
    min-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}

.project-item .b__main--rows .b__species {
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 0px 0 0px 12px;
    color: #888888;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    min-width: 100px;
    max-width: 45%;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
}

.project-item .b__main--rows {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 0px;
}

.project-item .b__main--rows.cen-mb-3 {
    margin-bottom: 3px;
}

.project-item .b__main--rows p {
    margin: 0;
    color: #888888;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: baseline;
}

.project-item .b__main--rows p b {
    color: #333333;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-left: 10px;
}


.project-item .b__main--rows p {
    margin: 0;
    color: #888888;
    font-size: 14px;
    line-height: 20px;
    display: flexa;
    align-items: baseline;
}

.slider-featured-news .item{
    padding: 0px 1px;
}
.item-news {
    margin-bottom: 30px;
    box-shadow: 0px 0px 3px #8f8f8f;
}

.item-news .box-image {
    padding: 0px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-slider-collection-item .item-news .box-image {
    width: 100%;
    height: 300px;
}

.item-news .box-image img {
    width: auto;
    max-width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
    border-radius: 0px;
}

.item-news .box-content .title h3 {
    font-size: 14px;
    font-weight: 600;
}

.item-news .box-content {
    padding: 15px;
}
.item-news .box-content .top{
    margin-bottom: 8px;
}
.item-news .box-content .time{
    font-size: 12px;
    color: #595959;
}
.item-news .box-content .time i{}
.item-news .box-content .content-detail{
    font-size: 13px;
    margin: 8px 0px;
    color: #595959;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-news .box-content .link{}
.item-news .box-content .link a{
    font-size: 13px;
    color: #595959;
}
.item-news .box-content .link a:hover{
    color: #E57200;
}
.item-news .box-content .link a svg{
    color: #595959;
    fill: #595959;
    width: 1em;
    height: 1em;
}

.slider-featured-news {}
.slider-featured-news .owl-nav{
    position: absolute;
    z-index: 9999;
    top: 30%;
    width: 100%;
}
.slider-featured-news .owl-nav button{
    top: 30%!important;
    position: ABSOLUTE !important;
    font-size: 34px !important;
    width: 34px;
    height: 34px;
    background: white !important;
    border-radius: 50% !important;
    margin: 5px;
}
.slider-featured-news .owl-nav button.owl-prev{
    left: 0px !important;
}
.slider-featured-news .owl-nav button.owl-next{
    right: 0px !important;
}

.slider-featured-news .owl-nav button:hover{
    background: #065f46!important;
}

.slider-featured-news .owl-nav button span{
    line-height: 0px;
    display: block;
}

section#brands {

}

.wrap-slider-brand-item {
    background-image: linear-gradient(180deg, #065f46 0%, #03110d 100%);
    padding: 30px;
    border-radius: 10px;
    margin: 0px 0px 40px 0px;
}

section#brands .head {
    display: flex;
    color: white;
    margin-bottom: 30px;
    align-items: center;
}

section#brands .head .icon {
}

section#brands .head .icon svg {
    fill: #fff;
    height: 50px;
}

section#brands .head .content {
    padding-left: 15px;
}

section#brands .head .content h3 {
    font-size: 29px;
    font-weight: bolder;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
    text-transform: uppercase;
}

section#brands .head .content p {
}

.wrap-slider-brand-item .slider-brand {
}

.wrap-slider-brand-item .slider-brand .item {
}

.wrap-slider-brand-item .slider-brand img {
    height: 96px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.wrap-slider-brand-item .slider-brand a{
    width: 100%;
}

#back2Top {
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    position: fixed;
    bottom: 115px;
    right: 10px;
}

.b__footer {
    background: #051e17  url(/images/icon-cen-default.svg) no-repeat 84px center / 367px auto;
}

.b__footer .b__footer--top {
    border-bottom: 1px solid #888888;
    padding: 15px 0;
}

.b__footer .b__footer--top .b__logo--ft {
    display: block;
}

.b__footer .b__footer--top .b__logo--ft img {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 30px;
    object-fit: cover;
    margin-top: 2px;
}

.b__footer .b__footer--top ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    flex-basis: 36%;
    max-width: 36%;
    padding-left: 52px;
    justify-content: flex-end;
}

.b__footer .b__footer--top ul li {
    list-style: none;
    color: #fff;
    flex: 0 0 48.5%;
    max-width: 50%;
}

.b__footer .b__footer--top ul li p {
    color: #888888;
    font-size: 12px;
    margin-bottom: 5px;
}

.b__footer .b__footer--top ul li span, .b__footer .b__footer--top ul li a {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

.b__footer .b__footer--center {
    border-top: 1px solid #333333;
    padding: 60px 0 40px;
}

.b__footer .b__footer--center .b__footer--ls.b__footer--25 {

}

.b__footer .b__footer--center .b__footer--ls h3, .b__footer .b__footer--center .b__footer--ls h5 {
    font-size: 16px;
    line-height: 20px;
    color: #DDDDDD;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
}

.b__footer .b__footer--center .b__footer--ls h3:after{
    content: "";
    margin: 0;
    height: 3px;
    width: 30%;
    background: #E67425;
    position: absolute;
    left: 0;
    bottom: -2px;
}


.b__footer .b__footer--center .b__footer--ls ul li.i_location {
    align-items: flex-start;
}

.b__footer .b__footer--center .b__footer--ls ul li {
    list-style: none;
    margin-bottom: 17px;
    color: #888888;
    position: relative;
    display: flex;
    align-items: center;
}

.b__footer .b__footer--center .b__footer--ls ul li a {
    text-decoration: none;
    color: #888888;
    font-size: 14px;
}

.b__footer .b__footer--center .b__footer--ls ul li {
    list-style: none;
    margin-bottom: 17px;
    color: #888888;
    position: relative;
    display: flex;
    align-items: center;
}

.b__footer .b__footer--center .b__footer--ls .dang-ky-bct {
    margin-top: 25px;
}

.b__footer .b__footer--center .b__footer--ls.b__footer--15 {

}

.b__footer .b__footer--center .b__footer--ls ul {
    padding: 0;
    margin: 0;
}

.b__footer .b__footer--center .b__footer--ls ul li {
    list-style: none;
    margin-bottom: 17px;
    color: #888888;
    position: relative;
    display: flex;
    align-items: center;
}

.b__footer .b__footer--center .b__footer--ls ul li a {
    text-decoration: none;
    color: #888888;
    font-size: 14px;
}

.b__footer .b__footer--center .b__footer--ls.b__footer--40 {

}

.b__footer .b__footer--center .b__footer--ls.b__footer--40 ul {
    display: flex;
    max-width: 440px;
    justify-content: space-between;
}

.b__footer .b__footer--center .b__footer--ls.b__footer--40 ul li a {
    display: inline-block;
}

.b__footer .b__footer--center .b__footer--ls.b__footer--40 ul li a img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}

.b__footer .b__footer--center .b__footer--ls h5 {
    margin-bottom: 10px;
}

form#formRegisterEmail .message {
    color: #888 !important;
    font-size: 16px !important;
    padding: 0;
    margin-bottom: 1rem;
    line-height: 1.3em !important;
}

.b__footer .b__footer--center .b__footer--ls.b__footer--40 .form-email {
    max-width: 440px;
    position: relative;
}

.b__footer .b__footer--center .b__footer--ls.b__footer--40 .form-email input {
    background-color: transparent;
    border: 1px solid #888888;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 14px;
    height: 48px;
    color: #fff;
}

.b__footer .b__footer--center .b__footer--ls.b__footer--40 .form-email:hover input {
    border: 1px solid #F6891F;
}

.b__footer .b__footer--center .b__footer--ls.b__footer--40 .form-email .icon_footer {
    position: absolute;
    right: 8px;
    top: 8px;
    background: #F6891F;
    border: 1px solid #F6891F;
    border-radius: 4px;
    color: #fff;
    width: 40px;
    height: 32px;
    cursor: pointer;
}

.b__footer .b__footer--center .b__footer--ls.b__footer--40 .form-email .icon_footer::before {
    content: '';
    display: block;
    mask: url(../images/arrow-right-long.svg) no-repeat center;
    -webkit-mask: url(../images/arrow-right-long.svg) no-repeat center;
    background-color: #fff;
    border: none;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
}

.b__footer .b__footer--bottom .b__footer--bottom_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.b__footer .b__footer--bottom .b__footer--bottom_box .left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.b__footer .b__footer--bottom {
    border-top: 1px solid #353247;
    padding: 20px 0;
}

.b__footer .b__footer--bottom .b__footer--bottom_box p {
    color: #888888;
    margin-bottom: 0;
}

.b__footer .b__footer--bottom .b__footer--bottom_box .copyright {
    margin-right: 20px;
    display: block;
}

.b__footer .b__footer--bottom .b__footer--bottom_box .item-icon {
    min-width: 36px;
    max-width: 36px;
    height: 36px !important;
}

.b__footer .b__footer--bottom .b__footer--bottom_box .item-icon + .item-icon {
    margin-left: 6px;
}

.b__footer .b__footer--bottom .b__footer--bottom_box .item-icon.icon_tiktok::before {
    content: '';
    mask: url(../images/icon_tiktok.svg) no-repeat center / 16px auto;
    -webkit-mask: url(../images/icon_tiktok.svg) no-repeat center / 16px auto;
    background-color: #fff;
    border: none;
    display: block;
    width: 36px;
    height: 36px;
}

.b__footer .b__footer--bottom .b__footer--bottom_box .item-icon.icon_ytb::before {
    content: '';
    mask: url(../images/icon_youtobe.svg) no-repeat center / 20px auto;
    -webkit-mask: url(../images/icon_youtobe.svg) no-repeat center / 20px auto;
    background-color: #fff;
    border: none;
    display: block;
    width: 36px;
    height: 36px;
}

.b__footer .b__footer--bottom .b__footer--bottom_box .item-icon.icon_fb::before {
    content: '';
    mask: url(../images/icon_fb.svg) no-repeat center / 12px auto;
    -webkit-mask: url(../images/icon_fb.svg) no-repeat center / 12px auto;
    background-color: #fff;
    border: none;
    display: block;
    width: 36px;
    height: 36px;
}

.thumbnail-sl {
    margin-bottom: 30px;
}

#sync1 .item {
    background: #fff;
    padding: 0px;
    margin: 0px;
    color: #FFF;
    text-align: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0px 0px;
}

#sync1 .item a {
    width: 100%;
    height: 100%;
}

#sync1 .item img {
    height: 400px;
    width: 100%;
    object-fit: cover
}

#sync2 {
    background: #ffffff;
    padding: 10px 0px;
    position: relative;
}

#sync2 .item {
    background: #fff;
    padding: 0px;
    margin: 0px;
    color: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#sync2 .active {
    opacity: 0.6;
}
#sync2 .current{
    opacity: 1;
}
#sync2 .item a {
    width: 100%;
    height: 100%;
}
#sync2 .owl-nav{
    margin-top: 0px;
    position: absolute;
    width: 100%;
    top: 40px;
}
#sync2 .owl-nav button{
    position: absolute;
    font-size: 50px;
}
#sync2 .owl-nav button span{
    color: black;
}
#sync2 .owl-nav button.owl-prev{
    left: 10px;
}
#sync2 .owl-nav button.owl-next{
    right: 10px;
}

#sync2 .item img {
    height: 120px;
    width: 100%;
    object-fit: cover
}

.content-detail-product .address {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px #D5D5D5 solid;
}

.content-detail-product .address .location {
    margin: 0;
    display: inline-block;
    color: #333333;
}

.content-detail-product .address .location::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    -webkit-mask: url(../images/icon_location.svg) no-repeat center / 13px auto;
    mask: url(../images/icon_location.svg) no-repeat center / 13px auto;
    background-color: #333333;
    margin: 0 8px 0 0;
    width: 14px;
    height: 16px;
}

.content-detail-product .attributes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.content-detail-product .attributes .item-attribute {
    font-size: 14px;
    line-height: 16px;
    color: #888888;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.content-detail-product .attributes .item-attribute i {
    font-size: 15px;
    margin-right: 4px;
}

.left-content .tab-information {
    margin-bottom: 20px;
    margin-top: 20px;
}

.left-content .tab-information .info-nav {
    padding: 10px 0 0;
    margin: 0 0 24px;
    border-bottom: 0px;
}

.left-content .tab-information .info-nav li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin: 0 30px 0 0;
    color: #333333;
    padding: 0 0 10px;
    border-bottom: 2px solid transparent;
    border: none;
}

.left-content .tab-information h3{
    font-size: 16px;
}

.left-content .tab-information .info-nav li a.active {
    border-bottom: 2px solid #F5881F;
}

.left-content .tab-information .properties.active {
    display: flex;
    flex-wrap: wrap;
}

.left-content .tab-information .properties {
    color: #333333;
}

.left-content .tab-information .properties p {
    flex: 0 0 50%;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
    display: flex;
}

.left-content .tab-information .content {
    padding: 15px 20px;
    background: #F0F2F6;
    border-radius: 10px;
    font-size: 14px;
}

.left-content .tab-information .content .properties p.mb-16 {
    margin: 0 0 30px;
}

.left-content .tab-information .content .properties p label {
    font-weight: bold;
    margin: 0 16px 0 0;
    padding: 0;
    min-width: 120px;
}

.left-content .tab-information .content p {
    line-height: 1.7;
}

.left-content .tab-information .name_brand{
    font-size: 18px;
    padding-bottom: 9px;
    border-bottom: 1px solid #DDDEE6;
    width: 100%;
    margin-bottom: 20px;
}

.tab-title {
    margin: 0;
    padding: 30px 0 30px;
    display: flex;
    align-items: center;
    position: relative;
}

.tab-title h4 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #E57200;
    margin: 0;
    padding: 0;
    font-weight: 800;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #D5D5D5;
}

.tab-title a.button-contact{
    background: #E57200 !important;
    border: #E57200 !important;
    color: white !important;
    padding: 6px 16px !important;
    margin-top: 0px;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    font-size: 14px;
}


.block-extension {
    margin-bottom: 30px;
}

.block-extension .div-ul ul {
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.block-extension .div-ul ul li {
    flex: 0 0 50%;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 9px;
}

.block-extension .div-ul ul li::before {
    content: "";
    width: 30px;
    height: 18px;
    margin-right: 5px;
    background: url(../images/icon-checkbox-checked.svg) no-repeat;
}

.contact-form-right {
    background: #065f46;
    padding: 20px;
    border-radius: 0px;
}

.contact-form-right .head {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-form-right .head .right {
    margin-bottom: 10px;
}

.contact-form-right .head .right .title {
    font-size: 20px;
    font-weight: 700;
}

.contact-form-right .head .right .project {
    font-size: 14px;
}

.contact-form-right .icon i {
    font-size: 24px;
}

.contact-form-right .form-control {
    border: none;
}

.contact-form-right button.btn-success {
    background: #e57200;
    border-color: #e57200;
    width: 100%;
    text-transform: uppercase;
}

.right-content {
}

.right-content .item {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
    margin-bottom: 15px;
}

.right-content .item .img {
    min-width: 150px;
    width: 150px;
}

.right-content .item .img img {
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
}

.right-content .item .info {
}

.right-content .item .info a {
}

.right-content .item .info a h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.right-content h3.block-title {
    font-size: 20px;
    line-height: 24px;
}

.logo-menu {
    display: none;
    border-bottom: 1px solid rgba(198, 198, 200, 0.39);
    padding: 15px;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    text-align: center;
}

.logo-menu .btn-close {
    width: 24px;
    height: 24px;
    mask: url(../images/close.svg) no-repeat center / 14px auto;
    -webkit-mask: url(../images/close.svg) no-repeat center / 14px auto;
    background-color: #333333;
    position: absolute;
    left: 15px;
}

.content-wrapper{
    overflow: hidden;
    max-height: 200px;
    transition: max-height 0.5s ease;
    position: relative;
}
.content-wrapper.expanded {
    max-height: inherit; /* hoặc none nếu bạn muốn */
}
.content-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    z-index: 11;
    top: auto;
    min-height: 80px;
}

.content-wrapper img{
    max-width: 100%!important;
    height: auto!important;
}

.toggle-button {
    margin-top: 10px;
    cursor: pointer;
    color: white;
    font-size: 16px;
    background-color: #065f46;
    border-style: none;
}
.toggle-button:hover{
    background: #e57200;
    border-color: #e57200;
}


.map_product{}
.map_product iframe{
    width: 100%;
}
.gallery-product{}
.gallery-product .item{
    height: 150px;
    width: 100%;
    margin-bottom: 20px;
}
.gallery-product .item a{
    height: 100%;
}
.gallery-product .item img{
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#top{
    display: flex;
    gap: 15px;
    padding: 10px 0px;
}
#top .icon-box-icon{    }
#top .icon-box-icon svg{width: 12px;}
#top .icon-box-icon a{
    font-size: 12px;
    color: #336;
}

.ps-breadcrumb{
    background: #E57200;
    padding: 10px 0px;
}
.ps-breadcrumb .breadcrumb{
    margin-bottom: 0px;
}
.ps-breadcrumb .breadcrumb li{
    padding-right: 30px;
    position: relative;
}
.ps-breadcrumb .breadcrumb li:before{
    content: '»';
    color: white;
    right: 10px;
    position: absolute;
}
.ps-breadcrumb .breadcrumb li:last-child:before{
    display: none;
}
.ps-breadcrumb .breadcrumb li a{color: white;}
.ps-breadcrumb .breadcrumb li span{color: white;}

.map{
    margin-bottom: 20px;
}
.map iframe{
    width: 100%;
}
.help-block {
    cursor: help;
    display: block;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 5px;
    padding: 0px;
    color: red;
    font-style: italic;
}

.ps-contact-form{
    max-width: 800px;
    margin: 0 auto;
}
.ps-contact-form h3{
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 800;
}
.ps-contact-form button{
    background: #E57200 !important;
    border: #E57200 !important;
    color: white !important;
    padding: 10px 20px !important;
}
.postList{
    margin-bottom: 30px;
}
.widget--categories{}
.widget--categories .widget__content{}
.widget--categories .widget__content ul{
    padding-left: 0px;
}
.widget--categories .widget__content ul li{
    border-bottom: 1px #ddd solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.widget--categories .widget__content ul li a{display: flex;}
.widget--categories .widget__content ul li a span.elementor-icon-list-icon{
    width: 17px;
    margin-right: 10px;
}
.widget--categories .widget__content ul li a{}

.content-main-detail h1, .content-main-detail h2, .content-main-detail h3, .content-main-detail h4, .content-main-detail h5 {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    border-left: 5px #E57200  solid;
    padding-left: 15px;
    display: grid;
    padding-bottom: 5px;
}
.content-main-detail h2{font-size: 20px}
.content-main-detail h3{font-size: 18px}
.content-main-detail h4{font-size: 17px}
.content-main-detail img{
    max-width: 100%!important;
    height: auto!important;
}

#detail-new{
    margin-top: 50px;
}
.head-post{
    border-bottom: 1px #D5D5D5 solid;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.head-post h1{
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 2.4rem;
    color: #111111;
}
.ps-post__header{
    margin-top: 15px;
    display: flex;
    padding-left: 0px;
}
.ps-post__header li{
    padding-right: 30px;
    font-size: 14px;
    color:#595959;
}
.ps-post__header li i{
    margin-right: 5px;
    color:#595959;
}

#banner-breacrum .container{
    z-index: 9999;
}
#banner-breacrum .container .img{
    height: 120px;
    display: block;
    overflow: hidden;
}
#banner-breacrum .container .img img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
#banner-breacrum .container .content{

}
.title_brand{
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 700;
    text-transform: capitalize;
    font-style: italic;
    line-height: 2rem;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 2px solid white;
    margin-bottom: 10px;
}

.title-heading{
    font-size: 22px;
    font-weight: 800;
    color: #111111;
}
.jet-table{
    width: 100%;
    border-top: 10px #031732 solid;
    margin-top: 20px;
}
.jet-table tr{
    width: 100%;

}
.jet-table tr td{
    font-family: TikTokText-Regular;
}
.jet-table tr td.title{
    width: 40%;
    font-family: TikTokText-Bold;
}
.brand_detail_product{
    background-color: #F3F3F3;
    padding: 20px;
}
.brand_detail_product .img{
    object-fit: cover;
}
.brand_detail_product .img img{}
.brand_detail_product .view-more{
    margin-top: 10px;
}
.brand_detail_product .view-more a{
    display: flex;
    font-style: italic;
    gap: 10px;
    align-items: center;
}
.brand_detail_product .info h3.name{
    color: #041E42;
    font-weight: 900;
    font-size: 23px;
    text-transform: uppercase;
}
.button-contact{
    margin-top: 20px;
}
.button-contact a{
    background: #E57200 !important;
    border: #E57200 !important;
    color: white !important;
    padding: 10px 20px !important;
    margin-top: 15px;
    border-radius: 3px;
}

.modal-contact{
    z-index: 9999;
}


.contact-form-modal {
    background: #065f46;
    padding: 20px;
    border-radius: 4px;
}

.contact-form-modal .head {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-form-modal .head .right {
    margin-bottom: 10px;
}

.contact-form-modal .head .right .title {
    font-size: 20px;
    font-weight: 700;
}

.contact-form-modal .head .right .project {
    font-size: 14px;
}

.contact-form-modal .icon i {
    font-size: 24px;
}

.contact-form-modal .form-control {
    border: none;
}

.contact-form-modal button.btn-success {
    background: #e57200;
    border-color: #e57200;
    width: 100%;
    text-transform: uppercase;
}

.modal-contact .modal-body{
    display: flex;
    padding: 0px;
    z-index: 9999;
}
.modal-contact .left{
    flex: 0 0 65%;
}
.modal-contact .right .btn-close{
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal-contact .right{
    flex: 0 0 35%;
}
.modal-contact .right img{
    height: 100%;
}

.modal-backdrop.show {
    opacity: .8;
}

.nav_product{

}
.nav_product ul{
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-bottom: 2px #065f46 solid;
    box-shadow: 0px 0px 2px black;
    justify-content: space-around;
}
.nav_product ul li{
    text-align: center;
}


.nav_product ul li a{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    flex-grow: 1;
    white-space: nowrap;
    padding: 10px 10px;
}
