/*
 * Theme Name: NR Global
 * Description: Công nghệ thông tin ngày càng phát triển, nó giúp con người mua thực hiện công việc mua bán, tìm kiếm thông tin sản phẩm ngày càng hiệu quả hơn. Thay vì phải chạy đến tận nơi bán sản phẩm để tìm hiểu thông tin hay mua một sản phẩm nào đó, bạn chỉ việc ngồi ở nhà và với một thiết bị được kết nối internet là bạn có thể có tất cả. Có thể nói website là một công cụ hữu hiệu nhất trong hoạt động quảng bá thương hiệu, sản phẩm, dịch vụ một cách hiệu quả. Bạn là một người kinh doanh thì việc thiết kế một website là điều vô cùng cần thiết và cấp bách trong thời buổi công nghệ này, đó là sợi dây liên kết giữa doanh nghiệp và khách hàng, giúp cho doanh nghiệp quảng bá thương hiệu, sản phẩm và dịch vụ của mình đến với mọi người một cách nhanh chóng, hiệu quả, dễ dàng và trực quan nhất.
 * Theme URI: https://nrglobal.vn
 * Version: 12.0
 * Theme Author: info@nrglobal.vn
 * Author: Cristian Dev
 * Author URI: info@nrglobal.vn
 * Textdomain: gaumap
 */
 @font-face {
  font-family: 'Verdana';
  src: url('/fonts/verdana.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Verdana';
  src: url('/fonts/verdanab.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Verdana';
  src: url('/fonts/verdani.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Verdana';
  src: url('/fonts/verdanaz.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

body img{
    max-width: 100%;
    height: auto;
}
body.page img{
    height: auto !important;
}
.content iframe{
    width: 100% !important;
    height: 450px !important;
}

#header nav{
    position: relative;
}
#header nav .shop-cart{
    position: absolute;
    right: 20px;
}
#header nav .shop-cart > a{
    position: relative;
    background-color: #eeb216;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
#header nav .shop-cart a b{
    position: absolute;
    right: -3px;
    top: -16px;
    width: 25px;
    height: 25px;
    background-color: #eeb216;
    text-align: center;
    border-radius: 100%;
}
#billing_country_field{
    display: none;
}
.page-header {
    position: relative;
    background-color: #ccc;
    padding: 34px 0;
}
.page-header-title {
    display: block;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 400;
    margin: 0;
    color: #000;
}
.page-subheading {
    font-size: 15px;
    margin: 0;
    color: #000;
}
.page-header .container {
    position: relative;
}
.site-breadcrumbs {
    position: absolute;
    right: 15px;
    top: 50%;
    max-width: 50%;
    height: 32px;
    line-height: 32px;
    margin-top: -16px;
    font-size: 13px;
    color: #c6c6c6;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
}
#page-breadcrumb span,
#page-breadcrumb span a,
#page-breadcrumb .breadcrumb_last{
    color: #000;
}
.main-product{
    margin-bottom: 20px;
}
.box-product__caption{
    padding: 10px 0;
}
.box-product__caption .category a{
    color: #999;
    font-size: 12px;
    font-style: italic;
}
.box-product__caption h4{
    margin: 5px 0;
}
.box-product__caption h4 a{
    font-size: 14px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.box-product__caption .des_pr-price p{
    font-size: 14px;
    color: #b0acac;
    text-decoration: line-through;
    margin-bottom: 0;
}
.box-product__caption .des_pr-price .price{
    color: #eeb216;
    font-size: 18px;
    text-decoration: none;
}
.box-product p.product.woocommerce{
    border: none !important;
    padding: 0 !important;
}
.box-product input[type='number']{
    display: none;
}
.box-product .c-product-grid__atc{
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100%;
    color: #fff !important;
    background-color: #eeb216 !important;
    text-align: center;
    padding: 12px 0 !important;
    -webkit-transform: translateY(64px);
    transform: translateY(64px);
    opacity: 0;
        -webkit-transition: all 0.21s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
}
.box-product:hover .c-product-grid__atc{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
        -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;
}
.box-product__img{
    overflow: hidden;
}
.box-product__img a img{
    width: 100%;
}
.box-product .c-product-grid__atc.loading:after{
    top: 14px !important;
}
.box-product .added_to_cart{
    display: none !important;
}
.main-product--info{
    padding-top: 30px;
}
.sidebar-cat.sticky-top{
    top:95px;
}
.sidebar-cat h3{
    font-size: 17px;
    color: #000;
    border-left: 3px solid #eeb216;
    padding-left: 10px;
}
.sidebar-cat ul{
    padding-left: 10px;
}
.sidebar-cat ul li{
    list-style: none;
}
.sidebar-cat ul li.active{
    position: relative;
}
.sidebar-cat ul li.active a:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(0,0,0,.15);
    background-color: #eeb216;
    border-radius: 50%;
}
.sidebar-cat ul li a{
    color: #000;
    font-size: 15px;
    padding-left: 22px;
}
.sidebar-cat ul li a:hover{
    color: #eeb216;
}
.box-info-pro h2{
    font-size: 24px;
    margin: 0 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}
