@media (min-width: 1220px){
    .uk-container{
        max-width:1290px;
        padding:0;
    }
    .uk-container-1170{
        max-width: 1170px;
        padding:0;
    }
    .uk-container-900{
        max-width: 900px;
        padding:0;
    }
}
body{
    font-family: 'Roboto', sans-serif;
    font-size:13px;
    /* font-weight: 300; */
    background: #fafafa;
}
/* MOBILE HEADER */
.mobile-header{
	/*position: fixed;*/
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	margin-bottom: 10px;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.09);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.09);
}
.moblie-menu-btn>:after, .moblie-menu-btn>:before,
.moblie-menu-btn>*{
	background: #000;
}

.mobile-header.active{
	left: 270px;
}

.mobile-header .topbar {
	background: #f34111;
	line-height: 40px;
	font-size: 13px;
	color: #fff;
	text-align: center;
}

.mobile-header .topbar p {margin: 0;}

.mobile-header .upper {
	padding: 7px 10px;
	background: #fff;
	position: relative;
	text-align: center;
}
.mobile-header .logo {display: inline-block;}
.mobile-header .logo a {width: 100px;}
.mobile-header .lower {
	position: relative;
	padding: 7px 10px;
	background: #fff;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.mobile-header .lower.fixed{
	position: fixed;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

.mobile-search .form {
	position: relative;
}
.mobile-search .form .input-text {
	display: block;
	height: 32px;
	background: #fff;
	font-size: 13px;
	line-height: 32px;
	color: #000;
	border: 1px solid #ff4208;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	-ms-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	-o-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
	box-shadow: inset 0 0 5px rgba(0,0,0,.12);
}
.mobile-search .form .btn-submit {
	display: block;
	position: absolute;
	height: 32px;
	width: 60px;
	top: 0px;
	left: initial;
	right: 0px;
	background: #ff4208  url(img/search-2.png) 50% 50% no-repeat;
	border: 1px solid #ff4208 ;
	cursor: pointer;
	text-indent: -99999em;
}

.mobile-search .form .input-text::-webkit-input-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-search .form .input-text::-moz-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-search .form .input-text:-ms-input-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-search .form .input-text:-moz-placeholder {
	color: #999;
	font-size: 13px;
}
.mobile-cart {
	display: block;
	position: absolute;
	left: initial;
	right: 0px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(img/cart/icon-cart.png) 0px 0px no-repeat;
	-webkit-background-size: 40px 36px;
	-moz-background-size: 40px 36px;
	-o-background-size: 40px 36px;
	background-size: 40px 36px;
}
.mobile-cart .quantity {
	display: block;
	position: absolute;
	top: -1px;
	left: initial;
	right: 10px;
	font-size: 10px;
	color: #fff;
}

.mobile-header .lower.catalog-page{
	padding-right: 50px;
}

.mobile-header .lower .btn-open-aside{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0 , -50%);
	width: 32px;
	height: 32px;
	background: #ff4208;
	color: #fff;


}
.mobile-header .lower .btn-open-aside>*{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate( -50% , -50%);
	width: 20px;
	height: 3px;
	background: #fff;
	font-size: 0;
	transition: all 0.3s ease-in-out;
	text-indent: -9999px;
}

.mobile-header .lower .btn-open-aside>*:before,
.mobile-header .lower .btn-open-aside>*:after{
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 3px;
	background: #fff;
	transition: all 0.3s ease-in-out;
	top: 0;
	left: 0;
}

.mobile-header .lower .btn-open-aside>*:before{
	top: -6px;
}
.mobile-header .lower .btn-open-aside>*:after{
	top: 6px;
}

.mobile-header .lower .btn-open-aside.active>*{
	background: transparent;
}

.mobile-header .lower .btn-open-aside.active>*:before,
.mobile-header .lower .btn-open-aside.active>*:after{
	top: 0;
	transform: translate(-50% , -50%);
}
.mobile-header .lower .btn-open-aside.active>*:before{
	transform: rotate(45deg);
}
.mobile-header .lower .btn-open-aside.active>*:after{
	transform: rotate(-45deg);
}

.mobile-header .lower .btn-open-aside{
	display: block !important;
	visibility: visible !important;
}
/**/

.logo{
    max-width:180px;
}

.navigation .main-menu > li > a{
    display: block;
    padding: 35px 15px;
    font-size:20px;
    font-weight: 500;
    color:#000;
}
.navigation .main-menu > li > a:hover{
    color:#a8977b;
}

.btn-search{
    border:0;
    background: transparent;
}
.btn-search i{
    font-size:16px;
    color:#145a8d;
}

.languages{
    margin-left:25px;
}
.language-item{
    position: relative;
    padding-left:25px;
    color:#000;
    font-size:14px;
}
.language-item:before{
    content:'';
    display: block;
    position: absolute;
    left:0;
    top:2px;
    width:18px;
    height:12px;
    background: url('img/vn.png');
}

