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;*/
}
.table-content {
    margin-bottom: 0;
    padding-left: 20px;
    list-style: none !important;
}
.mx--15 {
    margin-left: 15px;
    margin-right: 15px;
}
.ratio-customize{
    padding-top: 57%;
    position: relative;
}
.ratio-customize img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
} 
.img-contain {
    object-fit: contain !important;
}

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

.setting-menu-mobile .container .row > div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bg-gray {
    background: #f1f1f1;
}

.bg-sp {
    border-radius: 10px 10px 0 0;
    background: var(--color-hightlight);
    color: var(--white);
}
.bg-sp-1 {
    border-radius: 0 0 10px 10px;
    background: var(--color-light-hightlight);
}

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

.top-header .container .row >div:last-child {
    display: flex;
    align-items: center;
}

.top-header .container .row >div:last-child > div:last-child {
    margin-left: 1rem;
}

.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: var(--white);
    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;
}

.logo-section img {
    height: 4rem;
    object-fit: contain;
}
bodu:not(.is-mobile) .logo-section img {
    margin-right: 1.5rem;
}

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

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

.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: var(--color-primary);
}

.prd_custom .product-item {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.prd_custom .title-section h3 {
    margin-bottom: 0;
}

.prd_custom .title-section p {
    margin: 0;
}

.prd_custom .product-item .img-fluid {
    border-radius: 0 0 10px 10px;
}

.danhmuc_cs {
    border: 1px solid #ddd;
    padding: 8px 15px;
    border-radius: 20px;
}

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

.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;
}

/*List module azuma house*/
.title-small {
    font-weight: 700;
    font-size: 18px;
    position: relative;
    display: inline-block;
}

.title-small:before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    width: 50px;
    height: 2px;
    background-color: var(--black);
    transform: translateY(-50%);
}

.azuma-house .title-section h3:before {
    content: none;
}

button.btn.btn-link.first {
    margin-top: 7px;
}

#accordion .card-header button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    padding: 5px 0;
}

#accordion .card-header button i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--color-hightlight);
    color: var(--white);
}

#accordion .card-header button:focus , #accordion .card-header button:hover {
    text-decoration: none;
}

/*=========== Thong ke so lieu ===========*/
.color-hightlight {
    color: var(--color-hightlight);
}

/*Module thong ke so lieu*/
.bg-light {
    background-color: #efefef !important;
}

#counter .icon img {
    max-height: 7rem;
}
#counter .counter-value {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
    color: var(--color-hightlight);
    line-height: 1.3;
}

#counter .title {
    font-size: 16px;
    font-weight: 700;
}

/*Module thong ke so lieu*/
/*List module azuma house*/
/*Module thi cong - thiet ke noi that*/
.article-detail .inner-image {
    position: relative;
}

.article-detail .inner-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 200%;
    height: 100%;
    /*background-color: #eeeae1;*/
}

.article-detail.right .inner-image:before {
    left: 0;
    right: unset;
}

.article-detail .info .title-article {
    font-weight: 700;
    font-size: 28px;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.btn-view-more {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    background-color: var(--color-hightlight);
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
}

.btn-view-more:hover {
    color: var(--white) !important;
}

/*Module thi cong - thiet ke noi that*/
/*Module du an da thiet ke thi cong*/
.product-project {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    position: relative;
    margin-bottom: 10px;
}

.product-project .product-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,.5));
    padding: 15px 10px;
    margin-bottom: 0;
}

.product-project .product-title a {
    color: var(--white);
    font-weight: 600;
}

.big-project .inner-image {
    padding-top: 57.4%;
}


/*Module du an da thiet ke thi cong*/
/*Module quy trinh*/
.bg-process {
    background-color: #f4f4fc;
}

.item-process {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    line-height: 1.3;
}

.item-process .content {
    border-radius: 0 50% 50% 0;
    position: relative;
    padding: 30px 40px 30px 0;
    box-shadow: 5px 0px 6px -7px #898989;
    z-index: 1;
    background-color: #f4f4fc;
}

.item-process .content:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #f4f4fc;
    border-bottom: 15px solid transparent;
    z-index: 2;
}

.item-process .title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.item-process img {
    width: 50px;
}

.item-process .number {
    font-size: 30px;
    font-weight: 700;
    background-color: var(--color-hightlight-2);
    color: var(--white);
    padding: 20px 28px 20px 32px;
    border-radius: 0 50% 50% 0;
    transform: translateX(-10px);
}

/*Module quy trinh*/
/*Module du an da trien khai*/
.product-implement.slick-slider .product-item {
    margin-top: 10px;
}

.product-implement.slick-slider .product-item .attribute {
    display: none !important;
}

/*Module du an da trien khai*/
/*Icon video*/
.icon-video , .icon-video:before , .icon-video:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.icon-video {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: var(--red);
}

.icon-video:before {
    width: 65%;
    height: 45%;
    border-radius: 5px;
    background-color: var(--white);
}