.box-info-pro .des_pr-price{
    padding-top: 9px;
}
.box-info-pro p{
    text-decoration: line-through;
    color: #b0acac;
    margin-bottom: 0;
}
.box-info-pro p.price{
    font-size: 24px;
    line-height: 1.2;
    color: #eeb216;
    margin-right: 20px !important;
    text-decoration: none;
}
.box-cart p{
    text-decoration: none;
    border: none !important;
    border-top: 1px solid #333333 !important;
    border-bottom: 1px solid #333333 !important;
    margin-top: 20px;
    padding: 20px 0 !important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.box-cart p button{
    width: 40px;
    height: 40px;
    padding: 0;
    background: #eeb216;
    color: #fff;
}
.box-cart .add_to_cart_inline input[type="number"]{
    width: 60px;
    height: 40px;
    text-align: center;
}
.box-cart .add_to_cart_inline input[type="number"]::-webkit-outer-spin-button,
.box-cart .add_to_cart_inline input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.box-cart .add_to_cart_inline input[type="number"] {
  -moz-appearance: textfield;
}
.box-cart .add_to_cart_inline a.c-product-grid__atc{
    line-height: unset;
    margin-left: 5px;
    background: #eeb216;
    color: #fff;
}
.box-cart .add_to_cart_inline a.c-product-grid__atc:hover{
    background-color: #000;
    color: #fff;
}
.box-cart .add_to_cart_inline a.added_to_cart{
    max-width: 320px;
    width: 100%;
    background: #eeb216;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    margin-top: 10px;
}
.product_meta {
    clear: both;
    font-size: 13px;
    border-bottom: 1px solid;
    margin-top: -1px;
    padding: 20px 0;
    color: #787878;
    border-color: #333333;
}
.product_meta a{
    color: #000;
}
.woocommerce-cart table.cart img{
    width: 80px !important;
}
.product-name a,
.woocommerce-info a,
#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button{
    color: #000;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background-color: #eeb216 !important;
}
.woocommerce form .form-row label,
.woocommerce-billing-fields__field-wrapper span,
.woocommerce-input-wrapper{
    width: 100% !important;
}
.woocommerce-input-wrapper textarea{
    height: 160px !important;
}
.tool-bar{
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding:10px 0;
    margin: 30px 0 20px 0;
    position: relative;
}
.result-count{
    position: absolute;
    right: 0;
    text-transform: uppercase;
}
.order-product form,
.result-count p{
    margin-bottom: 0 !important;
}

