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;
}
.font-roboto{
	font-family: "Roboto",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: 35px;
    line-height: 45px;
    margin-bottom: 25px;
}
h2 {
    font-size: 30px;
    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-15 {
    font-size: 15px;
}
.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;
}
.block-in{
	padding-bottom: 0;
}
.block-in .title{
	font-family: "Poppins", Sans-serif;
    font-size: 17px;
    background: #813b47;
    margin-top: 15px;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px 5px 0 0px;
}
.block-in .divscroll{
	list-style: none;
    padding: 19px 14px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ccccccad;
}
.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;
}
.counter_flex li{
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
	border-bottom: 1px dashed #cccccc40;
    padding-bottom: 9px;
    font-size: 14px;
    margin-bottom: 9px;
}
.counter_flex li:last-child{
	border-bottom: none;
}
.sqrstyle .heading{
	margin-bottom: 20px;
    background: url(../images/bg-after-news.png) center repeat-x;
    text-align: left;
}
.sqrstyle .heading h2{
	background: linear-gradient(to right, rgb(0, 62, 139) 0%,#0047b5 50%,#1c3f75 100%);
    color: #fff;
    padding: 0px 27px;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 42px;
    margin: 0px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: "Roboto",sans-serif;
}
.block-law-wraper{
	background: #fff;
    box-shadow: 0px 0px 20px rgb(0 112 185 / 15%);
    padding: 30px;
}
.section-header{
	background: #fafafa url(../images/bg-top-header2.jpg) bottom no-repeat;
	position: relative;
    overflow: hidden;
}
.section-header .bg_inside{
	background-color: rgb(255 255 255 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.sticky-top{
	position: sticky;
    position: -webkit-sticky;
    top: 100px;
}
.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 rgb(238, 238, 238);
    background: linear-gradient(45deg, #efefef 50%, #f7f7f7 50%);
}
.cmname{
	overflow: hidden;
    vertical-align: middle;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 16px;	
	text-transform: capitalize;
}
@media (min-width: 768px) and (max-width: 991px){#header{justify-content: center;}}
.qc_right img{
    max-height: 74px; 
}
.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: #024faa; 
    -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;
	border: none;
}
.itemProject {
  margin-bottom: -50px; }
  .itemProject .item {
    margin-bottom: 50px;
    position: relative;
    background: #4dbb4f29; }
    .itemProject .item:nth-child(2n+2) {
      background: #f2f2f2; }
      .itemProject .item:nth-child(2n+2):before {
        display: none; }
      .itemProject .item:nth-child(2n+2):after {
        width: 50%;
        content: "";
        position: absolute;
        height: 100%;
        right: -50%;
        background: #f2f2f2; }
      .itemProject .item:nth-child(2n+2) .itemS:nth-child(1) {
        order: 2; }
      .itemProject .item:nth-child(2n+2) .itemS:nth-child(2) {
        order: 1; }
    .itemProject .item:before {
      width: 50%;
      content: "";
      position: absolute;
      height: 100%;
      left: -50%;
      background: #4dbb4f29; }
	  .khungAnhCrop img {
		width: 100%;
		height: 100%;
		z-index: 1;
		-o-object-fit: cover;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
    .itemProject .item .khungAnh .khungAnhCrop {
      transition: 1s;     -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}
    .itemProject .item .khungAnh:hover .khungAnhCrop {
      transform: scale(1.05); }

    .itemProject .item .khungAnh:before {
      padding-bottom: calc(380/585*100%); }
    .itemProject .item .itemS.content {
      padding: 0 30px; }
    .itemProject .item .titleName {
      padding-top: 26px; margin-bottom: 22px; }
      .itemProject .item .titleName span.title {
        margin-bottom: 5px;
		display: block;
		color: #e7252b !important;
		font-size: 15px; }
	.titleName a.name {
		display: inline-block;
		font-family: "RobotoBold";
		color: #333;
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 15px;
		position: relative;
		transition: 0.3s; 
		font-family: "Roboto",Sans-serif;
		font-weight: bold;
	}
	a.detail.detail2 {
		text-transform: uppercase;
		color: #fff;
		background: #ed1c24;
		padding: 0 40px;
		line-height: 50px;
		display: inline-block;
	}
	a.detail.detail2:hover {
		background: #d00911;
	}
	.titleName a.name:after{
		content: "";
		position: absolute;
		bottom: -15px;
		left: 0;
		width: 60px;
		height: 3px;
		background: #ed1c24;
	}
    .itemProject .item .text {
      margin-bottom: 40px;
      height: 61px;
      overflow: hidden; 
	  -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;}
	
.linhvuc-background {
    background: url(../images/bg-linhvuc.jpg)no-repeat center top;
    height: 230px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.linhvuc-background .project-header {
    text-align: center;
    position: relative;
    padding: 10px;
    color: #fff;
}
.linhvuc-background .project-header h1 {
    font-size: 28px;
	color: #fff;
    text-transform: capitalize;
}
 
	
.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%);
	border-radius: 10px;
    border: 1px solid #e6e6e6;
}
.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;
}
.pr-an-blog-link{
	right: 30px;
    bottom: -38px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
	position: absolute!important;
}
.pr-an-blog-link a{
	width: 50px;
    height: 50px;
    color: #000;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}
.tw-latest-post:hover .pr-an-blog-link {
    right: 35%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.scroll-top:after {
    content: "\f062";
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #9175f9;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid #9175f9;
    box-shadow: none;
    border-radius: 50%;
}
.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.scroll-top svg {
    color: #9175f9;
    border-radius: 50%;
    background: #fff;
}
.scroll-top .progress-circle path {
    stroke: #9175f9;
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
	fill: none;
}
.bg_footers{
 
}
.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, #252f8d 50%, #221e7a 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/page-loader.gif);
    background-repeat: no-repeat;
    background-size: 290px;
    background-position: center;
}
.bigimgs {
    width: 100%;
    border: none;
    padding: 0;
    background: none;
    max-height: 280px;
    object-fit: cover;
}
.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: #f5f5fa;  
    padding: 55px 0 15px 0;  
}

.question_wraper{
	background-image: url(../images/bg-05.png);
	background-position: 49% 25%;	
	position: relative;
	overflow: hidden;
	padding: 56px 0 45px;
}
.question_wraper .sub-title{
	font-size: 18px !important;
    line-height: 20px;
    letter-spacing: -.3px;
    color: #1bbde4;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
}
.question_wraper .content_question ol{
	list-style: decimal;
	margin-left: 0;
}
.question_wraper .home-title{
	font-size: 2.3em;
    line-height: 50px;
    letter-spacing: -1.2px;
    color: #081839;
    text-transform: none;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.button-white{
	border-radius: 5px;
    border: 2px solid #979797;
    padding: 7px 12px;
	transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
}
.button-white:hover{
	background: #fff;
	color:#000;
}
.fill_bg_blur{
	background-color: rgba(235, 238, 243, 0.483);
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.dlab-newsletter {
    overflow-x: hidden;
    background-color: #fff;
    position: relative;
    z-index: 1;
	padding: 0 10px;
}
.dlab-newsletter:after {
    content: "";
    background: #1c1959;
    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: 25px 40px 25px 120px;
	z-index: 1;
}
.ft-contact .ft-contact-bx a{color: #fff !important;}
.ft-contact .ft-contact-bx .title{
	margin: 0 0 10px 0;
    font-size: 22px;
    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: 55px;
    height: 55px;
    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;
}
.padding__img .nv-block-banners{
	padding: 0 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;
}
.ft-section-title-3 {
    padding-top: 54px;
	    padding-left: 10px;
    padding-right: 10px;
}
 
.ft-section-title-3 h3 {
    color: #050505;
    font-size: 39px;
    font-weight: 700;
    padding: 10px 0px 20px;
}
.gdp-block{
	color: #363636;
	font-family: "Roboto",Sans-serif;
	font-size: 14px;
}
.gdp-block .bl-title{
	border-bottom: 2px #868686 solid;
    padding-bottom: 8px;
}
.links_img img{
	padding: 4px; 
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 1px 2px rgba(0,0,0,0.075);
	width: 100%;
}
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%;
}
.company_info .company_name .name {
    font-size: 17px;	
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 8px;
    display: block;
    color: #2c2a3e;
}
#footer{
	padding-bottom: 221px;
}
.new_footer_area {
    background: #f5f5fa;
    overflow: hidden;
}
.new_footer_top .footer_bg {
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  width: 100%;
  height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
  background: url("../images/car.png") no-repeat center center;
  width: 70px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
          animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
  background: url("../images/bike.png") no-repeat center center;
  width: 50px;
  height: 52px;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
          animation: myfirst 30s linear infinite;
}
.new_footer_top .footer_bg {
    background: url("../images/footer_bg.png") no-repeat scroll center 0 !important;
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 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;
	}
	.itemProject .item a.detail.detail2 {
		line-height: 35px;
		padding: 0 25px;
	}
	.itemProject .item .text {
		margin-bottom: 10px;
		height: 61px;
	}
}
@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;
	}
	itemProject .item a.detail.detail2 {
		margin-bottom: 20px;
	}
	.itemProject .item .itemS.content {
		padding: 0 15px;
	}
	.linhvuc-background{height: 139px;}
}
@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;
     }
}