.add-email-info {
    padding-right: 80px;
}

body {
    font-family: Averta Regular;
}

body a {
    text-decoration: none;
}

body a: hover {
    text-decoration: none;
}

.gioithieu {
    font-family: Averta Light;
}

.lnr {
    display: inline-block;
    fill: currentColor;
    width: 20px;
    height: 20px;
    color: black;
    left: 50%;
    top: 50%;
    transform: translate(0px, 14px);
}

.lnr:hover {
    color: red;
}

.owl {
    border-radius: 50%;
    border: 1px solid black;
    width: 50px;
    height: 50px;
}


/*paginate_links*/

.phantrangsp {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.phantrangsp .wp-pagenavi span.current {
    border: 1px solid #4c4c4c;
    display: inline-block;
    margin: 0 5px 0 5px;
    font-family: Averta Light;
    font-size: 15px;
    color: #4c4c4c;
    padding: 0px 10px;
}

.phantrangsp .wp-pagenavi a.page,
.phantrangsp .wp-pagenavi a.nextpostslink,
.phantrangsp .wp-pagenavi a.previouspostslink {
    display: inline-block;
    margin: 0 5px 0 5px;
    font-family: Averta Light;
    font-size: 15px;
    color: #4c4c4c;
    padding: 0px 10px;
}

.phantrang {
    display: flex;
    margin: auto;
}

.paginate_links {
    overflow: hidden;
    text-align: center;
    display: table;
    margin: 30px auto;
}

.paginate_links .page-numbers {
    display: inline-block;
    float: left;
    margin: 0 15px 0 15px;
    border: none;
    ;
    margin-bottom: 5px;
    font-family: Averta Light;
    font-size: 25px;
    color: #4c4c4c;
    padding: 0px 15px;
}

.paginate_links .page-numbers:hover {}

.paginate_links .page-numbers.prev,
.paginate_links .page-numbers.next {
    /*display: none;*/
    background: transparent;
    width: auto;
    border: none;
}

.paginate_links .page-numbers.prev:hover,
.paginate_links .page-numbers.next:hover {
    text-decoration: underline;
    background-color: black;
    color: white;
}

.paginate_links .page-numbers.current {
    border: 1px solid #4c4c4c;
}


/*End paginate_links*/


/*responimgae*/

.box_banner_home {
    position: relative;
}

.box_banner_home::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 35%;
}

.box_banner_home_filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    filter: blur(5px);
}

.box_banner_home img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.box_banner {
    position: relative;
}

.box_banner::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 30%;
}

.box_banner img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.box_image_thietke_home2 {
    position: relative;
}

.box_image_thietke_home2::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 120%;
}

.box_image_thietke_home2 img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.box_image_thietke_home {
    position: relative;
}

.box_image_thietke_home::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 79.85%;
}

.box_image_thietke_home img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.box_image_thietke_home_small {
    position: relative;
}

.box_image_thietke_home_small::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 159.69%;
}

.box_image_thietke_home_small img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.box_image_tintuc {
    position: relative;
}

.box_image_tintuc::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 78%;
}

.box_image_tintuc img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.box_image_timkiem {
    position: relative;
}

.box_image_timkiem::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
}

.box_image_timkiem img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.box_video {
    position: relative;
}

.box_video::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 55.5%;
}

