/*CSS PRE-LOAD*/
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: 100% 100%;
    object-fit: cover;
}

.preloading {
    overflow: hidden;
}

.color-text-main {
    color: #bda46c !important;
}

#preload b {
    position: absolute;
    top: 55%;
    text-align: center;
    width: 100%;
    left: 0;
    color: #fff;
    font-size: 16px;
}

.preload-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999999999;
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    align-items: center;
    justify-content: center;
    background: #063845;
    background: -moz-linear-gradient(top, #063845 0%, #062D39 50%, #051A23 100%);
    background: -webkit-linear-gradient(top, #063845 0%, #062D39 50%, #051A23 100%);
    background: linear-gradient(to bottom, #063845 0%, #062D39 50%, #051A23 100%);
}

.block-rl {
    height: 230px;
    width: 230px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 230px;
    z-index: 2;
}

.block-rl img {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 45%;
}

.preload-icon {
    font-size: 170px;
    color: #fff;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 1.5s linear infinite;
    -moz-animation: rotating 1.5s linear infinite;
    -ms-animation: rotating 1.5s linear infinite;
    -o-animation: rotating 1.5s linear infinite;
    animation: rotating 1.5s linear infinite;
}

/*CSS PRE-LOAD*/
html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

body {
    margin-top: 0;
    background-color: var(--color-main);
    color: #bda46c !important;
}

.article-item .article-title a {
    color: #bda46c !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
}

.top-header>.container>.row {
    align-items: center;
}

.right-topbar ul li {
    display: inline-block;
}

.social-section ul li:last-child a {
    border-right: none;
}

.search-section .wrap-suggestion {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 10px;
    left: 0;
}

.search-section .wrap-suggestion ul li a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.right-topbar ul li a:hover {
    color: var(--color-hightlight);
}

header .logo-section a {
    padding: 7px 0;
    display: block;
}

header .ds-san-pham {
    background-color: initial;
}

.logo-section img {
    height: 80px;
    object-fit: contain;
}

.setting-menu.fixed .logo-section a img {
    height: 50px;
}

.setting-menu {
    background: var(--color-main);
}

.setting-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 10;
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    background: rgb(0 0 0 / 40%);
}

.home .setting-menu.fixed {
    background: rgb(0 0 0 / 40%);
}

header .setting-menu.fixed .logo-section a {
    padding: 10px 0;
}

.home .menu-section > ul > li > a {
    color: var(--white)
}

.setting-menu.fixed .menu-section > ul > li > a {
    height: 70px;
    line-height: 70px;
    text-transform: uppercase;
}

.setting-menu.fixed .entire-action-header .btn-action-header {
    height: 70px;
    line-height: 70px;
}

.video-home .inner-content {
    display: none;
}

.video-home .inner-image {
    position: relative;
    /* border: 6px solid #062e3a; */
    border-radius: 5px;
    margin: 0;
    -webkit-box-shadow: 0 3px 6px -4px #062e3a, 0 3px 6px #062e3a;
    box-shadow: 0 5px px 1px #062e3a, 0 5px 6px #062e3a;
    background: var(--white);
}

.bg-gray {
    background: #f1f1f1;
}

.ytp-button {
    position: absolute;
    width: 68px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 63;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
}

.album-item:hover .ytp-button .ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    fill: var(--red);
    fill-opacity: 1;
}

.wrp-effect-album .effect-video::before {
    opacity: 0 !important;
}

.border_about table td {
    padding: 10px 0;
}

.video-home .about-us .inner-image {
    border: none;
}

.hightlight {
    background: var(--color-main);
}

.typical-projects .title-section {
    color: #f5f5f5;
    font-size: 35px;
    padding: 10px 60px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    position: relative;
    z-index: 9;
    display: inline-block;
    margin-top: -13px;
    margin-bottom: 20px;
}

.hightlight .title-section h3 {
    color: var(--white);
    margin: 0;
}

.hightlight .title-section h3:before, .tab-article .title-section h3:before {
    opacity: 0
}

.hightlight .inner-content h4 {
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
}

.hightlight .inner-content p {
    margin: 0;
    color: var(--menu);
}