.icon-video:after {
    border-top: 8px solid transparent;
    border-left: 13px solid var(--red);
    border-bottom: 8px solid transparent;
    left: calc(50% + 1px);
}

/*Icon video*/
.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;
}

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

.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;
}

.inner-content.bg-sp-1 a:hover {
    color: var(--color-hightlight-2);
}

.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);
}

.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;
}

.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;
}

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

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

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

.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;
}

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

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

footer .entire-info-website .btn-submit {
    background-color: var(--color-hightlight-2);
}

.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: var(--white);
    width: 100%;
}

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

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

.name-count {
    color: var(--white);
    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);
}

.star-rating {
    margin: 0 auto;
}

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

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

#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: var(--white);
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    font-size: 12px;
    line-height: 20px;
    padding-right: 10px;
    padding-left: 10px;
    z-index: -2
}

#socials .phone .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;
    bottom: 50px;
    right: 50px;
    width: 290px;
    z-index: -1;
    display: none;
}

.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: var(--red);
}

.info-house strong {
    color: var(--color-text);
}

.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: 40vw;
}

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

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

.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(143 87 36 / 50%) 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(--light);
}

.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(--red);
    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;
}

.home .entire-action-header .btn-action-header {
    color: #fff;
}

#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-primary);
    border-top: 1px solid var(--white);
}

#footerBar .bo a.but.location {
    position: absolute;
    height: 100%;
    width: 80px;
    top: 0;
    left: 0;
    border-right: 1px solid var(--white);
    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: #ebe5d6;
    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 var(--white);
    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);
}

.video-slide-box {
    position: relative;
    /*height: 40vw;*/
}

.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;
    overflow: hidden;
}

.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;
}

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

.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: white;
    width: 140px;
    height: 140px;
    border: 2px solid white;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}

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


.is-mobile .setting-menu {
    /*background-color: var(--color-hightlight);*/
}
.is-mobile .entire-action-header .btn-action-header, .is-mobile .btn-menu-mobile {
    color: black;
}

.is-mobile .menu-section .form-control {
    border-color: var(--color-hightlight) !important;
    height: 43px;
}

@media (min-width: 1024px) {
    .mx-lg-0 {
        margin: 0 !important;
    }

    .newsleter-box {
        max-width: 85%;
        margin: 0 auto;
    }

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

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

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

    a.language-picker {
        font-size: 11px;
        color: black;
    }
    .setting-menu-mobile .container .row > div:last-child {
        display: block;
    }
    #pc-lienhe {
        position: absolute;
        bottom: 50px;
        right: 30px;
        width: 280px;
        z-index: -1;
    }
    .product-item .inner-content {
        padding: 5px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .setting-menu > .container > .row > div {
        display: flex;
        align-items: center;
    }
    
    .block-logo {
        margin-right: auto;
    }
    
    .is-mobile .countdown-section > * {
        padding: .4rem !important;
    }
    .countdown-section .left {
        width: 35% !important;
    }
    .countdown-section .right {
        width: 65% !important;
    }
}

@media (max-width: 768px) {

    a.language-picker {
        font-size: 9px;
        color: black;
    }
}

@media (max-width: 991px) {
    .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: 35%;
    }

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

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

    .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;
    }
}

@media (max-width: 768px) {
    .title-footer {
        font-size: 16px;
    }

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

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

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

    .col-full-width .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .is-mobile .article-detail .info .title-article, .is-mobile .title-section h3 {
        font-size: 25px;
    }

    .is-mobile .article-detail .info .title-article {
        margin-bottom: 0;
    }

    .is-mobile .article-detail .inner-image:before {
        right: -50%;
    }

    .is-mobile .article-detail.right .inner-image:before {
        left: -50%;
    }
    .cate-home-section .product-item .product-title {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box !important;
    }
    
    .box-register-now img {
        height: auto !important;
    }
}

@media (max-width: 600px) {
    .goog-te-gadget-simple a > span:first-child {
        display: none;
    }
}

@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;
    }

    .setting-menu > .container > .row > div:nth-child(3) {
        display: flex;
        align-items: center;
    }
    a.language-picker:hover, a.currency-picker:hover {
        color: black;
    }
    /*.product-item .inner-content .product-title {*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*    -webkit-line-clamp: 1;*/
    /*    -webkit-box-orient: vertical;*/
    /*    display: -webkit-box;*/
    /*    font-size: 14px;*/
    /*}*/
}

p.slogan_about strong {
    font-size: 14px;
}
a.top-btn:hover{
    color: var(--white) !important;
}
.top-btn {
    width: 40px;
    height: 40px;
    background: var(--color-hightlight-2);
    color: var(--white);
    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;
}
.title-tuvan {
    color: var(--color-hightlight-2);
}

.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;
}

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

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

.menu-section .entry-menu.dropdown li> a {
    font-weight: 700;
}

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

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

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

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

.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 var(--color-hightlight-2);
    background-color: rgb(143 87 36 / 75%);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: var(--color-hightlight-2);
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.fixed-contact {
    position: fixed;
    left: 10px;
    bottom: 60px;
    cursor: pointer;
    z-index: 9999 !important;
}

