@font-face {
    font-family: 'DVN - Photograph Signature';
    src: url(../fonts/DVNPhotograph-Signature.woff2) format('woff2'), url(../fonts/DVNPhotograph-Signature.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --main-color: #f4ae28;
    --sec-color: #fb4141;
    --thir-color: #6e6e6e;
    --four-color: #fbad37;
    --hover-color: black;
    --footer-color: #fff;
    --main-font: Roboto-Regular;
    --title-font: Roboto-Bold;
    --animate-delay: 0.5s
}

.box__product--name {
    font-family: var(--title-font);
    font-size: 20px;
    color: var(--main-color);
    margin-bottom: 10px
}

.box__product--price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 10px
}

.box__product--null,
.box__product--regular {
    font-family: var(--title-font);
    font-size: 18px;
    color: var(--main-color)
}

.box__product--sale {
    font-family: var(--title-font);
    font-size: 15px;
    color: var(--sec-color);
    text-decoration: line-through
}

.box__product--null:hover {
    color: var(--sec-color)
}

.title-pro-detail {
    color: #212529;
}

.section-tin-tuc .box__tintuc {
    align-items: unset
}

.section-tin-tuc .box__tintuc--name {
    font-family: 'Afacad Flux';
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize
}

.left-pro-detail,
.right-pro-detail {
    flex: 0 0 50%;
    max-width: 50%
}

.share-box {
    background: unset;
    padding: unset
}

.section-tin-tuc .box__tintuc--btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    background: #105b3d;
    color: #fff
}

.titleMain p {
    text-align: center
}

.gioithieu .d-flex {
    justify-content: space-between
}

.box__product {
    border: 1px solid var(--main-color);
    margin: 15px 0
}

.box__product--content {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    background: #fff
}

.box__product--content article {
    max-height: 70%;
    overflow: hidden;
    position: relative
}

.box__product--content article::after {
    content: '';
    width: 100%;
    height: 20px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%)
}

.gioithieu .d-flex {
    flex-wrap: wrap
}

.ul-tabs-pro-detail {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0
}

.ul-tabs-pro-detail li {
    font-family: var(--title-font);
    font-size: 16px;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 40px;
    padding: 0 20px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer
}

.ul-tabs-pro-detail li.active,
.ul-tabs-pro-detail li:hover {
    color: #fff;
    background: var(--main-color)
}

.content-tabs-pro-detail {
    display: none;
    position: relative
}

.content-tabs-pro-detail.active {
    display: block
}

#footer .title {
    font-family: 'Afacad Flux';
    font-size: 24px;
    color: #1e1e1e;
    text-transform: uppercase;
    margin-bottom: 20px
}

.ul-news li {
    color: #fff;
    font-size: 12px
}

#footer .footerArticle--container {
    flex-direction: column;
    align-items: start
}

.box__product button {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 15px;
    background: var(--main-color);
    color: #fff;
    text-transform: capitalize;
    border-top-left-radius: 25px;
    transition: .3s
}

.box__product button:hover {
    background: #000
}

.wrap-content {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px
}

.headerTop__info {
    display: flex;
    align-items: center;
    gap: 60px;
    background: #006595;
    width: calc(100% - 350px);
    margin-left: auto;
    position: relative;
    margin-top: -10px;
    display: flex;
    justify-content: space-between;
    padding-left: 163px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 5px
}

.headerTop__slogan span {
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 7px
}

.headerTop__info__item span {
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 7px
}

form.form-search.form-search-d {
    border-radius: 500px;
    border: 1px solid #c5c5c5;
    background: #fff;
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

form.form-search.form-search-d input {
    width: calc(100% - 40px);
    height: 100%;
    border-right: unset;
    background: 0 0;
    text-indent: 10px;
    color: #898989;
    font-family: 'Afacad Flux';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

button.btn-search {
    border-radius: 200px;
    background: #f4ae28;
    width: 31px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

.block__contact {
    display: flex;
    align-items: center;
    gap: 9px
}

.block__contact__icon {
    border: 1px solid #d6d6d6;
    border-radius: 500px;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center
}

.block__contact-info span {
    color: #929292;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.block__contact-info p {
    color: #333;
    text-align: right;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.block-search-container {
    display: flex;
    gap: 35px;
    align-items: center;
    width: 60%
}

.headerBottom .primary__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: stretch;
    padding: 0;
    box-sizing: border-box;
    border-top: unset
}

.slide__container {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    height: 100%
}

.product-list-menu {
    background: #b25407;
    padding: 21px 13px;
    color: #fff;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 246px
}

.page-slideshow {
    width: 100%;
    max-width: 246px;
    height: 100%;
    min-height: 100%
}

.slide__main__container {
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    width: 100%
}

.slide__main,
.slide__subs {
    height: 100%;
    box-shadow: none
}

.slide__subs {
    width: 272px
}

.slide__sub {
    margin-bottom: 14px;
    border-radius: 10px;
    overflow: hidden
}

.slide__sub:last-child {
    margin: 0
}

.sky-mega-menu,
.sky-mega-menu * {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0
}

.sky-mega-menu {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.sky-mega-menu {
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, .9);
    font-size: 0;
    line-height: 0;
    text-align: right;
    background: #fff;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #c5c5c5;
    background: #fff
}

.sky-mega-menu:after {
    content: '';
    display: table;
    clear: both
}

.sky-mega-menu li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 13px;
    line-height: 45px;
    text-align: left;
    white-space: nowrap
}

li.list-product {
    background: var(--color-red);
    padding: 19px 12px;
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

li.list-product svg {
    margin-right: 10px
}

.sky-mega-menu li a {
    display: block;
    padding: 0 26px;
    text-decoration: none;
    color: #666;
    transition: background .4s, color .4s;
    -o-transition: background .4s, color .4s;
    -ms-transition: background .4s, color .4s;
    -moz-transition: background .4s, color .4s;
    -webkit-transition: background .4s, color .4s;
    color: #333;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 15px
}

.sky-mega-menu li>div {
    position: absolute;
    z-index: 999999;
    top: 100%;
    left: -9999px;
    margin-top: 8px;
    background: rgb(255 255 255);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    opacity: 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: -o-transform .4s, opacity .4s;
    -ms-transition: -ms-transform .4s, opacity .4s;
    -moz-transition: -moz-transform .4s, opacity .4s;
    -webkit-transition: -webkit-transform .4s, opacity .4s
}

li.list-product {
    background: var(--color-red);
    padding: 19px 12px;
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

li.list-product svg {
    margin-right: 10px
}

.sky-mega-menu li>div:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 8px;
    background: 0 0
}

.sky-mega-menu li>div:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 24px;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(255, 255, 255, .9);
    border-left: 5px solid transparent
}

.sky-mega-menu li.current>a,
.sky-mega-menu li:hover>a {
    background: var(--color-main);
    color: #000
}

.sky-mega-menu li:hover>a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(39deg) brightness(105%) contrast(102%)
}

.sky-mega-menu li:hover>div {
    left: 0;
    opacity: 1;
    -webkit-transform: translate(0, 0)
}

.sky-mega-menu .right {
    float: none;
    border-right-width: 0;
    border-left-width: 1px
}

.sky-mega-menu .right>div {
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%
}

.sky-mega-menu .right:hover>div {
    right: 0;
    left: auto
}

.sky-mega-menu .right:hover>div:before {
    right: 24px;
    left: auto
}

.sky-mega-menu .switcher {
    display: none
}

.sky-mega-menu li li {
    display: block;
    float: none;
    border-width: 0;
    border-top-width: 1px;
    line-height: 21px;
    white-space: normal;
    border-bottom: 1px solid #c5c5c5
}

.sky-mega-menu li li:first-child {
    border-top: 0;
    border-radius: 0
}

.sky-mega-menu li li a {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 45px;
    border-radius: 5px !important;
    font-size: 14px !important;
    text-transform: capitalize
}

.sky-mega-menu li li>div {
    top: -4px;
    margin: 0 0 0 8px
}

.sky-mega-menu li li>div:after {
    top: 0;
    right: 100%;
    bottom: auto;
    left: auto;
    width: 8px;
    height: 100%
}

.sky-mega-menu li li>div:before {
    top: 22px;
    right: 100%;
    bottom: auto;
    left: auto;
    border-top: 5px solid transparent;
    border-right: 5px solid rgba(255, 255, 255, .9);
    border-bottom: 5px solid transparent
}

.sky-mega-menu li li:hover>div {
    left: 100%
}

.sky-mega-menu .right li>div {
    margin: 0 8px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%
}

.sky-mega-menu .right li>div:after {
    right: auto;
    left: 100%
}

.sky-mega-menu .right li>div:before {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 5px solid rgba(255, 255, 255, .9)
}

.sky-mega-menu .right li:hover>div {
    right: 100%;
    left: auto
}

.sky-mega-menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.sky-mega-menu-pos-bottom li>div {
    top: auto;
    bottom: 100%;
    margin: 0 0 8px;
    -o-transform-origin-y: 100%;
    -ms-transform-origin-y: 100%;
    -moz-transform-origin-y: 100%;
    -webkit-transform-origin-y: 100%
}

.sky-mega-menu-pos-bottom li>div:after {
    top: 100%;
    bottom: auto
}

.sky-mega-menu-pos-bottom li>div:before {
    top: 100%;
    bottom: auto;
    border-top: 5px solid rgba(255, 255, 255, .9);
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent
}

.sky-mega-menu-pos-bottom li li>div {
    top: auto;
    bottom: 0
}

.sky-mega-menu-pos-bottom li li>div:before {
    top: auto;
    bottom: 22px
}

.sky-mega-menu-pos-bottom.sky-mega-menu-fixed {
    top: auto;
    bottom: 0
}

.sky-mega-menu-pos-left li,
.sky-mega-menu-pos-right li {
    display: block;
    float: none;
    border-width: 0;
    border-top-width: 1px;
    position: relative;
    border-bottom: 1px solid #c5c5c5
}

.sky-mega-menu-pos-left li:first-child,
.sky-mega-menu-pos-right li:first-child {
    border-top: 0
}

.sky-mega-menu-pos-left li>div,
.sky-mega-menu-pos-right li>div {
    top: -1px
}

.sky-mega-menu-pos-left li>div {
    margin: 0 0 0 8px
}

.sky-mega-menu-pos-right li>div {
    margin: 0 8px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%
}

.sky-mega-menu-pos-left li>div:after,
.sky-mega-menu-pos-right li>div:after {
    top: 0;
    bottom: auto;
    width: 8px;
    height: 100%
}

.sky-mega-menu-pos-left li>div:after {
    right: 100%;
    left: auto
}

.sky-mega-menu-pos-right li>div:after {
    right: auto;
    left: 100%
}

.sky-mega-menu-pos-left li>div:before,
.sky-mega-menu-pos-right li>div:before {
    top: 22px;
    bottom: auto;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.sky-mega-menu-pos-left li>div:before {
    right: 100%;
    left: auto;
    border-right: 5px solid rgba(255, 255, 255, .9)
}

.sky-mega-menu-pos-right li>div:before {
    right: auto;
    left: 100%;
    border-left: 5px solid rgba(255, 255, 255, .9)
}

.sky-mega-menu-pos-left li:hover>div {
    left: 100%;
    border-radius: 5px !important
}

.sky-mega-menu-pos-right li:hover>div {
    right: 100%;
    left: auto
}

.sky-mega-menu-pos-left .bottom>div,
.sky-mega-menu-pos-right .bottom>div {
    top: auto;
    bottom: 0;
    -o-transform-origin-y: 100%;
    -ms-transform-origin-y: 100%;
    -moz-transform-origin-y: 100%;
    -webkit-transform-origin-y: 100%
}

.sky-mega-menu-pos-left .bottom>div:before,
.sky-mega-menu-pos-right .bottom>div:before {
    top: auto;
    bottom: 22px
}

.sky-mega-menu-pos-right li li>div {
    margin: 0 8px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%
}

.sky-mega-menu-pos-right li li>div:after {
    right: auto;
    left: 100%
}

.sky-mega-menu-pos-right li li>div:before {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 5px solid rgba(255, 255, 255, .9)
}

.sky-mega-menu-pos-right li li:hover>div {
    right: 100%;
    left: auto
}

.sky-mega-menu-pos-left.sky-mega-menu-fixed {
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: auto
}

.sky-mega-menu-pos-right.sky-mega-menu-fixed {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: auto
}

.sky-mega-menu-anim-slide li>div {
    -o-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px)
}

.sky-mega-menu-pos-bottom.sky-mega-menu-anim-slide li>div {
    -o-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    -moz-transform: translate(0, -60px);
    -webkit-transform: translate(0, -60px)
}

.sky-mega-menu-anim-slide li:hover>div {
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0)
}

.sky-mega-menu-anim-scale li>div {
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0)
}

.list-product ul ul {
    border-radius: 5px !important
}

.sky-mega-menu-anim-scale li:hover>div {
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1)
}

.sky-mega-menu-anim-flip {
    perspective: 2000px;
    -o-perspective: 2000px;
    -moz-perspective: 2000px;
    -webkit-perspective: 2000px
}

.sky-mega-menu-anim-flip li>div {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg)
}

.sky-mega-menu-anim-flip li:hover>div {
    transform: rotateX(0);
    -o-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0)
}

.sky-mega-menu .grid-column {
    float: left;
    border-color: #d9d9d9;
    border-left-width: 1px;
    border-left-style: solid
}

.sky-mega-menu .grid-column:first-child {
    margin-left: 0;
    border-left: 0
}

.sky-mega-menu .grid-column2,
.sky-mega-menu .grid-container2 {
    width: 155px
}

.sky-mega-menu .grid-column3,
.sky-mega-menu .grid-container3 {
    width: 250px
}

.sky-mega-menu .grid-column4,
.sky-mega-menu .grid-container4 {
    width: 311px
}

.sky-mega-menu .grid-column5,
.sky-mega-menu .grid-container5 {
    width: 389px
}

.sky-mega-menu .grid-column6,
.sky-mega-menu .grid-container6 {
    width: 467px
}

.sky-mega-menu .grid-column7,
.sky-mega-menu .grid-container7 {
    width: 545px
}

.sky-mega-menu .grid-column8,
.sky-mega-menu .grid-container8 {
    width: 623px
}

.sky-mega-menu .grid-column9,
.sky-mega-menu .grid-container9 {
    width: 701px
}

.sky-mega-menu .grid-column10,
.sky-mega-menu .grid-container10 {
    width: 779px
}

.sky-mega-menu .grid-column11,
.sky-mega-menu .grid-container11 {
    width: 857px
}

.sky-mega-menu .grid-column12,
.sky-mega-menu .grid-container12 {
    width: 935px
}

.sky-mega-menu li a>.fa {
    display: block;
    float: left;
    width: 16px;
    margin: 0 10px 0 -4px;
    font-size: 16px;
    line-height: inherit;
    text-align: center
}

.sky-mega-menu li a>.fa-single {
    float: none;
    margin: 0
}

.sky-mega-menu li a>.fa-indicator {
    position: relative;
    top: -1px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0 -10px 0 10px;
    font-size: 9px;
    line-height: 1;
    text-align: right
}

.sky-mega-menu li li a>.fa-indicator {
    top: 0;
    float: right;
    display: block;
    line-height: inherit
}

.sky-mega-menu form fieldset {
    display: block;
    padding: 25px 30px
}

.sky-mega-menu form fieldset+fieldset {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.sky-mega-menu form section {
    margin-bottom: 20px
}

.sky-mega-menu form .button,
.sky-mega-menu form .checkbox,
.sky-mega-menu form .input,
.sky-mega-menu form .radio,
.sky-mega-menu form .textarea {
    position: relative;
    display: block
}

.sky-mega-menu form .input input,
.sky-mega-menu form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 39px;
    padding: 8px 10px;
    outline: 0;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    background: #fff;
    font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s
}

.sky-mega-menu form .textarea textarea {
    height: auto;
    resize: none
}

.sky-mega-menu form .button {
    float: right;
    height: 39px;
    overflow: hidden;
    margin-left: 20px;
    padding: 0 20px;
    outline: 0;
    border: 0;
    background-color: #2da5da;
    font: 300 13px/39px 'Open Sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    opacity: .8;
    transition: opacity .2s;
    -o-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s
}

.sky-mega-menu form .fa-append {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 29px;
    height: 29px;
    padding-left: 3px;
    border-left: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    color: #ccc
}

.sky-mega-menu form .input .fa-append+input,
.sky-mega-menu form .textarea .fa-append+textarea {
    padding-right: 46px
}

.sky-mega-menu form .row {
    margin: 0 -15px
}

.sky-mega-menu form .row:after {
    content: '';
    display: table;
    clear: both
}

.sky-mega-menu form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.sky-mega-menu form .col-6 {
    width: 50%
}