.bg-form {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.bg-form .title-section h3 {
    color: var(--white);
}

.title-section-intro {
    color: #bda46c !important;
    font-size: 15px;
}

.title-section-intro p {
    margin-bottom: 0;
    line-height: 2;
}

.margin-text-intro {
    margin-right: 50px !important;
    margin-left: 50px !important;
}

.pl-120 {
    margin-left: 0px !important;
}

.bg-form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    opacity: 0.4;
}

.parent-title {
    font-size: 18px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.about-us .inner-image .img-fluid {
    height: 500px;
}

.child-title ul li {
    padding-left: 30px;
    font-size: 15px;
    font-weight: 600;
}

.child-title ul li:first-child {
    padding: 0;
}

.child-title ul {
    margin: 0;
}

.view-all {
    text-decoration: underline;
}

.view-all:hover {
    color: var(--color-hightlight);
}

.mx--5 {
    margin-right: -5px;
    margin-left: -5px;
}

.bg-hightlight {
    background: var(--color-hightlight);
}

.newsleter-box i {
    font-size: 55px;
    padding-right: 10px;
    color: #bda46c;
}

.newsleter-box .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color-main);
}

.newsleter-box .form-group {
    margin: 0;
}

.bg-footer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.back-footer {
    position: relative;
    padding-top: 40%;
    overflow: hidden;
    background-repeat: repeat;
}

.project-start .bg-body {
    padding-top: 60px !important;
}

.project-end .bg-body {
    padding-bottom: 40px !important;
}

.logo_th_intro {
    height: 3vw;
}

.title-breadscrums {
    font-size: 30px;
    font-weight: bold;
}

footer {
    background-color: black !important;
}

footer .logo-section a {
    background: var(--white);
    display: inline-block;
    padding: 10px;
}

footer .entire-info-website {
    display: block !important;
    margin-bottom: 30px;
}

.title-footer:before {
    content: "";
    vertical-align: middle;
    border-bottom: 2px solid var(--white);
    border-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    zoom: 1; filter: alpha(opacity=10);
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
    left: 0;
    height: 2px;
    z-index: 1;
}

.title-footer span {
    position: relative;
    padding-bottom: 14px;
}

.title-footer span:after {
    content: "";
    vertical-align: middle;
    border-bottom: 2px solid var(--white);
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    border-color: #bda46c !important;
    width: 100%;
}

footer .entire-map {
    padding-top: 55%;
}

.thu-vien .album-entry-info, .thu-vien .read-more {
    display: none;
}

.name-count {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

.home-contact {
    background-color: var(--color-hightlight);
}

.home-contact p {
    font-size: 24px;
    color: var(--white);
    font-weight: 700;
    float: left;
    margin: 0;
}

.home-contact .btn-click a {
    position: relative;
    font-size: 13px;
    font-weight: 700;
    color: var(--white);
    background-color: var(--color-text);
    padding: 10px 25px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
}

.home-contact .btn-click a:hover {
    color: var(--color-text);
    background: var(--white);
}

.home-contact .btn-click a.active {
    color: var(--color-text) !important;
}

.star-rating {
    margin: 0 auto;
}

.view-small .star-rating {
    margin: 0;
}

.img-intro {
    width: 10vw;
    height: 5vw;
}

.bg-intro {
    background-size: 100% 100%;
}

.height_logo_intro {
    height: fit-content;
}

#socials {
    display: inline-block;
    position: fixed;
    top: 84%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
}

.socials-left {
    left: 15px !important;
}

.socials-right {
    right: 15px !important;
}

#socials a, .phone-icon {
    width: 44px;
    height: 44px;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

#socials .phone-icon {
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

#socials .text-phone {
    position: absolute;
    top: 5px;
    right: 45px;
    background: #64bc46;
    padding: 5px 10px;
    color: var(--white);
    font-weight: 600;
    border-radius: 19px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

#socials a:hover .text-phone {
    opacity: 1;
}

#socials .text-type {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 120%;
    white-space: nowrap;
    background-image: linear-gradient(180deg , #4fc3f7 0%, #0277bd 100%);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    font-size: 12px;
    line-height: 20px;
    padding-right: 10px;
    padding-left: 10px;
    z-index: -2
}

#socials .form-fix .tuvan-baogia {
    display: none;
}

#socials .form-fix:active .tuvan-baogia {
    display: block;
}

#socials .phone:active .text-type {
    opacity: 1;
    visibility: unset;
    font-size: 13px;
    line-height: 30px;
}

