@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap');

body {
	font-family: 'Roboto', sans-serif;
}

h2{
	font-family: 'Josefin Sans', sans-serif;
}



input,
button,
select,
textarea {
	outline: none;
}

img {
	max-width: 100%;
}

a:hover,
a:focus {
	text-decoration: none;
}

a {
	color: #333;
}

.owl-theme .owl-nav {
	margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	margin: 0px !important;
	padding: 0px !important;
}

.owl-prev,
.owl-next {
	margin: 0px !important;
	border-radius: 0px !important;
}

.fl-left {
	float: left !important;
}

.fl-right {
	float: right !important;
}



/* css main slider */
	
.owl-prev{
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.owl-next{
	
position: absolute;
	
top: 50%;
	
right: 0;
	
transform: translateY(-50%);
}
 .owl-nav .fa{
	background-color: rgba(51, 51, 51, 0.6);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.hc-nav-trigger.hc-nav-1{
	display: none!important;
}
.second-nav{
	display: none;
}

.container{
	max-width: 1270px;
	width: 100%;
}

#header-site ul li.li-langue a{
	padding: 10px 2px;
}
#header-site  .Menu-right{
	text-align: right;
	
}
#header-site  .header-left{
	
	margin-top: 13px;
}
#header-site  .header-left ul li a{
	font-weight: bold;
}
#header-site ul li.li-langue-vn{
	margin-left: 10px;
}
#header-site .header-center{
	text-align: center;
}
#header-site .header-center img{
	width: 180px;
	display: inline-block;
	padding-top: 7px;
}
#header-site .top-header{
	padding:10px 0;
}


#main-menu>.container>ul {
	/* display: inline-block; */
	padding: 0;
	margin: 0;
}

#main-menu>.container>ul>li {
	display: inline-block;
	float: left;
	position: relative;
}

#main-menu>.container>ul>li>a {
	color: #fff;
    font-size: 14px;
 
	padding: 12px 14px;
}

#main-menu>.container>ul>li>a:hover {
	background: #8c110a;
}

#main-menu>.container>ul>li.active>a {
	background: #8c110a;
}


#main-menu ul li .sub-menu {
	position: absolute;
	background: #ad122a ;
	z-index: 22;
	width: 230px;
	margin: 0;
	padding: 0;
	list-style: none;
	top: 50px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

#main-menu ul li:hover .sub-menu {
	top: 40px;
	visibility: visible;
	opacity: 1;
}

#main-menu ul li .sub-menu li {
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#main-menu ul li .sub-menu li:last-child {
	border-bottom: 0;
}

#main-menu ul li .sub-menu li a {
	color: #fff;
	padding: 10px 15px;
	display: inline-block;
	width: 100%;
	font-size: 13px;
	text-align: left;
}

#main-menu ul li .sub-menu li a:hover {
	/*background:  #8c110a;*/

}
#main-menu ul li a .arrow i{
	font-size: 11px;
	margin-left: 2px;
}

#main-menu ul li:hover .sub-menu {
	    top: 45px;
	visibility: visible;
	opacity: 1;
}

.center {
	text-align: center;
}
#header-site ul li{
	display: inline-block;
	position: relative;
	cursor: pointer;
}
#header-site ul li .nav-seaech{
	position: absolute;
    top: 39px;
    z-index: 11;
    right: 0;
	display: none
}
#header-site ul li .nav-seaech input[type=text]{
	width: 250px;
    height: 40px;
    border: 1px solid #ddd;
    padding-left: 10px;
}
#header-site ul{

	padding:0;
	margin:0
}
header{
	box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
}
#header-site ul li a{
	display: inline-block;

	text-transform: uppercase;
	font-size: 14px;
	color: #052621;
	font-family: 'Josefin Sans', sans-serif;
	padding: 10px 8px;
}
.main-banner{
	position: relative;
}
.main-banner .img-large img{
	width: 100%;
}
.main-banner  .content-slider{
	position: absolute;
    width: 100%;
    top: 36%;
    left: 0;
    text-align: center;
}
#slider-home{
	width: 65%;
	display: inline-block;
}
#slider-home .item .title-1{
	font-size: 35px;
    color: #fff;
}
#slider-home .item .desc-1{
	color: #fff;
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
	position: relative;
	padding-bottom: 20px;
	margin-top: 15px;
}
#slider-home .item .desc-1::after{
	position: absolute;
	content: '';
	width: 70px;
	height: 2px;
	background: #fff;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}