.sky-mega-menu form .checkbox:hover i,
.sky-mega-menu form .input:hover input,
.sky-mega-menu form .textarea:hover textarea {
    border-color: #8dc9e5
}

.sky-mega-menu form .button:hover {
    opacity: 1
}

.sky-mega-menu form .checkbox input:focus+i,
.sky-mega-menu form .input input:focus,
.sky-mega-menu form .textarea textarea:focus {
    border-color: #2da5da
}

.sky-mega-menu .search {
    border-left: 0
}

.sky-mega-menu .search .input {
    margin: 3px 3px 3px 3px
}

.sky-mega-menu .search .input input {
    width: 240px;
    padding-right: 65px
}

.sky-mega-menu .search .button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0
}

.slide__item {
    overflow: hidden
}

.sky-mega-menu-pos-left li:last-child {
    border: unset
}

.navTitle__product {
    display: flex;
    justify-content: space-between;
    margin: 32px 0;
    align-items: center
}

h2.titleMain {
    color: #333;
    font-family: HelveticaNeue-Bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.product__navSlide__controls button {
    background: 0 0
}

h2.navTitle__product-title {
    color: #333;
    font-family: Nunito sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

a.categoryProduct__item {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    display: block !important;
    margin-bottom: 27px;
    padding: 24px 10px 36px 10px;
    text-align: center
}

.categoryProduct__container.slick-initialized.slick-slider .slick-slide {
    margin-left: 31px !important
}

h3.categoryProduct__item__title {
    color: #333;
    text-align: center;
    font-family: "Fz Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

.categoryProduct__item__img {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    max-width: 90px
}

.categoryProduct__item__content {
    margin-top: 23px
}

.categoryProduct__container.slick-initialized.slick-slider .slick-list {
    margin: -10px -10px -10px -40px;
    padding: 10px
}

.slick-slide.product_slider {
    margin-left: 28px
}

.bestSlide__container .slick-list {
    margin-left: -28px
}

a.product__link__btn {
    border-radius: 500px;
    background: #144734;
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 7px 23px;
    margin: 11px 0;
    display: inline-block
}

.navTitle__product-slide ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px
}

.navTitle__product-slide ul li a {
    border-radius: 500px;
    border: 1px solid #c5c5c5;
    background: #fff;
    display: block;
    padding: 9px 34px;
    color: #898989;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all .3s linear
}

.navTitle__product-slide ul li a:hover {
    background: #ef7e22;
    color: #fff;
    border-color: #ef7e22
}

button.btn__control-Subslide-item {
    background: 0 0
}

.bestSeller__ProSlide {
    position: relative
}

.btn__viewAll__primary {
    text-align: center
}

.btn__viewAll__primary a {
    border-radius: 500px;
    background: #2c358c;
    padding: 16px 43px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 10px;
    margin-top: 26px
}

.pic-video img {
    width: 100%
}

.name-video {
    font-size: 16px;
    color: #000;
    margin-bottom: 0
}

.load-video-tc .h-r-v {
    width: 35%;
    position: absolute;
    right: 20px;
    bottom: 26px
}

.load-video-tc .h-l-v iframe {
    height: 540px
}

.load-video-tc div.item-duoi {
    margin: 0 5px;
    border: 2px solid #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.load-video-tc div.item-duoi:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon-video.png) no-repeat center;
    background-size: 30px;
    cursor: pointer
}

.load-video-tc div.item-duoi iframe {
    width: 100%;
    height: 100%
}

.load-video-tc div.item-duoi span {
    display: block;
    text-align: left
}

.load-video-tc div.item-duoi span.ten {
    font-size: 14px
}

.load-video-tc div.item-duoi span.ngay {
    font-size: 14px
}

.load-video-tc div.item-video {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.load-video-tc div.item-video a {
    position: relative;
    display: block;
    line-height: 0;
    cursor: pointer
}

.load-video-tc div.item-video a img {
    object-fit: cover;
    height: 419px;
    width: 100%
}

.load-video-tc div.item-video a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/btn__play.png) no-repeat center
}

.load-video-tc {
    position: relative
}

section#videosIndex {
    margin: 60px 0 30px 0
}

.item-duoi.clearfix.slick-slide.slick-current.slick-active {
    border-color: #ef7e22
}

.title__main h2 {
    color: #333;
    font-family: Nunito sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 38px
}

.productOst__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px
}

section#productOst {
    margin-bottom: 41px
}

.feedBackCustomers__wrapper {
    background: #ef7e22;
    padding: 20px 0 30px 0
}

.feedBackCustomers__item {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.feedBackCustomers__item.slick-slide {
    margin-left: 23px
}

.feedBackCustomers__container.slick-initialized.slick-slider .slick-list {
    margin-left: -23px
}

.feedBackCustomers__item {
    padding: 8px 23px 16px 23px
}

.feedBackCustomers__item__info__name h2 {
    color: #333;
    font-family: "Fz Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.feedBackCustomers__item__content p {
    color: #898989;
    font-family: "Fz Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.feedBackCustomers__item__info__name h3 {
    color: #333;
    font-family: "Fz Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.feedBackCustomers__item__info {
    margin-bottom: 14px
}

.btn__control-customer button {
    background: 0 0
}

.feedBackCustomers__slide {
    position: relative
}

.btn__control-customer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 105%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.wrap__footer__info {
    color: #fff
}

.wrap__footer__col {
    display: flex;
    justify-content: space-between;
    margin-top: 51px
}

h2.wrap__footer__col-item--tile {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.wrap__footer__col-item ul {
    list-style: none
}

.wrap__footer__col-item ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

.newsletter__container {
    position: relative
}

.newsletter__button {
    width: 50px;
    height: 100%;
    border-radius: unset;
    border: 2px solid #fff;
    background: 0 0
}

.newsletter__button input {
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    background: #a90016
}

.newsletter__input input {
    height: 47px;
    text-indent: 20px;
    background: 0 0;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .3)
}

ul.item__info__company {
    list-style: none
}

ul.item__info__company li span {
    color: #fff;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block
}

ul.item__info__company li p {
    color: #ccc;
    font-family: "Fz Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px;
    align-items: center
}

ul.item__info__company li {
    margin-bottom: 30px
}

ul.item__info__company {
    margin-top: 34px
}

ul.item__info__company li p svg {
    width: 40px;
    flex-shrink: 0
}

.footer__power--left p {
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 27px 0
}

.sky-mega-menu-pos-left li a::after {
    padding-right: 10px;
    vertical-align: middle;
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 0
}

button.btn__control-Subslide-item {
    position: absolute;
    top: 40%;
    transform: translateY(-50%)
}

button.btn__control-Subslide-item.product__navSlideSeller__prev.slick-arrow {
    left: -28px
}

button.btn__control-Subslide-item.product__navSlideSeller__next.slick-arrow {
    right: -28px
}

button.btn__control-Subslide-item.product__navSlideSale__prev.slick-arrow {
    left: -28px
}

button.btn__control-Subslide-item.product__navSlideSale__next.slick-arrow {
    right: -28px
}

.logo__Container {
    background: 0 0;
    display: flex;
    justify-content: center;
    align-items: start;
    width: 170px;
    position: relative;
    border-radius: 0 0 10px 10px;
    flex-direction: column
}

.menu ul li a.custom__hotline {
    display: flex;
    border: 1px solid #378148;
    background: #333;
    width: 183px;
    justify-content: space-between;
    line-height: 42px;
    padding: 0 !important;
    border-radius: 500px
}

.custom__hotline__icon {
    border-radius: 0 500px 500px 0;
    background: #378148;
    width: 58px
}

.custom__hotline__title {
    width: calc(100% - 58px)
}

.header__menu {
    flex: 1;
    display: block
}

.logo__Container:before {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 48px solid transparent;
    border-top: 80px solid #fff;
    left: 100%;
    height: 0
}

.slideshow {
    position: relative
}

.slide__content {
    position: absolute;
    width: 100%;
    max-width: 1230px;
    top: 50%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999
}

.slideshow {
    position: relative
}

.slide__item:before {
    position: absolute;
    content: '';
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .7) 100%);
    z-index: 9
}

.slide__content-inside {
    color: #fff;
    max-width: 560px
}

h3.title__main__slide {
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 14px 0 19px
}

.slide__content-inside__tag span {
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

p.title__sub__desc {
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px
}

.slide__content-inside__tag span {
    position: relative;
    display: inline-block;
    padding-right: 17px
}

.slide__content-inside__tag span:before {
    position: absolute;
    content: '';
    width: 288px;
    height: 4px;
    background: linear-gradient(89deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    top: 50%;
    transform: translateY(-50%);
    left: 100%
}

.slide__content .widthBox {
    padding: 0
}

a.btn__main__btn {
    border-radius: 0 20px 0 0;
    display: inline-flex;
    align-items: stretch;
    height: 47px;
    overflow: hidden
}

a.btn__main__btn span {
    display: inline-block;
    padding: 13px;
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1.5px solid #fff
}

a.btn__main__btn b {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 19px;
    border: 1.5px solid #fff
}

.slide__content-inside__button {
    margin-top: 43px
}

.slide__item.swiper-slide {
    position: relative;
    z-index: 9999999
}

.slider-solution__nav .swiper-pagination {
    top: unset;
    bottom: 0
}

.slider-solution__nav {
    word-wrap: normal
}

.slider-solution__nav {
    position: absolute;
    right: 110px;
    z-index: 2;
    width: 26px
}

.slideshow {
    display: flex;
    align-items: center
}

.slider-solution__nav .swiper-pagination--solution {
    display: flex;
    flex-direction: column;
    gap: 104px
}

.slider-solution__nav .swiper-pagination--solution span {
    background-color: transparent;
    font-weight: 600;
    font-size: 25px;
    line-height: 20px;
    color: #f7f7f7;
    position: relative;
    opacity: 1;
    font-family: 'Fz Poppins';
    width: 100%
}

.slider-solution__nav .swiper-pagination--solution span::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 68px;
    background-color: #555;
    bottom: -20.5px;
    left: 50%;
    transform: translate(-50%, 100%)
}

.slider-solution__nav .swiper-pagination--solution span:is(.swiper-pagination-bullet-active) {
    color: #378148
}

.slider-solution__nav .swiper-pagination--solution span:is(.swiper-pagination-bullet-active)::after {
    background-color: #378148
}

section#aboutUs {
    margin: 47px 0
}

.aboutUs__container {
    display: flex;
    flex-wrap: wrap;
    gap: 23px
}

.aboutUs__container__left {
    width: 392px
}

.aboutUs__container__right {
    width: calc(100% - 415px)
}

.aboutUs__container__left__title {
    margin-left: 78px;
    max-width: 50%;
    margin-bottom: 60px
}

.aboutUs__container__left__title span {
    color: #378148;
    font-family: "Fz Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px
}