#socials a:hover .text-type {
    visibility: visible;
    opacity: 1;
}

.show_pc_lienhe {
    background: no-repeat;
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 0;
    z-index: 5;
    cursor: pointer;
}

#pc-lienhe {
    position: absolute;
    top: 0;
    right: 50px;
    width: 390px;
    z-index: -1;
}

.close_pc_lienhe {
    position: absolute;
    top: 10px;
    left: 10px;
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.product-image-detail .slider-thumbs .thumb-item img {
    height: 100%;
}

b, strong {
    font-weight: bold;
}

.info-house {
    color: #bda46c !important;
}

.info-house strong {
    color: #bda46c !important;
}

.form-nhan-mau-nha input::-webkit-input-placeholder {
    color: #bbb;
}

.form-nhan-mau-nha input:-moz-placeholder {
    /* Firefox 18- */
    color: #bbb;
}

.form-nhan-mau-nha input::-moz-placeholder {
    /* Firefox 19+ */
    color: #bbb;
}

.form-nhan-mau-nha input:-ms-input-placeholder {
    color: #bbb;
}

.form-nhan-mau-nha p {
    color: var(--red);
}

.newsleter-box form {
    position: relative;
}

.video-slide {
    object-fit: cover;
    height: 45vw;
}

.product-image-detail .slider-thumbs .thumb-item {
    margin: 0 10px;
}

.info-house strong i {
    font-size: 20px;
    padding-right: 3px;
}

.top-header {
    /*background: var(--color-text);*/
}

.video-slide-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 0%) 60%,rgb(0 0 0 / 60%) 100%);
    display: block;
    z-index: 1;
}

.left-email li {
    display: inline-block;
}

.left-email li a:hover {
    color: var(--color-hightlight) !important
}

.bg-breadcrums {
    background: var(--color-main);
}

.product-item {
    background-color: var(--color-main);
}

.product-item .inner-content {
    padding: 10px;
}

.parent-title:before {
    content: '';
    background: var(--color-hightlight);
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -11px;
}

.dat-lich {
    border-radius: 5px;
    margin-top: 1rem;
}

.dat-lich textarea {
    height: auto;
}

.dat-lich .btn-submit {
    background: var(--color-main);
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 1;
}

.dat-lich .btn-submit:hover {
    background-color: var(--color-main);
}

.du-an-nb .title-section h3 {
    font-size: 25px;
}

.du-an-nb .title-section {
    margin-bottom: 20px;
}

.title-section {
    margin-bottom: 0px !important;
}

.home .entire-action-header .btn-action-header {
    color: var(--white);
}

#footerBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    z-index: 11;
}

#footerBar .bo {
    text-align: center;
    line-height: 50px;
    position: relative;
    background: var(--color-main);
    border-top: 1px solid #202020;
}

#footerBar .bo a.but.location {
    position: absolute;
    height: 100%;
    width: 80px;
    top: 0;
    left: 0;
    border-right: 1px solid #202020;
    z-index: 1;
    font-size: 35px;
}

#footerBar .bo a.but.hotline i {
    margin-right: 10px;
    font-size: 18px;
}

#footerBar .bo a.but {
    display: inline-block;
    line-height: 50px;
    color: #bda46c;
    font-size: 16px;
}

#footerBar .bo a.but.hotline {
    display: block;
    font-weight: bold;
}

#footerBar .bo a.but.zalo {
    position: absolute;
    height: 100%;
    width: 80px;
    top: 0;
    right: 0;
    border-left: 1px solid #202020;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
    z-index: 1;
}

#footerBar .bo a.but.zalo img {
    width: 32px;
}

.entire-info-website a {
    color: var(--menu);
}