.tool-bar > div:not(.result-count) {
    margin-right: 20px;
}
.tool-bar_fillter a{
    font-size: 14px;
    font-weight: 600;
    padding: 6px 24px;
    border: 1px solid #333;
    display: block;
    text-align: center;
    color: #666;
}
.gir-list a{
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #000;
    border: 1px solid #333;
    text-align: center;
    display: inline-block;
}
.gir-list a.active{
    color: #eeb216;
    border-color: #eeb216;
}
.gir-list a i{
    font-size: 20px;
    margin-top: 7px;
}
.order-product form select{
    border: 1px solid #000;
    padding: 6.5px 18px;
}
.main-product__list .col-md-3{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.main-product__list .list-gird{
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
        -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.main-product__list .list-gird .box-product{
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.list-gird .box-product__caption{
    padding-left: 20px;
}
.list-gird .box-product__caption h4 a{
    font-size: 28px;
}
.related-product .des_pr-price{
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.result-fillter{
    position: fixed;
    top:0;
    left: -500px;
   max-width: 325px;
   width: 100%;
   height: 100vh;
   background-color: #fff;
   z-index: 99999;
    -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 40%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 35px 25px;
    overflow-y: auto;
}
.result-fillter.open{
    left: 0;
     -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.result-fillter .sidebar-cat{
    border-bottom: 1px solid #333;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.zalo-container{
    z-index: 999 !important;
}
.result-fillter__close{
    position: absolute;
    right: 10px;
    top:10px;
}
.result-fillter__close a{
    color: #000;
}

.price-range-slider {
  width: 100%;
  float: left;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 20px 0 20px -20px;
}
.price-range-slider .range-bar {
     background: transparent;
    height: 7px;
    width: 96%;
    margin-left: 8px;
    border: 1px solid #3333 !important;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #eeb216;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #eeb216;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: #eeb216;
}
.price-range-slider{
    padding-top: 30px;
}
.price-range-slider.sidebar-cat{
    border-bottom: none;
}
.price-range-slider .range-value input{
        font-size: 11px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}
.price-range-slider form button{
    height: 22px;
    line-height: 22px;
    padding: 0 12px;
    background-color:#eeb216;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}


.text-flex-home {
    color: #f37021;
    
    font-weight: 700
}

.p-flex-home-80 {
    padding-bottom: 20px;
    padding-top: 48px
}

.how-it-works .step-and-timeline .step .progress-container {
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1150px;
    position: relative
}

.how-it-works .step-and-timeline .step .progress-container:before {
    background-color: #a8a8a8;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 0
}

.how-it-works .step-and-timeline .step .progress-container .progress {
    background-color: #eeb216;
    height: 6px;
    left: -1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .4s ease;
    width: 0;
    z-index: 0
}

.how-it-works .step-and-timeline .step .progress-container .circle {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #a8a8a8;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    line-height: 30px;
    margin-top: 7px;
    padding: 22px;
    transition: .4s ease;
    width: 30px
}

.how-it-works .step-and-timeline .step .progress-container .circle .step-text {
    color: #656565;
    
    font-size: 13px;
    font-weight: 600;
    left: -50%;
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 60px;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    width: 210px
}

.how-it-works .step-and-timeline .step .progress-container .circle.active {
    background-color: #eeb216;
    border: 10px solid #eed699;
    color: #fff;
    font-size: 14px;
    margin-left: -3px;
    margin-top: 0 !important;
    padding: 22px
}

.how-it-works .step-and-timeline .step .progress-container .circle.active .step-text {
    color: #000
}

.how-it-works .step-and-timeline .step .btn {
    background-color: #3498db;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    margin: 5px;
    padding: 8px 30px
}

.how-it-works .step-and-timeline .step .btn:active {
    -webkit-transform: scale(.98);
    transform: scale(.98)
}

.how-it-works .step-and-timeline .step .btn:focus {
    outline: 0
}

.how-it-works .step-and-timeline .step .btn:disabled {
    background-color: #e0e0e0;
    cursor: not-allowed
}

.how-it-works .step-and-timeline .step-description .btn-step-block {
    margin-top: -7rem
}

.how-it-works .step-and-timeline .step-description-block-item {
    min-height: 500px
}

.how-it-works .step-and-timeline .step-description-title {
    color: #eeb216;
    
    font-size: 22px;
    font-weight: 700
}

.how-it-works .step-and-timeline .step-description #prev {
    display: none
}

.how-it-works .step-and-timeline .step-description .btn-previous {
    background-color: #fff;
    border: 1px solid #ff7e00;
    color: #ff7e00
}

.how-it-works .step-and-timeline .history-tl-container ul.tl {
    height: 200px;
    margin: 0;
    padding: 25px 25px 25px 0
}

.how-it-works .step-and-timeline .history-tl-container ul.tl li {
    border-left: 2px solid #a8a8a8;
    list-style: none;
    margin: auto;
    min-height: 60px;
    padding: 0 0 50px 25px;
    position: relative
}

.how-it-works .step-and-timeline .history-tl-container ul.tl .item-title {
    position: absolute;
    top: -10px
}

.how-it-works .step-and-timeline .history-tl-container ul.tl .item-title a {
    color: #eeb216
}

.how-it-works .step-and-timeline .history-tl-container ul.tl .tl-item-link:before {
    top: 10px
}
.how-it-works .step-and-timeline .history-tl-container ul.tl .tl-item-link.active:before{
    top: 0;
}

.how-it-works .step-and-timeline .history-tl-container ul.tl .tl-item-link .item-title {
    margin-top: 14px
}

.how-it-works .step-and-timeline .history-tl-container ul.tl li:last-child {
    border-left: 0;
    margin-left: 2px
}

.how-it-works .step-and-timeline .history-tl-container ul.tl li:before {
    background: #a8a8a8;
    border-radius: 50px;
    content: "";
    height: 10px;
    left: -6px;
    position: absolute;
    top: -5px;
    width: 10px
}

.how-it-works .step-and-timeline .history-tl-container ul.tl li.active:before {
    background: transparent;
    content: url(resources/images/dot.png);
    left: -8px
}
.danh-sach-mat-bang{
    padding-top: 40px;
}
.project-cat{
    margin-bottom: 30px;
}
.project-cat ul li a{
    color: #000;
    font-size: 1em;
    padding: 10px 20px;
    display: block;
     border: 1px solid #000;
}
.project-cat ul li.active a, .project-cat ul li:hover a{
     border: 1px solid #eeb216;
    background-color: #eeb216;
    color: #fff;
}



.phong-cach-noi-bat .slider-item .information .name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.video-slider .slider-item .thumbnail img {
    object-fit: cover;
    height: 100%;
}

.video-slider .slider-item .information .information-left img {
    object-fit: cover;
}

body.home .phong-cach-noi-bat,
body.archive .phong-cach-noi-bat {
    background-image: unset;
}

.padding-flexhome {
    padding: 1.25rem 0 !important;
}

.text-start-now {
    font-size: 18px !important;
}

.f-22 {
    font-size: 22px;
}

.custom-address {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: inline-block;
    display: -webkit-box;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    word-break: break-word;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #f37021 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes  sp-anime {
    100% {
        transform: rotate(360deg);
    }

}

.notification-dropdown-list p.notify-desc-content.mb-0,
.notification-dropdown-list .notify-title {
    color: #000 !important;
}

.notify-title {
    align-items: unset !important;
}

#header .notification-dropdown {
    width: 330px !important;
}

#header a.navbar-brand img {
    max-height: 50px;
    height: auto !important;
    width: auto !important;
}

div.pagination ul.pagination span {
    background-color: #eeb216;
    color: #ffffff !important;
}

body .pagination > li > a,
.pagination > li > span {
    border: solid 1px  #eeb216 !important;
    color: #000 !important;
}

.bai-viet-moi-nhat .thumbnail {
    display: block;
    position: relative;
    padding-top: 56.25%;
}

#blog-top .list-blog .item-blog-4 {
    float: left;            /*margin-top: unset !important;*/
    padding-left: unset;
    padding-right: 15px;
}

#blog-top .list-blog .item-blog-5 {
    float: left;
    padding-right: unset;
    padding-left: 15px;
}

.bai-viet-moi-nhat .thumbnail img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.categories-wrap {
    position: relative;
}

.cate-dropdown {
    position: absolute;
    left: 0;
    top: 38px;
    display: inline-block;
    z-index: 1000;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.sub-categories {
    cursor: pointer;
}

.cate-dropdown .cate-selected span {
    display: block;
    padding: 0 10px;
}

.cate-dropdown .options ul {
    display: none;
    list-style: none;
    width: 250px;
    margin-bottom: 0 !important;
    border: 1px solid transparent;
}

.cate-dropdown .options ul li {
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    position: relative;
}

.cate-dropdown .options ul li:hover {
    background-color: #e9ecef;
    transition: 0.5s ease;
    width: 100%;
}

.cate-dropdown .options ul li a {
    text-decoration: none;
    color: #212529;
}

.breadcrumb-submenu {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 1.1em;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

#secondary-menu a.nav-link{
    color: #16181b;
    cursor: pointer;
}

#secondary-menu .dropdown-item {
    cursor: pointer;
    padding: .5rem 1.5rem;
    font-size: 15px;
}

#secondary-menu ul.dropdown-menu.show {
    border: none;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);            /*top: 137%;*/
    border-radius: unset;
}