/*scroll button*/
.continue-btn {
	bottom: 0;
	z-index: 9;
	background: 0 0;
	border: none;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	vertical-align: top;
  }
  .continue-btn.mouse {
	bottom: 4.375rem;
    height: 36px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    /* -webkit-transform: scale(1.3335); */
    /* -ms-transform: scale(1.3335); */
    /* transform: scale(1.3335); */
    position: relative;
    display: inline-block;
    width: 25px;
    bottom: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .continue-btn.mouse::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 4px;
	height: 4px;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: top .5s ease;
	-o-transition: top .5s ease;
	transition: top .5s ease
  }
  .continue-btn.mouse::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 62;
	display: block;
	width: 24px;
	height: 34px;
	margin-left: -12px;
	background-color: rgba(255,255,255,.15);
	border: 1px solid rgba(255,255,255,.6);
	-webkit-border-radius: 30px;
	border-radius: 30px
  }
  .continue-btn.mouse .mouse-down {
	position: absolute;
	bottom: 7px;
	left: 7px;
	color: #052621;
	font-size: 10px
  }
  .continue-btn.mouse .mouse-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 65;
	width: 24px
  }
  .continue-btn.mouse .mouse-hover-path {
	-webkit-animation: mouse-roll-out .6s cubic-bezier(.63,.1,.08,1.01);
	animation: mouse-roll-out .6s cubic-bezier(.63,.1,.08,1.01);
	stroke-width: 1px;
	stroke-dashoffset: 113;
	stroke-dasharray: 113;
	fill: transparent
  }
  .continue-btn.mouse.nl-color-1::before {
	background: #052621
  }
  .continue-btn.mouse.nl-color-1::after {
	background-color: rgba(46,64,146,.15);
	border: 1px solid rgba(46,64,146,.6)
  }
  .continue-btn.mouse:hover::before {
	top: 20px
  }
  .continue-btn.mouse:hover .mouse-hover-path {
	-webkit-animation: mouse-roll-over .6s cubic-bezier(.63,.1,.08,1.01);
	animation: mouse-roll-over .6s cubic-bezier(.63,.1,.08,1.01);
	stroke-width: 2px;
	stroke-dashoffset: 0
  }
  .continue-btn.mouse.scroll-text::before,
  .continue-btn.mouse.scroll-text::after{
	left: 12px;
  }
  @-webkit-keyframes mouse-roll-over {
	0% {
	  stroke-width: 2px;
	  stroke-dashoffset: 113
	}
	100% {
	  stroke-width: 2px;
	  stroke-dashoffset: 0
	}
  }
  @keyframes mouse-roll-over {
	0% {
	  stroke-width: 2px;
	  stroke-dashoffset: 113
	}
	100% {
	  stroke-width: 2px;
	  stroke-dashoffset: 0
	}
  }

  .top-content{
	padding-top: 50px;
  }
  .title-title .title-3{
	color: #000;
    font-size: 20px;
  }
  .title-title .title-1{
	font-size: 50px;
    color: #052621;
  }
  .top-content .text-left p{
	font-size: 15px;
	line-height: 25px;
  }
  .top-content  .text-right p{
	color: #999;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Josefin Sans', sans-serif;
  }
  .top-content  .text-right   h5{
	font-size: 17px;
    color: #000;
	font-family: 'Josefin Sans', sans-serif;
  }
  p{
	font-size: 15px;
  }

  .distribution {
	padding-top: 30px;
  }





   .distribution-heading__title {
  color: #000;
	  margin: 0;
	  font-size: 35px;
	  font-weight: bold;

	  text-align: center;
  }
   .distribution .active{
	  display: block;
  }
  @media only screen and (max-width: 767px) {
   .distribution-heading__title {
	  font-size: 20px;
	}
  }






   .distribution-body .tab-navs__item .ths-title:hover {

	-webkit-transform: scale(1.2);
			transform: scale(1.2);
  }


  .info-home p{
	  font-size: 15px;
	  line-height: 25px
  }



   .distribution-body .tab-content .export-desc {
	color: #fff;
  }

   .distribution-body .tab-content__navs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
			flex-flow: row wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-justify-content: center;
	margin-bottom: 20px;
  }

  .distribution-body .tab-content__navs-item {
	width: 15%;
	position: relative;
  }

  .distribution-body .tab-content__navs-item:hover .ths-title, .main-content-container .home-container .distribution-body .tab-content__navs-item.active .ths-title {

	-webkit-transform: scale(1.2);
			transform: scale(1.2);
  }

   .distribution-body .tab-content__navs-item .ths-title {
	display: block;
	color: #ffffff;
	text-transform: capitalize;
	font-size: 18px;
	transition: 0.5s all;
  }

  .distribution-body .tab-content__navs-item:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #919191;
	position: absolute;
	right: 0;
	bottom: 0;
  }

  .distribution-body .tab-content__navs-item:last-child:after {
	background: none;
  }

  @media (max-width: 768px) {
   .distribution-body .tab-content__navs-item {
	  width: 20%;
	}
  }

  @media (max-width: 680px) {
  .distribution-body .tab-content__navs-item {
	  width: 28%;
	}
   .distribution-body .tab-content__navs-item .ths-title {
	  font-size: 15px;
	}
  }

  @media (max-width: 480px) {
   .distribution-body .tab-content__navs-item {
	  width: 33.33%;
	}
  .distribution-body .tab-content__navs-item .ths-title {
	  font-size: 132x;
	}
  }

  .distribution-body .tab-content__content .select-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-justify-content: center;
  }

  @media only screen and (max-width: 767px) {
  .distribution-body .tab-content__content .select-container {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  -webkit-flex-wrap: wrap;
	}
  }

  .distribution-body .tab-content__content select {
	float: left;
	height: 40px;
	padding: 0 5px;
	padding-bottom: 1px;
	line-height: 40px;
	border-radius: 4px;
	font-size: 18px;
	text-transform: capitalize;
	border: 1px solid #ffffff;
  }

  .distribution-2 .distribution-2-left .title-1{
		  color: #052621;
	  font-size: 25px;
	  font-weight: bold;
  }
  .distribution-2 .distribution-2-left .title-1 i{
  
	  margin-right: 10px;
  }
  .distribution-2 .distribution-2-left .title-3{
		  font-size: 18px;
	  line-height: 25px;
  }
  .distribution-2 .distribution-2-left .desc{
		  font-size: 15px;
	  line-height: 24px;
  }
  .distribution-2  .distribution-2-right .item .title-2{
	  font-size: 18px;
	  font-weight: bold;
	  margin-bottom: 5px;
  }
  .distribution-2{
	  padding-top: 50px
  }
  .distribution-2 .img{
	  text-align: center;
  }
  .distribution-2 .row{
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
  }
  .Services-home{
	background: url('../images/bn-1.jpg');
	background-size: cover;
	position: relative;
	margin-top: 50px;
	padding-top: 100px;
	padding-bottom: 150px;
  }
  .Services-home:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ad122ac4;
	top:0;
	left: 0;
  }
  .Services-home .container{
	position: relative;
	z-index: 11 ;
  }
  .Services-home  .title-title .title-3{
	color: #fff;
  }
  .Services-home   .title-title .title-1{
	color: #fff;
  }


  /*services tab  styles*/