.title-section h3:before {
    content: '';
    background: var(--color-hightlight);
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.video-slide-box {
    position: relative;
    height: 45vw;
}

.bg-category {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.rti-35 {
    padding-top: 35%;
}

.item-title-category {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    padding: 0 10px;
}

.list-category {
    position: relative;
}

.item-title-category a {
    color: var(--color-hightlight);
}

.img-category {
    border: 2px solid var(--color-hightlight);
    border-radius: 3px;
}

.bg-category .slick-next,.bg-category .slick-prev {
    top: 27%;
    width: 20px;
    height: 20px;
    z-index: 10;
    opacity: 0.75;
    filter: opacity(0.75);
    background: var(--white) !important;
    border-radius: 50%;
}

.bg-category .slick-prev:before, .bg-category .slick-next:before {
    font-size: 16px;
}

.bg-category .slick-next, .bg-category .slick-slider:hover .slick-next {
    right: -35px;
}

.bg-category .slick-prev, .bg-category .slick-slider:hover .slick-prev {
    left: -35px;
}

.thuoc-tinh i {
    font-size: 20px;
    vertical-align: bottom;
}

.video-home .title-section h3:before {
    opacity: 0;
    height: 0;
}

.video-home .title-section h3 {
    margin: 0;
}

.video-home .img-title {
    margin-bottom: 10px;
}

.parent-title a:hover {
    color: var(--color-hightlight);
}

.tab-article {
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.tab-article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
    /*background-color: var(--black);*/
    opacity: 0.6;
}

.tab-article ul li a {
    color: #bda46c !important;
    width: 140px;
    height: 140px;
    border: 2px solid #bda46c;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}

.border-top-home {
    border-top: 1px solid #bda46c;
}

.tab-article ul li a:hover, .tab-article ul li a.active {
    border-color: var(--color-hightlight);
    background: var(--color-hightlight);
}

.home.is-mobile .entire-action-header .btn-action-header, .home.is-mobile .btn-menu-mobile {
    color: black;
}

.home.is-mobile .setting-menu {
    /* background: white; */
}

header {
    background: white;
}

.newsleter-text {
    color: #bda46c;
}

.content-about-product .description-about-product {
    text-align: justify;
}

.about-product .content-about-product .name-about-product {
    line-height: 1.4;
    color: var(--color-main);
}

.text-about-product .see-more a {
    border: 2px solid #bda46c !important;
    padding: 7px 15px;
    font-size: 17px;
    color: #bda46c !important;
}

.name-about-product {
    font-size: 26px;
    font-weight: 700;
}

.about-product .item-about-product {
    padding-top: 65%;
    border-radius: 5px;
    overflow: hidden;
}

.about-product .item-about-product img {
    object-fit: cover !important;
}

.section-factory .section-about-product .slick-prev {
    left: calc(50% - -30px) !important;
    opacity: 1;
    filter: opacity(1);
    top: initial;
    transform: initial;
    bottom: 20px;
    border: 1px solid #bda46c !important;
    border-radius: 50%;
}

.section-factory .section-about-product .slick-next {
    transform: initial;
    opacity: 1;
    filter: opacity(1);
    top: initial;
    bottom: 20px;
    right: initial;
    left: calc(50% - -81px) !important;
    border: 1px solid #bda46c !important;
    border-radius: 50%;
}

.slick-next:before, .slick-prev:before {
    color: #bda46c !important;
}

.brand-section-intro {
    bottom: 15% !important;
    margin-bottom: 0 !important;
    position: relative;
}

.brand-section {
    margin-bottom: 60px;
}

.brand-section .slider-section, .brand-section .slider-section .item img {
    height: auto;
    margin: 0 auto;
    width: auto;
    object-fit: scale-down;
}

.brand-section .inner-title {
    display: none;
}

.brand-section .slider-bg {
    background: none;
}

.brand-section .img-item {
    position: relative;
    padding-top: 40%;
    background: var(--white);
    border-radius: 10px;
}

.brand-section .slider-section .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100%;
    object-fit: contain;
    padding: 15px;
}

.brand-section .slider-section .slick-list .slick-slide {
    margin: 0 7.5px;
}

.brand-section .slider-section .slick-list {
    margin: 0 -7.5px;
}

.brand-section .slick-dots li button:before {
    background-color: var(--color-main);
    opacity: 0.5;
}

.brand-section .slick-dots li.slick-active button:before {
    opacity: 1;
}

.brand-section .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.brand-section .slider-section, .brand-section slider-section .item img {
    height: auto !important;
}

.ht-kho .slick-slide img {
    width: 100% !important;
    height: 100% !important;
}

.bottom-15 {
    bottom: 15% !important;
    position: relative !important;
}

.bottom-12 {
    bottom: 12% !important;
    position: relative !important;
}

/*Danh sách sản phẩm*/
.ds-san-pham {
    background: var(--color-main);
    color: #bda46c !important;
}

.ds-san-pham h4 a {
    color: #bda46c !important;
}

.ds-san-pham .menu-section > ul > li > a {
    color: #bda46c !important;
}

.ds-san-pham .entire-action-header .btn-action-header {
    color: #bda46c !important;
}

.ds-san-pham .page-link {
    position: relative;
    display: block;
    padding: 0.7rem 1rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #bda46c;
    background-color: transparent;
    border: 1px solid #bda46c;
}

.ds-san-pham .active .page-link {
    position: relative;
    display: block;
    padding: 0.7rem 1rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--color-main) !important;
    background-color: #bda46c !important;
    border: 1px solid #bda46c !important;
}

.ds-san-pham .html_topbar i {
    color: #bda46c !important;
}

.breadcrumbs-section a, .breadcrumbs-section h1 span {
    color: #bda46c !important;
}

.title-breadscrums {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 20px;
    margin-bottom: 50px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}

.ds-san-pham .product-item {
    border-bottom: 2px solid #333;
    padding-bottom: 20px !important;
    margin-bottom: 40px;
}

/*chi tiết sản phẩm*/
.product-item .inner-content .product-title a {
    color: #bda46c !important;
}

.article-title-detail {
    color: #bda46c !important;
}

.article-entry-info .article-category a {
    color: #bda46c !important;
}

.title-section-2 {
    color: #bda46c !important;
    border-bottom: 1px solid #bda46c !important;
}

.btn-dark {
    color: #bda46c !important;
    background-color: initial;
    border-color: #bda46c !important;
}

.overall-rating .rating-average .point-comment {
    color: #bda46c !important;
}

.comment-section .list-comment {
    border-top: 1px solid #bda46c;
}

.overall-rating .rating-num, .overall-rating .star-percent {
    color: #bda46c !important;
}

.title-section {
    color: #bda46c !important;
}

.article-item .article-info .article-category a {
    color: #bda46c !important;
}

.overall-rating {
    border-bottom: 1px solid #bda46c !important;
}

footer .border-footer, body .border-footer {
    padding-top: 50px !important;
    border-top: 2px solid #333;
}

.px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
}

