body{
	font-family: 'Calibri';
	font-size:14px;
}

img {
	max-width:100%;
}
a:hover{
	text-decoration:none;
}

ul.padding{
	padding:0px;
	margin:0px;
}
ul.padding li{
	list-style:none;
}
section.topnavigation {
    background: #008075;
    border-bottom: 5px solid #f15a23;
}

section.topnavigation a {
    color: #fff;
}

.socical-top {
    margin-right: 1rem;
	  position:  relative;
}

.socical-top:after {
    content: "";
    position:  absolute;
    width: 2px;
    height: 0.75rem;
    right: -0.25rem;
    background: #fff;
    top: 0.375rem;
}

.socical-top a {
    margin-right: 10px;
}

.language a {
    margin: 0px 2px;
}

.language a:last-child {
    margin-right:  0px;
}
.logo img {
	position: absolute;
    top: -3.1875rem;
    background: #fff;
    padding: 0.625rem;
z-index: 999;
	width: 49%;
}
nav#menu a {
    color:  #000;
    position:  relative;
    padding-bottom: 0.625rem;
}

nav#menu {
    font-family: 'Conv_icielBrandonText-Bold';
    font-size:  18px;
    text-transform:  uppercase;
}

nav#menu li {
    margin-right: 1.5rem;
}
section.logo-menu {
    padding: 1.25rem 0px 1.1rem 0px;
}
nav#menu li:last-child {
    margin-right:  0px;
}
li.search {
    border: 2px solid #008075;
    font-size:  14px;
    padding: 4px 10px;
}
li.search {
    position:  relative;
    top: -0.1875rem;
}
li.search a {color: #008075 !important;}
nav#menu li.active a:after {
    content: "";
    position:  absolute;
    bottom:  0px;
    border-bottom: 3px solid #f15a23;
    width:  100%;
    left: 0px;
}
.nivo-caption {
    display: none !important;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index:100001;
    display: block;
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.box-footer p {
    margin-bottom: 0px;
}
.intro-about {
    text-align:  center;
	padding: 8.6875rem 1.5rem;
}
p.title-about {
    font-family: 'Conv_icielBrandonText-Bold';
    font-size: 24px;
}

span.company-about {
background: url(../images/title.png) center bottom no-repeat;
    text-transform: uppercase;
    padding-bottom: 1.875rem;
}
.text-about {
    padding-top: 4.125rem;
	font-size: 16px;
}
.col-md-6.video {
    /* padding: 5.6875rem 1.5rem; */
    text-align:  center;
    color: #fff;
    font-size: 22px;
}

.video
 a {
    color: #fff;
}

.intro-video {
   padding-top: 12.6rem;
    padding-left: 40%;
}

.icon-video a {
    border:  1px solid #fff;
    font-size: 32px;
    border-radius: 50%;
    /* color: #41474d; */
    padding: 1.125rem 1.375rem 1rem 1.75rem;
    /* padding: 10px; */
}
.icon-video a:hover {
    background:  #fff;
    color: #f15a23;
}

.intro-video div {
    margin-bottom: 10%
}
a.view-solution {
    color:  #fff;
    background:  #f15a23;
    padding: 0.625rem 1.125rem;
    font-family: 'Roboto-Regular';
}

.intro-solution {
    padding-bottom: 5%;
}
.intro-solution p {
    margin-bottom: 0.375rem;
}

article.solution {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 6rem 0rem;
}
.title {
    background: url(../images/title.png) center bottom no-repeat;
    text-transform: uppercase;
    padding-bottom: 1.875rem;
	font-family: 'Conv_icielBrandonText-Bold';
}
.infor-news-event h3 {
    font-size: 16px;
    font-family: 'Conv_icielBrandonText-Bold';
}

.image-news-event {
    margin-bottom: 1rem;
}
article.news-event {
    margin: 2rem 0rem;
}

.content-news-event {
    margin-top: 1.5rem;
}
article.support-brand {
    background:  #ebebeb;
    padding: 1.5rem 0rem;
}

article.support-brand h4 {
    font-family: 'Conv_icielBrandonText-Bold';
	margin-bottom: 0.8125rem;
}
.hotline-support {
    background: url('../images/chat.png') left no-repeat;
	padding-left: 3.75rem;
	font-size:18px;
}
.email-support{
	 background: url('../images/email.png') left no-repeat;
	padding-left: 3.75rem;
	font-size:18px;
}
.hotline-support a,.email-support a {
    color:  #f15a22;
    font-weight:  bold;
}
.owl-nav {
    position:  absolute;
    top: -3.5rem;
    right: 0px;
}

.content-brand .owl-nav > div {
    background: #fff !important;
    color:  #000 !important;
}
footer {
    padding: 3rem 0rem 0.5rem 0rem;
}

.infor-company h5 {
    font-family: 'Conv_icielBrandonText-Bold';
    font-size: 21px;
    text-transform:  uppercase;
}

footer h5 {
    margin-bottom: 1.5rem;
}

.box-footer a {
    color: #000;
}
.copyright {
    text-align: center;
    color: #bbbbbb;
}

.copyright h4 {
    font-size: 15px;
}

.copyright a {
    color: #bbbbbb;
}
.box-footer h5 {
    margin-bottom: 2.8125rem;
}
h4.card-title {
    font-size:  36px;
    font-family: 'Conv_icielBrandonText-Bold';
}

.card-img-overlay {
    padding: 21.25rem;
    text-align: center;
}
article.content-box .intro-solution {
    padding-top: 5%;
}

.our-solution h2 {
    text-align:  center;
    font-family: 'Conv_icielBrandonText-Bold';
    text-transform:  uppercase;
    font-size: 26px;
}

.box-item-solution {
    margin-top: 3%;
}

.infor-solution a {
    color: #000;
}

.infor-solution h3 {
    font-family: 'Conv_icielBrandonText-Bold';
    font-size: 17px;
    text-transform: uppercase;
}

.image-solution {
    margin-bottom: 0.6875rem;
}
a.readmore {
background: #f15a23;
    color: #fff;
    font-size: 20px;
    padding: 0.375rem 1.25rem;
    font-family: 'Conv_icielBrandonText-Bold';
    font-size: 15px;
    line-height: 1.875rem;
}
.socical-footer a {
    color:  #008075;
    font-size:  17px;
    margin-right: 1rem;
}
.item-solution {
    width: 32%;
    margin-right: 1.25rem;
	margin-bottom:1rem;
}
.our-solution {
    margin-top: 2%;
}
.page
 li {
    display:  inline-block;
    border: 1px solid #f15a23;
    padding: 4px 12px;
    border-radius: 4px;
}

.page {
    margin-top:  2%;
    text-align:  right;
}

.page li a {
    color: #000;
}

.page li a.active {
    /* background: #f15a23; */
}

.page li.active {
    background:  #f15a23;
    color: #fff;
}
.relate-news a {color: #000;}

.relate-news svg {
    color: #f15a23;
}
.relate-news {
    margin-top: 2%;
}
/* 
// Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 
	.button-res {
		position: fixed;
		z-index: 999999999;
		width: 100%;
		background: #000;
	}
	.logo img {
		position:  relative;
		top: 0px;
		width: 32%;
	}

	section.topnavigation {
		position:  fixed;
		background: none;
		right:  0px;
		z-index: 999999999;
		border:  none;
		padding-top: 0.625rem;
	}

	section.logo-menu {
		padding-top:  2.8125rem;
		text-align:  center;
		padding-bottom: 0px;
	}

	nav#menu li {
		width:  100%;
		text-align:  center;
		margin:  0px;
	}
	article.about {
		background:  none !important;
	}

	.intro-about {
		padding: 1rem 0rem;
	}

	.video {
		display:none;
	}
	.text-about {
		padding-top: 2rem;
	}
	.card-img-overlay {
		display:  none;
	}
	.item-solution {
		width:  100%;
		margin-right: 0px;
	}
	.item-solution img{
		width:100%;
	}
 }
@media (min-width: 500px) and (max-width: 576px) {
	.button-res {
		position: fixed;
		z-index: 999999999;
		width: 100%;
		background: #000;
	}
	.item-solution {
		width:  49%;
		margin-right: 0.625rem;
	}

	.item-solution:nth-child(2n+2) {
		margin-right:  0px;
	}
		.card-img-overlay{
		display:none;
	}

}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
	.button-res {
		position: fixed;
		z-index: 999999999;
		width: 100%;
		background: #000;
	}
	.logo img {
		position:  relative;
		top: 0px;
		width: 32%;
	}
	.item-solution {
		width:  49%;
		margin-right: 0.625rem;
	}

	.item-solution:nth-child(2n+2) {
		margin-right: 0px;
		clear:both;
	}
	section.topnavigation {
		position:  fixed;
		background: none;
		right:  0px;
		z-index: 999999999;
		border:  none;
		padding-top: 0.625rem;
	}

	section.logo-menu {
		padding-top:  2.8125rem;
		text-align:  center;
		padding-bottom: 0px;
	}

	nav#menu li {
		width:  100%;
		text-align:  center;
		margin:  0px;
	}
	article.about {
		background:  none !important;
	}

	.intro-about {
		padding: 1rem 0rem;
	}

	.video {
		display:none;
	}
	.text-about {
		padding-top: 2rem;
	}
	.card-img-overlay{
		display:none;
	}
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	nav#menu li {
		margin-right: 0.5625rem;
	}
	.logo img {

		width: 66%;
	}
	section.logo-menu {
		padding: 1.25rem 0px 1.5625rem 0px;
	}
	nav#menu {
		font-size: 14px;
	}
	
	
	.item-solution:nth-child(2n+2) {
		margin-right: 0px;
		clear:both;
	}
	.item-solution {
		width: 49%;
		margin-right: 0.8125rem;
		margin-bottom: 1rem;
	}
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
	nav#menu li {
		margin-right: 1.9375rem
	}
	nav#menu {
		font-size: 15px;
	}
	.item-solution {
		width: 32%;
		margin-right: 1.125rem;
	}

	.item-solution:nth-child(3n+3) {
		margin-right:  0px;
		clear:  both;
	}
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.item-solution:nth-child(3n+3) {
		margin-right:  0px;
	}
 }
 @media (max-width: 1300px) { 
	
 }

/* // Small devices (landscape phones, 34em and up) */
@media (min-width:768px){
	header {
		border-bottom-color: rgb(255, 255, 255);
	}
}