*{
    box-sizing: border-box;
}

:root {
    --main-color: #333333;
    --primary-color: #07341D;
    --secondary-color: #3F4227;
    --brown-color: #CEA345;
    --third-color: #FFE7AB;
    /*
    --site-title-color: #FFE7AB;
    #FEF6E8 */
}


body {
    font-family: 'Roboto', sans-serif;
    color: var(--main-color);
    position: relative;
    /* overflow: hidden; */
}

.affix{
    top: 0;
}
.c-ovrheader {display: inline-block;}
.loading-process {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    border-radius: 6px;
}

.loading-process .process-bg {
    background: #fff;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    top: 40%;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-process .process-bg .process {
    height: 7px;
    background: #dbdbdb;
    width: 80%;
    margin-left: 10%;
}

.loading-process .process-bg .process-lb {
    margin-top: 25px;
    font-size: 15px;
}

.loading-process .process-bg .process .pgr {
    background: #ff0000;
    height: 7px;
    display: inline-block;
    float: left;
    width: 100px;
    content: ""
}

/* .adm-glyphicon span {
    background: url('../img/setting.png');
    background-size: cover;
    width: 12px;
    height: 12px;
    display: block;
} */

.wrap {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
}

.wrap-1 {
    max-width: 1300px;
    margin: 0 auto;
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--main-color);
}

a {
    color: var(--main-color);
}

input,
select {
    outline: none;
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: unset;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 48px;
    line-height: 1.4;
    font-weight: 400;
}

h2 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    color: #000000;
}

h3 {
    font-size: 24px;
    line-height: 38.4px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    /* margin-bottom: 20px; */
    color: #000000;
    text-transform: uppercase;
}

.font-36 {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
}

.font-24 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.13px;
}

.font-18 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    color: var(--main-color);
}

.font-16 {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
}

.font-14 {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.41px;
}

.space-main {
    margin-top: 80px;
}

.clear {
    clear: both;
}

.item-left {
    margin-right: 7px;
}

.item-center {
    margin-right: 3.5px;
    margin-left: 3.5px;
}

.item-right {
    margin-left: 7px;
}

.img-100 {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
}

.img-100>img {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .2s linear;
}

.img-100:hover img {
    transform: scale(1.05);
}

/* .affix {
    z-index: 999;
    animation: slide-down .5s linear forwards;
    background-color: #fff;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
    top: 0;
    width: 100%;
} */

.cart-count {
    background-color: var(--primary-color);
    color: #FFF;
    border-radius: 50%;
    position: absolute;
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: -9px;
    right: -2px;
    font-size: 11px;
}

.header-wrap {
    /* position: sticky;
    top: 0; */
    z-index: 5;
    background-color: #ffffff;
}

.stop-scrolling {
    overflow-y: hidden;
}

/* --------------header------------------- */
#header {
    min-height: 111px;
    display: flex;
    align-items: center;
}

#header .logo h1 {
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#header .block-wrap {
    position: relative;
    min-height: 63px;
}

#header .date {
    margin-left: 10px;
    padding-left: 20px;
    min-height: 52px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    /* border-left: 2px solid var(--primary-color); */
}

#header .date-inner {
    position: relative;
}

#header .date-inner::before {
    content: "";
    display: block;
    width: 2px;
    height: 41px;
    position: absolute;
    background-color: var(--primary-color);
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

#header .header-icon {
    min-height: 52px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#header .header-icon .header-icon-inner {
    display: inline-block;
    text-align: center;
    position: relative;
}

#header .header-icon .header-icon-inner .avatar{
    width: 28px;
    height: 28px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

#header .header-icon .header-icon-inner .avatar .avt-name{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#header .header-icon .header-icon-inner p:hover {
    color: #FFDA7A;
    transition: .3s linear;
}

#header .header-icon .header-icon-inner:not(:first-child) {
    margin-left: 25px;
}

/* header .header-icon .phone{
    margin-left: 50px;
    margin-right: 47px;
} */

#header .header-icon .header-icon-inner p {
    text-transform: uppercase;
    margin-top: 12px;
    height: 16px;
}

#header .icon-menu-mobile{
    display: none;
}

/* #header .date-month-year{
    display: none;
} */

/* navbar */
#navbar {
    height: 40px;
    line-height: 40px;
    background-color: var(--primary-color);
}

#navbar.affix {
    z-index: 99999;
    height: 54px;
    line-height: 54px;
    width: 100%;
    text-align: center;
    animation: slide-down 0.9s;
}

.navbar-logo {
    display: none !important;
    float: left;
}

#navbar.affix .navbar-logo {
    display: inline-block !important;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

#navbar ul {
    text-align: right;
    overflow: hidden;
    height: 40px;
}

#navbar.affix ul{
    height: 54px;
}

#navbar ul li.active a {
    color: #FFDA7A;
}

#navbar ul li {
    display: inline-block;
}

#navbar ul li:not(:first-child) {
    margin-left: 51px;
}

#navbar ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.41px;
    color: #ffffff;
}

#navbar ul li a:hover {
    color: #FFDA7A;
    transition: .3s linear;
}

#navbar ul li a.active {
    color: #FFDA7A;
}

/* ------------------Giới thiệu----------------- */
#gioi-thieu {
    /* background-image: url(../images/background-gioi-thieu.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 750px;
}

#gioi-thieu .gioi-thieu-inner {
    padding-top: 120px;
    padding-bottom: 82px;
}

#gioi-thieu .gioi-thieu-inner > img{
    min-height: 300px;
}

#gioi-thieu .gioi-thieu-inner .work {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin: 27px 0 14px;
}

#gioi-thieu .gioi-thieu-inner .name {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
}

#gioi-thieu .gioi-thieu-inner .description {
    font-weight: 500;
    max-width: 670px;
    margin: 20px auto 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

#gioi-thieu .gioi-thieu-inner .see-detail {
    display: inline-block;
    color: #ffffff;
    padding: 6px 31px;
    background-color: var(--primary-color);
    transition: .5s all;
}

#gioi-thieu .gioi-thieu-inner .see-detail:hover {
    background-color: #FFDA7A;
    color: var(--primary-color);
}

/* --------------Chi tiết thầy phong thủy--------- */
.feng-shui-master-detail {
    height: 90vh;
    position: fixed;
    top: 50%;
    /* bottom: -3px; */
    left: 50%;
    width: 845px;
    z-index: 10;
    transform: translate(-50%, -50%);
    transition: .5s all;
    background: url(/img/115.png), url(/img/117.png), url(/img/116.png);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: top, bottom, center;
    background-position-x: center;
    padding: 85px 0;
}

