html, body {
    overflow-x: hidden;
}

.socials img {
    width: 20px;
}

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

.mt-4 {
    margin-top: 4px !important;
}

.h-100vh {
    height: 100vh !important;
    /*object-fit: cover;*/
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.logo-section img {
    max-width: 180px;
    padding-bottom: 7px;
}

.logo-section {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.footer .logo-section {
    display: flex;
    gap: 2rem;
    align-items: flex-end;
}

.text-logo {
    display: flex;
    flex-direction: column;
}

.text-logo strong {
    font-size: 20px;
}

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

.setting-menu .menu-container {
    /* width: calc(100% - 150px); */
    /* float: left; */
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: var(--white);
}

header.fix {
    box-shadow: rgba(0 0 0 / 35%) 0 2px 10px;
}

body.home {
    /*margin-bottom: 0 !important;*/
}

body:not(.is-mobile) {
    /*margin-bottom: 85px;*/
}

body:not(.is-mobile) .footer {
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*background-color: var(--white);*/
    /*box-shadow: rgb(58 78 95 / 20%) 0 1px 16px, rgb(58 78 95 / 5%) 0 -2px 16px;*/
}


/*nut lien he goc man hinh*/
.zalo .call-now {
    bottom: 100px;
}

#zalo-vr, #messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

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

.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 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    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;
}

#zalo-vr .phone-vr-circle-fill, #messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #e60808;
    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;
}

#zalo-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

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

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 25px;
    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%);
}

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

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

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

.button-contact i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

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

.link-footer:hover {
    color: var(--color-hightlight) !important;
}

/*.menu-footer ul {*/
/*    padding-left: 15px;*/
/*}*/

.menu-footer ul li {
    margin-bottom: 10px;
}

.menu-footer ul li::marker {
    color: var(--white);
}

.cpright-footer {
    display: flex;
}



/*Module ngon ngu*/
.language-section li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-transform: capitalize;
}
/*Module ngon ngu*/
/*Module tab - danh sach du an*/
.list-group img {
    opacity: 0.35;
}

.list-group .active img {
    opacity: 1;
}

.title-page {
    position: absolute;
    bottom: 30px;
    left: 0;
    max-width: 90%;
    padding: 10px 15px;
    background-color: rgba(255,255,255,0.8);
    transition: all .4s;
    text-transform: uppercase;
    font-weight: bold;
}

.img-cate:hover .title-page {
    max-width: calc(60% + 1em);
    padding-left: 4em;
}

.article-grid a {
    display: block;
}

.article-grid .title-article {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgb(0 0 0 / 40%);
    padding: 1.5rem;
    transform: translateX(100%);
    transition: all .4s;
    font-size: 18px;
    width: 100%;
    height: 100%;
}

.article-grid:hover .title-article {
    transform: translateX(0%);
}

.is-mobile .article-grid .title-article, .article-home .title-article {
    transform: translateX(0%);
    color: white;
    font-size: 1.8rem;
    font-weight: 400;
}

.inner-description ul, .inner-description ol {
    padding-left: 0;
    margin-bottom: 10px;
    list-style: none;
}

/*Module tab - danh sach du an*/
/*Module tab - danh sach nhan su*/
.title-name {
    font-size: 28px;
    color: var(--black);
}

/*Module tab - danh sach nhan su*/
/*Menu doc - menu_vertical */
.menu-vertical ul {
    list-style: none;
    padding-left: 15px;
    margin: 0;
}

.menu-vertical ul li a {
    font-size: 20px;
    color: var(--color-text);
}

.menu-vertical ul ul {
    display: none;
}

.menu-vertical .btn-dropdown i {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 5;
}

.menu-section > ul > li > a:hover { 
    color: var(--color-hightlight);   
}

.icon-hide {
    display: none;
}

.open > .icon-hide {
    display: block;
}

.open > .icon-show {
    display: none;
}

/*Menu doc - menu_vertical */
/*Trang danh sach tin tuc*/
.list-news tr {
    font-size: 18px;
    vertical-align: top;
}