#secondary-menu .dropdown-item.active,
.dropdown-item:active {
    background-color: #e9ecef;
    color: #16181b;
    text-decoration: none;
}

.banner-blog {
    background-image: url("assets/images/img-blog-new.jpeg");
    padding: 150px 0;
}

.text-start-now {
    font-size: 18px !important;
}

.f-22 {
    font-size: 22px;
}

.custom-address {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: inline-block;
    display: -webkit-box;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    word-break: break-word;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus{
    background-color: #eeb216 !important
}
.map-contact iframe{
    width: 100%;
}
.info-company h4 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}
.info-company p a{
    color: #000;
}
.info-company p i {
   width: 20px;
   text-align: center;
}
#contact_form button{
    background-color: #eeb216;
    border-color: #eeb216;
}
body.post-type-archive-project .info{
    bottom: 10%;
    left: 0;
}
.zalo-container:not(.right){
    left: 21px !important;
}
.text-flex-home{
    color: #000;
}
.partner{
    padding:  50px 0;
    background-color:#f4f4f4;
}
.partner .big-text{
    color: #000;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.slider-partner .item{
    padding: 0 10px;
    height: 120px;
    background-color: #fff;
}
.slider-partner .item img{
    max-height: 96px;
    object-fit: contain;
}
.filter-area .info .big-text{
	font-size: 2rem
}
.danh-sach-mat-bang .item, .danh-sach-nha-thau .item,
.phong-cach-noi-bat .slider-item{
    border: 5px solid transparent;
}
.danh-sach-mat-bang .item:hover, .danh-sach-nha-thau .item:hover,
.phong-cach-noi-bat .slider-item:hover{
    border: 5px solid #eeb216;
}
#header .navbar-nav .nav-item .nav-link:hover{
    color: #eeb216;
}
/*.danh-sach-mat-bang .item:hover,
.danh-sach-mat-bang .item{
    border: none;
}*/
.danh-sach-mat-bang .information{
    background-color: transparent;
    text-align: center;
}
.danh-sach-mat-bang .information .detail{
    width: 100%;
}
.slick-dots li.slick-active button:before{
    color: #f37221 !important;
}
.project-cat ul{
    padding-left: 0;
}
.project-cat ul li{
    margin-bottom: 10px;
}
#header .navbar-nav .nav-item ul li .nav-link:hover{
/*    background-color: #eeb216;*/
    color: #eeb216;
}
.woocommerce-product-gallery{
    position: relative;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 5;
/*    background-color: #eee !important;*/
}
.qodef-woo-thumbnails-wrapper{
    margin-top: 3px;
}
#header .navbar-nav .nav-item ul li .nav-link:hover {
    background-color: #fbf6e7;
    color: #eeb216;
    border-radius: 5px;
}
#header .navbar-nav > .nav-item:after{
    background: #eeb216 !important ;
}
#header .navbar-nav .nav-dropdown .dropdown-menu{
     box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
     border-radius: 10px;
}
#header .navbar-nav .nav-dropdown:hover .dropdown-menu{
    display: block;
}
#header .navbar-nav .nav-dropdown .dropdown-menu{
    top: 40px !important;
}
.related-product{
    margin-top: 40px;
}
.banner .slider-item img{
    height: auto !important;
}
.skiptranslate{
    display: none;
}
@media screen only (min-width: 992px){
    .h-85 .slick-list{
        height: calc(100vh - 86px);
    }
}

