img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
hr {
    clear: both;
}
button, 
select{
	outline: none;
}
table {
    background-color: transparent;
    width: 100%;
}
table thead th {
    color: #333;
}
table td {
    padding: 15px 10px;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}
table tr:last-child td{
	border-bottom:0;
}
p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
    margin-bottom: 24px;
}
 ::selection {
     color: #000;
     background:#dbdbdb;
}
 ::-moz-selection {
     color:#000;
     background:#dbdbdb;
}
.overflow-hide {
    overflow: hidden;
}
.overflow-auto {
    overflow: auto;
}
.clear {
    clear: both;
}
.pull-none {
    float: none;
}
::-moz-selection {
    background: #3396d1;
    color: #fff;
}
::selection {
    background: #3396d1;
    color: #fff;
}
.op{
	font-family: 'Open Sans', sans-serif;
}
.dis-block{
	display:block;
	width: 100%;
}
/*---------------------------------------------------------------
2. HEADINGS
---------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232323;
    font-family: "Roboto",sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #232323;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
	color:var(--color-primary);
}
a.bg-primary:focus,
a.bg-primary:hover{
	color:var(--color-hover);
}
h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 25px;
}
h2 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 25px;
}
h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
}
h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}
h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.col-480-1{
	width: calc(100%/1 - 10px );
	margin: 5px;
}

.col-480-2{
	width: calc(100%/2 - 10px );
	margin: 5px;
}

.col-480-3{
	width: calc(100%/3 - 10px );
	margin: 5px;
}

.col-480-4{
	width: calc(100%/4 - 10px );
	margin: 5px;
}

.col-480-5{
	width: calc(100%/5 - 10px );
	margin: 5px;
}

.col-480-6{
	width: calc(100%/6 - 10px );
	margin: 5px;
}
/*text size*/
.font-10 {
    font-size: 10px;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-26 {
    font-size: 26px;
}
.font-30 {
    font-size: 30px;
    line-height: 40px;
}
.font-35 {
    font-size: 35px;
	line-height:45px;
}
.font-40 {
    font-size: 40px;
	line-height:50px;
}
.font-45 {
    font-size: 45px;
	line-height:55px;
}
.font-50 {
    font-size: 50px;
	line-height:65px;
}
.font-55 {
    font-size: 55px;
	line-height:65px;
}
.font-60 {
    font-size: 60px;
	line-height:70px;
}
.font-70 {
    font-size: 70px;
	line-height:80px;
}
.font-75 {
    font-size: 75px;
	line-height:85px;
}
.font-80 {
    font-size: 80px;
	line-height:90px;
}
.font-90 {
    font-size: 90px;
	line-height:100px;
}
.font-100 {
    font-size: 100px;
	line-height:110px;
}
/*text weight*/

.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-800 {
    font-weight: 800;
}
.font-weight-900 {
    font-weight: 900;
}
.badge {
	display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    margin: 2px;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
}
.box__border{
	border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    margin-bottom: 11px;
    padding: 8px 5px;
}
/*from boootrap 5.1.3*/
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.can-flex {
    display: flex;
    flex-wrap: wrap;
}
.flex-middle{
	-ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
}
.d-flex {
    display: flex !important
}
.d-inline-flex {
    display: inline-flex !important
} 
.justify-content-start {
    justify-content: flex-start !important
}
.justify-content-end {
    justify-content: flex-end !important
}
.justify-content-center {
    justify-content: center !important
}
.justify-content-between {
    justify-content: space-between !important
}
.justify-content-around {
    justify-content: space-around !important
}
.justify-content-evenly {
    justify-content: space-evenly !important
}
.align-items-start {
    align-items: flex-start !important
}
.align-items-end {
    align-items: flex-end !important
}
.align-items-center {
    align-items: center !important
}
.align-items-baseline {
    align-items: baseline !important
}
.align-items-stretch {
    align-items: stretch !important
}
.align-content-start {
    align-content: flex-start !important
}
.align-content-end {
    align-content: flex-end !important
}
.align-content-center {
    align-content: center !important
}
.align-content-between {
    align-content: space-between !important
}
.align-content-around {
    align-content: space-around !important
}
.align-content-stretch {
    align-content: stretch !important
}
.align-self-auto {
    align-self: auto !important
}
.align-self-start {
    align-self: flex-start !important
}
.align-self-end {
    align-self: flex-end !important
}
.align-self-center {
    align-self: center !important
}
.align-self-baseline {
    align-self: baseline !important
}
.align-self-stretch {
    align-self: stretch !important
}
.order-first {
    order: -1 !important
}
.order-0 {
    order: 0 !important
}
.order-1 {
    order: 1 !important
}
.order-2 {
    order: 2 !important
}
.order-3 {
    order: 3 !important
}
.order-4 {
    order: 4 !important
}
.order-5 {
    order: 5 !important
}
.order-last {
    order: 6 !important
}
.no-gutters {
    margin-right: 0!important;
    margin-left: 0!important;
	padding: 0;
}
.flex-child{
	flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
    left: auto;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.text-white {
    color: #FFF;
}
.hasborder{
	border: 1px solid #cccccc40;
}
.sticky-top{
	position: sticky;
    position: -webkit-sticky;
    top: 16px;
}
.top-bar {
    min-height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    background-image: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.cmname{
	overflow: hidden;
    vertical-align: middle;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 16px;	
}
.col-white{
	background-color: white;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	border-radius: 14px; 
}
.panel-primary {
    border: none;
}
.stcblock.panel-primary .panel-heading {
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    background: #148b02;
    margin-top: 15px;
    -moz-box-shadow: 5px 5px 0 #CCCCCC;
    -webkit-box-shadow: 5px 5px 0 #cccccc;
    box-shadow: 9px 15px 0 #cccccc38;
    margin-bottom: 20px;
    color: #fff;
}
.panel__line .bl-title{
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 600;
    line-height: 12px;
	position: relative;
	color: #232323;
}
.panel__line .bl-title:after{
	border-radius: 0;
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    vertical-align: bottom;
    width: 50px;
	background-color: #ff5e14;
}
.panel__line .contactList li {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #6f6e6e;
	margin-right: 0px;
	font-family: "Roboto",sans-serif;
}
.panel__line .contactList li.ical span {
    color: #cd0117;
}
.top-bar svg{
	fill: #f35704;
}
.top-bar #contactList a{
	font-weight: 500;
    font-size: 14px;
}
.blog_box {
    padding: 0;
    margin: 0;
}
.tw-latest-post {
    background: #fff;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
	margin: 0px 9px 19px;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 10%);
}
.tw-latest-post:hover {
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
}

.tw-latest-post img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.tw-latest-post:hover img{
	-moz-transform: scale(1.2) rotate(-10deg);
    -webkit-transform: scale(1.2) rotate(-10deg);
    -o-transform: scale(1.2) rotate(-10deg);
    -ms-transform: scale(1.2) rotate(-10deg);
    transform: scale(1.2) rotate(-10deg);
}
.tw-latest-post .post-body {
    position: relative;
    padding-left: 10px;
}
.tw-latest-post .post-item-date {
    position: absolute;
    height: 100%;
}
 
.tw-latest-post .latest-post-media {
    margin-bottom: 20px;
	position: relative;
    overflow: hidden;
}
 
.tw-latest-post .post-date {
	width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    color: #3e3e3e;
    position: relative;
    z-index: 3;
    font-weight: 800;
    font-size: 20px;
    padding-top: 10px;
    display: block;
    box-shadow: 0 3px 10px rgb(0 0 0 / 8%);
	position: absolute;
    left: 3px;
    top: -67px;
}
.tw-latest-post .post-info .post-title {
    margin-bottom: 10px;
    font-size: 18px;
    overflow: hidden;
    font-family: 'Nunito', sans-serif;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 95px;
	margin-top: 32px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	position: relative;
}
.tw-latest-post .post-info .post-title:after{
	content: "";
    width: 50px;
    height: 2px;
    background: #ff5e14;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.tw-latest-post .post-info{
	padding: 0 12px;
}
.tw-latest-post .post-info .post-title a{color: #2f2c2c;
	min-height: 70px;
    display: block;
	line-height: 28px;
}
.tw-latest-post .post-date .month {
    display: block;
    font-weight: 300;
    font-size: 14px;
    margin-top: -4px;
}
.site-button{
    color: #fff !important;
    padding: 12px 30px;
    display: inline-block;
    font-size: 13px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
	border-radius: 3px;
	font-weight: 600;
	text-align:center;
	white-space: nowrap;
    vertical-align: middle;	
}
.site-button {
    background-color: #009541;
}
.site-button:active,
.site-button:hover,
.site-button:focus,
.active > .site-button {
    background-color: #067838;
    color: #fff;
}
.brochure-btn {
    display: flex;
    overflow: hidden;
    text-decoration: none;
    -webkit-mask-image: -webkit-radial-gradient(white, #316d13);
    background: #009541; 
    box-shadow: 0 2px 8px 1px #c6c6c6;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    padding: 5px 13px;
	color: #fff !important;
}
.brochure-btn::before, .brochure-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.brochure-btn:hover {
    -webkit-transition: all 0.5s ease 0.1s;
    -moz-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
}
.brochure-btn::after {
    background-color: #08a74d;
}
.brochure-btn:hover::before, .brochure-btn:hover::after {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.wrap_cauhoi .content_question ul{list-style: disc;}
h3.line-clamp-2{
	font-size: 14px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    line-height: 23px;
    max-height: 46px;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 46px;
    word-break: break-word;
    margin-bottom: 5px;
    font-weight: normal;
    padding: 0 10px;
}
.section-quick-action{
	padding-top: 15px;
    padding-bottom: 32px;
	color: #fff;
    background: linear-gradient(-45deg, #009541 50%, #018d3e 50%);
}
.section-quick-action h3{color: #fff;margin-bottom: 5px;}
.section-quick-action ul{
	padding: 0;
	margin: 0;
}
.section-quick-action ul li{
	display: inline-block;
	width: 32%;
}
a.box-quick-call{
	text-align: center;
    color: #fff;
}
.box-quick-call .box-img{
	margin: 0 auto 4px;
	width: 60px;
}
.section-quick-action ul li:nth-child(1) .box-img img{animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim}.section-quick-action ul li:nth-child(2) .box-img img{animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-a1}.section-quick-action ul li:nth-child(3) .box-img img{animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-a2}@keyframes chang-rotage-anim{0%{transform: rotate(0deg) scale(1) skew(1deg)}5%{transform: rotate(-10deg) scale(1) skew(1deg)}10%{transform: rotate(10deg) scale(1) skew(1deg)}15%{transform: rotate(-10deg) scale(1) skew(1deg)}20%{transform: rotate(10deg) scale(1) skew(1deg)}25%{transform: rotate(0deg) scale(1) skew(1deg)}100%{transform: rotate(0deg) scale(1) skew(1deg)}}@keyframes chang-rotage-anim-a1{0%{transform: rotate(0deg) scale(1) skew(1deg)}25%{transform: rotate(0deg) scale(1) skew(1deg)}30%{transform: rotate(-10deg) scale(1) skew(1deg)}35%{transform: rotate(10deg) scale(1) skew(1deg)}40%{transform: rotate(-10deg) scale(1) skew(1deg)}45%{transform: rotate(10deg) scale(1) skew(1deg)}50%{transform: rotate(0deg) scale(1) skew(1deg)}100%{transform: rotate(0deg) scale(1) skew(1deg)}}@keyframes chang-rotage-anim-a2{0%{transform: rotate(0deg) scale(1) skew(1deg)}50%{transform: rotate(0deg) scale(1) skew(1deg)}55%{transform: rotate(-10deg) scale(1) skew(1deg)}60%{transform: rotate(10deg) scale(1) skew(1deg)}65%{transform: rotate(-10deg) scale(1) skew(1deg)}70%{transform: rotate(10deg) scale(1) skew(1deg)}75%{transform: rotate(0deg) scale(1) skew(1deg)}100%{transform: rotate(0deg) scale(1) skew(1deg)}}
#loading-area {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    background-image: url(../images/loading.svg);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
}
.dlab-quik-search {
    background-color: rgba(0,0,0,0.9) !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	height:100%;
    z-index: 9999;
    display: none;
    overflow: hidden;
}
.dlab-quik-search.On form {
	transition:all 0.5s ease 0.5s;
	-moz-transition:all 0.5s ease 0.5s;
	-webkit-transition:all 0.5s ease 0.5s;
	max-width: 1200px;
	opacity:1;
}
.dlab-quik-search form {
    width: 100%;
    max-width: 100px;
    margin: auto;
    position: relative;
	top: 50%;
	transition:all 0.5s;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
    -moz-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
	opacity:0;
}
.dlab-quik-search .form-control {
	padding: 15px 60px 15px 15px;
    width: 100%;
    height: 90px;
    border: none;
    background: none !important;
    color: #fff;
    font-size: 20px;
	border-bottom:2px solid rgba(255,255,255,0.2);
}
.dlab-quik-search .form-control::-moz-placeholder {
    color: #fff;
}
.dlab-quik-search .form-control:-moz-placeholder {
    color: #fff;
}
.dlab-quik-search .form-control:-ms-input-placeholder {
    color: #fff;
}
.dlab-quik-search .form-control::-webkit-input-placeholder {
    color: #fff;
}
.dlab-quik-search span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
}
.flooring_links p{margin-bottom:0;}
#footer .footer-top{
	background: #191F23;
    background-size: cover;
    background-position: center;
    padding: 55px 0 15px 0;
	background-image: url(../images/bg2.png);
    background-size: contain;
}
.dlab-newsletter {
    overflow-x: hidden;
    background-color: #fff;
    position: relative;
    z-index: 1;
	padding: 0 10px;
}
.dlab-newsletter:after {
    content: "";
    background: #191f23;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 0;
}
.flcontact_note{
	text-align: justify;
	line-height: 26px;
	padding: 10px 15px 0;
}
.flcontact_note ul{padding:0;margin:0; list-style: circle;}
.ft-contact {
    background: #009541;
    border-radius: 10px;
    display: flex;
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 36%);
	background: linear-gradient(0deg, #008d3d 50%, #13994d 50%);
}
.ft-contact .ft-contact-bx{
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
    padding: 15px 12px 15px 115px;
	z-index: 1;
}
.ft-contact .ft-contact-bx a{color: #fff !important;}
.ft-contact .ft-contact-bx .title{
	margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 500;
	color: #fff;
}
.ft-contact .ft-contact-bx:last-child:after{
	content:none;
}
.ft-contact .ft-contact-bx:after{
	content: "";
    height: 100%;
    width: 50px;
    position: absolute;
    right: -15px;
    top: 0;
    z-index: -1;
    background-image: url(../images/icons/right.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.ft-contact .ft-contact-bx p {
    color: #fff;
    line-height: 28px;
    margin-bottom: 0;
    font-size: 16px;
}
.ft-contact .ft-contact-bx img{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 45px;
    top: 36px;
	transition:all 0.8s;
	-moz-transition:all 0.8s;
	-webkit-transition:all 0.8s;
	-ms-transition:all 0.8s;
	-o-transition:all 0.8s;
}
.ft-contact .ft-contact-bx:hover img{
	transform:scale(1.2);
}
.shop__style3{ 
    background: -o-linear-gradient(left,#009541 0,#19cd67 100%);
    background: linear-gradient(90deg,#009541 0,#19cd67 100%);
    position: relative;
    z-index: 1;
    padding: 80px 0;
    color: #fff;
    font-size: 18px;
    padding-top: 48px;
    overflow: hidden;
}
.background-wave-shape {
    position: absolute;
    top: -83px;
    right: -77px;
    opacity: .03;
    z-index: -1;
}
.background-wave-shape img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.shop__style3 h3.title {
    color: #fff!important;
    font-family: Poppins,Sans-serif;
    font-size: 27px!important;
    line-height: 52px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: block;
}
.shop__style3_sub{
	background-color: #fff;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: -65px;
    margin-bottom: 51px;
    z-index: 999;
    -webkit-box-shadow: 0 7px 25px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 7px 25px 0 rgb(0 0 0 / 10%);
    position: relative;
    overflow: hidden;
    padding: 13px 10px;
}
.ctitle { 
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 16px;
    font-weight: 600; 
    font-family: "Roboto",Sans-serif;
    position: relative;
	margin-top: 20px;
}
.ctitle:after {
    content: "";
    display: table;
    clear: both;
    background: url(../images/line.png);
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0px;
}
div#menusite-stc {
    background: #fff;
    -moz-box-shadow: 0 6px 9px 0px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 6px 9px 0px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 9px 0px rgb(0 0 0 / 18%);
    margin-bottom: 14px;
    background-image: url(../images/menu_bg.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-attachment: scroll;
    background-position: 50% 100%;
}
 
@media only screen and (max-width: 1024px){
	.dlab-quik-search.On form {
		max-width: 100%;
		padding: 0 30px;
	}
}
@media (max-width: 991.98px) {
	.cmname{text-align:center}
	.ft-contact .ft-contact-bx {
		padding: 20px 20px 20px 75px;
	}
	.ft-contact .ft-contact-bx img {
		width: 35px;
		height: 35px;
		left: 25px;
	}
	.ft-contact .ft-contact-bx p {
		line-height: 26px;
		font-size: 14px;
	}
	.ft-contact .ft-contact-bx .title {
		margin: 0 0 5px 0;
		font-size: 18px;
		line-height: 24px;
	}
	.supporter_wr{
		display: block !important;
		text-align: center;
	}
}
@media only screen and (max-width: 767px){
	.ft-contact {
		flex-wrap: wrap;
		padding-bottom: 20px;
	}
	.ft-contact .ft-contact-bx:after {
		content: unset;
	}
	.ft-contact .ft-contact-bx {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 25px 20px 5px 75px;
	}
	.supporter_wr{
		display: flex !important;
		text-align: left;
	}
}
@media (max-width: 499.98px) {
	.wraper{overflow: hidden;}
}
@media (min-width: 768px){ 
	 .col-768-1{
        width: calc(100%/1 - 10px );
        margin: 5px;
     }
    
    .col-768-2{
        width: calc(100%/2 - 10px );
        margin: 5px;
     }
     
     .col-768-3{
        width: calc(100%/3 - 10px );
        margin: 5px;
     }
     
      .col-768-4{
        width: calc(100%/4 - 10px );
        margin: 5px;
     }
     
      .col-768-5{
        width: calc(100%/5 - 10px );
        margin: 5px;
     }
     
      .col-768-6{
        width: calc(100%/6 - 10px );
        margin: 5px;
     }
}

@media (min-width: 992px){
	.col-20 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		padding-right: 3px;
	}
	.col-1200-1{
        width: calc(100%/1 - 10px );
        margin: 5px;
     }
    
    .col-1200-2{
        width: calc(100%/2 - 10px );
        margin: 5px;
     }
     
     .col-1200-3{
        width: calc(100%/3 - 10px );
        margin: 5px;
     }
     
      .col-1200-4{
        width: calc(100%/4 - 20px );
        margin: 10px;
     }
     
      .col-1200-5{
        width: calc(100%/5 - 10px );
        margin: 5px;
     }
     
      .col-1200-6{
        width: calc(100%/6 - 10px );
        margin: 5px;
     }
}