/*
Theme Name: Thiết kế web 
Theme URI: http://underscores.me/
Author: Thanh Doan
Author URI: https://www.facebook.com/thanh250896
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tkw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Thiết kế web Hoàng Long media is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
@media (min-width: 1370px) {
	.container {
	    width: 1340px;
	}
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #111;
}
a {
	text-decoration: none;
	color: inherit;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
}
button,input {
	outline: none !important;
	box-shadow: none !important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,.btn-primary:focus {
	background-color: unset;
	border-color: unset;
	border: 0 !important;
}
a:focus {
  outline: 0 !important;
}
@media screen and (max-width: 782px){
	html {
	    margin-top: 0 !important;
	}
}
h2.screen-reader-text {
    display: none;
}
.showbar {
    color: #f00;
    display: flex;
    font-size: 28px;
}
.overbg-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: .5;
    z-index: 9999;
    display: none;
}
.close-menu {
	background: #111;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 18px;
}
#logo img {
	height: 70px;
}
#header {
	background: url(images/bg-header-2.jpg)center no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 3px #989898;
    position: relative;
}
#primary-menu {
    background: url(images/bg-header.jpg)left no-repeat;
    padding-left: 110px;
}
#primary-menu .menu > li > a img {
    width: 17px !important;
    height: 17px !important;
    padding: 0;
    max-width: unset !important;
}
#primary-menu .menu > li > a span {
	padding: 0;
	margin-top: 10px;
}
#primary-menu .menu > li > a:hover {
	color: #fddd71;
	background: #ed1e31;
}
#primary-menu .sub-menu li:hover a {
	color: #f00;
}
#home-slide img {
	width: 100%;
}
#home-slide .slick-dots {
    bottom: 15px;
    list-style: none;
    display: flex;
    text-align: center;
    padding: 0;
    width: 100%;
    position: absolute;
    align-items: center;
    justify-content: center;
}
#home-slide .slick-dots li {
    height: 13px;
    margin: 8px;
    padding: 0;
    width: 13px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
}
#home-slide .slick-dots li.slick-active,#home-slidee .slick-dots li:hover {
    background: #fff;
}
#home-slide .slick-dots li button {
    display: none;
}
.phone-hed a {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #fff;
    display: flex;
    align-items: center;
}

.phone-hed a img {
    font-size: 20px;
    margin-right: 10px;
}
.phone-hed span {
    font-size: 13px;
}
.phone-hed small {
    display: block;
    font-size: 15px;
    font-weight: 700;
}
.intro {
    padding: 30px 0;
    background: url(images/intro.jpg);
}
.intro h3 {
    font-weight: 400;
    font-size: 21px;
    margin-left: 10px;
}
.intro .br {
    border-right: 1px solid #ddd;
}
.product-list {
    padding: 20px 0;
}

.product-list .item {
    overflow: hidden;
    padding: 10px 0;
}
.product-list .item .avt {
    width: 68%;
    padding-right: 20px;
    float: left;
    height: 324px;
}
.product-list .item .desc {
    float: right;
    width: 32%;
    background: url(images/bg-b-pr.jpg);
    border: 2px solid #2f75c7;
}
.product-list .item .avt a {
    display: block;
    overflow: hidden;
    position: relative;
}
.product-list .item .avt a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    transition: all 0.35s;
}
.product-list .item .avt img {
    width: 100%;
    transition: all .35s;
}
.product-list .item .avt:hover a img {
    transform: scale(1.1);
}
.product-list .item .desc .box {
    display: table-cell;
    height: 320px;
    vertical-align: middle;
    text-align: center;
    padding: 0 35px;
}
.product-list .item .desc .box h3 {
    margin: 0 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    color: #333;
}
.product-list .item .desc .box p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: #333;
    font-weight: 400;
}
.btn-seedetail {
    border: 1px solid #ed1f24;
    display: table;
    margin: 30px auto 0;
    line-height: 31px;
    padding: 0 30px;
    border-radius: 3px;
    color: #ed1f24;
    text-transform: uppercase;
    font-size: 12px;
}
.btn-seedetail:hover {
    color: #fff;
    background: #ed1f24;
}
.product-list .item:nth-child(2n) .desc {
    float: left;
}
.product-list .item:nth-child(2n) .avt {
    float: right;
}
.type-product {
    background: url(images/bg-to-pr.jpg);
    padding: 60px 0 20px;
    background-repeat: no-repeat;
    background-size: cover;
}
.list-to-pr {
    margin: 0;
    list-style: none;
    padding-right: 60px;
    margin-bottom: 25px;
}
.list-to-pr .item {
    text-align: center;
    float: left;
    width: 25%;
    padding: 35px 20px 0;
    position: relative;
}
.type-product .left {
    float: left;
    width: 66%;
}
.title {
    overflow: hidden;
}
.type-product h2 {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.list-to-pr .avt {
    width: 114px;
    height: 114px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 112px;
    text-align: center;
    margin: auto;
    background: rgba(0, 0, 0, 0.2);
    display: table;
}
.list-to-pr h3 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 10px 0 0;
    height: 48px;
    font-weight: 400;
}
.list-to-pr h3 a {
    color: #fff;
}
.list-to-pr .item .desc {
    line-height: 24px;
    position: absolute;
    width: 260px;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%,0);
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ed1f24;
    box-shadow: 0 0 5px #000;
    padding: 20px 15px;
    text-align: justify;
    font-size: 15px;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all .35s;
}
.list-to-pr .item .desc:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid red;
    bottom: -11px;
    left: calc(50% - 10px);
    box-shadow: 2px 2px 2px #000;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    background: #fff;
}
.list-to-pr .item .desc p {
    margin: 0;
}
.type-product .right {
    width: 34%;
    float: right;
}
.clearfix {
    clear: both;
}
.list-to-pr .item:hover .avt {
    background: rgba(212, 31, 37, 0.7);
}
.list-to-pr .item:hover .desc {
    opacity: 1;
    z-index: 99;
    visibility: visible;
    margin-bottom: 20px;
}
.ask-for-advice {
    border: 1px solid #5e718c;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 16px;
    overflow: hidden;
}
.ask-for-advice h2 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 46px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}
.ask-for-advice .wpcf7-text {
    width: 100%;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 4px;
    height: 35px;
    font-size: 14px;
}
.ask-for-advice .wpcf7-textare {
    width: 100%;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 14px;
    height: 150px;
}
.alert-warning {
    background: transparent;
    color: #fff;
    border: 0;
}
.ask-for-advice .hotline {
    display: block;
    float: left;
    color: #fff;
    padding-left: 33px;
    margin: 0;
    line-height: 36px;
    background: url(images/hotline-red.png) no-repeat;
    background-position: 0 6px;
    margin-top: 5px;
}
.ask-for-advice .hotline a {
    font-size: 16px;
    color: #fff;
}
.ask-for-advice .wpcf7-submit {
    float: right;
    padding-left: 45px;
    padding-right: 12px;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    background: red url(images/btn-send.png) no-repeat !important;
    background-position: 12px 9px !important;
    margin-top: 5px;
    border: 0;
}

.index-project {
    background: url(images/index-project-bg.jpg);
    padding: 30px 0 50px;
}
.count {
    padding: 25px 0;
    background: url(images/bg-counter.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
    /* background-size: 100% auto; */
}
.count .wrapper {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    text-align: center;
}
.count .wrapper .item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.count .wrapper .item .icon {
    width: 60px;
    height: 70px;
    overflow: hidden;
    margin-right: 15px;
    line-height: 70px;
}
.count .wrapper .item .icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.count .wrapper .id {
    color: red;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
}
.count .wrapper p {
    font-size: 14px;
    margin: 0;
    color: #333;
    font-weight: 700;
}
.project-item>a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.project-item>a {
    display: block;
    border: 1px solid #ddd;
    padding: 2px;
}
.project-item h3 {
    margin: 10px 0;
}
h2.border-bottom-sm {
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 22px;
    line-height: 46px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.border-bottom-sm:before {
    content: '';
    position: absolute;
    bottom: -5px;
    height: 2px;
    width: 54px;
    background: red;
    left: calc(50% - 27px);
}
.project {
    padding: 30px 0;
}
.ykkh-slide .slick-list {
    margin: 0 -15px;
}
.ykkh-slide .slick-slide {
    padding: 0 15px;
}
.customer-reviews {
    background: url(images/bg-cus-rev.jpg)center;
    padding: 30px 0;
}
.customer-reviews h2 {
    color: #fff;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 22px;
    line-height: 46px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.customer-reviews .border-bottom-sm:before {
    background: #fff;
}
.slide-cus-review .item .messenger {
    padding: 10px;
    background: url(images/mess-box.png) no-repeat;
    background-size: 100% 100%;
    height: auto;
    padding-bottom: 24px;
}
.slide-cus-review .item .messenger .desc {
    padding: 15px 20px 15px 50px;
    background: url(images/feed-b-ic.png) no-repeat;
    background-position: 12px 30px;
}
.slide-cus-review .item .messenger .desc p {
    margin: 0;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    height: 72px;
    overflow: auto;
}
.customer-info {
    padding: 0 8px;
    overflow: hidden;
}
.customer-info .avt {
    border-radius: 50%;
    border: 2px solid #fff;
    display: block;
    float: left;
    overflow: hidden;
    box-shadow: 0 0 3px #000;
    margin: 2px;
    width: 65px;
    background: #fff;
    height: 65px;
}
.customer-info .avt img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.customer-info .box {
    width: calc(100% - 70px);
    float: left;
    padding: 12px 0 5px 14px;
    font-family: 'Muli',sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.customer-info .box p {
    margin: 0;
    font-weight: 600;
}
.blog-news {
    padding: 30px 0;
}
.img-title {
    font-weight: 700;
    color: #333;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 35px;
    margin: 0;
}
.img-title img {
    margin-right: 5px;
}
.elevator-advice .title,.blog-video .title {
    margin-bottom: 30px;
}
.blog-item img {
    width: 100%;
}
.blog-item h3 a {
    color: #111;
}
.elevator-advice-right .blog-item {
    padding: 12px 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin: 0 8px;
}
.elevator-advice-right .blog-item:first-child {
    margin-top: 0;
    padding-top: 0;
}
.elevator-advice-right .blog-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.elevator-advice-right  .avt {
    display: block;
    float: left;
    overflow: hidden;
    width: 107px;
    height: 73px;
}
.elevator-advice-right  .avt img {
    width: 100%;
    height: 100%;
    transition: all .35s;
}
.elevator-advice-right  .desc {
    width: calc(100% - 107px);
    float: right;
    padding-left: 15px;
}
.blog-video .row a {
    display: block;
    position: relative;
}
.blog-video .row a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2) url(images/play.png) center no-repeat;
    content: '';
    pointer-events: none;
    transition: all .35s;
}
.blog-video .row img {
    width: 100%;
}
.blog-video .row .col-lg-6 img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.blog-video .row a:hover:before {
    background-color: transparent;
}
.footer-slide figure,
.footer-slide .widget {
  margin-bottom: 0;
}
.footer-slide .slick-list {
    margin: 0 -15px;
}
.footer-slide .slick-slide {
    padding: 0 15px;
}
.footer-slide img {
    height: 50px;
    object-fit: contain;
    text-align: center;
}
.footer-top {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-main {
    background: url(images/bg-footer.jpg)center / cover;
    padding: 40px 0 35px;
}
.footer-main .logo-ft {
    width: 13%;
    float: left;
    text-align: center;
}
.footer-main .info {
    width: 38%;
    float: left;
    padding-left: 30px;
    padding-right: 25px;
}
.footer-main .info h2 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 12px;
}

.list-ft p {
    margin: 0;
    padding-left: 23px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.loc {
    background: url(images/loc.png) no-repeat;
    background-position: 0 4px;
}
.phone_ {
    background: url(images/call.png) no-repeat;
    background-position: 0 6px;
}
.email {
    background: url(images/email.png) no-repeat;
    background-position: 0 7px;
}
.footer-main .map {
    width: 24%;
    float: left;
}
.footer-main .map iframe {
    width: 100%;
    height: 136px;
    border: 1px solid #ddd !important;
}

.footer-main .newsletter-social {
    width: 25%;
    float: left;
    padding-left: 25px;
    overflow: hidden;
}
.footer-main .newsletter-social p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}
.midle-border {
    margin-bottom: 4px;
    margin-top: 30px;
}
.midle-border p {
    text-align: center;
    color: #fff;
}
.midle-border {
    position: relative;
    height: 40px;
}
.midle-border:before {
    content: '';
    position: absolute;
    width: 25%;
    height: 1px;
    background: #949698;
    top: 11px;
    left: 0;
}
.midle-border:after {
    content: '';
    position: absolute;
    width: 25%;
    height: 1px;
    background: #949698;
    top: 11px;
    right: 0;
}
.midle-border:before,.midle-border:after {
    width: 20%;
}

.list-social {
    list-style: none;
    display: table;
    height: 35px;
    margin: 0 auto;
    padding: 0;
}

.list-social li {
    display: table-cell;
    padding: 0 10px;
}
.list-social li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #dadada;
    background-color: #fff;
}
.facebook {
    background: url(images/fb-ft.png) center no-repeat;
}
.twitter {
    background: url(images/tw.png) center no-repeat;
}
.youtube {
    background: url(images/yt.png) center no-repeat;
}
.instagram {
    background: url(images/ig.png) center no-repeat;
}
.footer-main  .midle-border p {
    font-size: 12px;
    margin-bottom: 0;
}
.footer-main .wpcf7-email {
    background-color: #fff;
    border-right: none !important;
    color: #111 !important;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 38px !important;
    padding-left: 12px !important;
    font-size: 14px !important;
}
.footer-main .email-664 {
    flex: 1;
}
.footer-main .form-group > div{
    display: flex;
}
.footer-main .form-group {
    margin-bottom: 0;
}
.footer-main  .wpcf7-submit {
    background: #ed1f24 url(images/btn-ft.png) center no-repeat !important;
    border: none !important;
    width: 40px;
    height: 38px;
    border-radius: 0;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: unset !important;
}
.footer-main .ajax-loader {
    position: absolute;
    bottom: -7px;
    right: 20px;
}
.footer-main form {
    border-radius: 5px;
   display: flex;
   flex-wrap: wrap;
   overflow: hidden;
}
.alert-warning {
    display: none;
}
.hotline-fix {
    position: fixed;
    bottom: 15px;
    left: 20px;
    z-index: 1020;
    padding: 6px 10px 4px;
    padding-left: 40px;
    background-size: 20px;
    background-position: 10px 8px;
    border-radius: 23px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 26px;
    height: 36px;
    box-shadow: 0 0 3px #ffffff;
    font-size: 0;
    color: #fff;
    background: url(images/phone.png) 9px no-repeat #f00;
}
.hotline-fix a {
    font-size: 14px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.footer-bottom {
    background: #ed1f24;
    padding: 6px 0;
    color: #fff;
}
.footer-bottom ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer-bottom a {
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 0 10px;
}
.brc {
    padding: 15px 0;
}
#footer {
    margin-top: 20px;
}
.form-lh .wpcf7-text, .form-lh .wpcf7-textarea {
    font-size: 14px;
    border-radius: 0;
}
.form-lh .wpcf7-submit {
    background: #f00 !important;
    border-radius: 0;
    border: 0;
}
.popmake .ask-for-advice {
    background: #fff;
    border: 0;
}
.popmake .ask-for-advice h2 {
    color: #111;
}
.popmake .ask-for-advice .hotline a,
.popmake .ask-for-advice .hotline {
    color: #f00;
    font-weight: 700;
}
.popmake .midle-border p {
    color: #111;
}
.products-gallery_slide img {
    height: 375px;
    width: 100%;
    object-fit: cover;
}
.slick-dot_thumbnail .slick-list {
    margin: 0 -5px;
}
.slick-dot_thumbnail .slick-slide {
    padding: 0 5px;
}
.slick-dot_thumbnail img {
    padding: 1px;
    border: 1px solid #ff302a;
    height: 90px;
    object-fit: cover;
    width: 100%;
}
/*--- slick ---*/
.slick-dot_thumbnail .slick-nav {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    border: 0;
    color: #fff;
    font-size: 20px;
    transition: all .3s;
}
.slick-dot_thumbnail .slick-next {
  right: 0;
  left: unset;
}
.slick-dot_thumbnail .slick-nav:hover {
    background: #f00;
}
.summary tr td:first-child {
    font-weight: 700;
    width: 30%;
}
.summary tr td {
    font-size: 15px;
    line-height: 36px;
    color: #000;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
}
.cart-dt {
    display: flex;
    margin: 0 -10px;
}
.cart-dt span {
    margin: 0 10px;
    width: 50%;
    text-align: center;
}
.cart-dt span a {
    display: block;
    background: #dc3545;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    border: 1px solid #dc3545;
    border-radius: 5px;
    overflow: hidden;
    font-weight: 700;
}
.cart-dt span a i {
    margin-right: 10px;
}
.cart-dt span:nth-child(2) a {
    background: #dc3545;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #dc3545;
}
.summary .description {
    margin: 15px 0;
}
#fixed-right {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 998;
    transform: translate(0,-50%);
}
#fixed-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#fixed-right ul li {
    margin-bottom: 5px;
}
#fixed-right ul li a {
    display: block;
    width: 50px;
    height: 50px;
}
#fixed-right ul li a.hotline {
    background: #ff302a url(images/phone-right.png) center no-repeat;
}
#fixed-right ul li a.price_quote {
    background: #194d97 url(images/price-right.png) center no-repeat;
}