.windows8 .wBall {
    position: absolute;
    width: 76px;
    height: 76px;
    opacity: 0;
    -moz-transform: rotate(225deg);
    -moz-animation: orbit 4.95s infinite;
    -webkit-transform: rotate(225deg);
    -webkit-animation: orbit 4.95s infinite;
    -ms-transform: rotate(225deg);
    -ms-animation: orbit 4.95s infinite;
    -o-transform: rotate(225deg);
    -o-animation: orbit 4.95s infinite;
    transform: rotate(225deg);
    animation: orbit 4.95s infinite;
}

.windows8 .wBall .wInnerBall {
    background-color: #f7941e;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.windows8 #wBall_1 {
    -moz-animation-delay: 1.08s;
    -webkit-animation-delay: 1.08s;
    -ms-animation-delay: 1.08s;
    -o-animation-delay: 1.08s;
    animation-delay: 1.08s;
}

.windows8 #wBall_2 {
    -moz-animation-delay: 0.22s;
    -webkit-animation-delay: 0.22s;
    -ms-animation-delay: 0.22s;
    -o-animation-delay: 0.22s;
    animation-delay: 0.22s;
}

.windows8 #wBall_3 {
    -moz-animation-delay: 0.43s;
    -webkit-animation-delay: 0.43s;
    -ms-animation-delay: 0.43s;
    -o-animation-delay: 0.43s;
    animation-delay: 0.43s;
}