.box_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 992px) {
    img.lazy-hidden {
        display: none;
    }
    .phantrangsp {
        display: none;
    }
    .avt {
        position: relative;
        display: block;
        overflow: hidden;
    }
    .avt img {
        transition: ease 300ms;
        transform: scale(1);
        /*transition: opacity 1s ease 0s,transform 1s ease 0s,-webkit-transform 1s ease 0s;*/
    }
    /*.avt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    opacity: 0;
    -webkit-transition: all .36s ease-in-out;
    transition: all .36s ease-in-out;
    
}*/
    .avt.desc {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        color: #fff;
        font-size: 25px;
        color: white;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-family: Averta Light;
        font-size: 25px;
        width: fit-content;
    }
    .avt .desc .listdesign_item_title {
        font-family: Averta Light;
        font-weight: 600;
        margin-bottom: 10px;
        opacity: 0;
        -webkit-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
        -o-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
        transition: all 1s cubic-bezier(0, 0.15, 0, 1);
        -webkit-transform: translateY(50px) scale3d(1, 1.6, 0.8);
        transform: translateY(50px) scale3d(1, 1.6, 0.8);
        background-color: none;
    }
    .avt .desc .listdesign_item_xemtatca {
        font-family: Averta Light;
        opacity: 0;
        -webkit-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
        -o-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
        transition: all 1s cubic-bezier(0, 0.15, 0, 1);
        -webkit-transform: translateY(50px) scale3d(1, 1.6, 0.8);
        transform: translateY(50px) scale3d(1, 1.6, 0.8);
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .avt .desc2 {
        width: 100%;
        padding: 15px 0px;
        text-align: center;
        position: absolute;
        bottom: 0;
        background-color: rgb(0, 0, 0, .5);
        color: white;
        font-size: 20px;
        font-family: Averta Light;
        /*left: 50%;
                        transform: translate(-50%,-50%);*/
        opacity: 1;
        z-index: 10;
        transform: translateY(0%);
        transition: all 300ms;
    }
    /*.avt .desc  {
    position: absolute;
    text-align: center;
    opacity: 0;
    z-index: 10;
    transform: translateY(120%);
    transition: all 300ms;
}*/
    .avt:hover img {
        transition: ease 300ms;
        transform: scale(1.05);
    }
    .avt:hover .desc .listdesign_item_title,
    .avt:hover .desc .listdesign_item_xemtatca {
        opacity: 1;
        transform: translateY(0%);
        background-color: none;
    }
    .avt:hover .desc2 {
        opacity: 0;
        transform: translateY(120%);
    }
    .avt2 {
        position: relative;
        display: block;
        overflow: hidden;
    }
    .avt2 img {
        transition: opacity 1s ease 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
    }
    .avt2:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        opacity: 0;
        -webkit-transition: all .36s ease-in-out;
        transition: all .36s ease-in-out;
    }
    .avt2 .desc2 {
        position: absolute;
        text-align: center;
        opacity: 0;
        z-index: 10;
        transform: translateY(120%);
        transition: all 300ms;
    }
    .avt2:hover img {
        transition: ease 300ms;
        transform: scale(1.05);
    }
    .avt2:hover .desc2 {
        opacity: 1;
        transform: translateY(0%);
    }
    .avt3 {
        position: relative;
        display: block;
        overflow: hidden;
    }
    .avt3 img {
        transition: ease 300ms;
        transform: scale(1);
        transition: opacity 1s ease 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
    }
    .avt3:after {
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        -webkit-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
        -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
        transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    }
    .avt3:before {
        right: 0;
        bottom: 0;
        background: none;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .avt3:before,
    .avt3:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        pointer-events: none;
    }
    .avt3 .desc2 {
        position: absolute;
        text-align: center;
        opacity: 1;
        z-index: 10;
        transform: translateY(0%);
        transition: all 300ms;
    }
    .avt3 .desc3 {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        color: #fff;
        font-size: 25px;
    }
    .avt3 .desc3 .title {
        font-family: Averta Light;
        font-weight: 600;
        margin-bottom: 10px;
        opacity: 0;
        -webkit-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
        -o-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
        transition: all 1s cubic-bezier(0, 0.15, 0, 1);
        -webkit-transform: translateY(50px) scale3d(1, 1.6, 0.8);
        transform: translateY(50px) scale3d(1, 1.6, 0.8);
    }
    .avt3 .desc3 .xemtatca {
        font-size: 17.5px;
        font-family: Averta Light;
        opacity: 0;
        -webkit-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
        -o-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
        transition: all 1s cubic-bezier(0, 0.15, 0, 1);
        -webkit-transform: translateY(50px) scale3d(1, 1.6, 0.8);
        transform: translateY(50px) scale3d(1, 1.6, 0.8);
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .avt3:hover img {
        transition: ease 300ms;
        transform: scale(1.05);
    }
    .avt3:hover .desc2 {
        opacity: 0;
        transform: translateY(120%);
    }
    .avt3:hover .desc3 .title,
    .avt3:hover .desc3 .xemtatca {
        opacity: 1;
        transform: translateY(0%);
    }
    .desc3 .xemtatca:hover {
        color: red;
    }
    /*.nw_1  {
  position: relative;
  display: block;
  overflow: hidden;
}
.nw_1 img{
  width: 100%;
  height: 100%;
  transition: opacity 1s ease 0s,transform 1s ease 0s,-webkit-transform 1s ease 0s;
}
.nw_1 img:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.c-img {
  display: block;
  position: relative;
}

.c-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.hv-light {
  display: block;
  position: relative;
  overflow: hidden;
  background: inherit;
}

.hv-light:before, .hv-light:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.hv-light:before {
  right: 0;
  bottom: 0;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hv-light:after {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
}

.hv-light:hover:before {
  background: rgba(0, 231, 242, 0);
}

.hv-light:hover:after {
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 90deg) translate3d(0, 150%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 90deg) translate3d(0, 150%, 0);
}*/
}


/* menumobile */

.pure-drawer {
    z-index: 20;
}

.pure-drawer .logo img {
    width: 50%;
    position: relative;
    bottom: 70px;
    right: 50px;
}

@media screen and (min-width:992px) {
    .banner_category,
    .banner_project,
    .banner_home {
        padding-top: 90px;
    }
    .sp {
        display: none;
    }
    .listdesign_item_xemtatca:hover {
        color: red;
    }
    .architecture_item .desc3 .xemtatca:hover {
        color: red;
    }
    .fa-long-arrow-right {
        position: relative;
        top: 1.5px;
        display: inline-block;
    }
}

.pure-drawer {
    background-color: #b0965e;
}

.nav-primary {
    margin: 0;
    padding: 100px 0 0 0;
}

.nav-primary li:first-child {
    border-top: 1px solid #f0f0f0;
}

.nav-primary li {
    border-bottom: 1px solid #f0f0f0;
}

.nav-primary li a {
    display: block;
    color: #f0f0f0;
    padding: 10px 15px;
    font-family: Averta Regular;
    width: fit-content;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* endmenumobile */

@media screen and (max-width:992px) {
    .menuheaderpc {
        display: none;
    }
    .phantrangpc {
        display: none;
    }
    .phantrangsp {
        display: flex;
    }
    .fa-long-arrow-right {
        position: relative;
        top: 0.5px;
        display: inline-block;
    }
    .listdesign_home .listdesign_home_items .listdesign_home_item .listdesign_item .listdesign_item_text .listdesign_item_title {
        background-color: rgba(0, 0, 0, .5);
    }
    .avt .desc2 {
        display: none;
    }
    #menu-nav.pc {
        display: none;
    }
    .architecture_home .larchitecture_home_item .architecture_item .avt3 .desc3 {
        display: none;
    }
    nav.pure-drawer ul.nav-primary li ul.sub-menu {
        display: none;
        background-color: #b0965e;
    }
    /*nav.pure-drawer ul.nav-primary li:hover ul.sub-menu{
                display: block;
    }*/
    nav.pure-drawer ul.nav-primary li ul.sub-menu li {
        border: none;
    }
}

#menu-nav {
    clear: both;
    display: block;
    padding: 10px 0;
}

#menu-nav>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    /*justify-content: space-around;*/
    justify-content: space-evenly;
}

#menu-nav>ul li {
    position: relative;
    margin: auto 5px;
    display: flex;
}

._wapper .logo {
    margin: auto;
}

#menu-nav ul.pc li a {
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: black;
    font-family: Open Sans Regular;
    padding: 25px 0px;
}

#menu-nav ul#menu-menupc>li i {
    display: flex;
    align-items: center;
    margin-left: 5px;
}


/* #menu-nav ul#menu-menupc>li.menu-item-has-children {
    position: relative;
}

#menu-nav ul#menu-menupc>li.menu-item-has-children::after {
    content: ">";
    position: absolute;
    border-right: 1px;
    width: 100%;
    top: 0;
    right: 0;
} */

#menu-nav ul.sub-menu li a {
    text-transform: none;
    font-size: 17.5px;
}

#menu-nav ul.pc li a:hover {
    color: red;
    text-decoration: none;
}

ul.sub-menu {
    /*position: absolute;*/
    /*z-index: 2;*/
    background-color: white;
    /*left: -30%;
                display: none;*/
}

#menu-nav ul.sub-menu li a {
    font-family: Open Sans Light;
    font-size: 14px;
    color: #232323;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 0;
    text-transform: uppercase;
}

#menu-nav ul.sub-menu li {
    width: 200px;
    margin: 0;
    margin-left: -40px;
    padding: 10px 50px 10px 10px;
}