/*--------------------*/
.nl-services .nl-widget-element-tabs-link{
	background-color: transparent !important;
	position: relative;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-weight: 400;
  }
  .nl-services .nl-widget-element-tabs-link.tab-active{
	/*font-size: 1.2rem;*/
	font-weight: 600;
  }
  .nl-services .nl-widget-element-tabs-link::before {
	content: '';
	position: absolute;
	top: 1.5rem;
	right: -80%;
	z-index: 2;
	width: 6rem;
	height: 2px;
	background-color: #FFFFFF;
	opacity: 0;
	-webkit-transition: opacity .3s ease,right .2s .5s ease;
	-o-transition: opacity .3s ease,right .2s .5s ease;
	transition: opacity .3s ease,right .2s .5s ease;
  }
  .nl-services .nl-widget-element-tabs-link::after {
	content: none;
  }
  .nl-services .nl-widget-element-tabs-link.active::before {
	opacity: 1;
	right: calc(((100% + 5rem)/ -3) - 1rem);
	-webkit-transition-delay: .3s,.3s;
	-o-transition-delay: .3s,.3s;
	transition-delay: .3s,.3s;
	-webkit-transition-duration: .3s,.5s;
	-o-transition-duration: .3s,.5s;
	transition-duration: .3s,.5s;
  }
  .nl-services .nl-widget-element-tabs-list{
	position: relative;
  }
  .nl-services .nl-widget-element-tabs-item {
	display: block !important;
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
	position: absolute;
  }
  .nl-services .nl-widget-element-tabs-item.active {
	opacity: 1;
	z-index: 1;
  }
  
  .nl-services   .tab-navs {
    margin: 0;
    list-style: none;
    text-align: right;
	padding-right: 52px;
   }
   .nl-services   .tab-navs li a{
	font-size: 20px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
   }
   .nl-services   .tab-navs li{
	margin-bottom: 15px;
   }
   .nl-services .distribution-body{
	margin-top: 50px;
   }
   .nl-services  .content-content-ex{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
   }
   .nl-services  .content-content-ex .img{
	width: 45%;
   }
   .nl-services  .content-content-ex .nav-img{
	width: 55%;
	padding-left: 20px;
   }
   .nl-services  .content-content-ex .nav-img p{
    color: #fff;
    font-size: 18px;
    line-height: 32px;
   }
   .nl-services  .content-content-ex  .readmore a{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.nl-services  .content-content-ex  .readmore a i{
	font-size: 13px;
    margin-left: 7px;
}
.nl-services .content-content-ex .img img{
	width: 100%;
}
.Evaluate-home .Evaluate-home-left{
	background:url('../images/bg-2.jpg');
	background-size: cover;
	position: relative;
	padding:100px 30px;
	text-align: center;
	top: -70px;
}
.Evaluate-home .Evaluate-home-left::before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ad122a8c;
    top: 0;
    left: 0;
	
}
.Evaluate-home .Evaluate-home-left .slider-Evaluate {
	position: relative;
	z-index: 99;
	padding-bottom: 40px;
}
.Evaluate-home .Evaluate-home-left .slider-Evaluate  .item .title-2{
	font-size: 20px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 6px;
}
.Evaluate-home .Evaluate-home-left .slider-Evaluate  .item .desc-1{
	font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}