.windows8 #wBall_4 {
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

.windows8 #wBall_5 {
    -moz-animation-delay: 0.86s;
    -webkit-animation-delay: 0.86s;
    -ms-animation-delay: 0.86s;
    -o-animation-delay: 0.86s;
    animation-delay: 0.86s;
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }

    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }

    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }

    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }

}

@-webkit-keyframes shakeit {
    0% {
        -webkit-transform: rotate(0deg) translate(2px, 1px);
    }

    10% {
        -webkit-transform: rotate(1deg) translate(1px, 2px);
    }

    20% {
        -webkit-transform: rotate(-1deg) translate(3px, 0px);
    }

    30% {
        -webkit-transform: rotate(0deg) translate(0px, -2px);
    }

    40% {
        -webkit-transform: rotate(-1deg) translate(-1px, 1px);
    }

    50% {
        -webkit-transform: rotate(1deg) translate(1px, -2px);
    }

    60% {
        -webkit-transform: rotate(0deg) translate(3px, -1px);
    }

    70% {
        -webkit-transform: rotate(1deg) translate(-2px, -1px);
    }

    80% {
        -webkit-transform: rotate(-1deg) translate(1px, 1px);
    }

    90% {
        -webkit-transform: rotate(0deg) translate(-2px, -2px);
    }

    100% {
        -webkit-transform: rotate(1deg) translate(-1px, 2px);
    }

}

@keyframes shakeit {
    0% {
        transform: rotate(0deg) translate(2px, 1px);
    }

    10% {
        transform: rotate(1deg) translate(1px, 2px);
    }

    20% {
        transform: rotate(-1deg) translate(3px, 0px);
    }

    30% {
        transform: rotate(0deg) translate(0px, -2px);
    }

    40% {
        transform: rotate(-1deg) translate(-1px, 1px);
    }

    50% {
        transform: rotate(1deg) translate(1px, -2px);
    }

    60% {
        transform: rotate(0deg) translate(3px, -1px);
    }

    70% {
        transform: rotate(1deg) translate(-2px, -1px);
    }

    80% {
        transform: rotate(-1deg) translate(1px, 1px);
    }

    90% {
        transform: rotate(0deg) translate(-2px, -2px);
    }

    100% {
        transform: rotate(1deg) translate(-1px, 2px);
    }

}
@media only screen and (max-width:1200px){
    .slider-item img{
        height: auto !important;
    }
    #header a.navbar-brand img{
        max-height: 37px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (max-width:1366px) and (min-width: 992px){
    #header .navbar-nav{
        margin-left: 0 !important;
        justify-content: flex-end;
        align-items: center !important;
        width: 100%;
        margin-right: 100px !important;
    }
    #header .navbar-nav li:last-child{
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 991px){
    .navbar-header, .navbar-header button {
        display: block !important;
    }
    #header nav .shop-cart {
        right: 61px;
        top: 21px;
    }
    #header .navbar-nav .nav-item {
        border-top: 1px solid #ccc;
        font-size: 16px;
        padding: 5px 0;
        width: 100%;
    }
    #header .navbar-nav .nav-item a.nav-link {
        color: #fff !important;
        text-transform: none;
    }
    #header .navbar-nav .nav-dropdown .dropdown-menu{
        background-color: transparent !important;
    }
    #header .navbar-nav .nav-item ul li .nav-link:hover {
        background-color: #fbf6e7;
        color: #eeb216 !important;
        display: block !important;
    }
}
@media only screen and (max-width:991px) and (min-width: 768px){
    .how-it-works .step-and-timeline .step .progress-container .circle .step-text{
        font-size: 10px
    }
    #header .navbar-nav .nav-dropdown:hover .dropdown-menu{
        background-color: transparent !important;
    }
}