.fixed-gg-trans {
    position: fixed;
    left: 35px;
    bottom: 35px;
    z-index: 9999 !important;
}

.is-mobile .fixed-gg-trans{
    position: relative;
    left: auto;
    bottom: auto;
}

#phone-vr {
    -webkit-transition: 0.7s all;
}

@keyframes phone-vr-circle-fill {
    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);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.phone-text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 44px;
    background-color: var(--color-hightlight-2);
    color: white;
    padding: 0.2rem 1rem 0.2rem 2rem;
    border-radius: 20px;
    font-weight: 700;
    opacity: .7;
}

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

.rounded-2rem {
    border-radius: 2rem;
}



.title-block {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: rgb(180, 180, 180) 1px 1px 1px;
    margin-bottom: 1rem;
    color: var(--white);
}

.title-block p {
    margin-bottom: 0;
}

.title-block strong {
    /*color: var(--color-hightlight);*/
    font-size: 130%;
    color: var(--white);
}

.countdown {
  display: flex;
  line-height: 1;
  justify-content: space-around;
  }
  .countdown--item {
    /* display: flex; */
    /* border-right: 1px solid #ebebeb; */
    /* padding-right: 1rem; */
    /* padding-left: 1rem; */
    /* color: white; */
    /* background: black; */
    }
    .countdown--item:first-child {
      padding-left: 0; }
    .countdown--item:last-child {
      border-right: 0;
      padding-right: 0; }
  .countdown--number {
    font-size: 1.8rem;
    /* color: var(--color-highlight); */
    font-weight: 700;
    text-align: center;
    }
  .countdown--label {
    -ms-flex-item-align: end;
    align-self: flex-end;
    /* margin-left: 0.3rem; */
    text-transform: capitalize;
    font-size: 1rem;
    text-align: center;
    color: white;
    margin-top: .5rem;
    }

.countdown-section .left {
    background: var(--color-primary);
    color: white;
    font-weight: 500;
    padding: 1rem 0.4rem;
    width: 50%;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
}
.countdown-section .left span {
    text-align: left;
}

.countdown-section .left i,
.countdown-section .right i
{
    color: #c6a65c;
    font-size: 2.8rem;
}

.countdown-section {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.countdown-section .right {
    width: 50%;
    background: var(--color-secondary);
    padding: 0.7rem 1rem;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.right.end {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
}

.countdown--item .countdown--number {
    color: wheat;
    background-color: black;
    border-radius: 5px;
    padding: .6rem;
    font-size: 1.5rem;
    width: 3rem;
}

.box-register-now .form-control {
    background-color: #f5f3ee;
    border-radius: 5px;
    border: 0;
}

.box-register-now .btn-submit {
    background-color: var(--color-primary);
}

.object-cover {
    object-fit: cover;
}

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

.is-mobile .countdown-section {
     width: 100% !important; 
}

.is-mobile .list-category h4.product-title > a {
    /*min-height: 5rem;*/
    /* line-height: 2.1; */
}

.accordion .card-header {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: .5rem 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border: 1px solid;
}

.accordion .card-body {
    padding: 1.5rem 30px;
    border: 1px solid black;
    color: black;
    border-top: 0;
}

.accordion .card {
    margin-bottom: .5rem;
}

.accordion .stt {
    margin-right: .6rem;
}

.video-slide-box iframe {
    width: 100%;
    height: 40vw;
}

.is-mobile .video-slide-box iframe {
    height: 60vw;
}

/*css by quyettq*/
.top-btn {
    width: 5rem;
    height: 2rem;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item .inner-content.bg-sp-1 .product-title {
    height: auto;
}

.inner-content.bg-sp-1 .read-more {
    /*font-size: 14px;*/
    /*color: var(--white);*/
}

.link.show_pc_lienhe {
    color: var(--white);
    font-size: 1rem;
    font-weight: 600;
}

.product-item img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.list-category img {
    border-radius: 0 0 10px 10px;
}

@media (min-width: 1500px) {
    #pc-lienhe {
        /*right: 10px !important;*/
        bottom: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    /*#pc-lienhe {*/
    /*    top: 130px;*/
    /*}*/
}

@media (max-width: 1370px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}

.description-font-web * {
    font-family: 'Quicksand', sans-serif !important;
}

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

.bg-color-light-green {
    background: var(--color-light-green)
}

.product-variant--01 .product-title a {
    /*color: #fff !important*/
}

.setting-menu .logo-section {
}

.box-register-now .title-block {
    text-align: left;
    color: var(--color-primary);
    font-weight: 700;
}

.box-register-now .title-block strong {
    color: #c6a65c;
    font-size: 2.8rem
}

.box-register-now .btn-submit {
    display: flex;
    align-items: center;
    gap: 16px;
}

.box-register-now .btn-submit i {
    color: #c6a65c;   
}

.entire-info-website form .btn-submit {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
}