.Evaluate-home .Evaluate-home-left .slider-Evaluate  .item .desc-2{
	font-size: 16px;
    color: #fff;
}
.Evaluate-home .Evaluate-home-left .slider-Evaluate  .item .desc-3{
	margin: 0;
    font-size: 15px;
    color: #fff;
    font-style: italic;

}
.Evaluate-home .Evaluate-home-left .slider-Evaluate .item  .quote i{
	font-size: 30px;
	color: #fff;
}
.Evaluate-home .Evaluate-home-left .slider-Evaluate  .owl-dots { 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	
}
.Evaluate-home .Evaluate-home-left .slider-Evaluate  .owl-dots  .owl-dot{
	
	margin:3px;
	font-weight: bold;
	
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	opacity: 0.5;
}
.Evaluate-home .Evaluate-home-left .slider-Evaluate  .owl-dots  .owl-dot.active{
	opacity:  1;
}
.Evaluate-home .row{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.Evaluate-home .Evaluate-home-right .title-1{
	font-size: 35px;
    margin-top: 0;
}
.Evaluate-home .Evaluate-home-right .desc-1{
	font-size: 16px;
    line-height: 24px;
}
.Evaluate-home .Evaluate-home-right .readmore a{
	color: #052621;
    font-weight: bold;
}
.Evaluate-home .Evaluate-home-right .readmore a i{
	font-size: 12px;
    margin-left: 6px;
}
.working-home .slider-working .item .img img{
	height: 380px;
	object-fit: cover;
}
.working-home .slider-working .center .item .img img{
	height: 450px;
}
.working-home .slider-working  .owl-stage{
	display: flex;
    align-items: center;
}

.working-home{
	background: url('../images/bn-1.jpg');
	background-size: cover;
	position: relative;
	margin-top: 50px;
	padding-top: 100px;
	padding-bottom: 100px;
  }
  .working-home:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	/*background-color: rgba(46, 64, 146, 0.8);*/
	  background: linear-gradient(108.99deg, #ad122a -0.16%, #790123 153.62%);
	top:0;
	left: 0;
  }
  .working-home >div{
	position: relative;
	z-index: 11 ;
  }
  .working-home .slider-working  .img{
	position: relative;
  }
  .working-home .slider-working  .overlay-img{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index: 88;
    /* height: 100%; */
    /* background-color: rgba(46, 64, 146, 0.5); */
    /* display: flex; */
    /* flex-wrap: wrap; */
    padding: 20px;
	text-align: left;
	-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
	visibility: hidden;
	opacity: 0;
  }
  .working-home .slider-working .item:hover .overlay-img{
	visibility: visible;
	opacity: 1;
  }
  .working-home .slider-working  .img::after{
	content: '';
	background-color: rgb(153 11 39 / 45%);
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .working-home .slider-working .item:hover .img::after{
	visibility: visible;
	opacity: 1;
  }
  .working-home .slider-working  .overlay-img p {
	margin: 0;
    color: #fff;
    font-size: 14px;
  }
  .working-home .slider-working  .overlay-img .desc-contact{
	margin-bottom: 10px;
  }
  .working-home  .title-title .title-3{
	color: #fff;
  }
  .working-home   .title-title .title-1{
	color: #fff;
  }
  .working-home  .desc-primary{
	font-size: 16px;
    color: #fff;
    line-height: 28px;
	position: relative;
	padding-top: 20px;
  }
  .working-home  .desc-primary::before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #fff
  }
  .working-home .slider-working   .learning-more{
    margin-top: 22px;
	text-align: center;
	-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
	visibility: hidden;
	opacity: 0;
  }
  .working-home .slider-working .center .item .learning-more{
	visibility: visible;
	opacity: 1;
  }
  .working-home .slider-working   .learning-more .title-4{
	color: #fff;
  }
  .working-home .slider-working   .learning-more .title-3{
	color: #fff;
  }
  .working-home .slider-working   .learning-more button{
	background: none;
    padding: 13px 25px;
    border: 1px solid #fff ;
	color: #fff;
 
    margin-top: 8px;
  }
  .working-home .slider-working {
	margin-top: 55px;
	padding-left: 40px;
	padding-right: 40px;
  }
  .working-home .slider-working .item:hover  .learning-more button{

	background: #ad122a ;
	color: #333;
	-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;

  }
  

.project-home .content-project-home .item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.working-home .slider-working .owl-prev img{
	width: 12px;
}
.working-home .slider-working .owl-next img{
	width: 12px;
}
.new-home{
	padding-top: 66px;
}
.new-home .title-title{
	text-align: center;
    padding-bottom: 40px;
}
.new-home .nav-new-home .item{
	background: #fff;
}
.new-home .nav-new-home .item .nav-img{
	padding: 20px;
}
.new-home .nav-new-home .item .nav-img .title-2{
	font-family: 'Josefin Sans', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    -webkit-line-clamp: 2;
    height: 46px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin: 0;
    margin-top: 0;
	border-bottom: 1px solid;
	/* padding-bottom: 10px; */
	margin-bottom: 10px;
}
.new-home .nav-new-home .item .nav-img .desc-1{
	overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    -webkit-line-clamp: 3;
    height: 69px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.new-home .nav-new-home .item .nav-img .date{
	

    margin: 0;
    color: #999;
}
.new-home .nav-new-home .item .img img{
	width: 100%;
    height: 300px;
    object-fit: cover;
}
.new-home .nav-new-home .item .img{
	overflow: hidden;
}
.new-home .nav-new-home .item .img:hover img{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.bottom-home{
	padding: 0px 0;
}
.bottom-home .content-bottom-home{
	width: 40%;
    margin: auto;
}
.bottom-home .content-bottom-home .logo-bottom{
	text-align: center;
}
.bottom-home .content-bottom-home .logo-bottom img{
	width: 160px;
    display: inline-block;
}
.bottom-home .content-bottom-home .text-center{
	text-align: center;
}
.bottom-home .content-bottom-home .text-center h2{
	color: #003a65;
  
    margin-top: 35px;
}
.bottom-home .content-bottom-home .text-center p{
	color: #333;
    margin-bottom: 30px;
}
.bottom-home .content-bottom-home input[type=text]{
	width: 100%;
    height: 45px;
    border: 1px solid #333;
    padding-left: 10px;
    margin-bottom: 15px;
	font-family: 'Josefin Sans', sans-serif;
	color: #333;
	font-size: 15px;
}
.bottom-home .content-bottom-home input[type=submit]{
	background: none;
    padding: 13px 25px;
    border: 1px solid #003a65;
	color: #003a65;
 text-transform: uppercase;
    margin-top: 8px;
  }
 
  .bottom-home .content-bottom-home input[type=submit]:hover{

	background: #052621;
	color: #fff ;
	-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;

  }

  .menu-footer ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding:0
  }
   .menu-footer ul li a{
	display: inline-block;
	padding:10px 15px;
	font-size: 15px;
	text-transform: uppercase;
	   font-weight: 600;
   }
   .menu-footer  {
	border-top: 1px solid #ddd;
    padding-top: 38px;

   }
   .Footer{
	margin-top: 40px;
   }
   .Footer .second-logo .img img{
    width: 200px;
    height: 85px;
    object-fit: contain;
   }
   .Footer .second-logo{
	margin-top: 30px;
   }
   .Footer .social ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding:0
   }
   .Footer .social ul li a{
	display: inline-block;
	padding:10px 15px;
	font-size: 25px;
	text-transform: uppercase;
   }
   .Footer .social{
	margin-top: 20px;
	margin-bottom: 20px;
   }
   .copy-right{
	text-align: center;
	padding:10px
   }
   .top-info .top-info-left{
	width: 50%;
	display: inline-block;
	float: left;
	position: relative;
   }
   .top-info .top-info-left .img img{
	width: 100%;
	   height: 800px;
   }
   .top-info{
	display: inline-block;
	width: 100%;
   }
   .top-info .top-info-left   .box-info{
	position: absolute;
    /*background: #0f1b50;*/
	   background: linear-gradient(108.99deg, #ad122a -0.16%, #790123 153.62%);
    width: 475px;
    top: 50%;
    right: -150px;
    transform: translateY(-50%);
    padding: 60px;
   }
   .top-info .top-info-left    .box-info  p{
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	
   }
.desc-primary{
	position: relative;
	padding-top: 20px;
   }
.desc-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #fff;
}
.top-info {
	position: relative;
}
.top-info  .content-top-info{
	position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.top-info  .content-top-info p{
	line-height: 25px;
    font-size: 16px;
}
.top-info   .continue-btn.mouse::after{
	background-color: rgba(255,255,255,.15);
    border: 1px solid rgb(0 0 0 / 60%);
}
.top-info  .continue-btn.mouse{
	position: relative;
    transform: inherit;
    top: inherit;
    bottom: inherit;
    left: 0;
}
.top-info   .continue-btn.mouse::before{
	background-color: #000;
}
.top-info  .top-top{
	margin-top: 15px;
}
.main-info .conntent-info-page{

}
.main-info .conntent-info-page{
	background: url('../images/bn-1.jpg');
	background-size: cover;
	position: relative;
	margin-top: 50px;
	margin-top: 215px;
	
  }
  .main-info .conntent-info-page:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	/*background-color: rgba(46, 64, 146, 0.8);*/
	  background-color: rgb(141 7 37 / 71%);
	top:0;
	left: 0;
  }
  .main-info .conntent-info-page .container{
	position: relative;
	z-index: 11 ;
  }
  .main-info  .Evaluate-home .Evaluate-home-left{
	background: none;
	padding:0;
	margin-top: 70px;
  }
  .main-info   .Evaluate-home .Evaluate-home-left::before{
	display: none;
  }
  .main-info .Evaluate-home .Evaluate-home-left .slider-Evaluate .item .desc-3{
	font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
  }
  .main-info .conntent-info-page  .img-large{
	position: relative;
	top:-90px;

  }
  .main-info .conntent-info-page  .img-large img{
	width: 100%;
  }
  .main-info  .content-Evaluate-info{
	position: absolute;
    /* display: flex; */
    align-items: center;
 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main-info .conntent-info-page .container-1{
	max-width: 1585px;
  }
  .main-info .conntent-info-page .container-1 .content-right{
	/*background: #448fb9;*/
	  background: linear-gradient(108.99deg, #ad122a -0.16%, #790123 153.62%);
  }
  .main-info  .Evaluate-home .row{
	display: inline-block;
	height: 100%;
  }
  .main-info  .Evaluate-home .row .col-md-6{
	height: 100%;
  }
  .main-info  .Evaluate-home .content-right{
	background: #448fb9;
    top: -60px;
    position: relative;
    height: calc(100% + 60px);
    padding: 60px;
    width: 80%;
  }
  .main-info  .Evaluate-home .content-right p {
	font-size: 15px;
    color: #fff;
    line-height: 26px;
  }
  .main-info .Evaluate-home .row .col-md-6:first-child{
	display: flex;
    align-items: center;
    padding: 100px;
  }
  .main-info .Evaluate-home .row .col-md-6:first-child h2{
	color: #fff;
  }
  .continue-btn.mouse.nl-color-1::after {
    background-color: rgba(46,64,146,.15);
    border: 1px solid rgba(46,64,146,.6);
}
.continue-btn.mouse.nl-color-1::before {
    background: #052621;
}
.main-active .top-info .top-info-left{
	float: right;
}
.main-active .top-info .top-info-left .box-info{
	left: -150px;
    right: inherit;
}
.bottom-active{
	padding-top: 50px;
	padding-bottom: 35px;
}
.bottom-active .nav-tabs>li>a{
	font-size: 18px;
    font-weight: bold;
}
.bottom-active .nav-tabs{
	
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #333;
    margin-bottom: 40px;

}
.bottom-active .nav-tabs.active{
	border-bottom: 2px solid #052621;
    margin-bottom: -2px;
}

.bottom-active .nav-tabs a:hover{
	background: none;
}
.bottom-active .nav-tabs>li.active>a{
	border:0;
	color: #052621;;
}
.bottom-active .nav-tabs>li.active>a:hover{
	border:0
}
.bottom-active .nav-tabs>li>a:hover {
    border: 0!important;
}
.bottom-active  .tab-content  .img img{
	width: 100%;
}
.bottom-active  .tab-content  p{
	font-family: 'Josefin Sans', sans-serif;
    color: #000;
    font-size: 18px;
}
.main-personnel .top-personnel{
	background: url('../images/bg-3.png') top center;
	background-size: cover;
	text-align: center;
	padding:100px 0;
	position: relative;
}
.main-personnel .top-personnel::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	top:0;
	left: 0;
}
.main-personnel .top-personnel .container{
	position: relative;
	z-index: 11;
}
.main-personnel .top-personnel  .title-title .title-3{
	color: #fff;
}
.main-personnel .top-personnel .title-title .title-1{
	color: #fff;
}
.main-personnel-content{
	background: #f2f2f2;
}
.main-personnel-content .content-personnel .item{
	box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}
.main-personnel-content .content-personnel .item .img{
	width: 50%;
}
.main-personnel-content .content-personnel .item .nav-img{
	width: 50%;
    padding: 20px;
}
.main-personnel-content .content-personnel .item .nav-img .title-2{
	margin: 0;
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
}
.main-personnel-content .content-personnel .item:hover .nav-img .title-2{
	color: #fff;
}
.main-personnel-content .content-personnel .item:hover .nav-img .title-3{
	color: #fff;
}
.main-personnel-content .content-personnel .item:hover .nav-img p{
	color: #fff;
}
.main-personnel-content .content-personnel .item:hover {
	background: #052621;
}
.main-personnel-content .content-personnel {
	padding-top: 50px;
}
.main-personnel-content .content-personnel .item{
	margin-bottom: 30px;
}
.main-personnel-content .content-personnel .item:hover .img img{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.main-personnel-content .content-personnel .item .img img{
	width: 100%;
	height: 410px;
	object-fit: cover;
}
.main-personnel-content .content-personnel .item .img{
	overflow: hidden;
}
/* 13. pagination */
.pagination {
	display: block;
	margin: 0;
       text-align: center;
    padding-bottom: 40px;
    margin-top: 20px;

	border-radius: 0;
	 }
	.pagination ul {
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	  list-style: none;
	  padding: 0;
	  margin: 0; }
	  .pagination ul li {
		display: inline-block;
		margin-right: 2px;
		margin-bottom: 10px; }
		.pagination ul li a, .pagination ul li span {
		  float: none; }
		.pagination ul li a {
		  background: #fff;
		  font-size: 14px;
		  color: #3b3b3b;
		  font-weight: 700;
		  display: inline-block;
		  padding: 9px 18px;
		  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07); }
  
  .pagination ul > li > a:hover,
  .pagination ul > li > a:focus,
  .pagination ul > .active > a,
  .pagination ul > .active > span {
	color: #f70d28; }
	
  /* Accordion
================================================== */

  .acc__card {
	
	position: relative;
	border-bottom: 1px solid #ddd;
  }
  .acc__title {
	
    cursor: pointer;
    display: block;
    padding: 10px 0;
    position: relative;
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
    color: #052621;
    font-size: 16px;
	  font-weight: 600;
	
  }
  .acc__title::after{
	width: 8px;
	height: 8px;
	border-right: 1px solid #052621;
	border-bottom: 1px solid #052621;
	position: absolute;
	right: 10px;
	content: " ";
	top: 17px;
	transform: rotate(-45deg);
	transition: all 0.2s ease-in-out;
  }
  .acc__title.active::after{
	transform: rotate(45deg);
	  transition: all 0.2s ease-in-out;
  }
  .acc__panel {
	
	display: none;
	margin: 0;

	text-align: left;
  }
  .main-personnel-detail .content-personnel-detail .img{
	text-align: right;
  }
  .main-personnel-detail .content-personnel-detail  .content-2 .item .title-2{
	font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
	  color: #052621;
  }
  .main-personnel-detail .content-personnel-detail .content-2 .item .desc{
	font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
  }
  .main-personnel-detail .content-personnel-detail .content-2 .item {
	margin-bottom: 15px;
  }
  .main-personnel-detail .content-personnel-detail .content-2 .item  .img img{
	width: 100%;
	height: 140px;
	object-fit: cover;
  }
  .main-personnel-detail .content-personnel-detail .content-3 .item .nav-avt .title-2{
	font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;

	margin-bottom: 0;

  }
.main-personnel-detail .content-personnel-detail .content-3 .item .nav-avt .title-2 a {
	color: #790123;
}
.main-personnel-detail .content-personnel-detail .content-3 .item {
	display: inline-block;
	width: 100%;
  }
  .main-personnel-detail .content-personnel-detail .content-3 .item .desc{
	font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
  }
  .main-personnel-detail .content-personnel-detail .content-3 .item {
	margin-bottom: 15px;
  }
  .main-personnel-detail .content-personnel-detail .content-3 .item  .img img{
	width: 100%;
	height: 140px;
	object-fit: cover;
  }
  .main-personnel-detail .content-personnel-detail .content-3 .item .avt{
	width: 80px;
    display: inline-block;
    float: left;
  }
  .main-personnel-detail .content-personnel-detail .content-3 .item .avt img{
	width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
  }
  .main-personnel-detail .content-personnel-detail .content-3 .item .nav-avt{
	width: calc(100% - 80px);
    display: inline-block;
    float: right;
    padding-left: 15px;
  }
  .main-personnel-detail  .title-title .title-1{
	font-size: 35px;
  }
  .main-personnel-detail  .contact-personnel{
	padding-top: 30px;
  }
  .main-personnel-detail  .contact-personnel p i{
	
		color: #052621;
		margin-right: 5px;
  }
  .main-personnel-detail   .content-personnel-detail{
	position: relative;
	overflow: hidden;
    padding: 180px 0;
  }
  .main-personnel-detail   .content-personnel-detail::after{
	content: url('../images/bg-4.png');
	position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    width: 492px;
  }
  .main-personnel-detail .content-personnel-detail .img img{
	width: 330px;
    /*height: 350px;*/
    object-fit: cover;
  }
  .main-personnel-detail .content-personnel-detail .container{
	position: relative;
    z-index: 11;
  }
  .main-new .menu-new{
	text-align: center;
  }
  .main-new .menu-new ul{
	display: inline-block;
  }
  .main-new .menu-new ul li{
	display: inline-block;
	float: left;
  }
  .main-new .menu-new ul li a{
	display: inline-block;
	padding:10px 20px;
	color: #052621;
    font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
  }
  .main-new  .content-new-left .item-large-1{
	box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
    border: 1px solid #eee;
	
    margin-top: 20px;

 }
 .main-new  .content-new-left .item-large-1 .title-1{
	margin-top: 0;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
 }
 .main-new  .content-new-left .item-large-1 .desc{
	overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    -webkit-line-clamp: 3;
    height: 69px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
 }
 .main-new  .content-new-left .item-large-1 .img img{
	width: 100%;
    height: 270px;
    object-fit: cover;
 }
 .main-new  .content-new-left .item-large-1 .img:hover img{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
 }
 .main-new  .content-new-left .item-large-1 .img{
	overflow: hidden;
 }
 .main-new .item-large-2 .item .img {
	overflow: hidden;
 }
 .main-new .item-large-2 .item .img:hover img{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
 }
 .main-new  .content-new-left .item-large-1  .row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
 }
 .sidebar .item-sb .nav-item-sb .item-1 .img{
	overflow: hidden;
 }
 .sidebar .item-sb .nav-item-sb .item-1 .img:hover img{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
 }
 .main-new  .item-large-2 .item{
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
    border: 1px solid #eee;
 }
 .main-new  .item-large-2 .item .nav-item{
	padding: 10px;
 }
 .main-new  .item-large-2 .item .nav-item .title-1{
	margin-top: 0;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    -webkit-line-clamp: 2;
    height: 46px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
 }
 .main-new  .item-large-2 .item .nav-item  .desc{
	overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    -webkit-line-clamp: 3;
    height: 69px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
 }
 .main-new  .item-large-2 .item  .img img{
	width: 100%;
    height: 190px;
    object-fit: cover;
 }
 .main-new  .item-large-2 {
	padding-top: 30px;
 }
 .main-new  .item-large-2 .item  .nav-item .date{
	font-size: 14px;
    color: #999;
    margin-top: 10px;
 }
 .main-new  .content-new-page {
	padding-top: 50px;
 }
 .main-new  .item-large-2 .item  {
	margin-bottom: 30px;
 }
 .sidebar .item-sb .title-sb{
	font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
 }
 .sidebar .item-sb .nav-item-sb .item-1 .img{
	width: 35%;
    display: inline-block;
    float: left;
 }
 .sidebar .item-sb .nav-item-sb .item-1 .img img{
	width: 100%;
    height: 77px;
    object-fit: cover;
 }
 .sidebar .item-sb .nav-item-sb .item-1 .nav-img{
	width: 65%;
    display: inline-block;
    float: right;
    padding-left: 10px;
 }
 .sidebar .item-sb .nav-item-sb .item-1 .nav-img .title-1{
	font-family: 'Josefin Sans', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    -webkit-line-clamp: 2;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin: 0;
 }
 .sidebar .item-sb .nav-item-sb .item-1 .nav-img  .date{
	font-family: 'Josefin Sans', sans-serif;
    margin: 0;
    font-size: 14px;
 }
 .sidebar .item-sb .nav-item-sb .item-1 {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
 }
 .sidebar  .nav-item-sb{
	margin-top: 15px;
	
 }



 .main-detail .content-dt-new .content-3 .item .nav-avt .title-2{
	font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
	color: #052621;
	margin-bottom: 0;
  }
  .main-detail .content-dt-new .content-3 .item {
	display: inline-block;
	width: 100%;
  }
  .main-detail .content-dt-new  .content-3 .item .desc{
	font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
  }
  .main-detail .content-dt-new  .content-3 .item {
	margin-bottom: 15px;
  }
  .main-detail .content-dt-new  .content-3 .item  .img img{
	width: 100%;
	height: 140px;
	object-fit: cover;
  }
  .main-detail .content-dt-new  .content-3 .item .avt{
	width: 80px;
    display: inline-block;
    float: left;
  }
  .main-detail .content-dt-new  .content-3 .item .avt img{
	width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
  }
  .main-detail .content-dt-new  .content-3 .item .nav-avt{
	width: calc(100% - 80px);
    display: inline-block;
    float: right;
    padding-left: 15px;
  }
  .main-detail .container-fluid{
	max-width: 1580px;
	width: 100%;
  }
  .main-detail   .top-new-detail .row{
    display: flex;
    align-items: center;
  }
  .main-detail   .top-new-detail h1{
	font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-top: 0;
  }
  .main-detail   .top-new-detail .desc{
	font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
  }
  .main-detail   .top-new-detail .date{
	font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
  }
  .main-detail   .top-new-detail .content-3{
	margin-top: 24px;
  }
  .main-detail   .top-new-detail .img img{
	width: 100%;
  }
  .main-detail   .top-new-detail {
	padding-top: 80px;
  }
  .main-detail    .content-content{
	padding-top: 50px;
  }
  .main-contact .desc-primary::before{
	background: #052621;
  }
  .main-contact   .top-contact{
	padding-top: 70px;
  }
  .main-contact   .top-contact .desc-primary p{
	font-size: 16px;
  }
  .main-contact    .nav-content-contact .item-pr{
	display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;    margin-bottom: 22px;
  }
  .main-contact    .nav-content-contact .item-pr .item-1{
	width: 18%;
  }
  .main-contact    .nav-content-contact .item-pr .item-1 h3{
	margin: 0;
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
  }
  .main-contact    .nav-content-contact .item-pr .item-2{
	width: 60%;
    padding: 0 10px;
  }
  .main-contact    .nav-content-contact .item-pr .item-2 p{
	font-size: 16px;
  }
  .main-contact    .nav-content-contact .item-pr .item-3{
	width: 20%;
	text-align: right;
  }
  .main-contact    .nav-content-contact .item-pr .item-3 .view-info{
	color: #052621;
    font-size: 16px;
    text-transform: uppercase;
   
  }
  .main-contact    .nav-content-contact .item-pr .item-3 .view-info i {
	font-size: 12px;
    margin-left: 7px;
  }
  .main-contact   .content-contact .title-2{
	text-align: center;
    padding-bottom: 30px;
  }
  .main-contact   .content-contact {
	padding-top: 30px;
  }
a:hover, a:focus {
	color: #005c4d;
}
.cc {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.topbar {
	border-bottom: 1px solid #ad122a;
	background: linear-gradient(108.99deg, #ad122a -0.16%, #790123 153.62%);
}
#header-site .Menu-right {
	text-align: right;
}
#header-site ul {
	padding: 0;
	margin: 0;
}
.topbar span {
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
}
.topbar a {
	font-size: 14px!important;
	text-transform: none!important;
	font-weight: 500!important;
	color: #fff!important;
}

/*css contact*/
p.thank-you {
	font-size: 14px;
	color: #747474;
	font-style: italic;
}

h1.title-contact {
	color: #f05636;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 0;
}

.adress-contact li {
	font-size: 14px;
	list-style: none;
	padding-bottom: 7px;
}

.adress-contact li span {

}

.adress-contact {
	padding-left: 0;
}

.map-contact iframe {
	width: 100%;
	height: 555px;
}

.map-contact {
	border: 1px solid #ddd;
	padding: 2px;
}

.form-contat p.desc {
	font-size: 14px;
	line-height: 23px;
}

.form-contat input[type=text] {
	border: 1px solid #d5d5d5;
	background: #fafafa;
	width: 100%;
	height: 30px;
	padding-left: 10px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.form-contat textarea {
	width: 100%;
	height: 130px;
	background: #fafafa;
	padding-left: 10px;
	border-radius: 3px;
	border: 1px solid #d5d5d5;
}

.send-contact .item {
	width: calc((100% - 30px) / 4);
	display: inline-block;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.send-contact .item:first-child {
	width: 20%
}

.send-contact .item:nth-child(2) {
	width: 12%
}

.send-contact .item:nth-child(3) {
	width: 10%
}

.send-contact .item:nth-child(4) {
	margin-right: 0;
	width: 52%;
}

.send-contact .item input[type=submit] {
	width: 100%;
	height: 30px;
	background: #003a65;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid;
	border-radius: 3px;
}

.send-contact .item img {
	padding-top: 4px;
}

#main-contact {
	padding: 20px 0 40px 0;
}

.content-contact .title-primary {
	font-size: 23px;
	color: #003a65;
}