@media screen and (max-width: 767px){
    #header .navbar-nav{
        padding: 0 15px !important;
    }
    #header nav .shop-cart{
        right: 55px;
        top: 21px;
    }
    .result-count,.order-product{
        position: static;
        margin-top: 20px;
    }
    .tool-bar{
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .site-breadcrumbs{
        position: static;
        max-width: 100%;
        margin-top: 20px;
    }
    .how-it-works .step-and-timeline {
        padding-bottom: 50px;
    }

    .how-it-works .step-and-timeline-big-text {
        font-size: 19px;
        text-align: center
    }

    .how-it-works .step-and-timeline-desc-text {
        margin-bottom: 30px;
        margin-top: 15px;
        text-align: center
    }

    .how-it-works .step-and-timeline .step-description-block-item {
        min-height: 700px !important
    }

    .how-it-works .step-and-timeline .step .progress-container {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .how-it-works .step-and-timeline .step .progress-container:before {
        background-color: #656565;
        content: "";
        height: 3px;
        left: -43%;
        position: absolute;
        top: 48%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 99%;
        z-index: 0
    }

    .how-it-works .step-and-timeline .step .progress-container .progress {
        height: 80% !important;
        left: 6%;
        top: 35px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 3px !important;
        z-index: 0
    }

    .how-it-works .step-and-timeline .step .progress-container .circle {
        margin-bottom: 25px;
        margin-left: 3px
    }

    .how-it-works .step-and-timeline .step .progress-container .circle .step-text {
        left: 120px !important;
        margin-left: 5px;
        text-align: left;
        top: auto;
        width: 210px !important
    }

    .how-it-works .step-and-timeline .step-description {
        padding-top: 0
    }

    .how-it-works .step-and-timeline .step-description .btn-step-block {
        margin-top: -4rem
    }

    .how-it-works .step-and-timeline .step-description-block-item .pt-flex-home-55 {
        padding-top: 10px !important
    }

    .how-it-works .step-and-timeline .step-description .btn-step {
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-top: 150px
    }

    .how-it-works .step-and-timeline .step-description .btn-step .btn {
        font-size: 100%;
        padding: 10px
    }

    .how-it-works .step-and-timeline .step-description .history-tl-container ul.tl li {
        min-height: 110px
    }
    .how-it-works .step-and-timeline .step .progress-container .circle.active {
        margin-left: -8px
    } 
   .list-gird  .box-product__img{
        width: 25%;
    }
    .list-gird .box-product__caption{
        width: 75%;
    }
    .list-gird .box-product__caption h4 a {
        font-size: 22px;
    }
    .h-85 .slick-list{
        height: auto;
    }
    #header .navbar-nav .nav-item ul li .nav-link:hover{
        background-color: #fbf6e7;
        color: #eeb216 !important;
    }
    #header .navbar-nav .nav-item ul li{
        padding-left: 0;
        padding-right: 0;
    }
    #header .navbar-nav .nav-item ul li a{
        padding-left: 15px;
    }
}
/* h1 */
h1 {
  line-height: 1.5;
}
.slider-cam-hung .info-heading {
  color: #fff;
  font-family: HelveticaNeue-Bold;
  font-size: 35px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .slider-cam-hung .info-heading {
    font-size: 23px;
  }
}
/* update font */
#header {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
body {
  font-family: 'Verdana', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.flex-font-bold,
.text-flex-home {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
body .big-text,
body .category,
body .name,
body .name-post,
body .title,
body h1,
body h2,
body h4,
.slider-cam-hung .info-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.information .name-post {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
}
.text-flex-home,h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
body {
  font-size: 17px;
}
#blog-top .list-blog .item-blog .information .category{
	font-size: 17px !important;
}
#blog-top .list-blog .item-blog .information .name-post{
font-size:17px;
line-height: 1.5;
}
.box-product__caption .category a{
font-size:14px;
}
.box-product__caption h4 a, 
{
font-size: 17px;
}
.btn-flexHome, .start-now .start-now-information .btn-start{
	font-size: 17px;
}
#statistic-number .statistic__block .statistic__block_text .statistic__block_text_des{
	font-size: 17px !important;
}
@media only screen and (max-width:1366px) and (min-width: 992px){
	.how-it-works .step-and-timeline .step .progress-container .circle .step-text{
		font-size: 13px;
	}
}
.fix_tel .tel{
    width: 230px;
}
@media screen and (max-width: 767px){
    .fix_tel .tel{
    width: 173px;
    }
    .fix_tel .fone{
    font-size: 15px;
    }
}
@media screen and (max-width: 480px){
    .fix_tel .tel{
    display: none;
    }

}