p.slogan_about strong {
    font-size: 14px;
}

.top-btn {
    width: 40px;
    height: 40px;
    background: var(--color-hightlight);
    color: #bda46c;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 18px;
    line-height: 40px;
    z-index: 999;
    transition: .5s;
}

.header-divider {
    border-left: 1px solid rgba(0,0,0,.1);
    height: 30px;
    vertical-align: middle;
    position: relative;
    margin: 0 15px;
}

.list-unstyled>li>span {
    line-height: 19px;
    font-size: 14px;
    color: #bda46c;
}

.html_topbar i {
    background: #bda46c;
    padding: 10px;
    font-size: 15px;
    color: white;
    border-radius: 100px;
    margin-right: 7px;
}

.banner-category-product img {
    width: 100%;
}

.menu-section .entry-menu.dropdown li> a {
    font-weight: 700;
    color: var(--color-text) !important;
}

.menu-section .entry-menu .dropdown ul .active li {
    color: #333 !important;
}

.menu-section .active {
    color: white !important;
}

.menu-section ul li a:hover {
    color: white;
}

.du-an-nb .product-item .inner-content .thuoc-tinh {
    display: flex;
    flex-direction: column;
}

.du-an-nb .product-item .inner-content .thuoc-tinh .item {
    margin-bottom: 5px !important;
}

.img-bct img {
    height: 55px;
}

.youtube-t iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
}

.lienhe .title-footer {
    color: #bda46c !important;
}

.dangky .title-footer {
    color: #bda46c !important;
}

.fanpage .title-footer {
    color: #bda46c !important;
}

footer .entire-info-website address p, footer .entire-info-website address p i {
    color: #bda46c !important;
}

footer .social-footer-section ul li a {
    color: #bda46c !important;
}

.btn-submit {
    background-color: initial;
    color: #bda46c !important;
    border: 1px solid #bda46c !important;
}

footer .form-control {
    background-color: initial;
    color: #bda46c !important;
    border-color: #333 !important;
}

footer .coppyright-payment .coppyright {
    color: #bda46c !important;
}

