/*
Theme Name: Nội thất thông minh
Theme URI: http://giaminhweb.comm
Author: Vũ văn Thanh
Author URI: http://giaminhweb.comm
Description: Theme by bdw-theme
Version: 1.0
Text Domain: bdw-theme
*/

*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body{
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	font-size: 15px;
	color: #333;
	line-height: 1.6em;
}

li{
	list-style: none;
}
.clear {
	clear: both;
}
body textarea:focus,
body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="email"]:focus,
body input[type="tel"]:focus
{
	border:1px solid #DC8E02;
	transition: all 0.2s ease-in-out;
}
input{

	-webkit-appearance: none!important;

	-moz-appearance: none !important;

	appearance: none!important;

}
body ul{list-style: :none;}
a { text-decoration:none; outline:none; cursor: pointer;}
a:hover{
	color: #1B5663;
}
a img{ border:none;}
input, select, textarea{ outline:none;}
.fleft{float: left;}
.fright{float: right;}
img{
	max-width: 100%;
	height: auto;
}

h2 ,h3{
	margin-bottom: 10px;
}
p{
	margin-bottom: 10px;
}
ul{
	padding-left: 20px;
}
ul li{
	margin-bottom: 10px;
	list-style: inherit;
}

table{
	width: 100%!important;
}
table tr,table td, table th {
	padding: 10px;
	width: auto;
	height: auto;
	white-space: normal!important;
	border: 1px solid #ccc;
}
iframe{
	width: 100%;
}
.entry h2 ,.entry h3{
	margin-bottom: 10px;
	color: #484250;
}
.entry h2{
	font-size: 20px;
}
.entry h3, .entry h4{
	font-size: 18px;
}
.entry > div,
.entry p{
	margin-bottom: 10px;
}
.entry ol,
.entry ul{
	padding-left: 20px;
	list-style: inherit;
}
.entry li{
	margin-bottom: 10px;
	list-style: inherit;
}
.description.entry  li,
.description.entry p{
	margin-bottom: 5px;
}
.entry table{
	width: 100%!important;
}
.entry table tr,.entry table td,.entry table th {
	padding: 10px;
	width: auto;
	height: auto;
	white-space: normal!important;
	border: 1px solid #ccc;
}
.entry iframe{
	width: 100%;
	height: 450px;
}
.header-social {
	float: right;
	padding: 12px 0;
}
.social-og{
	list-style: none;
	text-align: center;
}
.social-og li{
	display: inline-block;
}
.social-og a{
	    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 16px;
    background: none;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    outline: none;
    font-size: 14px;
}
span.hl-mn{
	padding: 6px 0 6px 6px;
	display: inline-block;
	float: left;
}
.admin-bar .menu-header {
	top: 32px;
}
/*tinymce*/
.tinymce ul, .tinymce ol {
	padding-left: 30px;
}
blockquote {
	border-width: 1px 1px 1px 3px;
	border-style: solid;
	border-color: #eaeaea #eaeaea #eaeaea #ED564B;
	margin-bottom: 20px;
	padding: 20px;
	font-style: italic;
	border-left: 3px solid #ae0000;
	font-size: inherit;
}
.tinymce h1 {
	font-size: 30px;
	line-height: 36px;
}
.tinymce h2 {
	font-size: 28px;
	line-height: 35px;
}
.tinymce h3 {
	font-size: 26px;
	line-height: 32px;
}
.tinymce h4 {
	font-size: 24px;
	line-height: 30px;
}
.tinymce h5 {
	font-size: 22px;
	line-height: 28px;
}
.tinymce h6 {
	font-size: 20px;
	line-height: 25px;
}
.tinymce pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
.tinymce table {
	margin: 0 0 1.5em;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.tinymce caption, .tinymce th, .tinymce td {
	font-weight: normal;
	text-align: left;
}
.tinymce th, .tinymce td {
	border: 1px solid #eaeaea;
	padding: 6px 10px;
}
.tinymce th {
	font-weight: bold;
}
.tinymce a{
	color: #ae0000;
}
.tinymce a:hover{
	text-decoration: underline;
}
/*#tinymce*/
.transition,.menu_header > ul > li:focus > a
{
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	line-height: 1.5;
	padding: 0.5em 0;
}
/*custom*/
.logged-in .header-main {
	top: 32px;
}
/*.header-main {
	background: -webkit-linear-gradient(to top,rgb(0 0 0 / 17%) 0%,rgb(0 0 0) 100%);
	background: -o-linear-gradient(to top,rgb(0 0 0 / 17%) 0%,rgb(0 0 0) 100%);
	background: -ms-linear-gradient(to top,rgb(0 0 0 / 17%) 0%,rgb(0 0 0) 100%);
	background: linear-gradient(to top,rgb(0 0 0 / 17%) 0%,rgb(0 0 0) 100%);
}*/

.box-duan .elementor-widget-wrap {
	border: 5px solid red;
	text-align: center;
	height: 300px;
	width: 400px;
}
.box-duan .elementor-widget-wrap:hover {
	border: 5px solid #fff;
	text-align: center;
	height: 300px;
	width: 400px;
}
.banner-child .elementor-image img{
	width: 100%;
}
.pagenavi-blog {
	margin: 15px 0;
}
.paginate_links{text-align:center;color:#FF9B00;}
.paginate_links .page-numbers {
	padding: 3px 12px;
	margin: 0 2px 5px 0;
	text-align: center;
	background: #555;
	color: #FFF;
	-moz-transition: .8s linear;
	-webkit-transition: .8s ease-out;
	transition: .8s linear;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
}
.paginate_links .current,
.paginate_links .page-numbers:hover{background:#004f82;}
.box-dichvu .elementor-widget-wrap {
	padding: 10px 20px;
	position: relative;
	border: 1px solid rgb(255 255 255 / 39%);
}
.box-dichvu .box-titledv .elementor-widget-wrap {
	border:none;
}
.box-dichvu .box-titledv .elementor-widget-wrap:before,
.box-dichvu .box-titledv .elementor-widget-wrap:after{
	display: none;
}
.box-dichvu .elementor-widget-wrap:before {
	position: absolute;
	top: -11px;
	left: -11px;
	content: "";
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	border: solid;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 5px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .7s ease-out;
	border-color: rgb(255 255 255 / 39%);
}
.box-dichvu .elementor-widget-wrap:after {
	position: absolute;
	bottom: -11px;
	right: -11px;
	content: "";
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	border: solid;
	border-width: 1px 0 0 1px;
	display: inline-block;
	padding: 5px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .7s ease-out;
	border-color: rgb(255 255 255 / 39%);
}
.box-dichvu .elementor-widget-wrap:hover:before{
	left:100%;
	transform:rotate(90deg)
}
.box-dichvu .elementor-widget-wrap:hover:after{
	right:100%;
	transform:rotate(90deg)
}
/*caltoaction*/
.sweb-mobile-action {
	position: fixed;
	right: 0px;
	bottom: 200px;
	z-index: 99;
}
.sweb-mobile-action img {
	width: 35px;
	-webkit-animation: ring 2s ease infinite;
	animation: ring 2s ease infinite;
	height: auto;
}
.sweb-mobile-action .header-link-icons.has-icon > a {
	display: block;
}
.sweb-mobile-action .icon-action {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	padding: 8px;
	float: right;
	position: relative;
	z-index: 2;
}
.sweb-mobile-action .header-link-icons.has-icon {
	overflow: hidden;
	border-radius: 25px;
	position: relative;
	margin-bottom: 5px;
}
.sweb-mobile-action .sb-label {
	color: #ffffff;
	background-color: #33AAFF;
	font-size: 15px;
	line-height: 50px;
	height: 50px;
	padding: 0 50px 0px 20px;
	position: relative;
	margin-bottom: -50px;
	z-index: 1;
	visibility: hidden;
	width: 0;
	white-space: nowrap;
	box-sizing: border-box;
	border-radius: 25px;
	right: -75px;
	opacity: 0;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease,-webkit-transform .4s ease;
}
.sweb-mobile-action .header-link-icons.has-icon:hover .sb-label{
	opacity: 1;
	visibility: visible; 
	width: 100%;
	-moz-transform: translate3d(-75px,0,0);
	-webkit-transform: translate3d(-75px,0,0);
	transform: translate3d(-75px,0,0);
}
.sweb-mobile-action span:not(:last-child),.nav>li.has-icon-left>a>i {
	margin-right:5px;
}
.sweb-mobile-action{
	display:block;
}
.faa-ring.animated, .faa-ring.animated-hover:hover, .faa-parent.animated-hover:hover>.faa-ring {
	-webkit-animation: ring 2s ease infinite;
	animation: ring 2s ease infinite;
	transform-origin-x: 50%;
	transform-origin-y: 0;
	transform-origin-z: initial;
}
.main-banner .elementor-slides .swiper-slide-inner {
	max-width: 1170px;
}
.box-dichvu figure.elementor-image-box-img > a{
	width: 74px!important;
	height: 74px;
	background: #1B5663;
	border-radius: 50%;
	margin: 0 auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #1B5663;
}
.box-dichvu figure.elementor-image-box-img > a img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}
.box-dichvu .elementor-column-wrap:hover figure.elementor-image-box-img > a{
	border: 2px solid #fff;
}
.tai-sao .elementor-counter .elementor-counter-title {
	text-align: left;
}
.tai-sao .elementor-counter .elementor-counter-number-wrapper{
	display: block;
}
.khach-hang.elementor-widget-testimonial-carousel .swiper-slide {
	padding: 15px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	padding: 20px;
}
.khach-hang.elementor-widget-testimonial-carousel .swiper-container {
	padding: 5px;
}
.khach-hang .elementor-testimonial__content {
	position: relative;
	padding-top: 60px;
}
.khach-hang cite.elementor-testimonial__cite {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 0!important;
}
.tintuc-home span.elementor-post-date {
	position: absolute;
	top: 0;
	left: 0;
	background: #1B5663;
	color: #fff;
	padding: 7px 10px;
}
.tintuc-home .elementor-posts--thumbnail-top .elementor-post{
	position: relative;
}
.tintuc-home h3.elementor-post__title {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: left;
	padding: 10px 15px;
	background: rgba(0,0,0,0.6);
}
.footer a{
	color: #fff!important;
}
.footer a:hover{
	color: #f7c55d!important;
}
.over-laybanner {
	position: absolute!important;
	top: 0;
	bottom: 20px;
	left: 0;
	right: 0;
	padding: 20px;
	background: #0000004d;
}
.over-laybanner.elementor-section.elementor-section-boxed > .elementor-container {
	height: 100%;
}
.post-archive span.elementor-post-date {
	position: absolute;
	top: 12px;
	left: 0;
	background: #fff;
	border: 2px solid #1B5663;
	padding: 5px;
}
.post-archive .elementor-posts-container .elementor-post {
	position: relative;
	display: flex;
	align-items: center;
}
.elementor-post__title a:hover {
	color: #0073d4!important;
}
select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    box-shadow: inset 0 -1.4em 1em 0 rgb(0 0 0 / 2%);
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(images/icons-down-30.png);
    background-position: right .45em top 50%;
    background-repeat: no-repeat;
    padding-right: 1.4em;
    background-size: auto 16px;
    border-radius: 0;
    display: block;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s,border .3s,background .3s,opacity .3s;
}
.elementor-widget-wp-widget-categories .elementor-widget-container h5{
    display: none;
}
.bang-bg table th, .bang-bg table tr:first-child {
    background: #1B5663;
    padding: 0 7px;
    border: 1px solid #1B7D81;
    word-break: break-all;
    color: #fff;
}
.bang-bg  table tr, .bang-bg  table td, .bang-bg  table th {
    padding: 10px;
    width: auto;
    height: auto;
    white-space: normal!important;
    border: 1px solid #1B7D81;
}
.mienphi span.elementor-price-list-price {
    line-height: 18px;
    text-align: right;
    text-transform: uppercase;
    color: #F4A261;
    font-weight: 600;
}
.mienphi p.elementor-price-list-description {
    position: absolute;
    right: 85px;
    top: 0;
}
.mienphi .elementor-price-list-header {
    margin-bottom: 0!important;
}
.tabs-nhan .xldtab .tbinr .tbicon {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 69px;
    height: 69px;
    border-radius: 50%;
    background-color: #F9F9F9;
    transition: 0.3s ease;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
}
.tabs-nhan .xldtab .current .tbinr .tbicon,
.tabs-nhan .xldtab .tbinr:hover .tbicon {
    background-color: #1B5663;
    color: #fff;
}
.tabs-nhan .xldtab.xlvtab1::before {
    content: '';
    position: absolute;
    top: 115px;
    left: 27px;
    width: 11px;
    height: 100%;
    display: block;
    background-image: url(images/lineee.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
}
.img-fixed{
	position: absolute!important;
	    z-index: 2;
    width: 100%!important;
    max-width: 40%;
    top: -200px;
	    right: 0px;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.img-fixed .elementor-widget-container:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-color: #6D335D;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url(images/shutterstock_411430369-2-optimized.png);
    z-index: 0;
}
.img-fixedleft{
	position: absolute!important;
	    z-index: 2;
    width: 100%!important;
    max-width: 40%;
    top: -200px;
	    left: 0px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.img-fixedleft .elementor-widget-container:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-color: #6D335D;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url(images/hawaiiopen1-2-optimized.png);
    z-index: 0;
}

.icon-contact a.elementor-button {
    width: 180px;
}
.bg-nen {
    position: absolute!important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.block__mask .elementor-widget-container:after{
	content: "";
	    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-image: linear-gradient(104deg, #0067a6, #2797dc);
    z-index: -1;
}
.block__maskleft .elementor-widget-container:after{
	content: "";
	    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-image: linear-gradient(104deg, #0067a6, #2797dc);
    z-index: -1;
}
.line-duoi{
    background-color: rgba(10,90,144,0.1);
    width: 2px!important;
    height: 50%!important;
    position: absolute!important;
    top: 50%;
    z-index: -1;
    left: 50%;
}
.line-tren {
    background-color: rgba(10,90,144,0.1);
    width: 2px!important;
    height: 50%!important;
    position: absolute!important;
    bottom: 50%;
    z-index: -1;
    left: 50%;
}
.ph-kh .elementor-testimonial__image,
.ph-kh .elementor-testimonial__header {
    display: block!important;
    width: 100%;
    text-align: center;
}
.ph-kh .elementor-testimonial__image img {
    width: 160px!important;
    height: 160px!important;
    margin-bottom: 20px;
}
.ph-kh .elementor-testimonial__text{
	text-align: center;
}
.ahover-vang a:hover{
	color: #f7c55d!important;
}