#menu-nav ul>li:hover ul.sub-menu {
    display: block;
}


/* menu */

.banner_home {
    position: relative;
}

.banner_home .title_banner_home .title_desc {
    font-size: 24px;
    font-family: Averta SemiBold;
    text-transform: uppercase;
    color: #005A2F;
}

.banner_home .title_banner_home .title_banner {
    font-size: 60px;
    letter-spacing: 1px;
    font-family: Averta SemiBold;
    text-transform: uppercase;
    color: #005A2F;
    word-spacing: 16px;
    letter-spacing: 6px;
    /* width: max-content; */
}

.banner_home .title_banner_home {
    text-align: center;
    /* position: absolute; */
    left: 50%;
    top: 50%;
    /* transform: translate(-50%, -50%); */
    color: white;
    width: 100%;
    margin-top: 3rem;
}

.banner_home .carousel-control-prev-icon {
    /*background-image: url(frontend/img/nextslider.png);
      width: 66px;
      height: 66px;*/
}

.banner_home .carousel-control-next-icon {
    /* background-image: url(frontend/img/prevslider.png);
      width: 66px;
      height: 66px;*/
}

.banner_home .carousel-indicators .active {
    opacity: 1;
    background-color: black;
}

.banner_home .carousel-indicators li {
    box-sizing: content-box;
    border-radius: 50%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-left: 6px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}


/* banner */

.artchitecture_items .artchitecture_item {
    margin-bottom: 20px;
}

.artchitecture_items .artchitecture_item .artchitecture_item_title .xemthem {
    font-size: 17px;
    padding-top: 10px;
}

.artchitecture_items .artchitecture_item .artchitecture_item_title {
    border: 1px solid #a8a8a8;
    border-top: none;
    padding-top: 15px;
    font-family: Averta Regular;
    font-size: 20px;
    padding-bottom: 15px;
}

.artchitecture_items {
    padding-top: 20px;
}

.listdesign_home {
    padding-top: 57px;
}

.listdesign_home .listdesign_home_items .listdesign_home_item .listdesign_item {
    position: relative;
}

.listdesign_home .listdesign_home_items .listdesign_home_item .listdesign_item .listdesign_item_text .listdesign_item_title {
    padding: 10px 20px;
}

.listdesign_home .listdesign_home_items .listdesign_home_item .listdesign_item .listdesign_item_text .listdesign_item_xemtatca {
    font-size: 17.5px;
}

.listdesign_home .listdesign_home_items .listdesign_home_item .listdesign_item .listdesign_item_text {
    color: white;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: Averta Light;
    font-size: 25px;
    width: fit-content;
}

.listdesign_home .listdesign_home_items .listdesign_home_item_1 .listdesign_item .listdesign_item_image {
    max-width: 100%;
    width: 100%;
    /*height: 100%;*/
}

.listdesign_home .listdesign_home_items .listdesign_home_item_1 .listdesign_item {
    width: calc(100%/4);
}

.listdesign_home .listdesign_home_items .listdesign_home_item_1 .listdesign_item_first {
    width: calc(100%/2);
}

.listdesign_home .listdesign_home_items .listdesign_home_item_1 .listdesign_item_mid {
    margin: 0px 10px;
}

.listdesign_home .listdesign_home_items .listdesign_home_item_2 {
    padding-top: 10px;
}

.listdesign_home .listdesign_home_items .listdesign_home_item_2 .listdesign_item .listdesign_item_image {
    max-width: 100%;
    width: 100%;
    /*height: 100%;*/
}

.listdesign_home .listdesign_home_items .listdesign_home_item_2 .listdesign_item {
    width: calc(100%/3);
}

.listdesign_home .listdesign_home_items .listdesign_home_item_2 .listdesign_item_mid {
    margin: 0px 10px;
}


/* listdesign_home */

.abouts_home {
    padding-top: 95px;
}

.abouts_home .abouts_smilehome .abouts_home_text .abouts_home_content {
    padding: 10px 0px;
    width: 120%;
}

.abouts_home .abouts_smilehome .abouts_home_text .abouts_home_gioithieuve {
    font-size: 22.5px;
}

.abouts_home .abouts_smilehome .abouts_home_text .abouts_home_name {
    font-size: 32px;
    font-weight: bold;
}

.abouts_home .abouts_smilehome .abouts_home_text {
    width: calc(100%/4);
    font-family: Averta Light;
    font-size: 20px;
    margin: auto;
}

.abouts_home .abouts_smilehome .abouts_home_image {
    width: 60%;
}


/* abouts_home */

.architecture_home {
    padding-top: 95px;
}

.architecture_home .architecture_home_item_2 .architecture_item .architecture_item_text {
    position: absolute;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: rgb(0, 0, 0, .5);
    color: white;
    padding: 15px 0px;
    font-size: 20px;
    font-family: Averta Light;
}

.architecture_home .architecture_home_item_2 .architecture_item .architecture_item_image {
    max-width: 100%;
    width: 100%;
    /*height: 100%;*/
}

.architecture_home .architecture_home_item_2 .architecture_item {
    width: calc(100%/3);
    position: relative;
}

.architecture_home .architecture_home_item_2 .architecture_item_mid {
    margin: 0px 10px;
}


/* architecture_home */

.map_home {
    padding-top: 57px;
    padding-bottom: 30px;
}

.map_home iframe {
    width: 100%;
}


/* map_home */

footer .footer .coppyright {
    font-size: 12px;
    font-family: Open Sans Regular;
    padding-bottom: 50px;
    color: #6c6c6c;
}

footer .footer .footer_icon_media {
    padding-bottom: 30px;
}

footer .footer .footer_icon_media .icon {
    padding: 0px 10px;
}

footer .footer .title_footer .title_footer_text {
    padding: 0px 20px;
}

footer .footer .footer_icon_media .icon img {
    width: 60%;
}

footer .footer .title_footer {
    font-size: 12px;
    font-family: Open Sans Regular;
    padding-top: 50px;
    padding-bottom: 30px;
}

footer .footer {
    background-color: #f4f4f4;
    border-top: 1px solid #e6e2eb;
}


/*  footer*/


/* media */

.hid {
    display: none;
}

.disp {
    display: block;
}


/* trangcategory */


/*trangthicong*/

.thicong_items .thicong_item .thicong_item_title .thicong_item_time .thicong_text_duan {
    font-size: 16px;
    font-family: Averta Thin;
    border: 2px solid #a8a8a8;
    display: inline-block;
    padding: 2px 5px;
}