.tab-background .tab-article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
}

.top-header {
    background: #062e3a;
    border-bottom: 1px solid #124858;
}

@media (min-width: 1024px) {
    .newsleter-box {
        max-width: 85%;
        margin: 0 auto;
    }

    .bg-category>.container {
        max-width: 1000px;
    }

    .align-row-center>.container>.row>div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 1200px) {
    .right-topbar ul li a {
        font-size: 12px;
    }

    a.language-picker {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .brand-section {
        margin-bottom: 0;
    }

    body .border-footer {
        padding-top: 0px !important;
    }

    .slider-section .slick-prev {
        left: 0 !important;
    }

    .slider-section .slick-next {
        right: 0 !important;
    }

    .slider-section .slick-next, .slider-section .slick-prev {
        background-color: rgba(255, 255, 255, 0.25) !important;
    }

    .product-item .inner-content .product-title a {
        color: #bda46c !important;
    }

    .logo_th_intro {
        height: 10vw;
    }

    .logo-section img {
        height: 40px;
    }

    .breadcrumbs-section {
        overflow-x: scroll;
        white-space: nowrap;
    }

    .home-contact p {
        font-size: 19px;
        margin-bottom: 15px;
    }

    body {
        overflow-x: hidden;
    }

    .child-title {
        margin-bottom: 20px;
    }

    .newsleter-box form {
        margin-top: 15px;
    }

    .slick-next, .slick-prev {
        top: 20%;
    }

    .slick-next:before, .slick-prev:before {
        color: var(--white);
    }

    .setting-menu>.container>.row {
        align-items: center;
    }

    .home .btn-menu-mobile {
        color: #bda46c !important;
    }

    .entire-action-header .btn-action-header {
        height: 60px;
        line-height: 60px;
    }

    .pb-60 {
        padding-bottom: 30px !important;
    }

    .project-start .bg-body {
        padding-top: 30px !important;
    }

    .bg-body {
        padding-top: 20px !important;
    }

    .video-home .title-section {
        margin-bottom: 0;
    }

    .text-about-product {
        margin-bottom: 20px;
    }

    .name-about-product {
        font-size: 20px;
    }

    .section-factory .section-about-product .slick-next, .section-factory .section-about-product .slick-prev {
        bottom: 0;
    }

    .section-factory .section-about-product .slick-next:before, .section-factory .section-about-product .slick-prev:before {
        color: #bda46c !important;
    }

    .about-us .inner-image .img-fluid {
        height: auto;
    }

    .setting-menu {
        /* background: white; */
    }

    .px-150 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 768px) {
    .title-section h3, .parent-title {
        font-size: 20px;
    }

    .title-footer {
        font-size: 16px;
    }

    .title-footer:after {
        width: 75px;
    }

    .bg-black {
        background-color: black !important;
    }

    .margin-text-intro {
        margin-right: 30px !important;
        margin-left: 30px !important;
    }

    .img-intro {
        width: 30vw;
        height: 18vw;
    }

    .background-cover {
        background-size: cover;
    }

    .read-more {
        font-weight: 700;
        color: #bda46c !important;
        text-transform: uppercase;
        font-size: 12px;
    }

    .btn-hover {
        position: relative;
        display: inline-block;
        border: 1px solid #bda46c;
        background-color: transparent;
        -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        z-index: 1;
        overflow: hidden;
        padding: 7px 15px;
    }

    header .ds-san-pham {
        background-color: initial;
    }

    .brand-section-intro {
        bottom: 7% !important;
        margin-bottom: 0 !important;
        position: relative;
    }

    .slick-next:before, .slick-prev:before {
        color: #bda46c !important;
    }

    .is-mobile .btn-menu-mobile i {
        color: #bda46c !important;
    }
}

@media (max-width: 767px) {
    .video-slide-box,.video-slide {
        height: 60vw;
    }

    .child-title {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .bg-item-hightlight .inner-icon {
        width: 155px;
    }

    .bg-item-hightlight .entry-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .top-btn {
        bottom: 65px !important;
    }

    article.about-us.album-item table tbody tr td {
        font-size: 12px;
    }

    .entire-action-header .form-dropdown {
        width: 250px;
    }

    .is-mobile .preload-container img {
        padding: 0 2rem;
    }
}
