/* 
Theme Name: Landing Ngói
Theme URI: https://github.com/ngoi
Description:  Landing Ngoi create by VietMozSite
Author: VietMoz Team
Author URI: https://vietmozsite.com/
Template: generatepress
Version: 1.0.1
Text Domain: ngoi
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
.page-id-185 .header-widget,
.page-id-185 .main-navigation{
	display: none;
}
.page-id-185 h1{
	text-align: center;
	font-weight: bold;
}
.page-id-185 h2{
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.site-branding-container{
	display: flex;
    flex-wrap: wrap;
	text-align: center;
}
.site-branding-container .site-logo {
    width: 100%;
    margin-right: 0;
    flex-grow: 1;
    margin-bottom: 12px;
}
.site-branding-container .site-branding {
    width: 100%;
    flex-grow: 1;
}
.site-branding-container .site-description{
	font-weight: bold;
	color: #454344
}
.inside-header{
	padding: 20px 0;
	position: relative;
}
.inside-header .main-navigation{
	position: absolute;
    bottom: 20px;
    right: 0;
    background-color: transparent;
}
.inside-header .header-widget{
    position: absolute;
    top: 20px;
    right: 0;
}
.main-navigation .main-nav ul li a{
	line-height: 20px;
	color: #333333;
	font-weight: bold;
}
.main-navigation .main-nav ul li a:hover{
	text-decoration: underline;
	color: #CE2828;
}
a.button:hover, a.button{
	background-color: #CE2828;
	border-radius: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
}
section{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 70px 0 80px
}
section .container{
	max-width: 1170px;
	margin: 0 auto;
}
h2{
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	/* identical to box height */
	position: relative;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 23px;
	margin-bottom: 60px
}
h2:after{
	content: "";
	width: 60px;
	height: 3px;
	background: #CE2828;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
h3{
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #333;
}
.call-to-action{
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px; 
}
.homepage-content{
	background: #fff;
	width: 100%
}

.video-iframe {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0px;
}
.video-ytb{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.click-playvideo{
    position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
}
.click-playvideo svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pagination-navigation{
	display: none;
	text-align: center;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
/*banner css*/
.banner{
	background-color: #f8f8f8;
	background-image: url(assets/images/bg-banner.jpg);
	background-repeat: no-repeat;
	padding: 60px 0;
	background-size: contain;
}
section.banner .container{
	display: flex;
	flex: 1 100%;
}
section.banner .container > * {
    flex: 0 100%;
}
.banner .right-col{
	background: #FFFFFF;
	padding: 20px 25px 30px;
	border: 2px solid #CE2828;
}
section.banner h1{
	font-weight: bold;
	font-size: 27px;
	line-height: 38px;
	text-transform: uppercase;
	color: #CE2727;
	position: relative;
	margin-bottom: 35px;
}
section.banner h1:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #CE2828;
}
section.banner h1:after{
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	right: -2px;
	bottom: -2px;
	border: 1px solid #CE2828;
}
section.banner p.pre-price {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
section.banner p.pre-price:before {
    content: "";
    width: 100px;
    height: 1.5px;
    background: #CE2828;
    margin-right: 10px
}
section.banner p.pre-price:after {
    content: "";
    width: 100px;
    height: 1.5px;
    background: #CE2828;
    margin-left: 10px
}
section.banner .banner-price{
	font-weight: bold;
	font-size: 42px;
	line-height: 56px;
	text-align: center;
	color: #333333;
	margin-bottom: 30px;
}
/*end banner css*/

/*introduce*/
.introduce{
	padding: 70px 0 80px;
	text-align: center;
	background: url(assets/images/bg-introduce.jpg) no-repeat center center;
	background-size: cover;
}
.introduce .button-1{
	background: transparent;
}
.introduce-box{
	text-align: center;
	margin-bottom: 30px;
	max-width: 910px;
	margin: 0 auto;
}
.introduce-content{
	background: #000000b3;
	color: #fff;
}
/*end introduce*/
/*Doitac*/
.doitac {
	padding: 80px 0px;
}
/*end doitac*/

/*thong tin san pham*/
.ttsp{

}
.ttsp .ttsp-box{
	display: flex;
	flex: 1 100%;
}
.ttsp .ttsp-box > *{
	flex: 0 100%;
}
.ttsp-box ul{
	list-style: none;
	margin-left: 0;
	display: flex;
	flex: 1 100%;
	margin-bottom: 0;
}
.ttsp-box ul li {
    padding-right: 30px;
}
.ttsp-box ul li img{
    margin: 23px 0 0px;
    padding: 40px 0;
    border: 1px dashed #333333;
}
.ttsp-iframe{
	position: absolute;
}
/*end thong tin san pham*/

/*kich thuoc*/
.sizes{
	background: #f8f8f8
}
.sizes-box ul{
	margin-left: 0;
	margin-bottom: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	display: none;
}
.sizes-box ul li{
	background: #333333;
	border-radius: 4px;
	color: #fff;
	list-style: none;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding: 5px;
	margin: 0 3px;
}
.sizes-box table{
	background: #fff
}
/*end kich thuoc*/
/*san pham noi bat*/
.spnew-box{
	display: grid;
	grid-template-columns: repeat(4,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.spnew-item {
    padding: 20px;
    border: 1px solid #E0E0E0;
    text-align: center;
}
.spnew-item img{
	margin-bottom: 14px;
	width: 100% 
}
.spnew-item .sp-title{
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	text-transform: capitalize;
	color: #333333;
	margin-bottom: 10px;
}
.spnew-item .sp-price{
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	color: #CE2828;
	margin-bottom: 16px;
}
/*end san pham noi bat*/
/*phukien*/
.phukien{
	background: #F8F8F8;
}
/*end phukien*/

/*uudiem*/
.uudiem-box{
	display: grid;
	grid-template-columns: repeat(4,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.uudiem-item{
	border: 1px solid #E0E0E0;
}
.ud-image{
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 17px;
}
.ud-image > *{
	display: flex;
	justify-content: center;
}
.ud-image .icon{
	margin-top: -40px;
}
.ud-title{
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	padding: 0 20px;
	color: #333333;
	margin-bottom: 20px;
}
.line-break{
	width: 40px;
	height: 1px;
	background: #CE2828;
	margin: 0 auto;
	margin-bottom: 18px;
}
.ud-desc{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #666666;
	padding: 0 20px 20px;
}
/*end uudiem*/
/*tai sao chon ....*/
.why-choose-us{
	background: #f8f8f8;
}
.why-choose-us .why-iframe{
	position: absolute;
}
.why-choose-us .video-box{
	margin-bottom: 30px
}
.resion-box{
	display: grid;
	grid-template-columns: repeat(6,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.resion-box .resion-item{
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	text-align: center;
	padding: 17px 10px 25px;
}
.why-subtitle{
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 18px;
}
/*end tai sao chon */

/*truyen hinh*/
.truyenhinh-box .chungnhan{
	float: left;
	margin-right: 30px;
}
.truyenhinh-box{
	display: flex;
}
.truyenhinh-box .truyenhinh-item{
	flex-grow: 1
}
/*end truyen hinh*/
/*quy trinh */
.quytrinh{
	background: #f8f8f8;
}
.quytrinh-box{
	display: grid;
	grid-template-columns: repeat(3,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.quytrinh-item .quytrinh-content{
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	padding: 20px;
	text-align: center;
}
.quytrinh-item .item-title{
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #CE2828;
}
.quytrinh-item .item-desc{color: #666666;}
/*end quy trinh*/
/*huong dan*/
.guide{
	background: #f8f8f8
}
/*end huong dan*/
/*cong trinh*/
.congtrinh{
	padding: 0 0 80px;
	background: #f8f8f8;
}
.congtrinh h2{
	background: url(assets/images/bg-congtrinh.jpg) repeat;
	padding: 60px 0;
	color: #fff;
}
.congtrinh h2:after{
	display: none;
}
.congtrinh  .tab-title{
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
.congtrinh-item{
	margin-bottom: 70px
}
.congtrinh .line-break{
	height: 3px;
	margin-bottom: 40px
}
.project-wraper{
	display: grid;
	grid-template-columns: repeat(3,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.congtrinh .item-box{
	position: relative;
}
.congtrinh .item-name{
	position: absolute;
	bottom: 0;
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	justify-content: center;
	color: #FFFFFF;
	display: flex;
	align-items: flex-end;
	height: 100px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000d3 100%);
	padding: 10px 15px;
}
.congtrinh .item-box:hover .item-name {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #e3af4a 100%);
    /*color: #333*/
}
.congtrinh .item-image{
	display: flex;
}
/*end congtrinh*/
/*form*/

.form{
	background: url(assets/images/bg-form.jpg) no-repeat center center;
	background-size: cover;
}
.form-box .left-col{
	max-width: 736px;
	text-align: center;
}
.nf-form-cont{
	max-width: 448px;
	margin: 0 auto
}
.form-box .nf-form-content .list-select-wrap .nf-field-element>div, 
.form-box .nf-form-content input:not([type=button]), 
.form-box .nf-form-content textarea{
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 6px;
	font-size: 16px;
    padding-left: 60px;
}
.button-1,
.form-box .left-col .nf-form-content button, 
.form-box .left-col .nf-form-content input[type=button], 
.form-box .left-col .nf-form-content input[type=submit]{
	padding: 15px 37px;
	background: #fff;
	border: 1px solid #CE2828;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 6px;
	color: #CE2828;
}
.button-1:hover,
.form-box .left-col .nf-form-content button:hover,
.form-box .left-col .nf-form-content input[type=button]:hover,
.form-box .left-col .nf-form-content input[type=submit]:hover{
	padding: 15px 37px;
	background: #CE2828;
	color: #fff;
}

.form-box .phone-wrap .nf-field-element:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(assets/images/phone.svg) no-repeat center center;
    background-color: #F0F0F0;
    position: absolute;
    border-radius: 6px 0px 0 6px;
}
.form-box .email-wrap .nf-field-element:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(assets/images/envelope.svg) no-repeat center center;
    background-color: #F0F0F0;
    position: absolute;
    border-radius: 6px 0px 0 6px;
}
.form-box .firstname-wrap .nf-field-element:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(assets/images/user.svg) no-repeat center center;
    background-color: #F0F0F0;
    position: absolute;
    border-radius: 6px 0px 0 6px;
}
.form .s-title{
	position: relative;
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 30px;
	padding-bottom: 0
}
.form .s-title:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #CE2828;
}
.form .s-title:after{
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: -2px;
    bottom: -2px;
    width: 100%;
    border: 1px solid #CE2828;
    background: transparent;
    transform: translateX(0%);
    height: 100%;
}
.form .pre-price{
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
}
.form .pre-price:before{
	content: "";
    width: 100px;
    height: 1.5px;
    background: #fff;
    margin-right: 10px;
}
.form .pre-price:after {
    content: "";
    width: 100px;
    height: 1.5px;
    background: #fff;
    margin-left: 10px;
}
.price-preform{
	background: #CE2828;
	padding: 15px 30px;
	color: #fff;
	margin-bottom: 50px
}
.form  .price{
	font-style: normal;
	font-weight: bold;
	font-size: 56px;
	line-height: 74px;
	text-align: center;
}


.footer-widgets{
	background: #f8f8f8
}
.footer-widget-1 h2{
	text-align: left;
}
.footer-widget-1 h2:after{
	display: none
}
.footer-widget-1 .widget-title{
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	position: relative;
	padding-bottom: 13px;
	border-bottom: 1px solid #CE2828;
}
.site-footer .footer-widgets-container .inner-padding{
	padding-left: 0;
}
.site-footer .footer-widgets-container .footer-widget-1 aside:not(:first-child){
	padding-left: 17px;
	border-left: 3px solid #E0E0E0;
}
.footer-widget-1 .textwidget p{
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 21px;
}
.footer-widget-2{
	padding-left: 40px
}
.project-content .item-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*call now*/
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
	width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
.chatzalo{
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.chatzalo a:hover,
.chatzalo a{
	padding: 0;
	background: transparent;
}
.chatzalo img{width: 60px}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-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);
  }
}
@media (max-width: 767px){
    .congtrinh-box .project-wraper{
        /*grid-template-columns: repeat(1, 1fr);*/
    }
	.truyenhinh-box {
	    display: flex;
	    flex-direction: column;
	}
	.doitac-slide{
		overflow: hidden;
	}
	h1 strong,
	h2 strong{
		display: block;
	}
	.site-logo{
		padding-left: 15px;
	}
	section{
		width: 100%;
		padding: 30px 15px;
	}
	h2{
		margin-bottom: 30px;
		font-size: 20px;
		line-height: 32px;
	}
	.call-to-action{
	    margin-top: 30px; 
	}
	a.button:hover, a.button{
		font-size: 12px;
		line-height: 16px;
	}
	.pagination-navigation{
		display: block;
	}
	.swiper-pagination-bullet {
	    width: 6px;
	    height: 6px;
	    border-radius: 50%;
	    background: #C4C4C4;
	    display: inline-block;
	    margin: 0 5px;
	    cursor: pointer;
	}
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	    background: #CE2828;
	}
	/*banner css*/
	.banner{
		background-color: #f8f8f8;
		background-image: url(assets/images/bg-banner-mb.jpg);
		background-repeat: no-repeat;
		padding: 20px 15px 200px;
		background-size: cover;
		background-position: bottom;
	}
	section.banner .left-col{
		display: none;
	}
	section.banner .banner-price{
		font-weight: bold;
		font-size: 36px;
		line-height: 48px;
		margin-bottom: 10px;
	}
	.banner .right-col{
		padding: 20px;
	}
	section.banner p.pre-price:before,
	section.banner p.pre-price:after{
		width: 50px
	}
	/*end banner css*/

	/*duan*/
	.quytrinh-container,
	.project-container{
		position: relative;
		overflow: hidden;
	}
	.congtrinh {
	    padding: 0 15px 40px;
	    background: #f8f8f8;
	}
	.congtrinh-item {
	    margin-bottom: 30px;
	}
	.congtrinh .item-name{
		width: calc(100% - 30px);
	}
	/*introduce*/
	.introduce{
		padding: 100px 15px;
		background: url(assets/images/bg-introduce-mb.jpg) no-repeat center center;
		background-size: cover;
	}
	.introduce-box{
		
	}
	.introduce-content{
		padding: 30px 20px
	}
	.introduce-box{
		padding: 0;
	}
	.introduce-box p{
		margin-bottom: 0;
	}
	/*end introduce*/

	/*Doitac*/
	.doitac {
		padding: 30px 15px;
	}
	.doitac .gallery-columns-5 .gallery-item {
	    max-width: 50%;
	}
	/*end doitac*/
	

	/*thong tin san pham*/
	
	.ttsp .ttsp-box{
		flex-direction: column;
	}
	.ttsp-box ul li:nth-child(odd) {
	    padding-right: 10px;
	}
	.ttsp-box ul li:nth-child(even) {
	    padding-right: 0px;
	    padding-left: 10px;
	}
	.ttsp-box ul li img{
		margin: 15px 0 20px
	}
	/*end thong tin san pham*/
	/*kich thuoc*/
	.sizes-box ul{
		display: flex;
	}
	.sizes-box ul li.active{
		font-weight: bold;
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		background: #CE2828;
		color: #FFFFFF;
	}
	.sizes-box table tr td:nth-child(3),.sizes-box table tr td:nth-child(4) {
	    display: none;
	}
	/*end kich thuoc*/
	/*san pham noi bat*/
	.spnew-box{
		grid-template-columns: repeat(2,1fr);
	    grid-column-gap: 12px;
	    grid-row-gap: 12px;
	}
	.spnew-item {
	    padding: 10px 10px 15px;
	}
	.spnew-item .sp-title {
	    font-size: 16px;
	    margin-bottom: 6px;
	}
	.spnew-item .sp-price{
		 margin-bottom: 11px;
	}
	.spnew-item img {
	    margin-bottom: 9px;
	}
	/*uu diem*/
	.uudiem-box {
	    grid-template-columns: repeat(1,1fr);
	}
	/*end san pham noi bat*/
	.resion-box {
	    grid-template-columns: repeat(2,1fr);
	    grid-column-gap: 20px;
    	grid-row-gap: 20px;
	}
	/*truyen hinh*/
	.truyenhinh-box .chungnhan {
	    float: unset;
	    margin-right: auto;
	    margin-left: auto;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.form{
		background: url(assets/images/bg-form-mb.jpg) no-repeat center center;
		padding-bottom: 268px;

	}
	.form-box h2.s-title{
		font-size: 22px;
		line-height: 29px;
		padding: 15px;
	}
	.form .s-title:after{
	    top: 6px;
    	left: 6px
	}
	.form .pre-price{
		font-size: 18px;
		line-height: 24px;
	}
	.form .pre-price:after,
	.form .pre-price:before{
		width: 60px;
	}
	.form .price{
		font-size: 30px;
		line-height: 36px;
	}
	.price-preform{
		margin-bottom: 30px;
	}
	.site-branding{
		display: none
	}
	.site-branding-container{
		text-align: left;
	}
	.inside-header .header-widget {
	    position: relative;
	    top: 0;
	    right: 0;
	    margin: 0;
	}
	.inside-header .main-navigation {
	    position: relative;
	    bottom: 0;
	    right: 0;
	    background-color: transparent;
	    order: 2;
	}
	.has-inline-mobile-toggle .header-widget, .has-inline-mobile-toggle #site-navigation {
	    flex-basis: unset;
	}
	.site-branding-container{
		flex-grow: 1
	}
	.gp-icon svg {
	    height: 20px;
	    width: 20px;
	}
	.has-inline-mobile-toggle #site-navigation.toggled{
		margin-top: 0
	}
	#site-navigation #primary-menu{
		width: 100vw;
	}
	#site-navigation #primary-menu ul li{
	    padding: 12px;
	    background: #CE2828;
	    border-bottom: 1px solid #fff;
	}
	.main-navigation .main-nav ul li a{
		color: #fff
	}

	.footer-widget-1{
		padding: 0 15px;
	}
	.footer-widget-2{
		padding: 0px
	}
	.footer-widgets-container{
		padding-left: 0;
		padding-right: 0;
	}

}