.thicong_items .thicong_item .thicong_item_title .thicong_item_time .thicong_text_time {
    font-size: 14px;
    font-family: Averta Thin;
    display: inline-block;
}

.thicong_items .thicong_item {
    margin-bottom: 20px;
}

.thicong_items .thicong_item .thicong_item_title {
    border: 1px solid #a8a8a8;
    border-top: none;
    padding-top: 15px;
    font-family: Averta Light;
    font-size: 20px;
    padding-bottom: 15px;
}

.thicong_items {
    padding-top: 20px;
}


/* bannercategory */

.banner_category .banner_category_content {
    position: relative;
}

.banner_category .banner_category_content .title_banner_category {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: fit-content;
    font-size: 50px;
    font-family: Averta Regular;
    background-color: rgb(0, 0, 0, .2);
    padding: 0 40px;
}


/* categoryproduct */

.category_products {
    padding: 20px 0px;
}

.category_products .category_product_items .category_product_item .title_product_category {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: rgb(0, 0, 0, .5);
    color: white;
    padding: 15px 0px;
    font-size: 20px;
    font-family: Averta Light;
}

.category_products .category_product_items .category_product_item .box_content_product_category {
    position: relative;
}

.category .category_products .box_catgory_product {
    overflow: hidden;
}

.category_products .category_product_items .category_product_item {
    padding: 5px 5px;
}

.box_image_product_category {
    position: relative;
}

.box_image_product_category::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 120%;
}

.box_image_product_category img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/* trang detail category */

.banner_project .banner_project_content {
    position: relative;
}

.banner_project .banner_project_content .title_banner_project {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: fit-content;
    font-size: 65px;
    font-family: Averta Regular;
    background-color: rgb(0, 0, 0, .2);
    padding: 0 40px;
}

.projects_related .project_related_item .project_related_title .xemthem {
    padding-top: 10px;
    font-size: 17px;
}

.projects_related .project_related_item .project_related_title {
    border: 1px solid #a8a8a8;
    border-top: none;
    font-family: Averta Regular;
    font-size: 20px;
    padding: 10px 20px;
}

.projects_related .project_related_items {
    padding-top: 20px;
}

.projects_related .project_related_items .project_related_items_title {
    font-size: 22px;
    font-family: Averta Thin;
    /* border: 1px solid #a8a8a8; */
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 5px;
}

.projects_related {
    margin-top: 20px;
    border-top: 1px solid #aaaaaa;
}

.project_details {
    margin-top: 20px;
    margin-bottom: 30px;
    border-top: 1px solid #aaaaaa;
}

.project_details .product_details_time {
    padding-top: 20px;
}

.project_details .product_details_time .name_category {
    font-size: 22px;
    font-family: Open Sans Light;
    border: 1px solid #a8a8a8;
    display: inline-block;
    padding: 2px 5px;
}

.project_details .product_details_time .time_project {
    padding-left: 20px;
    font-size: 17.5px;
    font-family: Open Sans Light;
    display: inline-block;
}


/* trangkientruc ds */

.artchitecture {
    padding-top: 20px;
    padding-bottom: 20px;
}

.artchitecture .artchitecture_products .artchitecture_product_item {
    padding: 5px 5px;
}

.artchitecture .artchitecture_products .box_catgory_product {
    overflow: hidden;
}

.box_image_product_artchitecture,
.box_image_product_artchitecture_first {
    position: relative;
}

.box_image_product_artchitecture_first::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 120%;
}

.box_image_product_artchitecture::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%;
}

.box_image_product_artchitecture_first img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.box_image_product_artchitecture img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.artchitecture .artchitecture_products .title_product_artchitecture {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: rgb(0, 0, 0, .5);
    color: white;
    padding: 15px 0px;
    font-size: 20px;
    font-family: Averta Light;
}

.artchitecture .artchitecture_products .box_content_product_artchitecture {
    position: relative;
}


/*trang tintuc*/

.tintuc_items .tintuc_item .tintuc_item_title .tintuc_item_content {
    font-family: Averta Thin;
    font-size: 16px;
    height: 74px;
    overflow: hidden;
}

.tintuc_items .tintuc_item_titlename.pt-3 {
    height: 76px;
    overflow: hidden;
}

.tintuc_items .tintuc_item .tintuc_item_title .tintuc_item_time .tintuc_text_duan {
    font-size: 16px;
    font-family: Averta Thin;
    border: 2px solid #a8a8a8;
    display: inline-block;
    padding: 2px 5px;
}

.tintuc_items .tintuc_item .tintuc_item_title .tintuc_item_time .tintuc_text_time {
    font-size: 14px;
    font-family: Averta Thin;
    display: inline-block;
}

.tintuc_items .tintuc_item {
    margin-bottom: 20px;
}

.tintuc_items .tintuc_item .tintuc_item_title {
    /* border: 1px solid #a8a8a8; */
    border-top: none;
    padding-top: 15px;
    font-family: Averta Regular;
    font-size: 20px;
    padding-bottom: 15px;
    padding: 15px;
}

.tintuc_items {
    padding-top: 20px;
}

.project_details .product_details_content .product_details_title {
    font-family: Open Sans Regular;
    font-size: 23px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.project_details .product_details_content .product_detail_noidung {
    font-family: Open Sans Light;
}

.project_details .product_details_content .product_detail_noidung img {
    max-width: 100%;
    height: auto;
}

.lienhe {
    margin-top: 30px;
    margin-bottom: 30px;
}

.formlienhe {
    padding: 50px;
    font-family: Averta Thin;
    padding-top: 10px;
}

.formlienhe .thong_tin_lien_he .title-lienhe {
    font-size: 22px;
    font-family: 'Open Sans Regular';
    font-weight: 700;
    color: #005A2F;
    margin-bottom: 1rem;
}

.formlienhe .thong_tin_lien_he p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Averta Regular';
}

.formlienhe .thong_tin_lien_he p b {
    color: #005A2F;
}

.title_form {
    font-size: 25px;
    padding-top: 50px;
    font-family: Averta Regular;
}

select {
    border: none;
    border-bottom: 1px solid #aaaaaa;
    width: 100%;
    margin-bottom: 10px;
}

input {
    border: none;
    border-bottom: 1px solid #aaaaaa;
    width: 100%;
    margin-bottom: 10px;
}

textarea {
    border: none;
    border-bottom: 1px solid #aaaaaa;
    width: 100%;
    margin-bottom: 20px;
}