.feng-shui-master-detail .close-modal{
    display: none;
}

.background-black {
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
}

.feng-shui-master-detail .detail-background {
    /* background-image: url(../img/chi-tiet-gioi-thieu.png); */
    height: 100%;
}

.feng-shui-master-detail .detail-background .wrap-img {
    max-width: 220px;
    padding-bottom: 40%;
    margin: 0 auto;
}

.feng-shui-master-detail .detail-background .detail-wrap {
    height: 100%;
    overflow-y: scroll;
    width: 720px;
    padding: 0 80px;
    margin: 0 auto;
}

.feng-shui-master-detail .detail-background .detail-wrap .work {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin: 15px 0 15px;
    /* position: sticky;
    top: 0; */
}

.feng-shui-master-detail .detail-background .detail-wrap .name {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    /* position: sticky;
    top: 30px; */
}

.feng-shui-master-detail .detail-background .detail-wrap .description {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: justify;
    color: #000000;
    margin-top: 25px;
    /* height: 40%;
    overflow-y: scroll;
    padding-right: 10px; */
}

.feng-shui-master-detail .detail-background .detail-wrap::-webkit-scrollbar {
    width: 2px;
}

.feng-shui-master-detail .detail-background .detail-wrap::-webkit-scrollbar-thumb {
    background: #CEA345;
}

/* ------------Lá số-------- */
#la-so {
    margin-top: 75px;
}

#la-so .background-laso {
    background: url(/img/background-la-so-fix-final.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center;
    height: 660px;
}

#la-so .lap-la-so {
    padding: 100px 56px 120px 86px;
}

#la-so .lap-la-so .lap-la-so-inner {
    max-width: 556px;
    margin: 30px auto;
}

#la-so .lap-la-so .lap-la-so-inner h2 {
    line-height: 42px;
    text-transform: unset;
    color: #333333;
}

#la-so .lap-la-so .form-la-so .item {
    margin-bottom: 19px;
}

#la-so .lap-la-so .form-la-so .item {
    display: flex;
    align-items: center;
}

#la-so .lap-la-so .form-la-so .item p {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    color: var(--main-color);
    min-width: 106px;
    text-align: left;
}


#la-so .lap-la-so .form-la-so .info input[type="text"] {
    /* min-width: 450px; */
    min-width: 293px;
    margin-right: 7px;
    padding: 8px 6px;
    height: 35px;
}

/* #la-so .lap-la-so .form-la-so .info input[type="radio"]{
    display: none;
}

#la-so .lap-la-so .form-la-so .info span{
    position: relative;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

#la-so .lap-la-so .form-la-so .info label{
    padding-left: 23px; 
    margin: 0;
} */

/* #la-so .lap-la-so .form-la-so .info label:before {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    background: #fff;
    border: 1px solid black;
} */

/* #la-so .lap-la-so .form-la-so .info input[type="radio"]:checked ~ label:after {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 2.5px;
    content: '';
    background: var(--main-color);
} */

#la-so .lap-la-so .form-la-so .info select {
    min-width: 143px;
    padding: 8px 6px;
    /* height: 37px; */
}



#la-so .lap-la-so .form-la-so .info select:not(:last-child) {
    margin-right: 5px;
}

#la-so .lap-la-so .form-la-so button {
    border: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    color: #ffffff;
    background-color: var(--primary-color);
    padding: 9px 22px;
    height: 40px;
    margin-top: 25px;
    transition: .5s all;
}

#la-so .lap-la-so .form-la-so button:hover {
    background-color: #FFDA7A;
    color: var(--primary-color);
}

/* -----------------------Báo giá---------------- */
#bao-gia {
    padding: 35px 0 55px;
    background-color: #F8F8F8;
}

#bao-gia h2 {
    text-transform: unset;
    line-height: 58px;
}

#bao-gia .item-left,
#bao-gia .item-right {
    background: url(/img/bao-gia-background.jpg);
    height: 500px;
    margin-top: 44px;
    /* overflow-y: scroll; */
}

#bao-gia .item-center {
    background-image: url(/img/bao-gia-background-center.jpg);
    height: 588px;
    /* overflow-y: scroll; */
}

#bao-gia .item-center .detail{
    max-height: 255px;
}

#bao-gia .item-left .detail,
#bao-gia .item-right .detail{
    max-height: 136px;
}

#bao-gia .bao-gia-inner .detail::-webkit-scrollbar
{
    width: 2px;
}

#bao-gia .bao-gia-inner .detail::-webkit-scrollbar-thumb
{
    background: #CEA345;
}

#bao-gia .item-left>img,
#bao-gia .item-right>img {
    margin-top: 62px;
}

#bao-gia .item-center>img {
    margin-top: 42px;
}

#bao-gia .item-left .title,
#bao-gia .item-right .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 47px;
    color: var(--primary-color);
    margin: 30px 0;
}

#bao-gia .item-center .title {
    font-size: 45px;
    font-weight: 600;
    line-height: 53px;
    color: var(--primary-color);
    margin: 30px 0;
}

#bao-gia .bao-gia-inner .detail {
    /* max-width: 289px; */
    margin: 0 auto;
    text-align: left;
    width: 98%;
    overflow-y: scroll;
    padding: 0 30px 0 45px;
}

#bao-gia .bao-gia-inner .detail ul {
    margin-left: 25px;
    margin-top: 20px;
    margin-bottom: 15px;
}