.aboutUs__container__left__title h2 {
    color: #333;
    font-family: "Fz Poppins";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.aboutUs__container__right--button a span {
    border-color: #378148;
    color: #378148
}

.aboutUs__container__right--button a.btn__main__btn b {
    background: linear-gradient(180deg, #378148 -33.93%, #044524 125.8%);
    border-color: #378148
}

.aboutUs__container__right-content {
    display: flex;
    flex-wrap: wrap;
    gap: 36px
}

.aboutUs__container__right__img {
    width: 262px
}

.aboutUs__container__right--info {
    width: calc(100% - 298px);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.aboutUs__container__right--sign {
    margin: 54px 0 23px
}

.aboutUs__container__right--desc p {
    color: #898989;
    font-family: "Fz Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.aboutUs__container__left__img {
    position: relative
}

.aboutUs__container__left__img:before {
    position: absolute;
    content: '';
    width: 200px;
    height: 260px;
    background: url(../images/bg_non.png);
    top: 75%;
    left: -43px
}

.aboutUs__wrapper {
    position: relative
}

.main-img.img-cover.fix {
    overflow: hidden
}

.tx-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

h3.item-title-2.blta-heading-1.has-color-white.font-800.tx-title a:hover {
    color: #fff
}

.servicesUs__container .slick-slider {
    overflow: hidden
}

.servicesUs__container .slick-list {
    margin: 0 -19px
}

@-webkit-keyframes Move_animation_1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    75% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes Move_animation_1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    75% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.title-main.title_partner {
    position: relative
}

.title-main.title_partner:before {
    position: absolute;
    content: '';
    width: 228px;
    height: 4px;
    background: linear-gradient(70deg, #378148 0, rgba(12, 27, 15, 0) 100%);
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.title-main.title_partner:after {
    position: absolute;
    content: '';
    width: 228px;
    height: 4px;
    background: linear-gradient(270deg, #378148 0, rgba(12, 27, 15, 0) 100%);
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.title-main.title_partner h2 span {
    font-weight: 500;
    font-size: 32px
}

.partnerUs__wrapper {
    padding: 52px 0
}

.partnerUs__item {
    max-width: 186px;
    text-align: center;
    border-radius: 15px;
    border: 2px solid #d9d9d9;
    background: #fff;
    padding: 20px 5px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s linear
}

.partnerUs__item img {
    filter: grayscale(100%) contrast(25%);
    transition: all .3s linear
}

.partnerUs__item:hover a img {
    filter: unset
}

.partnerUs__item:hover {
    border-color: #378148
}

.wrap__footer__info {
    display: flex;
    justify-content: space-between
}

.wrap__footer__info-logo {
    width: 35%
}

.wrap__footer__col-item:last-child {
    width: 20%
}

.wrap__footer__info {
    display: flex;
    justify-content: space-between
}

.wrap__footer__info-logo {
    width: 25%
}

.wrap__footer__col-item:nth-child(1) {
    width: 30%
}

.wrap__footer__info-social ul li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    border-radius: 10px
}

.footer__power--left p {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    font-family: 'Fz Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block
}

.footer__power--left {
    text-align: center
}

.footer__power--left p:after,
.footer__power--left p:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    top: 50%
}

.footer__power--left p:before {
    right: 100%
}

.footer__power--left p:after {
    left: 100%
}

li.item-footer-info {
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    gap: 5px
}

.wrap__footer__col-item:nth-child(2) {
    width: 35%
}

.wrap__footer__info-phone strong {
    font-family: 'Nunito Sans';
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal
}

.wrap__footer__info-phone {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px
}

.wrap__footer__info-email span {
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.footer__power--pay {
    display: flex;
    gap: 8px
}

.footer__power--img {
    background: #fff;
    border-radius: 5px;
    overflow: hidden
}

.headerTop__info__item {
    display: flex;
    align-items: center;
    gap: 10px
}

.headerTop__info__item span {
    color: #fff;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

.headerTop__info:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 100%;
    background: #006595;
    right: calc(100% - 25px);
    transform: skew(40deg)
}

.widthBox.primary__header {
    display: flex;
    align-items: center;
    padding: 2px 0;
    gap: 30px
}

.headerTop__info:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #006595;
    left: 100%
}

.header-pcmenu {
    position: relative;
    z-index: 999999999999999999999999999999999999999;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

section#home {
    position: relative;
    z-index: -1
}

.aboutUs__content {
    display: flex;
    gap: 66px;
    margin: 20px 0
}

.aboutUs__content__info,
.aboutUs__content__photos {
    width: 50%
}

.aboutUs__content__info h2 {
    max-width: 75%;
    color: #333;
    font-family: "Afacad Flux";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 31px
}

.aboutUs__content__info p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    color: #898989;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

li.aboutUs__content__info-criteria {
    color: #333;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateX(0);
    transition: all .3s linear
}

ul.aboutUs__content__info-criterias {
    margin: 31px 0 49px
}

.btn__about__act {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    border: 1px solid transparent;
    padding: 14px 36px;
    border-radius: 500px;
    background: #2654a5;
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.aboutUs__content__photo:first-child {
    position: relative;
    z-index: 2
}

.aboutUs__content__photo:first-child:before {
    position: absolute;
    content: '';
    background: url(../images/bf_about.png) no-repeat;
    width: 67px;
    height: 112px;
    left: 95%;
    z-index: -1
}

.aboutUs__content__photo-content {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    color: #333;
    font-family: "Lexend Deca";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 21px 20px;
    margin-top: 25px
}

.workingProcess__content h2 {
    color: #333;
    text-align: center;
    font-family: "SVN-Neutraface 2";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 43px
}

.workingProcess__content__steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 100px;
    position: relative
}

.workingProcess__content__step__icon {
    border-radius: 500px;
    background: #e8e8e8;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    transition: all .3s linear
}

.workingProcess__content__step {
    text-align: center;
    position: relative;
    z-index: 9
}

.workingProcess__content__step__content h3 {
    color: #333;
    text-align: center;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 18px 0
}

.workingProcess__content__step__content p {
    color: #898989;
    text-align: center;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.workingProcess__content__step__icon img {
    max-width: 74px
}

.workingProcess__wrapper {
    padding: 36px 0 0 0
}

.line__step img {
    width: 100%
}

.line__step {
    position: absolute;
    top: 59px;
    left: 50%;
    transform: translateX(-50%);
    width: 98%
}

.workingProcess__content__step:nth-child(2n) {
    top: 70px
}

.workingProcess__content__step {
    top: 16px
}

.workingProcess__content__step__icon:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 91px solid #b1b1b1;
    border-radius: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
    border-right-color: transparent;
    border-bottom-color: transparent;
    transition: all .3s linear
}

.workingProcess__content__step__icon img {
    position: relative;
    z-index: 999999;
    display: block
}

.workingProcess__content__step:hover .workingProcess__content__step__icon:before {
    transform: translate(-50%, -50%) rotate(105deg);
    border-color: #333;
    border-right-color: transparent;
    border-bottom-color: transparent
}

.workingProcess__content__step:hover .workingProcess__content__step__icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7498%) hue-rotate(316deg) brightness(102%) contrast(105%)
}

.workingProcess__content__step:hover .workingProcess__content__step__icon {
    background: #006595
}

.projectsDone__tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 42px 0;
    flex-wrap: wrap
}

.projectsDone__tabs__tab a {
    border-bottom: 2px solid #00000000;
    padding: 15px 36px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #898989;
    text-align: center;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

.projectsDone__tabs__tab.active {
    color: #006595;
    border-color: #006595
}

.projectsDone__content__project__img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden
}

.projectsDone__content__project__content {
    padding: 24px 13px;
    text-align: center
}

.projectsDone__content__projects-btn {
    text-align: center;
    margin: 52px 0
}

.projectsDone__content__projects-btn a {
    color: #006595;
    text-align: center;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 2px solid #006595;
    padding: 10px 38px;
    transition: all .3s linear
}

.suggestForYou__content h2 {
    color: #333;
    text-align: center;
    font-family: "SVN-Neutraface 2";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize
}

.suggestForYou__content__list {
    padding: 40px 0
}

.suggestForYou__content__item {
    display: flex;
    gap: 54px
}

.suggestForYou__content__item-content h3 {
    color: #333;
    font-family: "Lexend Deca";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.suggestForYou__content__item-content p {
    color: #898989;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 30px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.suggestForYou__content__item:first-child .suggestForYou__content__item-content {
    width: calc(100% - 791px);
    padding: 40px 0
}

.suggestForYou__content__item-img {
    flex: 1
}

.suggestForYou__content__item:first-child .suggestForYou__content__item-content p {
    margin: 30px 0 30px
}

.suggestForYou__content__item-content a {
    color: #006595;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 2px solid #006595;
    padding-right: 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
    display: inline-block
}

.suggestForYou__content__item:last-child {
    flex-direction: row-reverse;
    margin-top: -131px
}

.suggestForYou__content__item:last-child .suggestForYou__content__item-content {
    width: calc(100% - 660px);
    margin-top: auto
}

.suggestForYou__content__item:last-child .suggestForYou__content__item-img {
    border-left: 20px solid #fff;
    border-top: 20px solid #fff
}

.productProvice__content h2 {
    color: #333;
    text-align: center;
    font-family: "SVN-Neutraface 2";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize
}

.productProvice__wrapper {
    padding: 30px 0
}

.productProvice__list__category-nav a {
    color: #006595;
    font-family: "Lexend Deca";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.productProvice__list__category-nav {
    border-bottom: 2px solid #e7e7e7;
    margin-bottom: 28px
}

.productProvice__list__category-nav a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    position: relative
}

.productProvice__list__category-nav a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #006595;
    bottom: -2px
}

.product__info {
    text-align: center;
    margin-top: 15px
}

.productProvice__list__pro {
    position: relative
}

.bannerIndex__wrapper {
    margin: 50px 0
}

.newsEvent__content h2 {
    color: #333;
    text-align: center;
    font-family: "SVN-Neutraface 2";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize
}

.newsEvent__content__item-content {
    padding: 21px;
    display: flex;
    flex-direction: column;
    gap: 9px
}

.newsEvent__content__item-content {
    position: relative
}

.newsEvent__content__item-content span {
    position: absolute;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #0f3e77;
    right: 22px;
    bottom: -20px;
    transition: all .3s linear
}

a.newsEvent__content__item:hover {
    border-color: #006595
}

a.newsEvent__content__item:hover .newsEvent__content__item-content span {
    background: #006595
}

p.ContactIndex__container__slogan {
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    font-family: "Lexend Deca";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    width: 50%
}

.ContactIndex__container {
    display: flex;
    padding: 40px 0
}

.ContactIndex__container .btn__booking {
    width: 50%;
    text-align: end;
    display: inline-flex;
    align-items: center;
    justify-content: end
}

.ContactIndex__container .btn__booking a {
    border-radius: 500px;
    background: #006595;
    padding: 7px;
    color: #fff;
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 35px
}

.ContactIndex__container .btn__booking a span {
    width: 51px;
    height: 51px;
    flex-shrink: 0;
    border-radius: 500px;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.PartnerFanpage__container__partner-title h2 {
    color: #333;
    text-align: center;
    font-family: "SVN-Neutraface 2";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize
}

.PartnerFanpage__container {
    padding: 41px 0
}

.PartnerFanpage__container__partner__wrap {
    display: flex
}

.PartnerFanpage__container__fanpage {
    width: 505px
}

.PartnerFanpage__container__partner {
    width: calc(100% - 505px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.PartnerFanpage__container__partner__item {
    display: flex;
    justify-content: center;
    align-items: center
}

.PartnerFanpage__container__partner-title {
    margin-bottom: 47px
}

.footer__top__content {
    display: flex;
    align-items: center;
    gap: 128px;
    padding: 47px 0
}

.footer__top__content-top-logo {
    width: 274px;
    flex-shrink: 0
}

.wrap__footer__col-item ul li {
    margin-bottom: 20px
}

ul.wrap__footer__col-item--list li strong {
    flex-shrink: 0;
    color: #fff
}

ul.wrap__footer__col-item--list li {
    color: #fff;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.menu ul li a.current {
    font-weight: 600;
    color: #f4ae2a;
}

.wrap__footer__col-item ul li a:hover {
    color: #fff
}

.aboutUs__content a:hover {
    color: #333;
    border-color: #2654a5
}

li.aboutUs__content__info-criteria:hover {
    transform: translateX(10px)
}

.aboutUs__impressiveNumbers__item:hover .aboutUs__impressiveNumbers__item__content p {
    scale: 1.2
}

.projectsDone__content__projects-btn a:hover {
    color: #333;
    border-color: #333
}

.aboutUs__content__info span {
    display: block;
    margin: 30px 0 15px 0;
    color: #333;
    font-family: "DVN - Photograph Signature";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.img__hkp__logo {
    margin-bottom: 30px;
    margin-top: 12px
}

.group__contact__about {
    display: flex;
    gap: 28px;
    margin-top: 20px
}

a.btn__email__about {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 8px
}

.btn__email__about-content small {
    color: #0f3e77;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.btn__email__about-content h3 {
    color: #333;
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.btn__email__about-icon {
    width: 60px;
    flex-shrink: 0
}

.btn__email__about-content {
    flex: 1
}

.questionAwser__content__container__img {
    width: 50%
}

.questionAwser__content__container__img img {
    width: 100%
}

.questionAwser__content__container {
    display: flex;
    gap: 34px;
    margin: 40px 0
}

.questionAwser__content__list__wrap {
    width: 50%
}

.questionAwser__content__item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    padding: 20px 23px;
    margin-bottom: 20px;
    border: 1px solid #333;
    background: #141414
}

.questionHeader span {
    color: #fff;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: start
}

.questionHeader {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: 0 0;
    padding: 0;
    align-items: center;
    gap: 20px
}

.questionAwser__content__item-desc p {
    color: #898989;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px
}

.questionAwser__content__item-desc {
    padding-top: 22px
}

.icon__dot i {
    font-size: 4px;
    position: relative;
    top: -4px
}

.newsEvent__content__item-desc {
    color: #898989;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.newsEvent__content__item-content:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
    top: calc(100% - 1px);
    left: 0
}

.newsEvent__content__item-img {
    position: relative
}

.newsEvent__content__item-img:before {
    position: absolute;
    content: '';
    width: 102px;
    height: 25px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    background: #fff;
    bottom: 0;
    z-index: 999;
    right: 8px
}

.wrap__footer__col-item--tile:before {
    position: absolute
}

.newsletter__button {
    color: #fff;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    background: #191919;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
    background: #f9d527;
    border-color: transparent
}

.footer__power--center p:before {
    position: absolute
}

.wrap__footer__col-item:nth-child(3) {
    width: 20%
}

.projectsDone__content__projects .owl-page .owl-dots button span {
    background: #dadada;
    width: 33px;
    border-radius: unset;
    height: 5.5px;
    transition: all .3s linear
}

.projectsDone__content__projects .owl-page .owl-dots button.active span {
    width: 138px;
    background: #0f3e77
}

.projectsDone__content__projects .owl-page .owl-stage-outer {
    margin-bottom: 20px
}

.feedbackCustomers__content__list .owl-page .owl-dots {
    width: 222px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    margin-top: 59px
}

.control-customer-container {
    position: relative;
    width: 222px;
    margin: 0 auto;
    margin-top: -20px
}

.control-customer-container .control-customer button {
    background: 0 0;
    opacity: 1
}

.control-customer-container .control-customer button.owl-prev {
    left: -20px
}

.control-customer-container .control-customer button.owl-next {
    right: -20px
}

.service__content__item__content a:hover:before {
    top: 0;
    left: 0;
    box-shadow: 0 0 10px 0 #0000007d
}

.service__content__item__content a:hover svg {
    transform: translateX(5px)
}

.service__content__item__content a svg {
    transform: translateX(0);
    transition: all .3s linear
}

.projectsDone__tabs__tab a:hover {
    background: #0f3e77;
    color: #fff;
    cursor: pointer
}

.pkgServices__content__item-btn a:hover {
    background: #fff;
    color: #0f3e77;
    border-color: #fff
}

.pkgServices__content__item-btn a:hover svg path {
    stroke: #0f3e77
}

.pkgServices__content__item.active a:hover {
    background: linear-gradient(270deg, #e4bd6f 9.79%, #c7903d 100%);
    color: #fff;
    -webkit-text-fill-color: unset;
    -webkit-background-clip: unset
}

.pkgServices__content__item.active a:hover>svg path {
    stroke: #fff
}

.pkgServices__content__item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 10px 0 #000
}

.contactUs__content__btn-item a:hover {
    background: linear-gradient(270deg, #e4bd6f 0, #c7903d 100%)
}

.newsletter__button:hover {
    background: linear-gradient(90deg, #dda517 0, #b57a11 31.98%, #fdd649 68.02%, #eccb34 100%)
}

.hithere {
    animation: hithere 2s ease infinite
}

@keyframes hithere {
    30% {
        transform: scale(1.1)
    }

    40%,
    60% {
        transform: rotate(-20deg) scale(1.1)
    }

    50% {
        transform: rotate(10deg) scale(1.1)
    }

    70% {
        transform: rotate(0) scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.service__content__item__img img {
    transition: all .3s linear
}

.header-pcmenu {
    background: #fff
}

.headerTop .widthBox {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    z-index: 999
}

.headerTop__slogan p {
    color: #898989;
    font-family: "Afacad Flux";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px
}

.headerTop__hotline span {
    display: flex;
    align-items: center;
    color: #1e1e1e;
    font-family: 'Afacad Flux';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    gap: 10px;
    font-size: 20px;
    letter-spacing: 1px
}

.headerTop__hotline span svg {
    margin-right: 5px
}

.info__social__slide {
    position: absolute;
    bottom: 0;
    z-index: 99;
    padding: 44px;
    padding-bottom: 60px
}

.info__social__slide__content span {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #fff;
    text-align: center;
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px
}

.info__social__slide__list ul {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 154px
}

.info__social__slide__list:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 95px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: 28px
}

.info__social__slide__list {
    position: relative
}

.bg-lines span {
    top: 0;
    z-index: -1;
    width: 1px;
    height: 100%;
    position: absolute;
    animation: leftRightOne 18s infinite;
    background: rgba(255, 255, 255, .04)
}

.bg-lines span:first-child {
    left: 10%
}

.bg-lines span:nth-child(2) {
    left: 20%
}

.bg-lines span:nth-child(3) {
    left: 30%
}

.bg-lines span:nth-child(4) {
    left: 40%
}

.bg-lines span:nth-child(5) {
    left: 50%
}

.bg-lines span:nth-child(6) {
    left: 60%
}

.bg-lines span:nth-child(7) {
    left: 70%
}

.bg-lines span:nth-child(8) {
    left: 80%
}

.bg-lines span:nth-child(9) {
    left: 90%
}

@keyframes leftRightOne {

    0%,
    to {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-100px)
    }
}

@keyframes leftRightTwo {

    0%,
    to {
        transform: translateX(0)
    }

    50% {
        transform: translateX(100px)
    }
}

.line__about__us {
    margin: 16px 0 48px 0
}

.aboutUs__content__photos {
    position: relative
}

.aboutUs__content__photos {
    z-index: 9
}

a.service__content__item {
    position: relative
}

.service__content__item__content {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .6) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: all .4s linear;
    visibility: hidden
}

.service__content__item__content h3 {
    color: #fff;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    font-family: "Lexend Deca";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

a.btn__btn__primary {
    padding: 18px 52px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    background: #0e6837;
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.btn__service {
    text-align: center;
    margin: 33px 0
}

span.line__top:before {
    position: absolute;
    content: '';
    top: 20px;
    right: 20px;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all 2s linear
}

span.line__top:after {
    position: absolute;
    content: '';
    right: 20px;
    top: 20px;
    height: 0;
    width: 1px;
    background: #fff;
    transition: all 2s linear
}

span.line__bottom:before {
    position: absolute;
    content: '';
    bottom: 20px;
    left: 20px;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all 2s linear
}

span.line__bottom:after {
    position: absolute;
    content: '';
    left: 20px;
    bottom: 20px;
    height: 0;
    width: 1px;
    background: #fff;
    transition: all 2s linear
}

a.service__content__item:hover .service__content__item__content {
    height: 100%;
    width: 100%;
    opacity: 1;
    visibility: visible
}

a.service__content__item:hover .service__content__item__content .line__top:before {
    width: 79px
}

a.service__content__item:hover .service__content__item__content .line__top:after {
    height: 87px
}

a.service__content__item:hover .service__content__item__content .line__bottom:before {
    width: 79px
}

a.service__content__item:hover .service__content__item__content .line__bottom:after {
    height: 87px
}

.tab__working__process {
    display: none
}

.workingProcess__content__tabContent__item {
    width: 20%;
    position: relative;
    color: #fff;
    padding: 0 15px 4rem;
    cursor: pointer;
    text-align: center
}

.tab__working__process.active.show {
    display: flex;
    gap: 50px
}

ul#workingProcessTab {
    justify-content: center;
    gap: 27px;
    border-bottom: unset;
    margin-bottom: 70px
}

ul#workingProcessTab li.nav-item a {
    border: 1.5px solid #898989;
    background: 0 0;
    color: #fff;
    text-align: center;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border-radius: unset;
    padding: 14px 36px
}

ul#workingProcessTab li.nav-item a.active {
    background: 0 0;
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, #dda517 0, #b57a11 31.98%, #fdd649 68.02%, #eccb34 100%);
    border-image-slice: 1;
    background-image: linear-gradient(90deg, #dda517 0, #b57a11 31.98%, #fdd649 68.02%, #eccb34 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700
}

.workingProcess__content__tabContent__img {
    width: 126px;
    height: 126px;
    border: 1px solid #898989;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: inline-flex;
    position: relative
}

.workingProcess__content__tabContent__desc h3 {
    color: #fff;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    font-family: "Lexend Deca";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.workingProcess__content__tabContent__img:before {
    position: absolute;
    content: '';
    width: calc(100% + 26px);
    height: calc(100% + 26px);
    border: 1px dashed #fff;
    border-radius: 500px
}

.workingProcess__content__tabContent__item:before {
    position: absolute;
    content: '';
    width: 37px;
    height: 12px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDM3IDEyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMzQuNjA4MiA3Ljc4NDUyQzMzLjQ5NjMgNy4wNTY2MiAzMi40NDgxIDYuMjk5OTMgMzEuMzI5OCA1LjY1MDJDMjcuNjc5NCAzLjUyOTMxIDIzLjY5OTkgMi40MTgzNiAxOS40MzY0IDIuMjk4MThDMTQuMTQ1OCAyLjE0ODg3IDkuMzA1NDEgMy40ODA3NCA0LjkzNjQ2IDYuMjgxNDNDMy4yMjA3NSA3LjM4MTU2IDEuNjk2ODEgOC42ODkwOSAwLjMzODcwNiAxMC4xNjk2Qy0wLjEyNjg4OCAxMC42NzY1IC0wLjEwODU4NCAxMS4zMDAyIDAuMzY5NjM1IDExLjY5NTlDMC44NDk2MTggMTIuMDkzMiAxLjQ5OTg5IDEyLjAxNzkgMS45NzEyMiAxMS41MjA0QzYuNjcyNjQgNi41NTM0OSAxMi41NjkxIDQuMTQ0MDMgMTkuNjMzNSA0LjM2MDE4QzIzLjc0NzEgNC40ODYxMiAyNy41NDQgNS42NzcxMiAzMC45ODIgNy44NjA0NUMzMS43Mjc5IDguMzM0NTEgMzIuNDQxNiA4Ljg1MzMxIDMzLjE3MDUgOS4zNTE4N0MzMy4xNjA3IDkuMzg1MTkgMzMuMTUxMSA5LjQxOTU0IDMzLjE0MTMgOS40NTI4NkMzMy4wMDk5IDkuNDY0MDcgMzIuODc4IDkuNDc2ODcgMzIuNzQ1NyA5LjQ4NTU1QzMwLjUyNzggOS42NDAyNiAyOC4zMSA5Ljc5NzAzIDI2LjA5MTYgOS45NDU1NkMyNS42MjE0IDkuOTc3MjEgMjUuMjg0MyAxMC4xODc3IDI1LjA5MDQgMTAuNTc2OEMyNC45MTE1IDEwLjkzNTkgMjQuOTc5NyAxMS4yOTEzIDI1LjIzOTIgMTEuNjA2NEMyNS40ODA0IDExLjg5OSAyNS44MTExIDEyLjAyMjYgMjYuMTkyNSAxMS45OTY2QzI5LjQ0OTQgMTEuNzc0MyAzMi43MDY4IDExLjU1MTUgMzUuOTYyNyAxMS4zMTc5QzM2LjY1NjIgMTEuMjY4MSAzNy4wNSAxMC44MTggMzYuOTk0OSAxMC4xNTM5QzM2Ljc0MDMgNy4xMDY3NSAzNi40Nzg3IDQuMDU5NTcgMzYuMjEyNiAxLjAxMjdDMzYuMTU4NSAwLjM5MjYxNiAzNS42MjQ1IC0wLjA0NzQ3NDUgMzUuMDI0MiAwLjAwNDEwNDMyQzM0LjQwOTcgMC4wNTY2NjY1IDM0LjAwNjkgMC41NDg0MTYgMzQuMDYwOSAxLjE5MzM4QzM0LjIzNTIgMy4yNjk0IDM0LjQxMzggNS4zNDUxMiAzNC41OTAyIDcuNDIxQzM0LjU5NzggNy41NDEyIDM0LjYwMTMgNy42NTkwOSAzNC42MDgyIDcuNzg0NTJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=) no-repeat center center/contain;
    right: -48px;
    top: 33px
}

.workingProcess__content__tabContent__item:nth-child(2n):before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDM3IDEyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMzQuNjA4MiA0LjIxNTQ4QzMzLjQ5NjMgNC45NDMzOCAzMi40NDgxIDUuNzAwMDcgMzEuMzI5OCA2LjM0OThDMjcuNjc5NCA4LjQ3MDY5IDIzLjY5OTkgOS41ODE2NCAxOS40MzY0IDkuNzAxODJDMTQuMTQ1OCA5Ljg1MTEzIDkuMzA1NDEgOC41MTkyNiA0LjkzNjQ2IDUuNzE4NTdDMy4yMjA3NSA0LjYxODQ0IDEuNjk2ODEgMy4zMTA5MSAwLjMzODcwNiAxLjgzMDQ0Qy0wLjEyNjg4OCAxLjMyMzQ1IC0wLjEwODU4NCAwLjY5OTgzNiAwLjM2OTYzNSAwLjMwNDA1NUMwLjg0OTYxOCAtMC4wOTMxNTY4IDEuNDk5ODkgLTAuMDE3ODk4NiAxLjk3MTIyIDAuNDc5NjQ4QzYuNjcyNjQgNS40NDY1MSAxMi41NjkxIDcuODU1OTcgMTkuNjMzNSA3LjYzOTgyQzIzLjc0NzEgNy41MTM4OCAyNy41NDQgNi4zMjI4OCAzMC45ODIgNC4xMzk1NUMzMS43Mjc5IDMuNjY1NDkgMzIuNDQxNiAzLjE0NjY5IDMzLjE3MDUgMi42NDgxM0MzMy4xNjA3IDIuNjE0ODEgMzMuMTUxMSAyLjU4MDQ2IDMzLjE0MTMgMi41NDcxNEMzMy4wMDk5IDIuNTM1OTMgMzIuODc4IDIuNTIzMTMgMzIuNzQ1NyAyLjUxNDQ1QzMwLjUyNzggMi4zNTk3NCAyOC4zMSAyLjIwMjk3IDI2LjA5MTYgMi4wNTQ0NEMyNS42MjE0IDIuMDIyNzkgMjUuMjg0MyAxLjgxMjMgMjUuMDkwNCAxLjQyMzE3QzI0LjkxMTUgMS4wNjQwOSAyNC45Nzk3IDAuNzA4NzE1IDI1LjIzOTIgMC4zOTM1ODlDMjUuNDgwNCAwLjEwMTAyMiAyNS44MTExIC0wLjAyMjYyMzEgMjYuMTkyNSAwLjAwMzM3NTA1QzI5LjQ0OTQgMC4yMjU2NTEgMzIuNzA2OCAwLjQ0ODQ4MSAzNS45NjI3IDAuNjgyMDg4QzM2LjY1NjIgMC43MzE4NTUgMzcuMDUgMS4xODIwNCAzNi45OTQ5IDEuODQ2MUMzNi43NDAzIDQuODkzMjUgMzYuNDc4NyA3Ljk0MDQzIDM2LjIxMjYgMTAuOTg3M0MzNi4xNTg1IDExLjYwNzQgMzUuNjI0NSAxMi4wNDc1IDM1LjAyNDIgMTEuOTk1OUMzNC40MDk3IDExLjk0MzMgMzQuMDA2OSAxMS40NTE2IDM0LjA2MDkgMTAuODA2NkMzNC4yMzUyIDguNzMwNiAzNC40MTM4IDYuNjU0ODggMzQuNTkwMiA0LjU3OUMzNC41OTc4IDQuNDU4OCAzNC42MDEzIDQuMzQwOTEgMzQuNjA4MiA0LjIxNTQ4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+) no-repeat center center/contain;
    top: 101px
}

.workingProcess__content__tabContent__item:last-child:before {
    content: unset
}

.ProjecstDesign__wrapper {
    padding: 15px 0
}

.wrap-project {
    margin: 0 auto 2rem
}

.wrap-project .wrap-content {
    padding: 2rem 10px 1rem
}

.box-project3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 25px;
    margin-bottom: 2rem
}

.item-project {
    width: calc((100% - 50px)/ 3);
    position: relative;
    overflow: hidden
}

.item-project a {
    color: #fff
}

.info-project {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all .5s;
    flex-wrap: wrap;
    padding: 0 2rem
}

.name-project {
    margin: 0;
    text-transform: uppercase;
    font-family: 'Lexend Deca';
    font-size: 24px
}

.item-project:hover .info-project {
    top: 0;
    left: 0
}

.view-desk2 {
    text-align: center
}

.view-desk2 a {
    background: #fff;
    display: inline-block;
    color: #333;
    padding: 10px 2rem;
    font-family: Lexend-SemiBold;
    font-size: 14px;
    border: 2px solid #333;
    transition: all .5s;
    text-transform: uppercase
}

.view-desk2 a:hover {
    background: #333;
    color: #fff
}

.banner-da-top {
    text-align: center;
    margin-bottom: 2rem
}

.item-project-orther {
    width: calc(100% - 25px);
    position: relative;
    overflow: hidden;
    margin: 0 auto
}

.item-project-orther a {
    color: #fff
}

.item-project-orther:hover .info-project {
    top: 0;
    left: 0
}

.btn__action__design {
    text-align: center
}

.projects__wrapper__slide {
    position: relative;
    margin-bottom: 50px
}

.projects__item__content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all .5s;
    flex-wrap: wrap;
    padding: 0 2rem
}

a.projects__item {
    position: relative
}

a.projects__item:hover .projects__item__content {
    top: 0;
    left: 0
}

.projects__item__content h3 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'Lexend Deca';
    font-size: 24px;
    font-weight: 600;
    color: #fff
}

.projects__wrapper__container .title-main h2 {
    text-align: start;
    position: relative;
    padding-bottom: 7px
}

.projects__wrapper__container .title-main h2:before {
    position: absolute;
    content: '';
    width: 109px;
    height: 4px;
    background: linear-gradient(90deg, #dda517 0, #b57a11 31.98%, #fdd649 68.02%, #eccb34 100%);
    bottom: 0
}

.projects__wrapper__container .title-main {
    margin-bottom: 56px
}

.projects__wrapper__slide .owl-page .owl-dots {
    bottom: 0;
    padding-top: 29px
}

.bg-warning--noti {
    color: #fff;
    padding: 20px 10px;
    margin-bottom: 2rem;
    border-radius: 10px;
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, #dda517 0, #b57a11 31.98%, #fdd649 68.02%, #eccb34 100%);
    border-image-slice: 1
}

.control-owl button {
    background: 0 0;
    opacity: 1
}

.projects__wrapper__slide .control-owl .owl-prev {
    left: -50px
}

.projects__wrapper__slide .control-owl .owl-next {
    right: -50px
}

.title-main h2 sup {
    top: -15px
}

.feedbackCustomer__wrapper {
    margin: 70px 0
}

.feedbackCustomer__slider__item {
    border: 1px solid #333;
    background: #191919
}

.feedbackCustomer__slider__item__content {
    padding: 27px 20px;
    display: flex;
    gap: 22px
}

.feedbackCustomer__slider__item__content__img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 500px;
    overflow: hidden
}

.feedbackCustomer__slider__item__content__desc {
    color: #868686;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    min-height: 60px
}

.feedbackCustomer__slider__item__content__name h3 {
    color: #fff;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    padding-top: 19px
}

.stars__customer {
    padding-bottom: 26px
}

.feedbackCustomer__slider__item__content__desc p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.feedbackCustomer__slider {
    position: relative
}

.control-Customers.control-owl.transition .owl-prev {
    left: -40px
}

.control-Customers.control-owl.transition .owl-next {
    right: -40px
}

.feedbackCustomer__slider .owl-page .owl-dots {
    padding-top: 30px
}

.control-Customers.control-owl.transition {
    top: calc(50% - 40.5px)
}

.form__newsletter__index {
    border: 1px solid #333;
    background: #191919;
    padding: 23px 25px
}

.newsletter__input {
    margin-bottom: 9px
}

.newsletter__input textarea {
    border: 1px solid #333;
    background: 0 0;
    border-radius: unset;
    text-indent: 20px;
    padding-top: 15px
}

span.icon i {
    border-radius: 500px;
    background: #fff;
    color: #000;
    font-size: 12px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0
}

.title-main p {
    max-width: 70%;
    margin: 0 auto
}

.newsEvent__content__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 300px 300px;
    grid-auto-columns: 1fr;
    gap: 28px;
    grid-auto-flow: row;
    grid-template-areas: "newsEvent__content__1 newsEvent__content__2 newsEvent__content__3" "newsEvent__content__1 newsEvent__content__4 newsEvent__content__5"
}