.description-new ul, .description-new ol {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.description-new ul > li:last-child {
    margin-bottom: 0;
}

.description-new li {
    margin-bottom: 20px;
}

/*Trang chi tiet baiviet*/
.tab-content, .tab-content * {
  font-family: "Gilroy", Arial, sans-serif !important;
}

/*Mang xa hoi chan trang*/
.social li {
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
}

.social a, .social a:visited {
    background: rgb(225,225,225) url(../img/social_sprites_x2.png) 40px 0px no-repeat;
    background-size: 520px 64px;
    display: block;
    height: 32px;
    transition: all 400ms ease;
    width: 32px;
}

.social a[href*=facebook] {
    background-position: 0px 0px;
}

.social a[href*=twitter] {
    background-position: -40px 0px;
}

.social a[href*=instagram] {
    background-position: -160px 0px;
}

.social a[href*=linkedin] {
    background-position: -80px 0px;
}

.social a[href*=pinterest] {
    background-position: -120px 0px;
}

.social a[href*=youtube] {
    background-position: -280px 0px;
}

.social a[href*=houzz] {
    background-position: -440px 0px;
}

.social a[href*=architizer] {
    background-position: -480px 0px;
}

.social a:hover {
    border-bottom: none;
}

.social a[href*=facebook]:hover {
    background-position: 0px -32px;
}

.social a[href*=twitter]:hover {
    background-position: -40px -32px;
}

.social a[href*=instagram]:hover {
    background-position: -160px -32px;
}

.social a[href*=linkedin]:hover {
    background-position: -80px -32px;
}

.social a[href*=pinterest]:hover {
    background-position: -120px -32px;
}

.social a[href*=youtube]:hover {
    background-position: -280px -32px;
}

.social a[href*=houzz]:hover {
    background-position: -440px -32px;
}

.social a[href*=architizer]:hover {
    background-position: -480px -32px;
}

/*Mang xa hoi chan trang*/
/*Trang gioi thieu*/
.page-about-us .about-sm:last-child {
    padding-bottom: 30px;
}

/*Trang gioi thieu*/
/*Module du an noi bat*/
.box-cate .article-grid {
    box-shadow: 0 1px 5px 1px #a8a8a8;
    -webkit-box-shadow: 0 1px 5px 1px #a8a8a8;
    -o-box-shadow: 0 1px 5px 1px #a8a8a8;
    -moz-box-shadow: 0 1px 5px 1px #a8a8a8;
}

.box-cate .article-grid .title-article {
    opacity: 0;
}

.box-cate .article-grid:hover .title-article {
    opacity: 1;
}

.box-cate .article-grid .inner-content {
    padding: 0 20px;
}

:not(.is-mobile) .box-cate .article-grid .inner-content {
    min-height: 119px;
}

/*Module du an noi bat*/

/*Danh sach du an*/

.list-article {
    margin: 0 -15px;
}
.list-article .masonry-grid-column{
    padding: 0 15px;
}
/*Danh sach du an*/

/*Gioi thieu trang chu*/
.article-image-detail .slick-slide.thumb-item {
    border: 0 !important;
}

/*Gioi thieu trang chu*/
.menu-section .menu-link {
    transition: all .3s;
}

.menu-section .menu-link:hover {
    padding-left: 10px;
}

.article-content table td {
    padding: 10px;
}

.article-content table td * {
    margin-bottom: 0;
}

.row-shadow {
    box-shadow: 0 1px 5px 1px #a8a8a8;
    -webkit-box-shadow: 0 1px 5px 1px #a8a8a8;
    -o-box-shadow: 0 1px 5px 1px #a8a8a8;
    -moz-box-shadow: 0 1px 5px 1px #a8a8a8;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
}

.opacity-07 {
    opacity: .7;
}

.slick-next, .slick-prev {
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    filter: opacity(1);
    border-radius: 3px;
}

.slick-slider:hover .slick-next, .slick-next {
    right: 40px;
}

.slick-slider:hover .slick-prev, .slick-prev {
    left: 40px;
}

.is-mobile .btn-action-header {
    margin-right: 7px;
}

.space-block-0 > .row,
.space-0 > div > .row {
  margin-right: 0;
  margin-left: 0;
}

.space-block-0 > .row > div,
.space-0 > div > .row > div {
  padding-right: 0;
  padding-left: 0;
}

.space-block-5 > .row,
.space-5 > div > .row {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.space-block-5 > .row > div,
.space-5 > div > .row > div {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (min-width: 1440px) {
    .container {
        /*margin: auto;*/ /*max-width: 1520px;*/
    }
}
@media (min-width: 1024px) {
    .menu-section ul {
        display: table;
        /* float: right; */
        /* margin-right: 30px; */
    }
}

@media (max-width: 1349px) {
    .menu-section > ul > li {
        margin-right: 20px;
    }
    
    .menu-section > ul > li > a {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 768px;
    }
    
    .cpright-footer {
        flex-direction: column;
    } 
}

@media (min-width: 577px) and (max-width: 768px) {
    .setting-menu .menu-container {
        text-align: right;
    }

    .is-mobile .menu-container .search-section, .is-mobile .menu-container .language-section {
        display: block;
    }

    .is-mobile .language-section {
        text-align: left;
    }

    .article-grid .title-article {
        font-size: 15px !important;
    }

    .view-detail-about {
        column-count: 2;
        column-gap: 15px;
    }
}

@media (max-width: 576px) {
    footer .container > .row > div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .list-article {
         margin: 0; 
    }
    .view-detail-about {
        column-count: 1;
        column-gap: 15px;
    }

    .list-news tr {
        font-size: 15px;
    }

    .is-mobile footer .d-flex {
        /*fflex-direction: column;*/
    }

    /*trang studio va nhan su*/
    .studio_nhan_su table tr {
        display: flex;
        flex-direction: column;
    }

    .studio_nhan_su table tr > td {
        width: 100% !important;
    }

    /*trang studio va nhan su*/
    
    .is-mobile .box-cate .article-grid .title-article {
        opacity: 1;
    }
    
    .is-mobile .menu-section .menu-top .form-dropdown {
        right: inherit;
        left: -15px;
        width: 280px;
    }
}