#bao-gia .bao-gia-inner .detail ul li {
    position: relative;
}

#bao-gia .bao-gia-inner .detail ul li:not(:last-child) {
    margin-bottom: 12px;
}

#bao-gia .bao-gia-inner .detail ul li::before {
    display: inline-block;
    content: '';
    background-image: url(../img/check.svg);
    width: 14px;
    height: 15px;
    position: absolute;
    left: -25px;
    transform: translateY(2px);
}

/* #bao-gia .bao-gia-inner .detail p {
    display: flex;
    align-items: start;
} */

/* #bao-gia .bao-gia-inner .detail p:not(:last-child) {
    margin-bottom: 15px;
} */

#bao-gia .bao-gia-inner .detail span {
    margin-left: 10px;
}

#bao-gia .bao-gia-inner .see-detail {
    display: block;
    margin: 60px auto 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #ffffff;
    background-color: var(--primary-color);
    padding: 9px 12px;
    max-width: 130px;
    transition: .5s all;
}

#bao-gia .bao-gia-inner .see-detail:hover {
    background-color: #FFDA7A;
    color: var(--primary-color);
}

#bao-gia .bao-gia-inner.item-center .see-detail {
    margin: 40px auto;
}

/* --------------------đội ngũ-------------- */
#doi-ngu h2 {
    line-height: 58px;
}

#doi-ngu .prominent-person {
    margin-bottom: 50px;
}

#doi-ngu .prominent-person .wrap-img {
    padding-bottom: 103.63%;
    margin: 0 3px;
}

#doi-ngu .prominent-person .name {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    display: block;
    margin: 25px 0 15px;
}

#doi-ngu .prominent-person .description {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
}

#doi-ngu .person-other .person-other-inner .name {
    margin: 25px 0 15px;
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

#doi-ngu .person-other .person-other-inner .description {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

#doi-ngu .person-other .person-other-inner .wrap-img {
    padding-bottom: 100%;
}

/* banner-trangchu */
#banner-trangchu {
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 85px;
}


/* --------------featured-products----------- */
#featured-products h2 {
    line-height: 42px;
    margin-bottom: 5px;
}

.item-product .wrap-img {
    padding-bottom: 64.17%;
}

.item-product {
    border: 1px solid #D9D9D9;
    margin-top: 45px;
}

.item-product .content .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 58px;
}

.item-product .content .title:hover {
    /* color: var(--primary-color); */
    color: #CEA345;
}

.item-product .content {
    padding: 17px 25px 25px;
}

.item-product .rate-stars {
    margin-top: 15px;
    margin-bottom: 22px;
}

.item-product .rate-stars li {
    display: inline-block;
    font-size: 18px;
}

.item-product .rate-stars li i {
    color: #ccc;
}

.item-product .rate-stars li.active i {
    color: #F2C94C;
}

.item-product .content .price p {
    display: inline-block;
}

.item-product .content .price-old {
    font-size: 16px;
    font-weight: 500;
    color: rgb(102, 102, 102, 0.4);
    line-height: 19px;
}

.item-product .content .price-old+p {
    font-weight: 600;
    width: 8px;
}

.item-product .content .price-new {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    color: #FF0000;
}

.item-product .add-cart {
    display: flex;
    justify-content: center;
    padding: 12px 0px;
    background-color: #FFDA7A;
    max-width: 203px;
    height: 40px;
    margin: 0 auto;
    margin-top: 14px;
    transition: .5s all;
}

.item-product .add-cart svg {
    width: 14px;
    height: 16px;
    fill: var(--main-color);
}

.item-product .add-cart p {
    margin-left: 10px;
}

.item-product .add-cart:hover {
    background-color: var(--primary-color);
}

.item-product .add-cart:hover p {
    color: #ffffff !important;
}

.item-product .add-cart:hover svg {
    fill: #ffffff;
}

#featured-products .featured-products-mobile {
    display: none;
}

#featured-products .featured-products-mobile {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

#featured-products .featured-products-mobile .item-product {
    display: inline-block;
    /* max-width: 262px; */
    width: 100%;
    margin-top: 0;
}

#featured-products .featured-products-mobile .item-product:not(:last-child) {
    margin-right: 30px;
}

#featured-products .featured-products-mobile .item-product .content {
    padding: 20px 10px;
}

#featured-products .featured-products-mobile .item-product .rate-stars {
    margin-top: 10px;
    margin-bottom: 11px;
}

#featured-products .featured-products-mobile .item-product .rate-stars li {
    font-size: 13px;
}

#featured-products .featured-products-mobile .item-product .content .price-old {
    font-size: 14px;
    line-height: 16px;
}

#featured-products .featured-products-mobile .item-product .content .price-new {
    font-size: 15px;
    line-height: 19px;
}

#featured-products .featured-products-mobile .item-product .content .title {
    white-space: initial;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
}

#featured-products .featured-products-mobile .item-product .content .add-cart {
    margin-top: 22px;
    max-width: 149px;
    height: 30px;
    padding: 6px 11px 8px;
}

#featured-products .featured-products-mobile .item-product .content .add-cart p {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

#featured-products .featured-products-mobile .item-product .content .add-cart svg {
    width: 12px;
    height: 14px;
}


#featured-products .see-more {
    text-align: center;
    margin-top: 25px;
    display: none;
}

#featured-products .see-more a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    padding: 5px 20px;
    background-color: var(--primary-color);
    color: #ffffff;
    text-transform: uppercase;
}

/* ----------videos------------- */
#videos {
    padding: 40px 0 50px;
    background-color: #F8F8F8;
}

#videos h2 {
    line-height: 58px;
}

#videos h3 {
    line-height: 38px;
}

#owl-videos .owl-dots {
    text-align: center;
    height: 18px;
    margin-top: 50px;
}

#owl-videos .owl-dot span {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #D9D9D9;
    display: block;
}

#owl-videos .owl-dot:not(:last-child) {
    margin-right: 15px;
}