.panel-slide{
    position: relative;
}

.slide-overlay{
    position: absolute;
    left:10%;
    top:50%;
    transform: translate(0, -50%);
}

.slide-overlay .slide-description,
.slide-overlay .slide-heading{
    color:#fff;
    font-size:60px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    line-height:72px;
    margin-bottom:15px;
}

.panel-slide .image{
    height:600px;
}

.panel-commit{
    margin-top:-50px;
    padding-bottom:50px;
}

.panel-commit .panel-body{
    background: #fff;
    position: relative;
    z-index: 100;
}

.commit-item{
    text-align: center;
    padding:80px;
}
.commit-item .icon{
    height:116px;
}

.commit-item .text{
    font-size:20px;
    font-weight: 600;
}

/**/
.panel-brand{
    padding: 50px 0;
}

.heading-1{
    text-align: center;
    text-transform: uppercase;
    font-size:35px;
    color:#000;
    font-weight:bold;
    line-height:40px;
    margin-bottom:40px;
}

.panel-categories{
    margin-bottom:50px;
}

.product-item{
    border:1px solid #e2e2e2;
    position: relative;
}

.product-item .image{
    height: 413px;
}

.product-item .title{
    position: absolute;
    top:20px;
    left:0;
    text-align: right;
    width:100%;
    padding-right:25px;
}

.product-item .title > *{
    color:#000;
    font-weight: 600;
    text-transform: uppercase;
    font-size:24px;
}
.product-item:hover .title > *{
    color:#a8977b;
}

.panel-product{
    margin-bottom:50px;
}

.panel-promo{
    margin-bottom:80px;
}

.news-item {
    background: #fff;
    padding:20px;
}
.news-item .image{
    height: 350px;
    margin-bottom:10px;
}

.news-item .title > *{
    font-size:20px;
    line-height:1.5;
    color:#000;
}


.footer{
    background: #050709;
}

.footer .uk-grid .uk-width-large-1-2{
    border-right:1px solid rgba(255, 255, 255, .1);
}

.connect,
.footer .footer-information{
    padding:80px 0;
}

.ft-heading{
    color:#fff;
    font-weight: 600;
    font-size:22px;
    margin-bottom:20px
}
.connect ul li a,
.footer .footer-information p{
    font-size:20px;
    color:rgb(108, 115, 125);
    margin-bottom:20px;
    font-family: Segoe UI;
}

.connect{
    padding-left:30px;
}
.connect ul li{
    margin-bottom:10px;
}