input.submitform {
    width: fit-content;
    border: 1px solid #aaaaaa;
    background-color: #ED1B24;
    margin: auto;
    display: flex;
    color: #ffffff;
    padding: 5px 30px;
}

@font-face {
    font-family: 'icomoon';
    src: url('font/icomoon.eot?kgvmxe');
    src: url('font/icomoon.eot?kgvmxe#iefix') format('embedded-opentype'), url('font/icomoon.ttf?kgvmxe') format('truetype'), url('font/icomoon.woff?kgvmxe') format('woff'), url('font/icomoon.svg?kgvmxe#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Averta Thin";
    src: url(font/Averta-Thin.otf);
}

@font-face {
    font-family: "Averta Bold";
    src: url(font/Averta-Bold.otf);
}

@font-face {
    font-family: "Averta ExtraBold";
    src: url(font/Averta-ExtraBold.otf);
}

@font-face {
    font-family: "Averta Light";
    src: url(font/Averta-Light.otf);
}

@font-face {
    font-family: "Averta Regular";
    src: url(font/Averta-Regular.otf);
}

@font-face {
    font-family: "Averta SemiBold";
    src: url(font/Averta-Semibold.otf);
}

@font-face {
    font-family: "Averta ExtraBoldItalic";
    src: url(font/AvertaDemo-ExtraBoldItalic.otf);
}

@font-face {
    font-family: "Averta Black";
    src: url(font/Averta-Black.otf);
}

@font-face {
    font-family: "Averta Light";
    src: url(font/Averta-Light.otf);
}

@font-face {
    font-family: "Open Sans";
    src: url(font/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: "Open Sans Light";
    src: url(font/OpenSans-Light.ttf);
}

@font-face {
    font-family: "Open Sans Italic";
    src: url(font/OpenSans-Italic.ttf);
}

@font-face {
    font-family: "Open Sans LightItalic";
    src: url(font/OpenSans-LightItalic.ttf);
}

@font-face {
    font-family: "Open Sans Regular";
    src: url(font/OpenSans-Regular.ttf);
}

._wapper {
    max-width: 1920px;
    /*margin: auto;*/
}

._wapper2 {
    max-width: 1920px;
    margin: auto;
}

@media screen and (max-width:992px) {
    ._wapper .logo {
        display: none;
    }
    .artchitecture_product_item .desc3 .title,
    .artchitecture_product_item .desc3 .xemtatca {
        display: none;
    }
}

@media screen and (min-width:1199px) {
    /* banner */
    .carousel-control-next,
    .carousel-control-prev {
        width: 4%;
    }
    .formlienhe {
        border: 1px solid #aaaaaa;
        border-left: none;
    }
    .banner_project .banner_project_content .title_banner_project .title_banner_single {
        font-size: 40px;
    }
    /* endbanner */
}

@media (min-width:992px) and (max-width:1199px) {
    .avt3 .desc3 .xemtatca {
        font-size: 15.5px;
    }
    .thicong_items .thicong_item .thicong_item_title {
        font-size: 15px;
    }
    .artchitecture_items .artchitecture_item .artchitecture_item_title {
        font-size: 14px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .artchitecture_items .artchitecture_item .artchitecture_item_title .xemthem {
        font-size: 12px;
        padding-top: 10px;
    }
    .formlienhe {
        border: 1px solid #aaaaaa;
        border-left: none;
    }
    #menu-nav ul.pc li a {
        font-size: 14px;
    }
    /* banner */
    /* endbanner */
    /* lisdesign */
    .listdesign_home .listdesign_home_items .listdesign_home_item .listdesign_item .listdesign_item_text {
        font-size: 20px;
    }
    .listdesign_home .listdesign_home_items .listdesign_home_item .listdesign_item .listdesign_item_text .listdesign_item_xemtatca {
        font-size: 15.5px;
    }
    /* endlisdesign */
    /* trang details category */
    .banner_project .banner_project_content .title_banner_project {
        font-size: 40px;
    }
    .projects_related .project_related_item .project_related_title {
        font-size: 16px;
    }
    .projects_related .project_related_item .project_related_title .xemthem {
        font-size: 13px;
    }
    .projects_related .project_related_item .project_related_title .xemthem img {
        width: 15px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .avt3 .desc3 .xemtatca {
        font-size: 13.5px;
    }
    .thicong_items .thicong_item .thicong_item_title {
        font-size: 12px;
    }
    .formlienhe {
        border: 1px solid #aaaaaa;
        border-top: none;
    }
    /* banner */
    .banner_home .title_banner_home .title_desc {
        font-size: 30px;
        letter-spacing: 20px;
    }
    .banner_home .title_banner_home .title_banner {
        font-size: 75px;
    }
    .banner_home .carousel-control-next-icon,
    .banner_home .carousel-control-prev-icon {
        width: 40px;
        height: 40px;
    }
    .banner_home .carousel-indicators li {
        width: 10px;
        height: 10px;
    }
    .artchitecture_items .artchitecture_item .artchitecture_item_title {
        font-size: 12px;
    }
    .artchitecture_items .artchitecture_item .artchitecture_item_title .xemthem {
        font-size: 12px;
    }
    /* endbanner */
    /* lisdesign */
    .listdesign_home .listdesign_home_items .listdesign_home_item .listdesign_item .listdesign_item_text {
        font-size: 14px;
    }
    .listdesign_home .listdesign_home_items .listdesign_home_item .listdesign_item .listdesign_item_text .listdesign_item_xemtatca {
        font-size: 13.5px;
    }
    /* endlisdesign */
    /* abouthome */
    .abouts_home .abouts_smilehome .abouts_home_text {
        font-size: 14px;
    }
    .abouts_home .abouts_smilehome .abouts_home_text .abouts_home_gioithieuve {
        font-size: 16px;
    }
    .abouts_home .abouts_smilehome .abouts_home_text .abouts_home_name {
        font-size: 22px;
    }
    /* endabouthome */
    /* trangcategory */
    .category_products .category_product_items .category_product_item .title_product_category {
        font-size: 15px;
        padding: 12px 0px;
    }
    .banner_category .banner_category_content .title_banner_category {
        font-size: 40px;
    }
    /* trang details category */
    .banner_project .banner_project_content .title_banner_project {
        font-size: 25px;
    }
    .projects_related .project_related_item .project_related_title {
        font-size: 12px;
    }
    .projects_related .project_related_item .project_related_title .xemthem {
        font-size: 10px;
    }
    .projects_related .project_related_item .project_related_title .xemthem img {
        width: 10px;
    }
}

@media (min-width:575px) and (max-width:768px) {
    .map_home {
        padding-top: 20px;
    }
    .lnr {
        width: 10px;
        height: 10px;
        transform: translate(0px, 8px);
    }
    .owl {
        width: 30px;
        height: 30px;
    }
    .avt3 .desc3 .xemtatca {
        font-size: 8.5px;
    }
    .thicong_items .thicong_item .thicong_item_title {
        font-size: 12px;
    }
    .thicong_items .thicong_item .thicong_item_title .thicong_item_time .thicong_text_duan {
        font-size: 12px;
    }
    .thicong_items .thicong_item .thicong_item_title .thicong_item_time .thicong_text_time {
        font-size: 12px;
    }
    .artchitecture_items .artchitecture_item .artchitecture_item_title {
        font-size: 12px;
    }
    .artchitecture_items .artchitecture_item .artchitecture_item_title .xemthem {
        font-size: 12px;
    }
    .formlienhe {
        border: 1px solid #aaaaaa;
        border-top: none;
    }
    /* banner */
    .banner_home .title_banner_home .title_desc {
        font-size: 25px;
        letter-spacing: 10px;
    }
    .banner_home .title_banner_home .title_banner {
        font-size: 50px;
    }
    .banner_home .carousel-control-next-icon,
    .banner_home .carousel-control-prev-icon {
        width: 30px;
        height: 30px;
    }
    .banner_home .carousel-indicators li {
        width: 8px;
        height: 8px;
        margin-right: 5px;
        margin-left: 5px;
    }
    /* endbanner */
    /* lisdesign */
    .listdesign_home .listdesign_home_items .listdesign_home_item .listdesign_item .listdesign_item_text {
        font-size: 9px;
    }
    .listdesign_home .listdesign_home_items .listdesign_home_item .listdesign_item .listdesign_item_text .listdesign_item_xemtatca {
        font-size: 8.5px;
    }
    .listdesign_home {
        padding-top: 20px;
    }
    /* endlisdesign */
    /* abouthome */
    .abouts_home {
        padding-top: 20px;
    }
    .abouts_home .abouts_smilehome .abouts_home_text {
        font-size: 10px;
    }
    .abouts_home .abouts_smilehome .abouts_home_text .abouts_home_gioithieuve {
        font-size: 12px;
    }
    .abouts_home .abouts_smilehome .abouts_home_text .abouts_home_name {
        font-size: 18px;
    }
    /* endabouthome */
    /* architecture */
    .architecture_home {
        padding-top: 20px;
    }
    .architecture_home .architecture_home_item_2 .architecture_item_mid {
        margin: 0px 10px;
    }
    .architecture_home .architecture_home_item_2 .architecture_item .architecture_item_text {
        padding: 5px 0px;
        font-size: 10px;
    }
    /* trangcategory */
    .category_products .category_product_items .category_product_item .title_product_category {
        font-size: 12px;
        padding: 10px 0px;
    }
    .banner_category .banner_category_content .title_banner_category {
        font-size: 30px;
    }
    /* trang details category */
    .banner_project .banner_project_content .title_banner_project {
        font-size: 20px;
    }
    .projects_related .project_related_item .project_related_title {
        font-size: 8px;
    }
    .projects_related .project_related_item .project_related_title .xemthem {
        font-size: 8px;
    }
    .projects_related .project_related_item .project_related_title .xemthem img {
        width: 10px;
    }
    .formlienhe {
        padding: 25px;
        font-family: Averta Thin;
    }
}

@media screen and (max-width:575px) {
    .add-email-info {
        padding-right: 20px;
    }
    .pure-toggle-label {
        width: 45px;
        height: 45px;
    }
    .pure-toggle-label .pure-toggle-icon,
    .pure-toggle-label .pure-toggle-icon:before,
    .pure-toggle-label .pure-toggle-icon:after {
        /*width: 22px;
    height: 3px;
    top: 58%;*/
    }
    .box_banner_home::before {
        padding-top: 50%;
    }
    .map_home {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .lienhe {
        margin-bottom: 20px;
    }
    .formlienhe {
        padding: 10px;
        font-family: Averta Thin;
    }
    .lnr {
        width: 10px;
        height: 10px;
        transform: translate(0px, 8px);
    }
    .owl {
        width: 30px;
        height: 30px;
    }
    .thicong_items .thicong_item .thicong_item_title {
        font-size: 8px;
    }
    .thicong_items .thicong_item .thicong_item_title .thicong_item_time .thicong_text_duan {
        font-size: 9px;
    }
    .thicong_items .thicong_item .thicong_item_title .thicong_item_time .thicong_text_time {
        font-size: 9px;
    }
    .artchitecture_items .artchitecture_item .artchitecture_item_title {
        font-size: 10px;
    }
    .artchitecture_items .artchitecture_item .artchitecture_item_title .xemthem {
        font-size: 10px;
    }
    .artchitecture_items .artchitecture_item .artchitecture_item_title .xemthem img {
        width: 10px;
    }
    .formlienhe {
        border: 1px solid #aaaaaa;
        border-top: none;
    }
    /* banner */
    .banner_home .title_banner_home .title_desc {
        font-size: 16px;
    }
    .banner_home .title_banner_home .title_banner {
        font-size: 20px;
    }
    .banner_home .carousel-control-next-icon,
    .banner_home .carousel-control-prev-icon {
        width: 12px;
        height: 12px;
    }
    .banner_home .carousel-indicators li {
        width: 5px;
        height: 5px;
        margin-right: 2px;
        margin-left: 2px;
    }
    /* endbanner */
    /* lisdesign */
    .listdesign_home .listdesign_home_items .listdesign_home_item .listdesign_item .listdesign_item_text .listdesign_item_title {
        background-color: rgba(0, 0, 0, .5);
        padding: 5px 5px;
    }
    .listdesign_home .listdesign_home_items .listdesign_home_item .listdesign_item .listdesign_item_text {
        font-size: 20px;
    }
    .listdesign_home .listdesign_home_items .listdesign_home_item .listdesign_item .listdesign_item_text .listdesign_item_xemtatca {
        font-size: 14px;
    }
    .listdesign_home .listdesign_home_items .listdesign_home_item .listdesign_item .listdesign_item_text .listdesign_item_xemtatca img {
        width: 10px;
        height: 5px;
    }
    .listdesign_home .listdesign_home_items .listdesign_home_item_1 .listdesign_item_mid {
        margin: 10px 0px;
    }
    .listdesign_home .listdesign_home_items .listdesign_home_item_2 .listdesign_item_mid {
        margin: 10px 0px;
    }
    .listdesign_home {
        padding-top: 10px;
    }
    .abouts_home {
        padding-top: 10px;
    }
    /* endlisdesign */
    /* abouthome */
    .abouts_home .abouts_smilehome .abouts_home_text {
        margin-top: 10px;
        font-size: 16px;
    }
    .abouts_home .abouts_smilehome .abouts_home_text .abouts_home_gioithieuve {
        font-size: 18px;
    }
    .abouts_home .abouts_smilehome .abouts_home_text .abouts_home_name {
        font-size: 20px;
    }
    .abouts_home .abouts_smilehome .abouts_home_text .icontimhieuthem {
        width: 10px;
    }
    .abouts_home .abouts_smilehome .abouts_home_text .abouts_home_content {
        padding: 5px 0px 0px 0px;
    }
    /* endabouthome */
    /* architecture */
    .architecture_home {
        padding-top: 10px;
    }
    .architecture_home .architecture_home_item_2 .architecture_item_mid {
        margin: 10px 0px;
    }
    .architecture_home .architecture_home_item_2 .architecture_item .architecture_item_text {
        padding: 5px 0px;
        font-size: 20px;
    }
    /* endarchitecture */
    /* footer */
    footer .footer .title_footer .title_footer_text {
        padding: 0px 15px;
        color: #6c6c6c;
    }
    footer .footer .title_footer {
        font-size: 12px;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    footer .footer .footer_icon_media .icon {
        padding: 0px 10px;
    }
    footer .footer .footer_icon_media .icon img {
        width: 70%;
    }
    footer .footer .footer_icon_media {
        padding-bottom: 20px;
    }
    footer .footer .coppyright {
        font-size: 15px;
        padding-bottom: 30px;
        color: #6c6c6c;
    }
    /* trangcategory */
    .category_products .category_product_items .category_product_item .title_product_category {
        font-size: 8px;
        padding: 5px 0px;
    }
    .banner_category .banner_category_content .title_banner_category {
        /* text-align: center; */
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 20px;
        font-family: Averta Regular;
        background-color: rgb(0, 0, 0, .2);
        padding: 0px;
    }
    .category_products {
        padding: 10px 0px;
    }
    /* trang details category */
    .banner_project .banner_project_content .title_banner_project {
        font-size: 15px;
    }
    .projects_related .project_related_item .project_related_title {
        font-size: 14px;
    }
    .projects_related .project_related_item .project_related_title .xemthem {
        font-size: 12px;
    }
    .projects_related .project_related_item .project_related_title .xemthem img {
        width: 10px;
    }
    .project_details .projects_related .project_related_item {
        margin-bottom: 20px;
    }
    .paginate_links .page-numbers {
        font-size: 15px;
        margin: 0 5px 0 5px;
    }
}

@media (min-width: 320px) and (max-width: 350px) {
    .abouts_home .abouts_smilehome .abouts_home_text .abouts_home_content {
        font-size: 5px;
        padding: 2px 0px 0px 0px;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .container {
        max-width: 1240px;
    }
    tr td {
        font-size: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
    tr td {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .container {
        max-width: 720px;
    }
    tr td {
        font-size: 12px;
    }
}

@media screen and(max-width: 576px) {
    .container {
        max-width: 540px;
    }
}

[class*=sec],
[class*=section] {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.block-single-3 .item {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-top: 50px;
}

.block-single-3 .desc {
    font-size: 25px;
    font-weight: 600;
}

.formeo .f-addon,
.formeo.formeo-editor .field-edit [contenteditable],
.formeo input,
.formeo select,
.formeo textarea {
    font-size: 100%;
    font-family: inherit;
    height: 2.1em;
    line-height: 1.5;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    padding: .3em .6em;
    box-sizing: border-box;
}

input#mg_22_field.custom-email {
    height: 40px;
}

.formeo .f-field-group button {
    position: absolute;
    top: 0px;
    left: 175px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #000;
    margin-right: 4px;
    width: max-content;
}

.formeo.formeo-render .f-input-group-wrap>fieldset,
.formeo.formeo-render .formeo-column,
.formeo.formeo-render .formeo-field,
.formeo.formeo-render .formeo-row {
    position: relative;
}

.formeo.formeo-render .formeo-column:first-of-type {
    padding-left: 0;
}

.formeo.formeo-render .formeo-column {
    padding: 0 4px;
    float: left;
    max-width: none;
    flex-direction: column;
}

.add-email-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.formeo * {
    box-sizing: inherit;
}

.formeo.formeo-render .formeo-row:last-of-type {
    margin-bottom: 0;
}

.formeo.formeo-render .formeo-row {
    margin-bottom: 1em;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    display: flex;
    border-radius: 8px;
    transition: background-color .2s, padding .2s;
    padding: 4px 0;
}

.formeo .f-field-group {
    flex-wrap: wrap;
    margin-bottom: 12px;
}

@media only screen and (min-width: 1200px) {
    .block-single-3 .img {
        position: absolute;
        -ms-transform: translate(-150%, -50%);
        transform: translate(-150%, -50%);
        -webkit-transform: translate(-150%, -50%);
        left: 0;
        top: 50%;
        padding: 0;
    }
}

@media screen and (max-width: 575px) {
    .block-single-3 .item {
        padding: 10px 0;
    }
    .formeo .f-field-group button {}
    .block-single-3 .desc {
        font-size: 20px;
    }
}

.block-single-3 .fa {
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid black;
    padding: 12px;
}

.divtext .title {
    color: #333;
    text-decoration: none;
}

.divtext .title:hover {
    color: red;
    text-decoration: none;
}


/*ajax*/

button#icontimkiem {
    background-color: #232323;
    border-color: #232323;
    color: #fff;
}

button#icontimkiem:hover {
    background-color: #990000;
    border-color: #990000;
}

.wrapSearch {
    position: absolute;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    list-style: none;
    -webkit-box-shadow: 1px 2px 4px rgb(0 0 0 / 30%);
    box-shadow: 1px 2px 4px rgb(0 0 0 / 30%);
    background-color: #fff;
    z-index: 10;
    transform: translateY(50%);
    transition: all 500ms;
}

.show {
    opacity: 1;
    transform: translateY(0%);
    visibility: visible;
    transition-duration: 0.3s;
}

body.showWrapSearch .wrapSearch {
    max-height: 500vh;
    padding: 30px 0;
}

#header .container {
    position: relative;
}

.wrapSearch {
    background-color: #F4F4F4;
    width: 100%;
}

.resultSearch .search_btn {
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
}

.resultSearch .winput {
    width: 870px;
    max-width: 100%;
    margin: 0 auto 30px;
}

.resultSearch {
    position: relative;
    padding-top: 20px;
}

.resultSearch input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #B8B9B8;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 30px;
    color: #000000;
    font-weight: 500;
}


/*menumobile*/

.pure-drawer .logomb img {
    width: 50%;
    position: relative;
    bottom: -50px;
    right: 50px;
}

.fa-angle-down {
    content: '';
    position: absolute;
    width: 40px;
    height: 33px;
    font-size: 20px;
    line-height: 33px;
    top: 5px;
    right: 15px;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.fa-angle-down:before {
    content: "\f107";
    color: white;
}

ul.nav-primary li {
    position: relative;
}

ul li .up {
    /*-webkit-transform: rotate(180deg);*/
    transform: rotate(180deg);
}

.pure-toggle-label {
    border-color: black;
}

.pure-toggle-label .pure-toggle-icon,
.pure-toggle-label .pure-toggle-icon:before,
.pure-toggle-label .pure-toggle-icon:after {
    background-color: black;
}

.pure-toggle-label:hover {
    border-color: black;
    color: black;
}

.pure-toggle-label:hover .pure-toggle-icon,
.pure-toggle-label:hover .pure-toggle-icon:before,
.pure-toggle-label:hover .pure-toggle-icon:after {
    background-color: black;
}

.pure-toggle[data-toggle='left']:checked~.pure-toggle-label[data-toggle-label='left'],
.pure-toggle[data-toggle='right']:checked~.pure-toggle-label[data-toggle-label='right'],
.pure-toggle[data-toggle='top']:checked~.pure-toggle-label[data-toggle-label='top'] {
    border-color: black;
    color: black;
}

.pure-toggle-label {
    border: none;
    top: 1%;
}

.pure-container {
    padding: 15px 10px;
}

.section-detail {
    padding-top: 10em;
    padding-bottom: 2em;
}

@media screen and (max-width: 992px) {
    .menumm {
        position: fixed;
        background-color: white;
        z-index: 100;
        width: 100%;
    }
    .section-detail {
        padding-top: 2em;
    }
    .wrapSearch {
        padding-top: 100px;
        z-index: 26;
    }
    main {
        padding-top: 60px;
    }
}

.card-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.card-wrapper img {
    width: 100%;
    display: block;
}

.card-wrapper .img-item img {
    height: 100%;
}

.img-display {
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.img-showcase img {
    min-width: 100%;
    object-fit: cover;
    height: 500px;
}

._wapper .logo img {
    width: 130px;
}

.menumm img.mw-100 {
    width: 50px;
}

.img-select {
    display: flex;
}

.img-item {
    margin: 0.3rem;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
    margin-right: 0;
}

.img-item:hover {
    opacity: 0.8;
}

@media screen and (min-width: 992px) {
    .card-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-imgs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.thongtin-detail h2.title-detail {
    color: #333;
    font-family: Open Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 2em;
}

.thongtin-detail .text-km {
    color: #D21C1C;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 1em 0
}

.thongtin-detail .form-detail {
    margin: 2em 0;
}

.thongtin-detail .btn-dangky {
    display: flex;
    width: 112px;
    height: 40px;
    padding: 8px 25.405px 8px 25.595px;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    border: 2px solid #767676;
    background: #000;
    color: #ffffff;
    margin-top: 1em;
}

input:focus-visible {
    outline: none;
}


/* Android 2.3 :checked fix */

@keyframes fake {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

.worko-tabs {
    margin: 20px;
    width: 100%;
}

.worko-tabs .state {
    position: absolute;
    left: -10000px;
}

.worko-tabs .flex-tabs {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.worko-tabs .flex-tabs .tab {
    width: max-content;
    max-height: 40px;
}

.worko-tabs .flex-tabs .panel {
    background-color: #fff;
    padding: 20px 0;
    height: auto;
    display: none;
    width: 100%;
    flex-basis: auto;
}

.worko-tabs .tab {
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    /* background-color: #eee; */
    cursor: hand;
    cursor: pointer;
    border-top: 4px solid transparent;
    margin: 0 1em;
}

.worko-tabs .tab:hover {
    background-color: #fff;
}

#tab-one:checked~.tabs #tab-one-label,
#tab-two:checked~.tabs #tab-two-label,
#tab-three:checked~.tabs #tab-three-label,
#tab-four:checked~.tabs #tab-four-label {
    background-color: #fff;
    cursor: default;
    border-top-color: #D21C1C;
}

#tab-one:checked~.tabs #tab-one-panel,
#tab-two:checked~.tabs #tab-two-panel,
#tab-three:checked~.tabs #tab-three-panel,
#tab-four:checked~.tabs #tab-four-panel {
    display: block;
}

@media (max-width: 600px) {
    .flex-tabs {
        flex-direction: column;
    }
    .flex-tabs .tab {
        background: #fff;
        border-bottom: 1px solid #ccc;
    }
    .flex-tabs .tab:last-of-type {
        border-bottom: none;
    }
    .flex-tabs #tab-one-label {
        order: 1;
    }
    .flex-tabs #tab-two-label {
        order: 3;
    }
    .flex-tabs #tab-three-label {
        order: 5;
    }
    .flex-tabs #tab-four-label {
        order: 7;
    }
    .flex-tabs #tab-one-panel {
        order: 2;
    }
    .flex-tabs #tab-two-panel {
        order: 4;
    }
    .flex-tabs #tab-three-panel {
        order: 6;
    }
    .flex-tabs #tab-four-panel {
        order: 8;
    }
    #tab-one:checked~.tabs #tab-one-label,
    #tab-two:checked~.tabs #tab-two-label,
    #tab-three:checked~.tabs #tab-three-label,
    #tab-four:checked~.tabs #tab-four-label {
        border-bottom: none;
    }
    #tab-one:checked~.tabs #tab-one-panel,
    #tab-two:checked~.tabs #tab-two-panel,
    #tab-three:checked~.tabs #tab-three-panel,
    #tab-four:checked~.tabs #tab-four-panel {
        border-bottom: 1px solid #ccc;
    }
}