#owl-videos .owl-item.active {
    transform: scale(0.8)
}

#owl-videos .owl-item.active.center {
    transform: scale(1);
}

/* --------------knowledge--------------- */
#knowledge .item-left {
    margin-right: -17px;
    border: 1px solid #D9D9D9;
}

#knowledge .item-left .content {
    padding: 20px 20px 25px 20px;
}

#knowledge .item-left .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 38.4px;
    color: var(--main-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    /* height: 76px; */
}

#knowledge .item-left .content .author-comment {
    margin: 15px 0 25px;
}

#knowledge .item-left .content .author,
#knowledge .item-left .content .comment {
    display: inline-block;
}

#knowledge .item-left .content .author {
    margin-right: 35px;
}

#knowledge .item-left .content .author a,
#knowledge .item-left .content .comment a {
    display: inline-block;
    margin-left: 7px;
    transform: translateY(2px);
    color: var(--main-color);
}

#knowledge .item-left .content .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
    color: #666666;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    /* height: 130px; */
}

#knowledge .item-left .see-more {
    text-align: right;
}

#knowledge .item-left .see-more a {
    margin-right: 7px;
}

#knowledge .see-more img {
    transform: translateY(-1px);
}

#knowledge .item-right .see-more {
    position: absolute;
    right: 3%;
    bottom: 5%;
    /* display: flex;
    align-items: center;
    justify-content: right; */
}

#knowledge .item-right .see-more a {
    display: inline-block;
    margin-right: 3px;
    color: var(--main-color);
    font-weight: 500;
    line-height: 22.4px;
}

#knowledge .item-right {
    margin-left: 25px;
    border: 1px solid #D9D9D9;
    position: relative;
}

#knowledge .item-right .wrap-img {
    padding-bottom: 31%;
}

#knowledge .item-left .wrap-img {
    padding-bottom: 68.2%;
}

#knowledge .item-right.space-bottom {
    margin-bottom: 40px;
}

#knowledge .item-right .wrap-img {
    width: 34.45%;
    float: left;
}

#knowledge .item-right .content {
    width: calc(100% - 34.45%);
    /* height: 205px; */
    float: right;
    padding: 17px 20px;
    position: relative;
}

#knowledge .item-right .content .title:hover,
#knowledge .item-left .content .title:hover {
    color: #CEA345;
    transition: .3s linear;
}

#knowledge .item-right .content .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    color: var(--main-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

#knowledge .item-right .content .category {
    display: none;
}

#knowledge .item-right .content .description {
    margin: 15px 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    /* height: 66px; */
}

#knowledge .item-right .content .see-more a {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
}

#knowledge .content .see-more a:hover {
    color: #CEA345;
    transition: .3s linear;
}

/* ----------------register-advise----------------- */
#register-advise {
    background-image: url(../images/background-register.jpg);
    padding: 67px 0;
}

#register-advise .register {
    text-align: center;
    max-width: 673px;
    margin: 0 auto;
}

#register-advise .register h2 {
    margin-bottom: 0;
    text-transform: unset;
    line-height: 42px;
}

#register-advise .register p {
    margin-top: 15px;
    margin-bottom: 27px;
}

#register-advise .register form {
    position: relative;
}

#register-advise .register form input {
    width: 100%;
    height: 60px;
    padding: 20px 170px 20px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    border-radius: 40px;
    border: 1px solid #D9D9D9;
}

#register-advise .register form input::placeholder {
    color: #666666;
}

#register-advise .register form button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 33px;
    height: 60px;
    border-radius: 40px;
    border: none;
    background-color: var(--primary-color);
    color: #ffffff;
}

/* ------------- footer --------------- */
#footer {
    padding: 50px 0;
}

#footer .title {
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 27px;
}

#footer .info-footer {
    display: block;
    color: var(--main-color);
}

#footer .info-footer:not(:last-child) {
    margin-bottom: 15px;
}

#footer .info-footer p {
    display: inline-block;
    margin-left: 10px;
}

/* footer-1 */
#footer .footer-1 {
    margin-right: -15px;
}

#footer .footer-1 .content {
    margin-top: 23px;
}

#footer .footer-1 .content .slogan {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

#footer .footer-1 .content .info-contact {
    margin-top: 15px;
    display: block;
    color: var(--main-color);
}

#footer .footer-1 .content .info-contact p {
    display: inline-block;
    margin-left: 10px;
}

/* footer-2 */
#footer .footer-2 {
    margin-left: 52px;
}

#footer .footer-2 .info-footer:hover,
#footer .footer-3 .info-footer:hover,
#footer .footer-4 .info-footer:hover,
#footer .footer-1 .info-contact p:hover {
    color: #CEA345;
    transition: .3s linear;
}

/* footer-3 */
#footer .footer-3 {
    margin-left: 44px;
}

/* footer-4 */
#footer .footer-4 {
    margin-left: 40px;
}

#footer .footer-4-mobile {
    display: none;
}

/* -----------footer-copyright------------ */
#footer-copyright {
    background-color: var(--third-color);
    height: 40px;
}

#footer-copyright .copyright {
    line-height: 40px;
    margin-left: 9px;
}

#footer-copyright .credit-cards {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    margin-right: 18px;
}

#footer-copyright .credit-cards img {
    margin-left: 77px;
}

/* form-login */
#login {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    transform: scale(0);
    transition: .2s all;
}

#login .form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 80px 50px;
    background: #FFFFFF;
    z-index: 20;
    text-align: center;
    width: 450px;
    /* transition: .5s all; */
}

#form-login {
    margin: 29px 0 27px;
}

#form-login .block-input {
    position: relative;
    margin-bottom: 13px;
}

#form-login input {
    width: 100%;
    border: 1px solid #F8F8F8;
    border-radius: 20px;
    padding: 10px 30px 10px 50px;
    background-color: #F8F8F8;
}

#form-login .block-input img {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}

#form-login .block-input img.show-password {
    left: unset;
    right: 15px;
}