.call-now-button {
    top: 90%;
}
.call-now-button {
    left: 3%;
}
.call-now-button {
    z-index: 9999;
    clear: both;
    margin: 0 auto;
    position: fixed;
    border-radius: 50px;
}
.call-now-button {
    height: 50px;
}
.call-now-button div {
    display: flex;
}
.call-now-button div p {
    color: #fff;
    display: table;
    padding: 10px;
    border-radius: 21px;
    height: 34px;
    line-height: 14px;
    font-size: 14px;
    margin: 8px 5px 8px 50px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    box-sizing: content-box;
    text-decoration: none !important;
    box-sizing: border-box;
}
.call-now-button .call-text {
    color: #fff;
}
.quick-alo-ph-circle.active {
    width: 130px;
    height: 130px;
    top: -40px;
    left: -40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: 1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.call-now-button div {
    display: flex;
}
.quick-alo-ph-circle-fill_tr.active {
    width: 80px;
    height: 80px;
    top: -15px;
    left: -15px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.quick-alo-ph-img-circle_tr.shake {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: url(img/quick-call-button.png) no-repeat center center;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.call-now-button div a .quick-alo-ph-img-circle_tr, .call-now-button div a .quick-alo-phone-img-circle {
    background-color: #1e73be;
}
@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

/* Thêm phiên bản không có prefix cho các trình duyệt khác */
@keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes quick-alo-circle-img-anim{
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes quick-alo-circle-anim{
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

.call-now-button {
    background: #d33;
}

.panel-breadcrumb{
    text-align: center;
    padding: 60px 0;
}
.panel-breadcrumb .page-breadcrumb{
    display: inline-block;
}
.pc-header {
    border-bottom: 1px solid #e2e2e2;
}
.panel-breadcrumb ul li{
    margin-right:10px;
    font-size:16px;
}

.heading{
    font-size:50px;
    text-transform: uppercase;
    font-weight: 600;
    line-height:40px;
    margin-top:10px;
}
.intro-container{
    background: #fff;
}
.intro-brand-item .image{
    height:100px;
    margin-bottom:20px;
}

.intro-brand{
    padding: 40px 0;
}

.intro-content{
    line-height:2;
    font-size:16px;
    margin-bottom:50px;
}
.container-gallery{
    padding-right:9px;
}
.container-gallery .big-pic .image{
    border:1px solid #ccc;
    height:450px;
}
.product-short-description{
    font-size:16px !important;
    line-height:2 !important;
}
.product_title{
    font-size:30px;
    line-height:35px;
}
.entry-content{
    font-size:16px;
    line-height:2;
}


.account-detailpage{
    background: #f9f9f9;
 
 }
 
 .account-detailpage .account-detail-content .elementor{
     
     padding: 50px 0;
 
 }
 
 .account-detailpage .account-detail-content .elementor .panel-contact{
     margin-bottom: 30px;
 }
 .account-detailpage .account-detail-content .elementor .panel-contact .klb-icon-box{
     background: #f3f3f6;
     text-align: center;
     align-items: center;
     padding: 1.875rem;
     border: 1px solid #edeef5;
     border-radius: 10px;
 }
 
 .account-detailpage .account-detail-content .elementor .panel-contact .klb-icon-box i{
     font-size: 35px;
     color: #233a95;
     margin-bottom: 20px;
 }
 
 .account-detailpage .account-detail-content .elementor .klb-contact-form{
     margin: 0 auto;
     background: #ffff;
     padding-top: 5.625rem;
     padding-bottom: 5.625rem;
 }
 
 .account-detailpage .account-detail-content .elementor .klb-contact-form .contact-header{
     margin-bottom: 20px;
 }
 
 .elementor-heading-title{
     font-size: 35px;
     font-weight: 600;
     color: #222222;
     line-height: 1.4;
 }
 
 .wpcf7-form-control{
     padding: 10px 20px;
     outline: none;
     width: 100%;
     font-size: 16px;
     color: #727272;
     background: #f3f4f7;
     border: 1px solid transparent;
     border-radius: 5px;
 }
 
 .klb-contact-form.contact-form-wrapper .form-wrapper .wpcf7-form .wpcf7-submit {
     font-size: 16px;
     padding: 10px 20px;
     display: inline-block;
     text-align: center;
     border: 1px solid;
     color: #fff;
     background-color: #233a95;
     border-radius: 5px;
     overflow: hidden;
 
 }
 .klb-contact-form.contact-form-wrapper .form-wrapper{
     max-width: 47.5rem;
     width: 100%;
     margin-left: auto;
     margin-right: auto;
 }
 
 .klb-contact-form.contact-form-wrapper .form-wrapper .contact-header{
     text-align: center;
 }
 .klb-contact-form.contact-form-wrapper .form-wrapper .contact-header h2{
     font-size: 2.5rem;
     line-height: 1.2;
     font-weight: 500;
 }
 
 .klb-contact-form.contact-form-wrapper .form-wrapper .contact-header p{
     font-size: 14px;
     font-weight: 400;
     letter-spacing: 0;
     line-height: 24px;
     text-align: center;
 }
 
 @media (max-width:768px){
    .account-detailpage .account-detail-content .elementor .panel-contact .klb-icon-box{
         margin-bottom: 20px;
    }
    .account-detailpage {
         padding: 0 10px;
    }
 }

 @media (max-width: 600px){
    .mobile-header .logo a{
        width:50px;
    }
    .slide-overlay .slide-description, .slide-overlay .slide-heading{
        font-size:17px;
        line-height:20px;
    }
    .panel-slide .image{
        height:auto !important;
    }
    .commit-item{
        padding:5px;
    }
    .heading-1{
        font-size:20px;
    }
    .product-item .image{
        height:150px;
    }
    .product-item .title > *{
        font-size:14px;
    }
    .product-detailpage{
        padding:0 10px;
    }
 }

 .categories-item .title{
    margin-top:10px;
    text-align: center;
 }

 .categories-item .title > *{
    font-weight: 600;
    font-size:18px;
    text-transform: uppercase;
    color:#000;
 }
 .main-menu > li:hover .dropdown-menu{
    display: block;
 }
 .main-menu .dropdown-menu {
    position: absolute;
    display: none;
    min-width: 220px;
    top: 100%;
    left: -1px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15), -1px 1px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15), -1px 1px 1px rgba(0, 0, 0, .15);
    -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15), -1px 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15), -1px 1px 5px rgba(0, 0, 0, .15);
    z-index: 1000;
}
.main-menu .main-menus>li:hover .dropdown-menu {display: block;}
.main-menu .dropdown-menu li>a {
    display: block;
    padding: 10px 10px 10px 20px;
    font-size: 13px;
    line-height: 20px;
    color: #000;
}
.main-menu .dropdown-menu li+li>a {border-top: 1px dotted #f58634;}
.main-menu .dropdown-menu li:hover>a {
    background: #f58634;
    color: #fff;
}