.newsEvent__content__1 {
    grid-area: newsEvent__content__1
}

.newsEvent__content__2 {
    grid-area: newsEvent__content__2
}

.newsEvent__content__3 {
    grid-area: newsEvent__content__3
}

.newsEvent__content__4 {
    grid-area: newsEvent__content__4
}

.newsEvent__content__5 {
    grid-area: newsEvent__content__5
}

.newsEvent__content__item {
    padding: 25px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    position: absolute;
    width: 100%;
    bottom: 0
}

.newsEvent__content__item__title h3 {
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.newsEvent__content__container a {
    position: relative
}

.newsEvent__content__item__date p {
    color: #fff;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px
}

.btn__action__news {
    text-align: center;
    margin: 24px 0
}

.footer__power--center {
    text-align: center;
    padding: 28px 0;
    display: flex;
    justify-content: space-between;
    position: relative
}

.partnerUs__content__list {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.partnerUs__content__list .title-main {
    width: 320px;
    margin: 0
}

.partnerUs__content__container {
    width: calc(100% - 380px)
}

.partnerUs__content__list .title-main h2 {
    margin: 0
}

.wrap__footer__col-item--desc {
    text-transform: capitalize;
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 33px 0 31px 0
}

.wrap__footer__info-social {
    display: flex;
    align-items: center;
    gap: 30px
}

.wrap__footer__info-social span {
    flex-shrink: 0
}

.wrap__footer__info-link-map a {
    border: 1px solid #fff;
    padding: 15px 24px;
    margin-top: 38px;
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.block-menu.sticky.animate__animated.animate__fadeInDown .header-pcmenu {
    background: #fff
}

.block-menu.sticky.animate__animated.animate__fadeInDown .header-pcmenu .primary__header .logo__Container .logo-header img {
    width: 148px !important;
    height: 60px
}

.block-menu.sticky.animate__animated.animate__fadeInDown .header-pcmenu .primary__header .logo__Container .logo-header canvas {
    width: 100px;
    height: 65px
}

.block-menu.sticky.animate__animated.animate__fadeInDown .header-pcmenu .primary__header .logo__Container .logo-header {
    height: 65px !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.block-menu.sticky.animate__animated.animate__fadeInDown .header-pcmenu .primary__header {
    gap: 20px
}

button.owl-dot.active span {
    border: 1px solid #fff;
    border-radius: 50px;
    background: 0 0 !important
}

li.has-sub:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px / 2);
    right: -10px;
    width: 5px;
    height: 5px;
    border: 1px solid #000;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.slideshow.position-relative .owl-dots {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%)
}

a.btn__about__act:hover {
    color: #2654a5;
    background: 0 0
}

a.btn__about__act:hover svg path {
    fill: #be8518
}

form.contact-form .btn-primary {
    border-color: #fff;
    background: linear-gradient(180deg, #f4ae2a 0, #d39300 100%);
}

form.contact-form .btn-primary:hover {
    background: linear-gradient(90deg, #105b3d 0, #103f2c 31.98%, #1b6044 68.02%, #007245 100%)
}

.contact-input input {
    background: 0 0;
    border-radius: unset
}

.contact-input textarea {
    background: 0 0;
    border-radius: unset
}

.contact-input input::placeholder {
    color: #1e1e1e
}

.contact-input textarea::placeholder {
    color: #1e1e1e
}

.contact-input input:focus {
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, #105b3d 0, #103f2c 31.98%, #1b6044 68.02%, #007245 100%);
    border-image-slice: 1;
    box-shadow: unset;
    background: 0 0
}

.contact-input textarea:focus {
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, #105b3d 0, #103f2c 31.98%, #1b6044 68.02%, #007245 100%);
    border-image-slice: 1;
    box-shadow: unset;
    background: 0 0
}

.contact-input input {
    color: #1e1e1e
}

.headerTop__hotline__group {
    display: flex
}

.aboutUs__content__photos * {
    height: 100%
}

.btn__about__call {
    display: flex;
    gap: 9px
}

.btn__about__call--content span {
    margin: 0;
    color: #333;
    font-family: Livvic;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.btn__about__call--content strong {
    color: #f1633b;
    font-family: Livvic;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.btn__about__call--icon {
    border-radius: 500px;
    background: #105b3d;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    flex-shrink: 0
}

.Service__Us__header--title span {
    color: #105b3d;
    font-family: "Alumni Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block
}

.Service__Us__header--title h2 {
    color: #333;
    text-align: center;
    font-family: "Afacad Flux";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.Service__Us__header {
    display: flex;
    gap: 59px;
    margin-bottom: 47px
}

.Service__Us__header--title {
    width: 100%;
    text-align: center
}

.service__Us__item--photo {
    border-radius: 0 40px;
    overflow: hidden
}

a.service__Us__item {
    text-align: center
}

.service__Us__item--content h3 {
    color: #333;
    text-align: center;
    font-family: Livvic;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 22px 0 13px 0
}

.service__Us__item--content p {
    color: #898989;
    text-align: center;
    font-family: Livvic;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.service__Us__item--content span {
    color: #105b3d;
    text-align: center;
    font-family: Livvic;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.Service__Us__wrapper {
    margin-bottom: 60px
}

.Working_Principles__header span {
    color: #105b3d;
    font-family: "Alumni Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.Working_Principles__header h2 {
    color: #333;
    font-family: Livvic;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.Working_Principles__header {
    margin-bottom: 54px
}

.Working_Principles__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px
}

.Working_Principles__item--icon img {
    max-width: 100px
}

.Working_Principles__item--icon {
    text-align: center
}

.Working_Principles__item {
    text-align: center
}

.Working_Principles__item--content h3 {
    color: #333;
    text-align: center;
    font-family: Livvic;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 19px 0 23px 0
}

.Working_Principles__item--content p {
    color: #898989;
    text-align: center;
    font-family: Livvic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.Working_Principles__wrapper {
    margin-bottom: 52px
}

.Provider__Food__header {
    text-align: center
}

.Provider__Food__header span {
    color: #105b3d;
    text-align: center;
    font-family: "Alumni Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.Provider__Food__header h2 {
    color: #333;
    text-align: center;
    font-family: "Afacad Flux";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.page_sanpham_more {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
    margin-bottom: 27px
}

.food__product__item {
    position: relative
}

.food__product__item--info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
    padding: 0 15px;
    align-content: center;
    background: rgb(0, 0, 0, .5);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all .3s linear
}

h3.food__product__item--name {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.food__product__item--info a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
    transition: all .5s
}

.list_monnb.list_sanpham_more {
    display: flex;
    justify-content: center;
    gap: 17px;
    flex-wrap: wrap
}

.list_monnb.list_sanpham_more span {
    margin: 0 34px
}

span.line-list:last-child {
    display: none
}

.list_monnb.list_sanpham_more a {
    color: #898989;
    font-family: Livvic;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.list_monnb.list_sanpham_more a.active {
    color: #fff;
    background: #2654a5
}

.list_monnb.list_sanpham_more {
    margin: 29px 0 45px
}

.food__product__item:hover .food__product__item--info {
    visibility: visible;
    opacity: 1
}

.btn__btn__main {
    text-align: center;
    margin-bottom: 27px
}

.btn__btn__main a {
    border: 2px solid #fff;
    display: inline-block;
    padding: 14px 43px;
    border-radius: 5000px;
    background: #2252a7;
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.News__Videos__Us__Header span {
    color: #105b3d;
    font-family: "Alumni Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.News__Videos__Us__Header h2 {
    color: #333;
    font-family: Livvic;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.News__Videos__Us__Container {
    display: flex;
    gap: 89px
}

.News__Us {
    width: 50%
}

.Videos__Us {
    width: 50%
}

.Banner__Index__Container {
    margin: 67px 0 15px 0
}

.Evaluate__Customers__header {
    text-align: start;
    margin-bottom: 35px
}

.Evaluate__Customers__header span {
    color: #105b3d;
    text-align: center;
    font-family: "Alumni Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.Evaluate__Customers__header h2 {
    color: #333;
    font-family: Livvic;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.Evaluate__Customers__container {
    display: flex;
    flex-wrap: wrap;
    gap: 112px
}

.Evaluate__Customers__photo {
    width: 470px
}

.Evaluate__Customers__List {
    width: calc(100% - (470px + 112px))
}

.Evaluate__Customers__photo {
    border-radius: 10px;
    overflow: hidden
}

.Evaluate__Customers__item strong {
    display: block;
    color: #333;
    font-family: "Afacad Flux";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 9px
}

.Evaluate__Customers__item span {
    color: #333;
    font-family: Livvic;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px
}

.icon__item_cus {
    text-align: start;
    position: relative;
    z-index: 1
}

.Evaluate__Customers__item p {
    position: relative;
    z-index: 9;
    color: #898989;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -30px
}

.control-evaluate button {
    background: unset;
    margin-top: 20px
}

.footer__power--center p {
    color: #898989;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase
}

.footer-statistic {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .6)
}

.wrap__footer__col-item ul {
    list-style: none
}

.wrap__footer__info-social ul {
    list-style: none;
    margin: 0
}

.list_monnb.list_sanpham_more a:hover {
    color: #2654a5
}

.shake-anim {
    -webkit-animation: shake-anim 1s infinite ease-in-out;
    -moz-animation: shake-anim 1s infinite ease-in-out;
    -ms-animation: shake-anim 1s infinite ease-in-out;
    -o-animation: shake-anim 1s infinite ease-in-out;
    animation: shake-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@keyframes shake-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.service__Us__item--content span:hover {
    color: #f3663c
}

.service__Us__item--content span:hover svg path {
    fill: #f3663c
}

.breadcrumb-item a:hover {
    color: #f1633b
}

.wrap__footer__col-item ul li a:hover {
    color: #f9d527
}

.btn__btn__main a:hover {
    background: #105b3d;
    color: #fff
}

ul.primary-menu.mm-listview a {
    text-transform: capitalize
}

.headerTop {
    position: relative
}

.headerTop:after {
    right: 0;
    top: 0;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%)
}

.headerTop__social span {
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.headerTop__social {
    display: flex;
    align-items: center;
    gap: 10px
}

ul.social__list__right {
    display: flex;
    gap: 10px;
    margin: 0
}

.CriteriaUs__container {
    display: grid;
    grid-template-columns: repeat(5, 1fr)
}

.CriteriaUs__wrapper {
    padding: 55px 0 27px 0
}

.CriteriaUs__item {
    text-align: center;
    padding: 20px 0;
    transition: all .3s linear;
    position: relative;
    border-right: 1px solid #dbe8ff;
    z-index: 1;
    box-sizing: border-box;
    background: #f8f9fc
}

.CriteriaUs__item:last-child .CriteriaUs__item--container {
    border-right: unset
}

.CriteriaUs__item--content h3 {
    color: #333;
    text-align: center;
    font-family: "Afacad Flux";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.CriteriaUs__item--icon {
    margin-bottom: 16px;
    position: relative;
    z-index: 9999999999999999999
}

.CriteriaUs__item--container {
    background: #f8f9fc;
    padding: 30px 15px;
    transition: all .3s linear;
    position: relative;
    border-right: 1px solid #2252a7
}

.CriteriaUs__item:hover {
    background: #2252a7
}

.CriteriaUs__item:hover>.CriteriaUs__item--container {
    background: #2252a7
}

.CriteriaUs__item:hover>.CriteriaUs__item--icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(358deg) brightness(101%) contrast(103%)
}

.CriteriaUs__item:hover>.CriteriaUs__item--content h3 {
    color: #fff
}

.CriteriaUs__item:hover .CriteriaUs__item--container:before {
    display: none
}

.CriteriaUs__item--container:after {
    position: absolute
}

.CriteriaUs__item:before {
    position: absolute;
    content: '';
    height: calc(100% + 40px);
    background: 0 0;
    top: -20px;
    z-index: 99;
    left: 0;
    width: 100%;
    background: #2654a5;
    opacity: 0;
    visibility: hidden
}

.CriteriaUs__item:hover:before {
    visibility: visible;
    opacity: 1
}

.CriteriaUs__item:hover:before {
    opacity: 1;
    visibility: visible
}

.CriteriaUs__item:last-child {
    border-right: unset
}

.CriteriaUs__item--content {
    position: relative;
    z-index: 999999
}

.CriteriaUs__item:after {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    top: -5px;
    left: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    border-left-color: #f9d527;
    border-top-color: #f9d527;
    z-index: 99;
    visibility: hidden;
    opacity: 0
}

.CriteriaUs__item:hover:after {
    visibility: visible;
    opacity: 1;
    transition: all .3s linear
}

.aboutUs__content__info h2 strong {
    font-weight: 600;
    color: #2252a7
}

.list_monnb.list_sanpham_more a {
    border-radius: 5px;
    border: 1px solid #2252a7;
    background: #fff;
    padding: 12px 24px;
    color: #2252a7;
    text-align: center;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

a.door__product__item {
    text-align: center
}

h3.door__product__item--name {
    color: #333;
    text-align: center;
    font-family: "Afacad Flux";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.door__product__item--info {
    margin: 13px 0
}

.door__product__item--img {
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

.Provider__Food {
    margin-bottom: 60px
}

.Service__Us__header--title h2 strong {
    color: #2252a7;
    font-weight: 600
}

.Service__Us__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 310px 310px;
    grid-auto-columns: 1fr;
    gap: 17px;
    grid-auto-flow: row;
    grid-template-areas: "Service__Us__list--1 Service__Us__list--2 Service__Us__list--3 Service__Us__list--3 Service__Us__list--4" "Service__Us__list--5 Service__Us__list--6 Service__Us__list--6 Service__Us__list--7 Service__Us__list--8"
}

.Service__Us__list--1 {
    grid-area: Service__Us__list--1
}

.Service__Us__list--2 {
    grid-area: Service__Us__list--2
}

.Service__Us__list--3 {
    grid-area: Service__Us__list--3
}

.Service__Us__list--4 {
    grid-area: Service__Us__list--4
}

.Service__Us__list--5 {
    grid-area: Service__Us__list--5
}

.Service__Us__list--6 {
    grid-area: Service__Us__list--6
}

.Service__Us__list--7 {
    grid-area: Service__Us__list--7
}

.Service__Us__list--8 {
    grid-area: Service__Us__list--8
}

a.Service__Us__list-item {
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.Service__Us__list--content {
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 50%) 0) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    transition: all .3s linear;
    opacity: 1
}

.Service__Us__list--content h3 {
    color: #fff;
    text-align: center;
    font-family: "Afacad Flux";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

a.Service__Us__list-item:hover>.Service__Us__list--content--hover {
    visibility: visible;
    opacity: 1;
    bottom: 0
}

.Service__Us__list--content--hover {
    position: absolute;
    transition: all .3s linear;
    visibility: hidden;
    width: calc(100% - 10px);
    opacity: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    bottom: -100%;
    margin: 10px 5px
}

.Service__Us__list--content--hover h3 {
    color: #333;
    font-family: "Afacad Flux";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.Service__Us__list--content--hover {
    padding: 13px 23px
}

.Service__Us__list--content--hover p {
    color: #898989;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

a.Service__Us__list-item:hover .Service__Us__list--content {
    opacity: 0;
    visibility: hidden
}

.Service__Us__list-item.Service__Us__list--3 .Service__Us__list--content--hover,
.Service__Us__list-item.Service__Us__list--6 .Service__Us__list--content--hover {
    width: 80%;
    margin: 13px 16px
}

.project-section-title-and-video-wrapper {
    padding: 110px 0 130px;
    position: relative
}

.td-project-slider-wrapper {
    margin-left: 0;
    margin-top: -190px
}

.project-section-title-and-video-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80%;
    max-width: 1400px
}

.td-cover-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.td-project-section-title {
    margin-bottom: 110px
}

.td-project-section-title h1,
.td-project-section-title h2,
.td-project-section-title h3,
.td-project-section-title h4,
.td-project-section-title h5,
.td-project-section-title h6 {
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

.td-project-video-button {
    padding-left: 25px
}

.td-video-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative
}

.td-video-button i {
    color: #fff;
    z-index: 2;
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    left: 1px;
    top: 2px;
    font-size: 20px
}

.td-video-button:after,
.td-video-button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    background: #0e6837;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.td-video-button:before {
    z-index: 0;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.td-project-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: scale(0);
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
    background: rgba(34, 82, 167, .75)
}

.td-project-details-link {
    position: absolute;
    height: 50px;
    width: 50px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -25px;
    font-size: 20px;
    transition: .4s;
    visibility: hidden;
    opacity: 0
}

.td-single-project-box {
    margin-bottom: 30px
}

.td-single-project-box:hover .td-project-overlay {
    transform: scale(.9);
    visibility: visible;
    opacity: 1
}

.td-single-project-box:hover .td-project-details-link {
    margin-top: -25px;
    visibility: visible;
    opacity: 1
}

.td-project-items {
    margin-left: 218px
}

.td-project-slider-wrapper i.slick-arrow.slick-next {
    margin-left: 65px
}

.project-image {
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.td-project-content a {
    color: #333;
    font-family: "Afacad Flux";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.td-project-content p {
    color: #898989;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

.td-project-content {
    margin-top: 18px;
    padding-left: 16px;
    border-left: 3px solid #2654a5;
    padding-top: 10px
}

.td-project-section-wrapper .slick-arrow {
    opacity: 1;
    visibility: visible
}

.td-project-slider-wrapper i.slick-arrow {
    position: absolute;
    height: 50px;
    width: 50px;
    left: -195px;
    top: 50%;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s
}

.td-project-slider-wrapper i.slick-arrow {
    position: absolute;
    height: 50px;
    width: 50px;
    left: -195px;
    top: 50%;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #898989;
    cursor: pointer;
    transition: .3s;
    border-radius: 5px;
    background: #efefef
}

.td-project-section-wrapper .slick-arrow {
    opacity: 1;
    visibility: visible
}

.slick-arrow.slick-next {
    left: auto;
    right: -100px
}

.slick-next:before,
.slick-prev:before {
    font-family: "\f060";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-next:before,
.slick-prev:before {
    color: #898989
}

section#Evaluate__Customers {
    background: #f8f9fc;
    padding: 60px 0
}

.Evaluate__Customers__header h2 {
    color: #333;
    font-family: "Afacad Flux";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.Evaluate__Customers__header h2 strong {
    font-weight: 600;
    color: #2252a7
}

.icon__item_cus__info--container {
    display: flex;
    gap: 17px;
    margin: 30px 0
}

.icon__item_cus__info--avatar {
    border-radius: 200px;
    height: 70px;
    border-radius: 200px;
    overflow: hidden;
    flex-shrink: 0;
    width: 70px
}

.icon__item_cus__info {
    flex: 1
}

.title-main h2 {
    text-transform: uppercase;
    color: #333;
    text-align: center;
    font-family: "SVN-Neutraface 2";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal
}

.title-main h2 strong {
    color: #2252a7;
    font-weight: 600
}

a.News__index__item {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    display: block;
    margin: 10px;
    overflow: hidden
}

.News__index__item-content {
    padding: 23px
}

.News__index__item-content h3 {
    color: #333;
    font-family: "Afacad Flux";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

.News__index__item-content p {
    color: #898989;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 16px 0 36px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.News__index__item-content span {
    border-radius: 5000px;
    background: #2252a7;
    color: #fff;
    padding: 10px 43px;
    display: inline-block
}

.News__index__item-content-date {
    color: #2252a7;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px
}

.footer__power--center:before {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, .3);
    width: 100%;
    height: 1px;
    top: 0
}

.footer-statistic a {
    color: #898989;
    text-align: right;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    position: relative
}

.News__Index__wrapper {
    margin-bottom: 66px
}

.footer-statistic a:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    background: #898989;
    top: 50%;
    transform: translateY(-50%);
    left: -20px
}

.footer-statistic a:first-child:before {
    display: none
}

.btn__btn__main a:hover {
    background: #f8d525;
    color: #1e1e1e
}

.Ads__Banner__item {
    border-radius: 15px;
    background: #2252a7;
    padding: 52px 68px;
    display: flex;
    align-items: center
}

p.Ads__Banner__item--info {
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

a.Ads__Banner__item--btn {
    border-radius: 5000px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    color: #2252a7;
    font-family: "Afacad Flux";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 11px 33px;
    gap: 10px;
    position: relative
}

p.Ads__Banner__item--info {
    width: 46%
}

.Ads__Banner__item--right {
    flex: 1;
    text-align: center
}

.Ads__Banner__item {
    position: relative
}

.Ads__Banner__item:before {
    position: absolute;
    content: '';
    width: 140px;
    height: 150px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTQwIDE1MCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTAgNC40MTk1NWUtMDZWNDguMTQxN0M5LjU3NDgzIDQ4LjE0MTcgMTguNzMxNyA0OS41OTU2IDI3LjM1MDUgNTIuMjc3MUMzNS45NzQxIDU0Ljk2MzQgNDQuMDU0OCA1OC44OTE4IDUxLjM5NTYgNjMuODY0OEM2Ni4wODcgNzMuODA2MSA3Ny43ODA0IDg3LjkyMTIgODQuNzQxOCAxMDQuNDI5Qzg5LjM4MjcgMTE1LjQzOSA5MS45NTI5IDEyNy40OTkgOTEuOTU3NyAxNDAuMjlDOTEuOTUyOSAxNDMuNTc4IDkxLjc4NDggMTQ2LjgxOCA5MS40NDg1IDE1MEgxMzkuNjY0QzEzOS44OSAxNDYuNzg5IDE0MCAxNDMuNTQ5IDE0MCAxNDAuMjlDMTQwIDEyNS44MTQgMTM3LjggMTExLjc3NSAxMzMuNzAyIDk4LjU3OThDMTI5LjYwNCA4NS4zODQyIDEyMy42MTggNzMuMDI2MiAxMTYuMDc1IDYxLjgzMzNDMTAwLjk4NSAzOS40NTcgNzkuNjU0MSAyMS43MDIzIDU0LjQ5OTIgMTEuMDM0MUMzNy43MzcyIDMuOTIzNTYgMTkuMjYwMSAtMC4wMDQ4MDk3NSAwIDQuNDE5NTVlLTA2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzcwMThfMTAwKSIvPgogIDxkZWZzPgogICAgPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzcwMThfMTAwIiB4MT0iNTEuNSIgeTE9IjE1MCIgeDI9IjUxLjUiIHkyPSItMTA5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGOUQ1MjciIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGOUQ1MjciLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgPC9kZWZzPgo8L3N2Zz4=);
    left: 0;
    bottom: 0
}

.Ads__Banner__item:after {
    position: absolute;
    content: '';
    width: 262px;
    height: 100%;
    right: 0;
    background: url(../images/bf_bannerAds.png) no-repeat
}

.Ads__Banner {
    margin-bottom: 60px;
    margin-top: 47px
}

a.Ads__Banner__item--btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    background: rgba(255, 255, 255, .5);
    width: 100%;
    height: 100%;
    border-radius: 500px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite
}

.list_monnb.list_sanpham_more a.active:hover {
    color: #fff
}

.News__Index__container {
    position: relative
}

.control-news-index .owl-next,
.control-news-index .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9
}

.control-news-index .owl-prev {
    left: -60px
}

.control-news-index .owl-next {
    right: -60px
}

.control-news-index button.owl-next,
.control-news-index button.owl-prev {
    background: #2252a7;
    padding: 0;
    border-radius: 10px
}

.control-news-index button.owl-next svg rect,
.control-news-index button.owl-prev svg rect {
    fill: #2252a7
}

.control-news-index button.owl-next svg path,
.control-news-index button.owl-prev svg path {
    fill: #fff
}

.slideshow__content--overlay {
    background: linear-gradient(90deg, #0000009c 49.64%, rgba(14, 104, 55, 0) 100%);
    inset: 0;
    position: absolute;
    z-index: 9
}

.slideshow__content__container {
    position: absolute;
    z-index: 999;
    inset: 0;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center
}

.slideshow__content__container .widthBox {
    width: 100%
}

.slideshow__content--text--title.overText2 {
    color: #ffff;
    font-family: "SVN-Neutraface 2";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 65px;
    margin: 13px 0 16px 0;
    text-shadow: 0 0 10px
}

.slideshow__content--text--title.overText2 strong {
    display: block;
    color: #fff;
    font-family: "SVN-Neutraface 2";
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 65px;
    text-transform: capitalize
}

.slideshow__content--bottom {
    display: flex;
    gap: 54px;
    max-width: 60%;
    margin-top: 47px
}

.slideshow__content--bottom--exp {
    writing-mode: sideways-lr
}

.slideshow__content--bottom--exp span {
    border: 1px solid #f9d527;
    background: #f9d527;
    color: #0e6837;
    font-family: "Afacad Flux";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 30px 18px;
    display: inline-block;
    position: relative
}

.slideshow__content--bottom--exp span:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #f9d527;
    left: -10px;
    bottom: -10px;
    z-index: -1
}

.slideshow__content--bottom--desc p {
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 41px
}

.slideshow__content--bottom--desc .btn__btn--primary {
    border: 1px solid #f9d527;
    color: #f9d527;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px 26px;
}

.AboutUs__Index__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 62px 0;
    gap: 21px;
    align-items: end
}

.AboutUs__Index__info--title span {
    color: #0e6837;
    font-family: "Afacad Flux";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    margin-bottom: 9px
}

.AboutUs__Index__info--title h2 {
    color: #333;
    font-family: "SVN-Neutraface 2";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize
}

p.AboutUs__Index__info--content--desc {
    color: #898989;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

span.AboutUs__Index__info--content--sign {
    color: #333;
    font-family: "Afacad Flux";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    margin: 21px 0 30px
}

.AboutUs__Index__info--content {
    background: #f8f8f8;
    padding: 30px;
    position: relative
}

.AboutUs__Index__info--title {
    margin-bottom: 33px
}

a.AboutUs__Index__info--content--btn {
    background: #0e6837;
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 14px 45px;
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.AboutUs__Index__info--content:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/grid-about.png) no-repeat;
    z-index: -1;
    left: -98px;
    bottom: -48px
}

.Construction__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px
}

.construction__item {
    text-align: center
}

h3.construction__item--content--title a {
    color: #333;
    text-align: center;
    font-family: "Afacad Flux";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

p.construction__item--content--address {
    color: #898989;
    text-align: center;
    font-family: "Afacad Flux";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

.construction__item--photo {
    position: relative
}

.contruct__item__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 104, 55, 0) 0, rgba(14, 104, 55, .7) 100%);
    display: flex;
    justify-content: end;
    padding: 9px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s
}

a.contruct__item__link {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center
}

.construction__item--content {
    margin-top: 13px
}

.construction__item:hover .contruct__item__overlay {
    opacity: 1;
    visibility: visible
}

.construction__viewall {
    margin: 31px 0 36px
}

.ServiceUs__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px
}

.ServiceUs__item {
    position: relative;
    overflow: hidden;
    display: block
}

h3.ServiceUs__item--title {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    font-family: "Afacad Flux";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    z-index: 9
}

.ServiceUs__left,
.ServiceUs__right {
    display: flex;
    flex-direction: column;
    gap: 12px
}

a.ServiceUs__item:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    width: 100%;
    height: 100%;
    z-index: 1
}

.ServiceUs__viewall {
    margin: 32px 0 41px
}

a.ServiceUs__item:hover .ServiceUs__item--photo img {
    transform: scale(1.1, 1.1);
    opacity: 1
}

.ServiceUs__item--photo img {
    transition: all .3s linear
}

.Project__Example__wrapper {
    background: linear-gradient(180deg, #0e6837 0, #003116 82.1%);
    padding: 50px 0
}

#Project__Example {
    position: relative
}

#Project__Example:before {
    position: absolute;
    content: '';
    width: 101px;
    height: 373px;
    background: url(../images/pattern.png);
    top: 0;
    left: 96px;
    z-index: 1
}

.Project__Example__wrapper {
    position: relative
}

.Project__Example__wrapper:before {
    position: absolute;
    content: '';
    width: 360px;
    height: 540px;
    background: url(../images/service_right.png) no-repeat;
    right: 0;
    top: 0
}

.Project__Example__wrapper:after {
    position: absolute;
    content: '';
    width: 641px;
    height: 509px;
    background: url(../images/service_left.png) no-repeat;
    bottom: 0;
    left: 0
}

a.example__project__item {
    display: block;
    position: relative
}

.example__project__item--content {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    width: 100%;
    padding: 72px 0 24px;
    text-align: center
}

h3.example__project__item--title {
    color: #fff;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    font-family: "Afacad Flux";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

.Project__Example__slide--control {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    margin: 45px 0 190px
}

a.Project__Example__slide-link {
    border: 1px solid #f9d527;
    display: flex;
    align-items: center;
    color: #f9d527;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 14px 44px;
    display: flex;
    align-items: center;
    gap: 7px
}

.line__example__project {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.Project__Example__slide--control-f .control-exampleProject {
    display: flex;
    gap: 5px
}

.Project__Example__slide--control-f .control-exampleProject button {
    background: 0 0
}

.Project__videos--photo {
    position: relative
}

.Project__videos--photo .td-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.Project__videos {
    margin-top: -175px
}

.WorkingProcess__Us__desc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    margin-bottom: 47px
}

.WorkingProcess__Us__desc--title span {
    color: #0e6837;
    font-family: "Afacad Flux";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: block
}

.WorkingProcess__Us__desc--title span svg {
    margin-left: 10px
}

.WorkingProcess__Us__desc--title h2 {
    color: #333;
    font-family: "SVN-Neutraface 2";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    margin-bottom: 31px
}

.WorkingProcess__Us__desc--title p {
    color: #898989;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.WorkingProcess__Us__wrapper {
    padding: 57px 0
}

.WorkingProcess__Us__desc--photo p {
    position: relative
}

.WorkingProcess__Us__desc--photo p:before {
    position: absolute;
    content: '';
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background: #fff;
    width: 118px;
    height: 102px;
    right: -1px
}

.WorkingProcess__Us__item--photo img {
    width: auto !important
}

.WorkingProcess__Us__item {
    background: #f8f8f8;
    padding: 18px;
    position: relative;
    margin-top: 74px;
    padding-bottom: 48px
}

h3.WorkingProcess__Us__item--title {
    color: #333;
    font-family: "Afacad Flux";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 16px 0 14px
}

p.WorkingProcess__Us__item--desc {
    color: #898989;
    font-family: "Afacad Flux";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.WorkingProcess__Us__container .owl-page {
    border-top: 1px solid #d9d9d9
}

.WorkingProcess__Us__item:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #0e6837;
    top: -23px;
    left: 50%;
    border-radius: 500px;
    transform: translateX(-50%)
}

.WorkingProcess__Us__item:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100px;
    background: #d9d9d9;
    bottom: calc(100% + 23px);
    left: 50%;
    transform: translateX(-50%)
}

.WorkingProcess__Us__item--photo:before {
    position: absolute;
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OCIgaGVpZ2h0PSI1OCIgdmlld0JveD0iMCAwIDU4IDU4IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNTggNThWMzkuNTMyNUM0Ny4wODI4IDM5LjUzMjUgMzcuMTk4MiAzNS4xMDg0IDMwLjA0NCAyNy45NTM2QzIyLjg4OTggMjAuNzk4OSAxOC40NjYgMTAuOTE4IDE4LjQ2NiAwSDBDMCAxNi4wMTY4IDYuNDkzMzkgMzAuNTE0NSAxNi45ODg0IDQxLjAxMDNDMjcuNDgzMyA1MS41MDYxIDQxLjk4NDUgNTggNTggNThaIiBmaWxsPSIjMEU2ODM3IiBmaWxsLW9wYWNpdHk9IjAuMSIvPgo8L3N2Zz4=);
    width: 58px;
    height: 58px;
    z-index: 9;
    right: 0;
    top: 0
}

span.WorkingProcess__Us__item--number {
    color: rgba(0, 0, 0, .03);
    text-align: right;
    font-family: "SVN-Neutraface 2";
    font-size: 96px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    position: absolute;
    bottom: -10px;
    right: 10px
}

.ShareExp__container {
    display: flex;
    gap: 28px
}

.ShareExp__main {
    width: 50%
}

.ShareExp__list {
    width: 50%
}

.ShareExp__item {
    display: grid !important;
    grid-template-columns: 1.5fr 1fr;
    background: #f8f8f8;
    margin-bottom: 28px
}

.ShareExp__item--content {
    padding: 25px
}

.ShareExp__main--photo {
    position: relative
}

.ShareExp__main--photo:before {
    position: absolute;
    content: '';
    border-left: 30px solid #ffffff00;
    border-right: 30px solid #fff;
    border-bottom: 30px solid #ffffff00;
    border-top: 30px solid #fff;
    z-index: 9;
    right: 0;
    top: 0
}

.ShareExp__main a {
    position: relative
}

.ShareExp__main a:before {
    position: absolute;
    content: '';
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
    z-index: 1
}

.ShareExp__main-content {
    position: absolute;
    bottom: 0;
    z-index: 9;
    color: #fff;
    padding: 40px
}

h3.ShareExp__main--title {
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 14px 0 13px
}

.ShareExp__main-content p {
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.ShareExp__main-author {
    text-transform: capitalize
}

.ShareExp__main-content span {
    margin-top: 25px;
    display: block;
    text-transform: capitalize
}

.ShareExp__item--content h3 {
    color: #333;
    font-family: "Afacad Flux";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 23px 0 15px
}

.ShareExp__item--content p {
    color: #898989;
    font-family: "Afacad Flux";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.ShareExp__item--content span {
    color: #0e6837;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.ShareExp__item--content--author span {
    color: #898989;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

.ShareExp__item--content--author span strong {
    color: #1e1e1e
}

.ShareExp__item--photo {
    position: relative
}

.ShareExp__item--photo:before {
    position: absolute;
    content: '';
    border-left: 20px solid #ffffff00;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #ffffff00;
    border-top: 20px solid #fff;
    z-index: 9;
    right: -1px;
    top: -1px
}

.PartnerUs__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    font-family: "Afacad Flux";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

#ShareExp {
    margin-bottom: 60px
}

.PartnerUs__title {
    margin-bottom: 53px
}

.PartnerUs__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 76px
}

.PartnerUs__item {
    text-align: center
}

.PartnerUs__wrapper {
    margin-bottom: 84px
}

.serviceInteriorFt {
    margin-top: 33px
}

.ContactUs__wrapper {
    padding: 64px 0
}

.title-main p {
    color: #fff;
    text-align: center;
    font-family: "Afacad Flux";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

.ContactUs__container--group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px
}

a.ContactUs__item--btn {
    border: 1px solid #f9d527;
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 19px 23px;
    display: inline-flex;
    width: 270px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.ContactUs__container--group {
    margin-top: 40px
}

.footer-statistic span {
    color: rgba(255, 255, 255, .6);
    text-align: right;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase
}

@media (max-width:1230px) {
    img.logo-croll {
        width: 145px
    }

    .mb15_1230 {
        margin-bottom: 15px
    }

    .header-mmenu,
    .header-mobi {
        display: block
    }

    .header-top,
    .headerBottom {
        display: none
    }

    .block-menu {
        background: #fff
    }

    .search-res .icon-search {
        color: #d79605;
    }

    .search-res .icon-search.active {
        color: #fff;
        background: #1e4071
    }

    #header {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 999
    }

    .slideshow__content--text--title.overText2 strong {
        font-size: 30px;
        line-height: 40px
    }

    .slideshow__content--text--title.overText2 {
        font-size: 20px
    }

    .slideshow__content--bottom {
        margin-top: 5px
    }

    .slideshow__content--bottom--exp span {
        font-size: 15px
    }

    .slideshow__content--bottom--desc p {
        font-size: 14px
    }

    .slideshow__content--bottom--desc .btn__btn--primary {
        font-size: 14px
    }

    .AboutUs__Index__container {
        grid-template-columns: 1fr
    }

    .Construction__container {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .ShareExp__container {
        flex-wrap: wrap
    }

    .ShareExp__main {
        width: 100%
    }

    .ShareExp__list {
        width: 100%
    }

    .PartnerUs__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .PartnerUs__title {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center
    }
}

@media (max-width:991px) {
    .Service__Us__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 310px 310px 310px 310px 310px;
        grid-auto-columns: 1fr;
        gap: 15px;
        grid-auto-flow: row;
        grid-template-areas: "Service__Us__list--1 Service__Us__list--2" "Service__Us__list--3 Service__Us__list--3" "Service__Us__list--4 Service__Us__list--5" "Service__Us__list--6 Service__Us__list--6" "Service__Us__list--7 Service__Us__list--8"
    }

    .Service__Us__list--1 {
        grid-area: Service__Us__list--1
    }

    .Service__Us__list--2 {
        grid-area: Service__Us__list--2
    }

    .Service__Us__list--3 {
        grid-area: Service__Us__list--3
    }

    .Service__Us__list--4 {
        grid-area: Service__Us__list--4
    }

    .Service__Us__list--5 {
        grid-area: Service__Us__list--5
    }

    .Service__Us__list--6 {
        grid-area: Service__Us__list--6
    }

    .Service__Us__list--7 {
        grid-area: Service__Us__list--7
    }

    .Service__Us__list--8 {
        grid-area: Service__Us__list--8
    }

    .mb15_991 {
        margin-bottom: 15px
    }

    .mb10_991 {
        margin-bottom: 10px
    }

    .footerPowered .widthBox {
        flex-direction: column
    }

    .footerPowered .footer-copyright,
    .footerPowered .footer-statistic {
        text-align: center
    }

    .social_fixed {
        bottom: 95px
    }

    .social_fixed .support-online:not(.cart_item) {
        display: none
    }

    .social_fixed .support-online:not(.cart_item).itemCart {
        display: block
    }

    .service__content__item {
        flex-wrap: wrap;
        gap: 10px
    }

    .service__content__item__content,
    .service__content__item__img {
        width: 100%
    }

    .service__content__item__content p {
        margin: 10px 0 20px
    }

    .aboutUs__content {
        flex-wrap: wrap;
        gap: 30px;
        margin: 10px 0 20px 0
    }

    .aboutUs__content__info,
    .aboutUs__content__photos {
        width: 100%
    }

    .aboutUs__content__info {
        text-align: center
    }

    .questionAwser__content__container {
        flex-wrap: wrap
    }

    .questionAwser__content__container__img {
        width: 100%
    }

    .questionAwser__content__list {
        width: 100%
    }

    .fengShui__content__list {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .widthBox.primary__header {
        display: none
    }

    .group__contact__about {
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin-top: 30px
    }

    a.btn__about__act {
        width: 100%;
        padding: 18px 0;
        max-width: 450px;
        justify-content: center
    }

    .service__content__item__content h3 {
        font-size: 20px
    }

    .pkgServices__content__list {
        grid-template-columns: 1fr
    }

    .contactUs__content__btn {
        flex-wrap: wrap
    }

    .contactUs__content {
        background-size: cover
    }

    .questionHeader span {
        font-size: 14px
    }

    .footer__power--center p {
        font-size: 12px
    }

    .pkgServices__content__item-price span {
        font-size: 22px
    }

    .check__combo ul li,
    .check__combo_no ul li {
        font-size: 12px
    }

    .pkgServices__content__item-title h3 {
        font-size: 18px
    }

    .projectsDone__content__project__content h3 {
        font-size: 20px
    }

    .projectsDone__content__project__content p {
        font-size: 14px
    }

    .projectsDone__content__projects {
        padding-bottom: 10px
    }

    .CriteriaUs__container {
        grid-template-columns: 1fr 1fr
    }

    .CriteriaUs__item:last-child {
        grid-column: 1/-1;
        border-top: 1px solid #e5eefe
    }
}

@media (max-width:767px) {
    .ServiceUs__container {
        grid-template-columns: 1fr
    }

    .ServiceUs__left,
    .ServiceUs__right {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    h3.ServiceUs__item--title {
        font-size: 18px
    }

    .line__example__project {
        display: none
    }

    .Project__Example__slide--control {
        margin-bottom: 10px
    }

    .Project__videos {
        margin-top: 10px
    }

    .WorkingProcess__Us__desc {
        grid-template-columns: 1fr
    }

    .arck-work-process-item {
        margin-bottom: 60px
    }

    h2.tx-title.fti-section-title-1.has-color-white.fti-split-text.fti-split-in-right-1 {
        font-size: 20px
    }

    .fti-project-1-title-wrap {
        padding-top: 20px;
        text-align: center
    }

    .fti-project-1-slider.bg-default {
        margin-top: 210px
    }

    h2.tx-title.fti-section-title-1.has-color-white.fti-split-text.fti-split-in-right-1 {
        text-align: center
    }

    .split-line {
        text-align: center !important
    }

    a.product__link__btn {
        display: block;
        text-align: center;
        margin: 0
    }

    .price__pro_new a,
    .price__pro_new strong {
        font-size: 14px
    }

    .product__price {
        gap: 0;
        min-height: 50px
    }

    .price__pro_old del {
        font-size: 12px
    }

    button.btn__control-Subslide-item {
        position: unset;
        transform: unset
    }

    .btn__control-Subslide {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .productOst__container {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-bottom: 10px
    }

    .mb15_767 {
        margin-bottom: 15px
    }

    .box__product--price {
        flex-direction: column
    }

    .titleMain h2 {
        font-size: 24px
    }

    .box.news--name {
        font-size: 14px
    }

    .box.news--content {
        padding: 10px 0
    }

    .box.news--pic {
        border-radius: 5px
    }

    .gioithieu--title {
        font-size: 24px
    }

    .box__product {
        margin: 7px 0
    }

    .row.product {
        margin-top: -7px;
        margin-bottom: -7px
    }

    .titleFooter h2 {
        font-size: 24px;
        text-align: center
    }

    .bestSeller__container.bestSlide__container.slick-initialized.slick-slider {
        overflow: hidden
    }

    .slick-slide.product_slider {
        margin-left: 0 !important;
        padding: 0 5px
    }

    .bestSlide__container .slick-list {
        margin-right: 0 !important;
        margin: 0 0
    }

    .btn__viewAll__primary a {
        margin-top: 10px;
        padding: 10px 0;
        display: block;
        font-size: 14px;
        max-width: 80%;
        margin: 0 auto
    }

    section#videosIndex {
        margin: 20px 0 20px 0
    }

    .categoryProduct__wrapper {
        position: relative
    }

    .navControl__slide {
        position: absolute;
        bottom: 0;
        z-index: 99
    }

    .categoryProduct__container.slick-initialized.slick-slider {
        padding-bottom: 48px
    }

    .btn__control-Subslide button svg {
        width: 30px
    }

    .product__price .price__pro_new {
        margin-bottom: 0
    }

    section#productOst {
        margin-bottom: 10px
    }

    .wrap__footer__info-logo img {
        max-width: 170px
    }

    .wrap__footer__info-logo {
        text-align: center
    }

    .wrap__footer__info-desc {
        text-align: center
    }

    .wrap__footer__info-social ul {
        justify-content: center
    }

    .wrap__footer__col {
        flex-wrap: wrap;
        gap: 20px
    }

    .newsletter--title p {
        font-size: 18px
    }

    .newsletter__button {
        transform: unset;
        position: relative
    }

    .newsletter__container {
        overflow: unset;
        border-radius: unset
    }

    .newsletter__button {
        width: 100%;
        right: 0;
        margin-top: 5px
    }

    .newsletter__button input {
        height: 40px;
        border-radius: 5px;
        font-size: 15px
    }

    .questionAwser__content__list__wrap {
        width: 100%
    }

    ul.item__info__company .d-flex {
        flex-wrap: wrap
    }

    ul.item__info__company li span {
        font-size: 17px
    }

    #footer .footerArticle {
        padding: 10px 0 0
    }

    h2.wrap__footer__col-item--tile {
        font-size: 18px;
        padding-bottom: 10px
    }

    .wrap__footer__col-item {
        width: 100%
    }

    .service__content .title-main {
        margin-bottom: 20px
    }

    .title-main p {
        max-width: 80%;
        margin: 0 auto
    }
}

@media (max-width:576px) {
    h3.construction__item--content--title a {
        font-size: 15px
    }

    h3.construction__item--content--title {
        line-height: 10px
    }

    p.construction__item--content--address {
        font-size: 12px
    }

    .productOst__container {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .mb15_576 {
        margin-bottom: 15px
    }

    .social_fixed {
        bottom: 70px
    }
}

@media (max-width:375px) {
    .mb15_375 {
        margin-bottom: 15px
    }
}

@media screen and (max-width:767px) {
    .row-product {
        margin: 20px -5px 0 -5px
    }
}

@media screen and (max-width:767px) {
    .col-product {
        padding: 0 5px;
        margin-bottom: 10px
    }
}

@media screen and (max-width:991px) {
    .product__price {
        text-align: start;
        flex-wrap: wrap
    }
}

@media screen and (max-width:991px) {
    .product__price .price__pro_new {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 5px
    }
}

@media screen and (max-width:991px) {
    .product__price .price__pro_old {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width:991px) {
    .product__price .price__pro_new+.price__pro_old {
        margin-left: 0
    }
}

@media screen and (max-width:991px) {
    .left-pro-detail {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
        padding-right: 0
    }
}

@media screen and (max-width:991px) {
    .right-pro-detail {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
        padding-left: 0
    }
}

@media screen and (max-width:991px) {
    .gallery-thumb-pro {
        margin-top: 5px
    }
}

@media screen and (max-width:767px) {
    .price-new-pro-detail {
        font-size: 16px
    }
}

@media screen and (max-width:767px) {
    .price-old-pro-detail {
        font-size: 13px;
        padding: 0 7px
    }
}

@media screen and (max-width:991px) {
    .tabs-pro-detail .nav-tabs .nav-link {
        font-size: 13px !important
    }
}

@media screen and (max-width:767px) {
    .col-news {
        padding: 0 5px;
        margin-bottom: 10px
    }
}

@media screen and (max-width:767px) {
    .row-news {
        margin: 15px -5px 0 -5px
    }
}

@media screen and (max-width:767px) {
    .list-news-other {
        width: 100%
    }
}

#popup-cart.opened {
    width: 85%
}

@media screen and (max-width:991px) {
    .aboutUs__content__info>span {
        margin: 0
    }

    .aboutUs__content {
        flex-wrap: wrap
    }

    .aboutUs__content__info,
    .aboutUs__content__photos {
        width: 100%
    }

    .aboutUs__content__photos {
        max-width: 50%;
        margin: 0 auto
    }

    .Service__Us__header {
        flex-wrap: wrap;
        gap: 10px
    }

    .Service__Us__header--desc,
    .Service__Us__header--title {
        width: 100%
    }

    .Service__Us__header--title {
        border-right: none
    }

    .Working_Principles__container {
        grid-template-columns: repeat(2, 1fr)
    }

    .page_sanpham_more {
        grid-template-columns: repeat(2, 1fr)
    }

    .News__Videos__Us__Container {
        flex-wrap: wrap
    }

    .News__Us,
    .Videos_Us {
        width: 100%
    }

    .Videos__Us {
        width: 100%
    }

    .Evaluate__Customers__container {
        flex-wrap: wrap
    }

    .Evaluate__Customers__photo {
        width: 100%
    }

    .Evaluate__Customers__List {
        width: 100%
    }

    .info__social__slide__list ul {
        margin-top: 10px
    }

    .info__social__slide__content span {
        font-size: 12px
    }

    section.section-slider.position-relative:before {
        content: unset
    }

    .info__social__slide {
        padding: 10px
    }

    .info__social__slide__list:before {
        content: unset
    }

    .headerTop {
        display: none !important
    }

    .aboutUs__container__left {
        width: 100%;
        text-align: center
    }

    .aboutUs__container__right {
        width: 100%
    }

    section.section-slider.position-relative {
        margin-top: 0
    }

    .aboutUs__container__left__img:before {
        width: 100px;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        left: 0;
        top: 93%
    }

    .aboutUs__container__left__img img {
        width: 100%
    }

    .aboutUs__container {
        flex-direction: column-reverse
    }

    .aboutUs__container__left__title {
        max-width: 100%;
        margin: 0;
        padding: 15px 0
    }

    section#aboutUs {
        margin: 10px 0
    }

    .aboutUs__container__right__img {
        margin: 0 auto;
        width: 100%
    }

    .aboutUs__container__right--info {
        width: 100%
    }

    .aboutUs__container__right__img img {
        width: 100%
    }

    .section-main .form-search {
        width: 100%
    }

    .header__menu {
        display: none
    }

    .headerTop {
        display: none
    }

    .navTitle__product {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .navTitle__product-slide ul {
        flex-wrap: wrap
    }

    .navTitle__product-slide ul li {
        width: calc((100% - 10px)/ 2)
    }

    .slide__container {
        display: block
    }

    .page-slideshow {
        display: none
    }

    .slide__main__container {
        display: block
    }

    .slide__main {
        width: 100%
    }

    .slide__subs {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
        width: 100%;
        margin-top: 10px
    }

    .slide__sub {
        border-radius: 5px;
        margin: 0
    }

    .slide__sub a {
        display: block
    }

    h2.navTitle__product-title {
        font-size: 22px
    }

    .product__navSlide__controls button svg {
        width: 30px
    }

    a.categoryProduct__item {
        margin-bottom: 10px
    }

    .categoryProduct__container.slick-initialized.slick-slider {
        overflow: hidden
    }

    .categoryProduct__container.slick-initialized.slick-slider .slick-slide {
        padding: 0 9px;
        margin-left: 0 !important
    }

    .categoryProduct__container.slick-initialized.slick-slider .slick-list {
        margin: 0 -9px
    }

    .categoryProduct__wrapper .widthBox {
        padding: 0 5px
    }

    .navTitle__product {
        margin: 15px 0 10px 0
    }

    a.categoryProduct__item {
        padding: 10px 10px 20px 10px
    }

    h3.categoryProduct__item__title {
        font-size: 15px
    }

    .btn__control-customer {
        position: unset;
        transform: unset;
        justify-content: center;
        margin-top: 10px
    }

    .btn__control-customer button svg {
        width: 30px;
        height: 30px
    }

    .title-main h2.text-white {
        font-size: 20px
    }

    .title__main h2 {
        font-size: 22px;
        margin-bottom: 15px
    }

    .projectsDone__tabs__tab {
        width: 100%
    }

    .projectsDone__tabs {
        padding: 0 10px;
        gap: 10px
    }
}

@media screen and (max-width:991px) {
    .top-cart {
        margin-top: 2rem
    }
}

@media screen and (max-width:991px) {
    .procart {
        padding: 8px 0
    }

    .procart+.procart {
        border-top: 1px solid #f1f1f1
    }
}

@media screen and (min-width:991px) {
    .cart-sticky {
        position: sticky;
        top: 60px
    }
}

@media screen and (max-width:991px) {
    .pic-procart {
        flex: 0 0 60px;
        -ms-flex: 0 0 60px;
        max-width: 60px
    }

    .pic-procart .del-procart {
        top: 0;
        left: 0;
        position: static;
        margin: 5px auto 0 auto
    }
}

@media screen and (max-width:767px) {
    .info-procart {
        padding: 0 10px
    }
}

@media screen and (max-width:991px) {
    .cover-list-pro {
        border-radius: 0;
        box-shadow: none
    }
}

@media screen and (max-width:991px) {

    .section-cart.bot,
    .section-cart.top {
        padding: 0
    }

    .section-cart h4 {
        font-size: 15px;
        padding: 0 0 15px 0;
        margin-bottom: 15px
    }

    .section-cart>p {
        font-size: 13px;
        margin-bottom: 5px
    }

    .section-cart .list-procart {
        padding: 0;
        border: 0;
        border-radius: 0
    }
}

@media screen and (max-width:991px) {
    .title-cart {
        font-size: 15px
    }
}

@media screen and (max-width:991px) {
    .quantity-pro-detail {
        max-width: 105px
    }

    .quantity-pro-detail span {
        width: 35px;
        height: 35px
    }

    .quantity-pro-detail span i {
        line-height: 35px;
        width: 35px;
        height: 35px
    }

    .quantity-pro-detail input {
        height: 35px;
        width: calc(100% - 70px)
    }
}

@media screen and (max-width:991px) {
    .group-quantity-pro-detail {
        width: 105px
    }
}

@media screen and (max-width:991px) {
    .group-cart-pro-detail {
        flex: 0 0 calc(100% - 105px);
        -ms-flex: 0 0 calc(100% - 105px);
        max-width: calc(100% - 105px)
    }
}

@media screen and (max-width:991px) {
    .cart-pro-detail a {
        font-size: 12.5px;
        line-height: 33px
    }
}

@media screen and (max-width:991px) {
    .cupponBox_info h3 {
        font-size: 14px
    }
}

@media screen and (max-width:991px) {
    .aboutUs__content__photos:before {
        content: unset
    }

    .aboutUs__content {
        gap: 13px
    }

    .aboutUs__content__info h2 {
        max-width: 100%
    }

    .aboutUs__content__info {
        margin-top: 15px
    }

    .search-res .custom__hotline__menu svg {
        width: 40px
    }

    .search-res .custom__hotline__menu .custom__hotline__icon {
        width: 60px;
        text-align: center;
        border-radius: 12px
    }

    .wrap__footer__info-logo {
        width: 100%
    }

    .wrap__footer__info {
        flex-wrap: wrap;
        gap: 27px;
        flex-direction: column-reverse;
        padding: 10px 0;
        gap: 2rem
    }

    .wrap__footer__col-item {
        width: 100% !important
    }

    .arck-header-section.header-style-one .header-cta-social {
        display: none !important
    }

    .mobile_menu_button {
        display: block
    }

    .no-padding {
        padding-right: calc(var(--bs-gutter-x)/ 2);
        padding-left: calc(var(--bs-gutter-x)/ 2)
    }
}

@media screen and (max-width:767px) {
    ul#workingProcessTab {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 30px;
        gap: 10px
    }

    ul#workingProcessTab li.nav-item a {
        font-size: 14px;
        padding: 10px
    }

    .tab__working__process.active.show {
        flex-wrap: wrap;
        gap: 10px
    }

    .workingProcess__content__tabContent__item {
        width: calc(50% - 5px);
        padding: 0;
        padding-bottom: 1rem
    }

    .workingProcess__content__tabContent__item:before {
        content: unset
    }

    .workingProcess__content__tabContent__item:last-child {
        width: 100%
    }

    div#tab1 .workingProcess__content__tabContent__item:last-child {
        width: calc(50% - 10px)
    }

    .item-project {
        width: calc((100% - 10px)/ 2)
    }

    .box-project3 {
        gap: 10px
    }

    .arck-work-process-item .inner-text h3 {
        font-size: 18px
    }

    .slide__item a img {
        min-height: 500px;
        object-fit: cover
    }

    h3.title__main__slide {
        font-size: 20px
    }

    .slide__content-inside__tag span:before {
        width: 50px
    }

    .slide__content {
        padding: 0 10px
    }

    p.title__sub__desc {
        font-size: 12px
    }

    .slider-solution__nav {
        right: 15px
    }

    .arck-appointment-form-wrap {
        max-width: 100%
    }

    .arck-video-play-wrap {
        width: 100%;
        height: 500px;
        margin-top: 50px;
        position: relative !important
    }

    .arck-video-cta-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .arck-appointment-video-section {
        padding-bottom: 0
    }

    .arck-blog-item,
    .arck-blog-item-2 {
        margin: 0 auto;
        display: block;
        max-width: 370px;
        margin-bottom: 40px
    }

    .filtr-container-area .grid-size-25,
    .filtr-container-area .grid-size-50,
    .filtr-container-area .grid-sizer {
        width: 100%
    }

    .arck-blog-details-main-content .arck-blog-share-tag {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .control-Customers.control-owl.transition .owl-next {
        right: -15px
    }

    .control-Customers.control-owl.transition .owl-prev {
        left: -15px
    }

    .newsEvent__content__container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 250px 250px 250px;
        grid-auto-columns: 1fr;
        gap: 10px;
        grid-auto-flow: row;
        grid-template-areas: "newsEvent__content__1 newsEvent__content__1" "newsEvent__content__2 newsEvent__content__3" "newsEvent__content__4 newsEvent__content__5"
    }

    .newsEvent__content__item__title h3 {
        font-size: 14px
    }

    .newsEvent__content__item {
        padding: 10px
    }

    .newsEvent__content__1 {
        grid-area: newsEvent__content__1
    }

    .newsEvent__content__2 {
        grid-area: newsEvent__content__2
    }

    .newsEvent__content__3 {
        grid-area: newsEvent__content__3
    }

    .newsEvent__content__4 {
        grid-area: newsEvent__content__4
    }

    .newsEvent__content__5 {
        grid-area: newsEvent__content__5
    }

    .partnerUs__content__list {
        flex-wrap: wrap;
        gap: 15px
    }

    .partnerUs__content__list .title-main {
        width: 100%
    }

    .partnerUs__content__container {
        width: 100%
    }

    .partnerUs__wrapper {
        padding: 10px 0
    }
}

@media screen and (max-width:680px) {
    a.slideshow-image img {
        height: 400px;
        object-fit: cover
    }

    .slideshow__content--text--title.overText2 {
        font-size: 15px;
        line-height: 22px;
        font-size: 14px
    }

    .slideshow__content--text--title.overText2 strong {
        font-size: 21px
    }

    .slideshow__content--bottom {
        flex-wrap: wrap
    }

    .slideshow__content--bottom--exp {
        writing-mode: unset;
        width: 100%
    }

    .slideshow__content--bottom {
        max-width: 100%;
        gap: 16px
    }

    .slideshow__content--bottom--exp span {
        display: block;
        text-align: center;
        padding: 10px 0
    }

    .slideshow__content--bottom--desc p {
        margin-bottom: 30px
    }

    .slideshow__content--text span {
        display: none
    }

    .slideshow__content--bottom--desc .btn__btn--primary {
        padding: 10px 15px
    }

    p.line__bottom__title {
        display: none
    }

    .AboutUs__Index__container {
        margin-bottom: 15px
    }

    .Evaluate__Customers__header h2,
    .News__Videos__Us__Header h2,
    .Provider__Food__header h2,
    .Service__Us__header--title h2,
    .Working_Principles__header h2 {
        font-size: 20px
    }

    .Evaluate__Customers__header span,
    .News__Videos__Us__Header span,
    .Provider__Food__header span,
    .Service__Us__header--title span,
    .Working_Principles__header span,
    .aboutUs__content__info span {
        font-size: 18px
    }

    .Evaluate__Customers__header {
        margin-bottom: 10px
    }

    .News__Videos__Us__Header {
        margin-bottom: 10px
    }

    .News__Videos__Us__Container {
        gap: 15px
    }

    .Working_Principles__container {
        gap: 10px
    }

    .Working_Principles__header {
        margin-bottom: 15px
    }

    .aboutUs__content__info h2 {
        font-size: 20px
    }

    a.btn__btn__primary {
        padding: 10px 37px
    }

    .feedbackCustomer__wrapper {
        margin: 15px 0
    }

    .footer__power--left p {
        font-size: 10px;
        padding: 10px
    }

    .title-main.title_partner h2 span {
        font-size: 20px
    }

    .title-main.title_partner:after,
    .title-main.title_partner:before {
        content: unset
    }

    .title-main h2 {
        font-size: 20px
    }

    .title-main p {
        font-size: 12px
    }

    .workingProcess__content__tabContent__desc h3 {
        font-size: 14px
    }

    .line__about__us {
        margin: 10px 0 10px 0
    }

    .wrap-project {
        margin: 0 auto 0rem
    }

    .projects__wrapper__container .title-main {
        margin-bottom: 20px
    }

    .info__social__slide {
        width: 100%
    }

    .info__social__slide__content {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 10px
    }

    .info__social__slide__content span {
        writing-mode: unset;
        transform: unset
    }

    .info__social__slide__list ul {
        display: flex;
        flex-direction: row;
        margin: 0
    }

    .workingProcess__wrapper {
        padding-top: 10px
    }

    .aboutUs__content__photos {
        max-width: 95%;
        margin-top: 20px
    }

    .aboutUs__wrapper {
        margin-bottom: 50px
    }

    a.btn__about__act {
        padding: 14px 0;
        font-size: 14px
    }

    .btn__about__call--content span {
        font-size: 15px
    }

    .btn__about__call--content strong {
        font-size: 20px
    }

    .service__Us__item--content h3 {
        font-size: 18px
    }

    .service__Us__item--photo {
        border-radius: 0 10px
    }

    .service__Us__item--content p {
        font-size: 14px
    }

    .service__Us__item--content span {
        font-size: 14px
    }

    .Service__Us__wrapper {
        margin-bottom: 30px
    }

    .Working_Principles__item--content h3 {
        margin: 10px 0;
        font-size: 16px
    }

    .Working_Principles__item {
        border: 1px solid #1e1e1e21;
        padding: 10px 5px;
        border-radius: 9px
    }

    .Working_Principles__item--icon img {
        max-width: 60px
    }

    .list_monnb.list_sanpham_more {
        flex-wrap: wrap;
        gap: 10px
    }

    span.line-list {
        display: none
    }

    .list_monnb.list_sanpham_more a {
        border: 1px solid #0000007a;
        width: calc((100% - 10px)/ 2);
        padding: 10px 5px;
        font-size: 14px;
        border-radius: 10px;
        text-align: center
    }

    .list_monnb.list_sanpham_more {
        margin: 10px 0
    }

    .Working_Principles__wrapper {
        margin-bottom: 20px
    }

    .page_sanpham_more {
        gap: 10px
    }

    h3.food__product__item--name {
        font-size: 16px;
        line-height: normal
    }

    a.box__tintuc--name.transition.overText2 {
        font-size: 14px
    }

    .box__tintuc--desc {
        font-size: 12px
    }

    .footer__power--center {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 10px
    }

    footer#footer {
        margin-bottom: 50px
    }

    .aboutUs__content__photos:after {
        width: 100%;
        height: 100%;
        right: -10px;
        border: 2px solid #f1633b;
        bottom: 5px
    }

    .aboutUs__content__photos:before {
        position: absolute;
        content: '';
        border: 2px solid #105b3d;
        width: 100%;
        height: 100%;
        left: -10px;
        top: 5px
    }

    .btn__btn__main a {
        font-size: 14px;
        padding: 10px;
        width: 50%
    }

    .Evaluate__Customers__item strong {
        font-size: 18px
    }

    .wrap__footer__col-item ul li a:hover {
        color: #fb663e
    }

    .WorkingProcess__Us__wrapper {
        padding: 10px 0
    }

    .WorkingProcess__Us__desc--photo p:before {
        width: 40px;
        height: 40px
    }

    #ShareExp {
        margin-bottom: 20px
    }

    .ContactUs__container--group {
        gap: 10px
    }

    .ContactUs__wrapper {
        padding: 20px 0
    }

    .WorkingProcess__Us__desc {
        gap: 10px
    }

    .WorkingProcess__Us__desc--title h2 {
        font-size: 20px
    }

    .WorkingProcess__Us__desc--title {
        text-align: center
    }

    .WorkingProcess__Us__desc--title span svg {
        display: none
    }

    .WorkingProcess__Us__desc--title h2 {
        margin-bottom: 10px
    }

    .WorkingProcess__Us__desc--title p {
        font-size: 14px
    }

    .AboutUs__Index__info--title h2 {
        font-size: 20px
    }

    .AboutUs__Index__info--title {
        text-align: center;
        margin-bottom: 10px
    }

    .AboutUs__Index__container {
        margin: 10px 0
    }

    .AboutUs__Index__info--content {
        padding: 10px;
        text-align: center
    }

    .Project__videos--photo img {
        height: 350px;
        object-fit: cover
    }

    .ShareExp__main-content {
        padding: 10px
    }

    #Project__Example:before {
        display: none
    }

    .Project__Example__wrapper {
        padding: 10px 0
    }
}

@media screen and (max-width:480px) {
    .WorkingProcess__Us__item {
        padding: 10px
    }

    .PartnerUs__item {
        border: 1px solid #1e1e1e17;
        border-radius: 10px;
        overflow: hidden
    }

    a.ContactUs__item--btn {
        width: 100%
    }

    .ContactUs__container--group {
        flex-wrap: wrap
    }

    p.WorkingProcess__Us__item--desc {
        font-size: 12px
    }

    h3.WorkingProcess__Us__item--title {
        font-size: 14px
    }

    h3.ShareExp__main--title {
        font-size: 20px
    }
}

.product-recommend {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden;
    padding: 10px 0
}

.product-recommend-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.product-notification .notify-close {
    width: 27px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 27px;
    text-align: center
}

.product-notification {
    position: fixed;
    width: 350px;
    opacity: 0;
    z-index: 999;
    border-radius: 4px;
    visibility: hidden;
    transition: all ease 1s;
    min-height: 115px
}

.product-notification.active {
    opacity: 1;
    visibility: visible
}

.product-notification .product-recommend {
    background: #fff;
    width: 100%
}

.product-notification .column-left {
    padding: 0 10px;
    width: 33.33333%
}

.product-notification .column-right {
    font-size: 13px;
    line-height: 24px;
    padding: 0 10px;
    width: 66.66666%
}

.product-notification .column-right a.product-name {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--global-palette3)
}

.product-notification .column-right .customer-detail {
    text-transform: capitalize
}

.product-notification .column-right .time-ago {
    padding-bottom: 7px
}

.product-notification .product-image {
    display: block;
    max-width: 95px
}

.product-notification .product-image img {
    width: 100%
}

.lang-rtl .product-notification .notify-close {
    right: auto;
    left: 0
}

.headerTop {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #f5ae29;
    padding: 10px 0
}

.logo_abouts a img {
    max-width: 145px;
    text-align: center;
    margin: 0 auto
}

.title_abouts h2 {
    font-size: 34px
}

.title_abouts {
    margin-top: 10px;
    margin-bottom: 10px
}

section.abouts {
    margin-top: 90px
}

a.logo-header.peShiner {
    display: block
}

.headerTop__hotline span i {
    transform: rotate(-45deg);
    color: #f4ae28
}

.viewAll {
    width: 200px;
    position: relative;
    background: #f4ae26;
    cursor: pointer;
    margin-top: 35px;
    border-radius: 5px;
    overflow: hidden
}

.viewAll a {
    width: 100%;
    color: #fff;
    display: inline-block;
    padding: 1rem 1rem;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
    text-align: center;
    border-radius: 5px
}

.viewAll:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .6s;
    cursor: pointer;
    border-bottom-right-radius: 5px
}

.viewAll:hover:before {
    width: 100%;
    height: 100%
}

.desc_abouts {
    padding-right: 30px
}

.title_main h2 {
    color: #333;
    text-align: center;
    font-family: 'Afacad Flux';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.service_main .widthBox .title_main {
    margin-bottom: 20px;
    margin-top: 50px
}

.items_images_abouts {
    position: relative
}

.items_images_abouts:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    border: 1px solid #f4ae26;
    right: 0;
    top: -45px;
    z-index: -1;
    border-radius: 10px
}

.items_images_abouts a img {
    max-width: 90%;
    border-radius: 10px
}

.viewAll.viewAll__service {
    margin: 0;
    width: 150px
}

.viewAll.viewAll__service a {
    padding: 10px
}

.items_service {
    text-align: center
}

.c_service {
    margin-bottom: 15px
}

.items_service h3 {
    margin-top: 10px;
    font-size: 20px;
    text-transform: capitalize
}

.title_product_list h2 {
    color: #333;
    text-align: center;
    font-family: 'Afacad Flux';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.box_flex_list_cat {
    margin-bottom: 20px
}

.box_informaiton_product {
    margin-top: 10px
}

.name_pro h3 a {
    font-size: 24px
}

section.service_main {
    margin-bottom: 40px
}

.r_contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px
}

.items_contact {
    padding: 42px
}

.newsletter-input {
    margin-bottom: 20px
}

.title_contact h2 {
    text-transform: uppercase;
    font-size: 35px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px
}

.title_contact {
    display: inline-block
}

.title_contact p {
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px
}

.title_contact {
    margin-bottom: 3rem
}

.c_contact.padding_left {
    background: #f5ae29
}

.newsletter-input input {
    border-radius: 500px;
    background: #fff;
    border-color: #fff;
    text-indent: 15px;
    height: 60px;
}

button.submit-newsletter {
    border-radius: 500px;
    padding: 8px 50px;
    font-weight: 600;
    color: #1e1e1e;
    height: 60px;
}

.newsletter-input input::placeholder {
    font-size: 16px;
    color: #f5ac3494
}

section.news_nb {
    margin: 50px 0
}

.titl_news_index h2 {
    color: #333;
    text-align: start;
    font-family: 'Afacad Flux';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-width: 30%
}

.titl_news_index {
    border-bottom: 2px solid #000;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.viewAll.viewAll__news {
    margin: 0 auto
}

.desc_newsnb.text-split3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

h3.css_infor_news a {
    text-transform: capitalize;
    font-size: 20px;
    margin: 10px 0;
    transition: all .3s linear;
}

h3.css_infor_news a:hover {
    color: #f4ae28;
}

.title_feedback {
    text-align: center;
    max-width: 40%;
    margin: 0 auto;
    margin-bottom: 50px
}

.title_feedback h2 {
    color: #333;
    text-align: center;
    font-family: 'Afacad Flux';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.box_informaiton_feedback h3 {
    font-size: 20px
}

section.feedback_main {
    margin-bottom: 50px
}

.box_informaiton_feedback {
    margin-top: 10px;
    text-align: center
}

.desc_feedback {
    font-size: 16px;
    color: #898989
}

.footerFanpage {
    width: 25%;
}

.footerInfo2 {
    width: 30%;
}

.footerTern ul li a:hover {
    color: #fff;
}

.footerTern ul li {
    margin-bottom: 10px;
}

.items_service h3:hover>a {
    color: #f4ae28;
}

@media (min-width: 768px) {
    .slider-mb {
        display: none
    }
}

@media (max-width: 768px) {
    .slider-mb {
        display: block
    }

    .slider-pc {
        display: none
    }

    .desc_abouts {
        padding-right: 0;
    }

    .title_main h2 {
        font-size: 18px;
    }

    .title_product_list h2 {
        font-size: 18px;
    }

    .viewAll.viewAll__service a {
        padding: 5px 10px;
        font-size: 14px;
    }

    .r_contact.widthBox {
        grid-template-columns: 1fr;
    }

    .title_feedback h2 {
        font-size: 18px;
    }

    .title_feedback {
        max-width: 100%;
    }

    .titl_news_index h2 {
        font-size: 23px;
        max-width: 100%;
    }

    .viewAll a {
        padding: 10px 20px;
    }

    h3.css_infor_news a {
        font-size: 18px;
    }

    .footerRow.d-flex.flex-wrap.justify-content-between {
        flex-wrap: wrap;
    }

    .footerInfo1,
    .footerInfo2 {
        width: 100%;
    }

    .footerTern {
        width: 100%;
    }

    .footerFanpage.wow.animate__.animate__zoomIn.animated.animated {
        width: 100%;
    }
    .items_contact {
        padding: 10px;
    }
    
    .title_contact h2 {
        font-size: 20px;
    }
    
    .title_contact {
        text-align: center;
        display: block;
    }
    
    .buton_submit button {
        width: 100%;
        background: #fff;
    }
    .logo_abouts {
        margin-bottom: 80px;
        text-align: center;
    }
    
    .title_abouts h2 {
        font-size: 22px;
    }
    
    .viewAll {
        margin: 0 auto;
        margin-top: 10px;
    }
    .name_pro h3 a {
        font-size: 18px;
    }
  
    
    .box_product_all {
        margin-bottom: 0px;
    }
    
    .items_service h3 {
        font-size: 18px;
    }
    section.abouts {
        margin-top: 10px;
    }
    .footerRow.d-flex.flex-wrap.justify-content-between {
        gap: 20px;
    }
    .footerPowered {
        margin-top: 10px;
    }
}

section.contact_main {
    margin-top: 50px;
}

.box_product_all {
    margin-bottom: 30px;
}

.name_pro h3 a:hover {
    color: #f4ae28;
}