#form-login button {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 10px 0;
    width: 100%;
    background-color: var(--primary-color);
    border-radius: 20px;
    margin-top: 7px;
    line-height: 20px;
    border: none;
}

#login .recover {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 37px;
}

#login .next-to-register {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

#login .next-to-register img {
    transform: translateY(-2px);
}

#login .form .close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.overlay {
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* form-register */
#register {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    transform: scale(0);
    transition: .2s all;
    /* display: none; */
}

#register .form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 80px 50px;
    background: #FFFFFF;
    z-index: 20;
    text-align: center;
    width: 450px;
    /* transition: .5s all; */
}

#register .form .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 30px;
}

#form-register .block-input {
    margin-bottom: 15px;
}

#register .form #form-register {
    text-align: left;
}

#form-register .block-input p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #757575;
    margin-bottom: 7px;
}

#form-register .block-input span {
    color: #E35B36;
}

#form-register .block-input input {
    border: none;
    background-color: #F8F8F8;
    width: 100%;
    padding: 5px 0 5px 20px;
}

#form-register .block-input>div {
    position: relative;
}

#form-register .block-input img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#register .form .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

#form-register .block-input.check {
    display: flex;
    align-items: start;
    margin-top: 25px;
}

#form-register .block-input.check input[type=checkbox] {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    margin-top: 0;
}

#form-register .submit {
    text-align: center;
    margin-top: 40px;
}

#form-register button {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 10px 0;
    width: 300px;
    background-color: var(--primary-color);
    border-radius: 20px;
    line-height: 20px;
    border: none;
}

/* ----------form-search------- */
#search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    transform: scale(0);
    transition: .2s all;
    /* display: none; */
}

#search #form-search {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    text-align: center;
    width: 600px;

}

#search #form-search .form-wrap {
    position: relative;
}

#search #form-search .form-wrap input {
    width: 100%;
    padding: 10px 50px 10px 20px;
    font-size: 20px;
    outline: none;
    border-radius: 30px;
    background: #ffffff;
    border: none;
}

#search #form-search .form-wrap .search-submit {
    position: absolute;
    top: -2px;
    right: -1px;
    padding: 12px;
    border-radius: 50%;
    outline: none;
    background: var(--primary-color);
    border: none;
}

/* ------Trang-page------- */
#page {
    margin-top: 60px;
}

#page .page-title h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #000000;
    line-height: 54px;
}

#page .page-content h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 15px 0;
    color: #000000;
    line-height: 54px;
}

#page .page-content h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 15px 0;
    color: #000000;
    line-height: 42px;
    text-align: unset;
    text-transform: unset;
}

#page .page-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 15px 0 10px;
    color: #000000;
    line-height: 36px;
    text-align: unset;
    text-transform: unset;
}

#page .page-content h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0 10px;
    color: #000000;
    line-height: 30px;
}

#page .page-content p {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

#page .page-content img{
    margin-bottom: 20px;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

#modal-ytb .modal-dialog{
    margin: 80px auto;
}