#fixed-right ul li a.facebook {
    background: #2b61ad url(images/facebook.png) center no-repeat;
}
#fixed-right ul li a.zalo {
    background: #2b61ad url(images/zalo.png) center no-repeat;
}
.stick-header#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation-name: effect;
    animation-duration: .3s;
    box-shadow: 2px 2px 2px #1113;
}
@keyframes effect {
  from {top: -50px}
  to {top: 0}
}
#mobile-menu .search-form button {
    border-radius: 0;
    padding: 5px 8px;
    background: #f00 !important;
    border: 0;
}
#mobile-menu .search-form input {
    font-size: 14px;
    border-radius: 0;
}
#mobile-menu .search-form {
    position: relative;
    margin: 15px;
}
@media(max-width: 1500px) {
    .phone-hed {
        display: none;
    }
}
@media(max-width: 991px) {
    #header {
        background: #fff;
        padding: 10px 0;
    }
    #mobile-menu .menu-image-hover-wrapper {
        display: none;
    }
    #mobile-menu span.menu-image-title-after {
        padding-left: 0;
    }
    .product-list .item .avt {
        width: 100%;
        padding: 0 !important;
        height: auto;
    }
    .product-list .item .desc {
        width: 100%;
        margin-top: 15px;
    }
    .product-list .item .desc .box {
        height: auto;
        width: 100%;
        display: block;
        padding: 20px;
    }
    .type-product .left,.type-product .right {
        width: 100%;
        margin-top: 15px;
    }
    .list-to-pr h3 {
        height: auto;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom ul {
        justify-content: center;
    }
    #fixed-right ul li a {
        width: 35px;
        height: 35px;
        background-size: 50% !important;
    }
    .footer-main .logo-ft,
    .footer-main .info {
        width: 100%;
    }
    .footer-main .logo-ft img {
        height: 120px;
        margin-bottom: 15px;
    }
    .footer-main .map,
    .footer-main .newsletter-social {
        width: 50%;
        margin-top: 15px;
    }
}
@media(max-width: 767px) {
     .list-to-pr .item {
        width: 50%;
    }
    .list-to-pr {
        padding-right: 0;
        margin-bottom: 25px;
    } 
    .count .wrapper {
        display: grid;
        grid-template-columns: 50% 50%;
        text-align: center;
    }
    .project-item>a img {
        height: auto;
    }
}
@media(max-width: 576px) {
    .footer-main .map, .footer-main .newsletter-social {
        width: 100%;
    }
    #home-slide .slick-nav i {
        font-size: 21px;
    }
    #home-slide .slick-dots li {
        height: 7px;
        margin: 3px;
        width: 7px;
    }
    #home-slide .slick-nav {
        left: 0;
    }
    #home-slide .slick-next {
        right: 0;
        left: unset;
    }
    .list-to-pr .avt {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .list-to-pr .avt  img {
        width: 50px;
    }
    .list-to-pr .item .desc {
        display: none;
    }
    .products-gallery_slide img {
        height: 220px;
    }
    .cart-dt {
        flex-direction: column;
    }
    .cart-dt span {
        margin-top: 15px;
    }
}
.video-module-popup {
  background: rgba(64, 64, 68, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.video-module-popup .video-close {
  color: #fff;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.video-module-popup .video-iframe {
  width: 70%;
  height: 77%;
  margin: 0 auto;
  position: relative;
  top: 10%;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.video-module-popup.video-open .video-iframe {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.video-module-popup .video-iframe iframe {
  margin: 0;
  width: 100%;
  height: 100%;
}
.video-module-popup.video-open {
  opacity: 1;
}