@media only screen and (max-width: 992px) {
    #header .block-wrap .header-icon .search, 
    #header .block-wrap .header-icon .contact{
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .col-fix-la-so{
        padding-left: 5px;
        padding-right: 5px;
    }

    /* --------------Trang page--------- */
    #page {
        margin-top: 25px;
    }

    #page .page-title h1 {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 34px;
    }

    #page .page-content h1 {
        font-size: 26px;
        margin: 15px 0;
        line-height: 34px;
    }

    #page .page-content h2 {
        font-size: 22px;
        line-height: 30px;
        text-align: unset;
        text-transform: unset;
    }

    #page .page-content h3 {
        font-size: 20px;
        line-height: 27px;
        text-align: unset;
        text-transform: unset;
    }

    #page .page-content h4 {
        font-size: 18px;
        line-height: 25px;
    }

    #page .page-content p {
        font-size: 14px;
        line-height: 20px;
    }

    /* ---------------Class chung------------- */
    .left-fix {
        margin-left: 5px !important;
    }

    .right-fix {
        margin-right: 5px !important;
    }

    .center-fix {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .space-main {
        margin-top: 30px;
    }

    h3 {
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 10px;
    }

    h2 {
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .item-left {
        margin-right: 0;
    }

    .item-center {
        margin-left: 0;
        margin-right: 0;
    }

    .item-right {
        margin-left: 0;
    }

    /* mmenu */
    .mm-menu .mm-navbar a,
    .mm-menu .mm-navbar>* {
        /* color: #ffffff; */
        font-size: 22px;
    }

    #navbar ul {
        text-align: left;
    }

    #navbar ul li {
        display: block;
    }

    #navbar ul li:not(:first-child) {
        margin-left: unset;
    }

    /* .mm-navbar {
        border-color: #ffffff;
    } */

    /* .mm-listview>li {
        border-color: #ffffff;
    } */

    .mm-menu .mm-search input{
        background: #ffffff;
    }

    .mm-navbar-top{
        height: 60px;
        line-height: 60px;
    }

    .mm-search{
        height: 60px;
        padding: 10px 10px 0;
    }

    .mm-search input{
        max-height: 35px;
        height: 35px;
    }

    .mm-hasnavbar-top-1 .mm-panels{
        top: 60px;
    }

    .mm-menu .mm-navbar a, .mm-menu .mm-navbar>*{
        color: #333;
    }

    #search-value-mobile{
        width: 100%;
        border: none;
        height: 30px;
        padding: 5px 40px 5px 15px;
    }

    #form-search-mobile .form-wrap{
        position: relative;
        padding: 10px 10px 10px 20px;
        height: 50px;
    }

    #search-submit-mobile{
        position: absolute;
        top: 15px;
        right: 20px;
    }
    /* -------------------header------------------ */
    .header-wrap {
        box-shadow: 6px 0 12px 0 rgb(0, 0, 0, 0.6);
    }

    #header {
        height: 60px;
        min-height: unset;
        line-height: 60px;
        display: unset;
    }

    #header .icon-menu-mobile{
        display: block;
    }

    #header .date-month-year{
        display: none;
    }

    #header .block-wrap {
        min-height: unset;
        height: 60px;
        margin-left: -15px;
    }

    #header .logo {
        margin-left: 25px;
    }

    #header .logo img {
        width: 100px;
    }

    #header .header-icon {
        min-height: unset;
    }

    #header .header-icon .header-icon-inner:not(:first-child) {
        margin-left: 0;
    }

    #header .block-wrap .header-icon .search,
    #header .block-wrap .header-icon .contact {
        display: none;
    }

    #header .block-wrap .header-icon .cart {
        width: 22px;
        margin-left: 17px;
    }

    #header .block-wrap .header-icon .header-icon-inner p {
        display: none;
    }

    /* -------------------navbar------------------ */
    #navbar {
        height: unset;
        line-height: unset;
    }

    /* -----------------------Giới thiệu-------------------------- */
    #gioi-thieu {
        background-image: url(../images/background-gioi-thieu-mobile.jpg);
        min-height: unset;
    }

    #gioi-thieu .gioi-thieu-inner {
        padding-top: 49px;
        padding-bottom: 26px;
    }

    #gioi-thieu .gioi-thieu-inner img {
        width: 140px;
        min-height: unset;
    }

    #gioi-thieu .gioi-thieu-inner .work {
        font-size: 13px;
        line-height: 18px;
        margin: 10px 0 10px;
    }

    #gioi-thieu .gioi-thieu-inner .name {
        font-size: 22px;
        line-height: 30px;
    }

    #gioi-thieu .gioi-thieu-inner .description {
        max-width: 290px;
        margin: 20px auto 20px;
        font-size: 14px;
        line-height: 19px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        /* height: 66px; */
    }

    /* 
    .modal-backdrop {z-index: 0;} */

    #gioi-thieu .gioi-thieu-inner .see-detail {
        padding: 5px 22px;
        font-size: 14px;
        line-height: 19px;
        display: inline-block;
    }

    /* ---------------------Lá số----------------- */
    #la-so {
        margin-top: 25px;
    }
    /*
    #la-so .lap-la-so {
        padding: 0px 0px 5px 0px;
    } */
    /*
    #la-so .background-laso {
        background-image: url(/img/background-la-so-mobile.png) !important;
        transform: scale(130%) translateX(-50%);
        transform-origin: 0% 0px;
        position: absolute;
        top: 0px;
        left: 50%;
        background-size: unset;
    }

    #la-so .lap-la-so .lap-la-so-inner h2 {
        font-size: 22px;
    }

    #la-so .lap-la-so .lap-la-so-inner {
        margin: 0px auto;
        transform: scale(68%);
    } */

    #la-so .lap-la-so .form-la-so .info input[type="text"]{
        min-width: unset;
        /* width: calc(60% + 9px); */
        width: 100%;
        /* max-width: 341px; */
        height: 29px;
        margin-right: 5px;
    }

    #la-so .background-laso{
        margin: 0 -15px;
        background: url(/img/trai1.png) , url(/img/phai1.png) , url(/img/giua2.png) ;
        background-size: unset;
        background-repeat: no-repeat;
        background-position: top left, top right, top center;
        height: unset;
    }

    #la-so .lap-la-so {
        padding: 50px 0px;
        /* padding: unset; */
    }

    
    #la-so .lap-la-so .lap-la-so-inner{
        width: 79%;
    }

    #la-so .lap-la-so .form-la-so .item{
        display: unset;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .form-la-so{
        text-align: unset;
    }

    #la-so .lap-la-so .form-la-so .item p{
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
        /* margin-left: 10px; */
    }

    #la-so .lap-la-so .form-la-so .info{
        margin-bottom: 5px;
        /* margin-left: 10px; */
    }

    #la-so .lap-la-so .form-la-so button{
        display: block;
        font-size: 14px;
        padding: 4px 15px;
        height: 30px;
        margin: 50px auto 0px;
        line-height: 19px;
    }

    #la-so .lap-la-so .form-la-so .info select{
        padding: 4px 4px;
        min-width: unset;
        /* width: 30%; */
        width: 100%;
    }

    #la-so .lap-la-so .lap-la-so-inner h2{
        line-height: 30px;
        margin-bottom: 25px;
        font-size: 22px;
    }


    /* -------------------Báo giá-------------------- */
    #bao-gia {
        padding: 25px 0 25px;
        margin-top: 25px;
    }

    #bao-gia h2 {
        font-size: 22px;
        line-height: 30px;
    }

    #bao-gia .item-left,
    #bao-gia .item-right {
        margin-top: 20px;
    }

    #bao-gia .item-left .detail, 
    #bao-gia .item-right .detail{
        max-height: 136px;
        overflow-y: scroll;
    }

    #bao-gia .item-center .detail{
        max-height: 250px;
        overflow-y: scroll;
    }

    #bao-gia .item-left,
    #bao-gia .item-right,
    #bao-gia .item-center {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 30px;
        padding: 30px 0;
    }

    #bao-gia .item-left>img,
    #bao-gia .item-right>img,
    #bao-gia .item-center>img {
        margin-top: 0px;
    }

    #bao-gia .item-left .title,
    #bao-gia .item-right .title,
    #bao-gia .item-center .title {
        font-size: 36px;
        line-height: 36px;
        margin: 25px 0;
    }

    #bao-gia .item-left,
    #bao-gia .item-right {
        height: unset;
    }

    #bao-gia .bao-gia-inner .see-detail {
        margin: 30px auto 0px;
    }

    #bao-gia .bao-gia-inner.item-center .see-detail {
        margin: 30px auto 0px;
    }

    #bao-gia .item-center {
        height: unset;
    }

    /* ---------------Đội ngũ------------- */
    #doi-ngu h2 {
        line-height: 30px;
    }

    #doi-ngu .prominent-person {
        margin-bottom: 0;
    }

    /* #doi-ngu .prominent-person img{
        width: 260px;
        height: 260px;
    } */

    #doi-ngu .prominent-person .wrap-img {
        margin: 0 -20px;
        padding-bottom: 118.2%;
    }

    #doi-ngu .prominent-person .name {
        font-size: 18px;
        line-height: 24px;
        display: block;
        margin: 20px 0 7px;
    }

    #doi-ngu .prominent-person .description {
        font-size: 14px;
        line-height: 16px;
    }

    #doi-ngu .person-other .person-other-inner {
        margin-top: 40px;
    }

    /* #doi-ngu .person-other .person-other-inner img{
        height: 143px;
        width: 100%;
    } */

    #doi-ngu .person-other .person-other-inner .name {
        margin: 20px 0 7px;
        font-size: 14px;
        line-height: 16px;
    }

    #doi-ngu .person-other .person-other-inner .description {
        font-size: 13px;
        line-height: 15px;
    }

    #doi-ngu .person-other .person-other-inner .wrap-img {
        padding-bottom: 94.07%;
    }

    /* banner-trangchu */
    #banner-trangchu {
        /* padding-bottom: 51.46%; */
        padding-bottom: 5px;
        margin-top: 30px;
        height: unset;
    }

    /* -------------------Sản phẩm nổi bật---------------- */
    #featured-products h2 {
        line-height: 26px;
        margin-bottom: 30px;
    }

    #featured-products .featured-products-mobile {
        display: block;
    }

    #featured-products .see-more {
        display: block;
    }

    /* ------------------Video------------- */
    #videos {
        padding: 25px 0 30px;
    }

    #videos h3 {
        line-height: 19px;
    }

    #videos h2 {
        line-height: 26px;
        margin-bottom: 5px;
    }

    #owl-videos .owl-dots {
        height: 5px;
        margin-top: 5px;
    }

    #owl-videos .owl-dot:not(:last-child) {
        margin-right: 0px;
    }

    #owl-videos .owl-dot:first-child span {
        border-radius: 25px 0 0 25px;
    }

    #owl-videos .owl-dot:last-child span {
        border-radius: 0 25px 25px 0;
    }

    #owl-videos .owl-dot {
        border-radius: 20px;
    }

    #owl-videos .owl-dot span {
        border-radius: 0;
        width: 26px;
        height: 5px;
        background-color: #ffffff;
    }

    #owl-videos .owl-dot.active span {
        background-color: #D9D9D9;
    }

    #owl-videos .owl-item {
        transform: scale(0.965);
    }

    #owl-videos .owl-item.active.center {
        transform: scale(0.965);
    }

    /* --------------Kiến thức phong thủy------------- */
    #knowledge h2 {
        line-height: 19px;
    }

    #knowledge .item-left {
        margin-left: 5px;
        margin-right: 5px;
        border: none;
        margin-bottom: 25px;
    }

    #knowledge .item-left .content {
        padding: 0;
    }

    #knowledge .item-left .title {
        font-size: 18px;
        line-height: 27px;
        display: inline-block;
        margin: 10px 0;
        /* height: 58px; */
    }

    #knowledge .item-left .content .author-comment {
        display: none;
    }

    #knowledge .item-left .content .description {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        /* height: 66px; */
    }

    #knowledge .see-more {
        display: none;
    }

    #knowledge .item-right {
        margin: 0 5px;
        border: none;
    }

    #knowledge .item-right.space-bottom {
        margin-bottom: 20px;
    }

    #knowledge .item-right .wrap-img {
        width: 100px;
        padding-bottom: 27%;
    }

    #knowledge .item-right .content {
        width: calc(100% - 100px);
        height: 73px;
        padding: 0px 0px 0px 20px;
        margin-top: 9px;
    }

    #knowledge .item-right .content .title {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }

    #knowledge .item-right .content .description {
        display: none;
    }

    #knowledge .item-right .content .category {
        display: block;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
        margin-top: 10px;
    }

    /* ------------------Đăng ký tư vấn------------- */
    #register-advise {
        background-image: unset;
        padding: 0;
    }

    #register-advise .register {
        background-image: url(../images/background-dang-ky-mobile.jpg);
        margin: 0 5px;
        padding: 36px 0 31px;
    }

    #register-advise .register h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
    }

    #register-advise .register p {
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    #register-advise .register form input {
        max-width: 300px;
        height: 43px;
        padding: 12px;
        text-align: center;
        line-height: 19px;
    }

    #register-advise .register form button {
        position: unset;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        height: 30px;
        padding: 5px 21px;
        display: block;
        margin: 25px auto 0;
    }

    /* --------------footer----------  */
    #footer {
        padding: 30px 0 30px;
    }

    #footer .footer-1 {
        margin-left: 5px;
        margin-right: 5px;
    }

    #footer .footer-1 > a{
        display: block;
        text-align: center;
    }

    #footer .footer-1>img {
        width: 150px;
        display: block;
        margin: 0 auto;
    }

    #footer .footer-1 .content .info-contact p {
        margin-left: 20px;
    }

    #footer .title {
        margin-top: 40px;
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 21px;
    }

    #footer .footer-2 {
        margin-left: 5px;
    }

    #footer .footer-3 {
        margin-left: 0px;
        margin-right: 5px;
    }

    #footer .footer-4 {
        margin-left: 5px;
        margin-right: 5px;
    }

    #footer .footer-4 {
        display: none;
    }

    #footer .footer-4-mobile {
        margin-top: 35px;
        text-align: center;
        display: block;
    }

    #footer .footer-4-mobile .social-icon {
        display: inline-block;
    }

    #footer .footer-4-mobile .social-icon:not(:last-child) {
        margin-right: 17px;
    }

    #footer-copyright .copyright {
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;
    }

    #footer-copyright .credit-cards {
        display: none;
    }

    #featured-items .owl-dots {
        text-align: center;
        /* height: 5px; */
        margin-top: 15px;
    }

    #featured-items .owl-dot:not(:last-child) {
        margin-right: 0px;
    }

    #featured-items .owl-dot:first-child span {
        border-radius: 25px 0 0 25px;
    }

    #featured-items .owl-dot:last-child span {
        border-radius: 0 25px 25px 0;
    }

    #featured-items .owl-dot {
        border-radius: 20px;
    }

    #featured-items .owl-dot span {
        display: inline-block;
        border-radius: 0;
        width: 26px;
        height: 5px;
        background-color: #F8F8F8;
    }

    #featured-items .owl-dot.active span {
        background-color: #D9D9D9;
    }

    #featured-items.owl-carousel .owl-stage {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* .feng-shui-master-detail */
    .feng-shui-master-detail {
        width: 97%;
        background: url(/img/Topmbfix4.png), url(/img/Botmbfix4.png), url(/img/Midmbfix4.png);
        background-repeat: no-repeat, no-repeat, repeat;
        background-position: top, bottom, center;
        background-size: 100%;
        background-position-x: center;
        padding: 50px 0;
    }

    .feng-shui-master-detail .close-modal{
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 25px;
        font-size: 30px;
        transform: rotate(45deg);
        padding: 10px;
    }

    .feng-shui-master-detail .detail-background .detail-wrap {
        /* width: 260px; */
        width: 100%;
        padding: 0 30px;
        overflow: hidden;
    }

    .feng-shui-master-detail .detail-background .wrap-img {
        width: 40%;
        max-width: 200px;
    }

    .feng-shui-master-detail .detail-background .detail-wrap .work {
        font-size: 12px;
        margin: 10px 0 10px;
    }

    .feng-shui-master-detail .detail-background .detail-wrap .name {
        font-size: 22px;
        line-height: 22px;
    }

    .feng-shui-master-detail .detail-background .detail-wrap .description {
        font-size: 13px;
        line-height: 20px;
        margin-top: 15px;
        height: calc(100% - 200px);
        overflow-y: scroll;
        padding: 0 30px;
    }

    .feng-shui-master-detail .detail-background .detail-wrap .description::-webkit-scrollbar{
        width: 2px;
    }

    .feng-shui-master-detail .detail-background .detail-wrap .description::-webkit-scrollbar-thumb{
        background: #CEA345;
    }

    /* form-login */
    #login .form{
        width: 80%;
        max-width: 450px;
        padding: 25px 20px;
    }

    #form-login button{
        font-weight: 500;
    }

    #login .recover{
        margin-bottom: 25px;
    }

    #login .next-to-register{
        font-size: 14px;
    }


    /* form-register */
    #register .form{
        max-width: 450px;
        width: 80%;
        height: 80%;
        max-height: 800px;
        overflow-y: scroll;
        padding: 30px 20px;
    }

    #register .form .title{
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    #register .form #form-register{
        margin-top: 15px;
    }

    #form-register button{
        width: 90%;
        max-width: 300px;
    }

    #header .header-icon .header-icon-inner .avatar{
        transform: translateY(10px);
    }

    .cart-count{
        top: 5px;
        right: -15px;  
    }

    #featured-products .featured-products-mobile .item-product .content p{
        display: inline-block;
    }
    /* @media only screen and (max-width: 701px) {
        #la-so{
            height: 370px;
        }

        #la-so .background-laso{
            transform: scale(110%) translateX(-50%);
        }

        #la-so .lap-la-so .form-la-so .info input[type="text"]{
            min-width: 370px;
        }

        #la-so .lap-la-so .form-la-so .info select{
            min-width: 115px;
        }
    }

    @media only screen and (max-width: 531px) {
        #la-so .background-laso {
            transform: scale(82%) translateX(-50%);
        }

        #la-so{
            height: 260px;
        }

    }

    @media only screen and (max-width: 415px) {
        #la-so .background-laso {
            transform: scale(77%) translateX(-50%);
        }

        #la-so{
            height: 250px;
        } */
        /* #la-so .lap-la-so .form-la-so .info input[type="text"] {
            min-width: 360px;
        }

        #la-so .lap-la-so .form-la-so .info select {
            min-width: 110px;
        } */

        /* #la-so .lap-la-so .lap-la-so-inner {
            transform: scale(67%);
        }

        #la-so .lap-la-so .lap-la-so-inner h2 {
            margin-bottom: 10px;
        } */

    /* } */

    /* @media only screen and (max-width: 370px) {
        #la-so .background-laso {
            transform: scale(72%) translateX(-50%);
        }
        
        #la-so {
            height: 200px;
        }

    } */

    /* @media only screen and (max-width: 340px) {
        #la-so .background-laso {
            transform: scale(63%) translateX(-50%);
        }

        #la-so {
            height: 200px;
        } */

        /* #la-so .background-laso{
            transform: scale(56%) translateX(-50%);
        }

        #la-so .lap-la-so .lap-la-so-inner{
            transform: scale(65%);
        } */

    /* } */

    @media only screen and (max-width: 483px){
        /* #la-so .lap-la-so .form-la-so .info select{
            min-width: 86px;
        }  
         */
        /* #la-so .lap-la-so {
            padding: 1px 0px 6px 0px;
        } */
    }

    /* @media only screen and (max-width: 376px){
        #la-so .lap-la-so .form-la-so .info select{
            min-width: 40px;
        }

        #la-so .lap-la-so .form-la-so .info select:not(:last-child){
            margin-right: unset;
        }

        #la-so .lap-la-so .form-la-so .info select{
            margin-right: 0;
        }

        select[name="amlich"]{
            margin-top: 5px;
        }

        #la-so .lap-la-so {
            padding: 1px 0px 3px 0px;
        }

        #la-so .lap-la-so .lap-la-so-inner {
            margin: 55px auto;
        }
    }

    @media only screen and (max-width: 320px){
        #la-so .lap-la-so .lap-la-so-inner {
            margin: 59px auto 40px;
        }

        #la-so .lap-la-so {
            padding: 1px 0px 13px 0px;
        }
    } */
}