
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');

@media (min-width: 1260px) {
  .container {
    width: 1224px;
  }
}
		
.title-font {
  font-family: "Saira", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.body-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
}

.orange, .active
{
	color:#ff7f00;
}
.orange-line
{
	float:left;
	display:block;
	height:10px;
	border-bottom:1px solid #ff7f00;
	clear:both;
	width:100%;
	margin-bottom:40px;
	padding-left:5px;
	padding-right:5px;
}

.blue
{
	color:#005198;
}

 
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 15px 25px;
  font-size: 17px;
  font-weight: bold;
  color: #005198;
  white-space: nowrap;
  transition: 0.3s;
  font-family: "Saira", sans-serif;
  text-transform: uppercase;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 16px;
  text-transform: none;
  color: #005198;
  font-family: "Saira", sans-serif;
  text-transform:uppercase;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #ff7f00;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ff7f00;
}

#header .logo img {
  padding: 5px;
  margin: 0;
  max-height: 55px;
  margin-top:15px;
}

.topbar
{
	height:48px;
	background-color:#005198;
	display:block; 
	clear:both;
	float:left;
	color:#fff;
	font-family: "Saira", sans-serif;
	font-size:14px;
	background:url('images/top-bg.png');
}

#header {
  height: 65px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;	 
  margin-top:48px;
}

#header.header-scrolled {
  background: #fff; 
 -webkit-box-shadow: 0px 0px 15px 0px #333333;
 transition: all 0.2s;
 
}

#header.header-scrolled .navbar  {
  
  float:left;
 
}

#main
{
	margin-top:95px;	
}

.partner-home .jcarousel-pagination
{
	bottom:-20px;
}

.top-right
{
	float:right;
	display:block;
}
.top-phone
{
	display:block;
	float:left;
}
.top-mail
{
	display:block;
	float:left;
	padding-left:20px;
}
.navigation-list li {
  float: left;
  margin-left: 10px;
  padding: 2px 0;
  font-weight:500;
  font-family: "Saira", sans-serif;
}

.navigation-list li img {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 17px;  
}
.navigation-list li a
{
	color:#fff;
	width:100px;
}
.navigation-list li a:hover
{
	border-radius:5px;
	border:1px solid #27649b;
	background-color:#27649b;
	width:150px;
	height:25px;
}

.search-icon
{
	float:right;
	display:flex;
	margin-top:-43px;
}
.search-btn
{
	background-color:#ff7f00;
	color:#fff;
	width:30px;
	height:30px;
	border:1px solid #ff7f00;
	border-radius:50%;
}

/*slideshow*/
.owl-carousel div .textoverlay{
	position:absolute;
	color:#FFF;	
	margin-left:19.5%;
	top:20%;
	z-index:999;
}
 .text-line1
 {	 
	 width:100%; 
	 display:block;
	 clear:both;
	 float:left;
	 font-size:28px;
	 font-family: "Saira", sans-serif;
 }
 .text-line2
 {
	float:left;
	width:100%; 
	font-family: "Saira", sans-serif;
	text-transform:uppercase;
	font-size:35px;
	font-weight:bold;		
	display:block;
	margin-left:0px;
	margin-top:15px;
	line-height:45px;
	padding-bottom:20px;
	width:400px;
	clear:both;
	display:block;
 }
 
.text1{
	color:#ff7f00;
	font-size:28px;
	padding-right:5px;
	font-family: "Saira", sans-serif;
	font-weight:500;
}
  
 .owl-carousel .owl-stage {
      display: flex;
    }
 
.owl-carousel .owl-item img {
  width: auto;
  max-height: 570px;
}

.owl-theme .owl-nav, .owl-theme .owl-dots
{
	display:none!important;
}

.btn-blue
{
	 
	color:#fff;
	background-color:#005198;
	font-weight:500;
}
.btn-blue:hover
{
	background-color:#044379;
	color:#fff;
}


.btn-white
{
	 
	color:#005198;
	background-color:#fff;
	font-weight:500;
}

.btn-white:hover
{
	background-color:#dfeefb;
	color:#005198;
	
}
/* end slideshow */

/* intro */
.intro-title h1
{
	font-size:14px;
	color:#ff7f00;
	text-transform:capitalize;
}

/* end intro */

/* about */
.media-play
{
	background-image:url('images/play.png');
	background-repeat:no-repeat;
}
.media-play {
  position: absolute;
  top: 55%;
  right: 0;
  left: 40%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-title
{
	background-image:url('images/arrow-left-organge.png');
	background-repeat:no-repeat;
    font-family: "Saira", sans-serif;
	font-size:24px;
	font-weight:500;
	padding-left:20px;
}
.about-title a, .about-title a:hover 
{
	color: #ff7f00;
}

.box-intro {
	width: 100%;
	clear: both;
	float: left;
	background: #fff;
	padding: 50px 0;	
}

.box-intro__content {
clear: both;
float: left;
margin-bottom: 10px;
}
.box-intro__content-detail {
width: 50%;
float: left;
padding-right: 30px;
padding-top: 5px;
box-sizing: border-box;
}

.box-intro__content-detail__desc {	
	clear: both;
	float: left;
	font-size: 16px;
	line-height: 24px;	
	padding-top:15px;
	text-align:justify;
	padding-top:10px;	
	padding-bottom:10px;
}


.box-intro__content-detail__link {
	width:100%;
	clear: both;
	float: left;
	text-align: right;
	padding-bottom:15px;
	display:block;
}
.box-intro__content-detail__link:after {
	 
	content: "";
    display: block;
    width: 80%;
    background-color: #e5e5e5;
    height: 1px;
	margin-top:-10px;
}

.box-intro__content-media {
width: 50%;
float: left;
padding-left: 30px;
box-sizing: border-box;
}
.box-intro__slide {
width: 100%;
clear: both;
float: left;
position: relative;
}
.box-intro__slide .item-image {
border: 1px solid #1293cb;
width: 100%;
background: #ffffff;
border-radius: 10px;
overflow: hidden;
height: 140px;
box-sizing: border-box;
margin:0 auto;
position:relative;
}
.box-intro__slide img{
  max-width: 90%;
  max-height: 90%;
  margin:auto;
  position:absolute;
  top:0; left:0; right:0; bottom:0;
}
.box-intro__slide .fa{
  position: absolute;
  font-size: 25px;
  top: 60px;
  z-index: 10;
  cursor: pointer;
}
.box-intro__slide .fa-chevron-right{
  right: -25px;
}
.box-intro__slide .fa-chevron-left{
  left: -25px;
} 

.box-intro__content-detail__desc h1
{
	font-family: "Saira", sans-serif;
	font-size:39px;
	color:#005198;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
 .viewmore
 {
	 color:#005198;	 
	 font-weight:500;
	 font-size:14px;
	 text-transform:none;
 }
 .viewmore:hover
 {
	 color:#ff7f00;	 
 }
 .box-achivement
 {
	 border:1px solid #ff7f00;
	 border-radius:10px;
	 margin-top:25px;
	 padding:10px;
	 height:104px;
 }
  .box-achivement p
  {
	font-family: "Saira", sans-serif;
	font-size:32px;
	color:#ff7f00;
	padding-top:15px;
	font-weight:bold;
	margin-bottom:15px;
  }
  
  .box-achivement span
  {
	   font-size:13px;
	   font-weight:500;
  }
  
  .intro-home
  {	 
	   background:url('images/intro-home.png');
	   background-repeat:no-repeat;	   
	   border-radius: 10px;
	   background-position: center;
	   padding:10px;
	   object-fit:cover;
	   width:576px;
	   height:512px;
  }

.intro-title
{
	font-family: "Saira", sans-serif;
	font-size:35px;
	color:#005198;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 auto;
	clear:both;
	text-align:center;
	width:100%;
	padding-top:50px;
	padding-bottom:30px;
}

#box-benifit
{
	 
}

.benifit-bg
{
	background-image:url('images/about-bg.jpg');
	background-position:center;
	background-repeat:no-repeat;
}


.item_cc p {
  font-weight: 500;
  font-size: 14px;
  color: #005198; 
  margin-top: 5px;
  line-height: 15px;
  text-align:center;
}
.item_cc
{
  text-align: center;
  align-items: center;
  text-align:center;
  background-color:#fff;
  border-radius:10px;  
  padding:15px;
  margin-bottom:50px;
  padding-bottom:50px;
  width:18%;
  margin-right:20px;
}
.item_cc strong
{
	font-size:20px;
	font-weight:bold;
	font-family:Saira;	
	padding-bottom:10px;
	width:100%;
	display:block;
	clear:both;
	padding-top:20px;
}
 

.item_cc img {
	margin: 0 auto;
	padding-top:20px;
}
 

.title-section span{
	font-family: "Saira", sans-serif;
	font-size:28px;
	color:#005198;
	font-weight:bold;
	text-transform:uppercase;
	padding: 2px 0;
	position: relative;	
	margin-bottom: 20px;
	text-align: center!important;
	text-transform: uppercase;
	float:left;
	width:100%;
	clear:both;
}

.title-section h2{
	font-family: "Saira", sans-serif;
	font-size:35px;
	color:#005198;
	font-weight:bold;
	text-transform:uppercase;
	padding: 2px 0;
	position: relative;	
	margin-bottom: 20px;
	text-align: center!important;
	text-transform: uppercase;
	float:left;
	width:100%;
	clear:both;
}

#box-product{
  background: #fff;
}



.title-web 
{
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	font-size: 18px;
	padding:0px;
	margin:0px;		
	margin-bottom:5px;		
	margin-top:20px;
	display:block;
	height:32px;
	display:block;
	border-bottom:2px solid #ff7f00;	
	margin-bottom:10px;
	clear:both;
}
.title-web h2
{  
    font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	font-size: 22px;
	font-weight:bold;
	color:#005198;	
}
.title-web .left
{
	float:left;
	display:block;
}
.title-web .left img
{
	margin-top:-5px;
}

.title-web .right
{
	float:right;
	display:block;
}

.product-box
{	
	 background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 
        0 4px 10px rgba(0, 0, 0, 0.12),
        0 8px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.product-box:hover
{	 
	 box-shadow:
        0 6px 14px rgba(0, 0, 0, 0.16),
        0 12px 28px rgba(0, 0, 0, 0.10);
}

.product-box-cate
{
	background-color:#fff;
	border:1px solid #cdcdcd!important;
	border-radius:10px;
	padding:15px;
	box-shadow: 1px 1px 5px #cccccc;	
	display:block;
	margin-bottom:30px;
}

.product-box-cate:hover
{	 
	border:1px solid #005198!important;
}


.product-image img
{
	border-radius:4px;	
}
.producttitle
{
	padding:15px;
	font-size:16px;
	font-weight:bold;
	color:#005198;
	text-align:center;	
}
.producttitle a
{
	color:#005198;
	font-weight:bold;
}
 .producttitle a:hover
{
	color:#ff7f00;
}
.product-table td
{
	padding-left:0px!important;
}
 
.slick-prev::before, .slick-next::before { 
  font-size:0px!important;
  color: #ff7f00!important;  
}
.slick-prev::before
{
	content:' ';
}
.slick-prev
{
	background-image:url('images/bt-arrow-left.png');
	background-repeat:no-repeat;
	width:39px!important;
	height:39px!important;
	margin-left:-15px!important;
}

.slick-next 
{
	background-image:url('images/bt-arrow-right.png');
	background-repeat:no-repeat;
	width:39px!important;
	height:39px!important;
	margin-right:-15px!important;
}

#box-service
{
	background-color:#042351;
	margin-top:40px;
	padding-bottom:50px;	
	display:block;
	clear:both;
}
#box-service h2
{
	color:#fff;
	padding-top:40px;
	padding-bottom:10px!important;
	margin-bottom:1px!important;
}

#box-service .short
{
	color:#fff;
	font-size:14px;
	padding-bottom:20px;
	clear:both;
	display:block;
	width:100%;
	text-align:center;
}
.service-item
{
	background-color:#fff;
	border-radius:10px;	
	color:#fff;
	min-height:400px;
	background-repeat: no-repeat;
	border-radius: 10px;
	background-position: center;	
	margin-bottom:30px;
	overflow:hidden;
}

.service-item a
{
	color:#fff;
}

 .service-content
{
  width: 100%;
  height:160px;
  clear: both; 
  position: relative;
  left: 0;
  right: 0;
  bottom: -250px;
  background: #020100;
  background: linear-gradient(359deg,rgba(2, 1, 0, 1) 0%, rgba(12, 11, 10, 1) 21%, rgba(16, 15, 14, 1) 21%, rgba(43, 42, 39, 0.68) 76%);
  padding:20px;
  text-align:justify;  
  padding-top:25px;
  
}
.service-content h3
{
	font-family: "Saira", sans-serif;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
.short-item
{
}
.content-left
{
	float:left;
	display:block;
	width:90%;
}
.content-right
{
	float:right;
	display:block;
	width:50px;
	position:relative;
	bottom:50px;
}
.btn-right
{
	background-color:#ff7f00;
	border-radius:5px;
	display:block;
	width:35px;
	height:35px;
	text-align:center;
	background-image:url('images/service-icon-right.png');
	background-repeat:no-repeat;	
	background-position:center;
}

#box-project
{
	background-color:#f1f4f8;	
	padding-bottom:30px;
}
.project-box
{
	background-color:#fff;	
}
.project-box .left
{
	padding-left:10px;
	margin-bottom:10px;	
}
.project-box .viewdetail a
{
	font-weight:bold;
}
.project-image img
{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.service-title-left  
{
	float:left;
	display:block;		
	padding-top:10px;
	padding-bottom: 10px;
}

.service-title-left h2
{
	font-family: "Saira", sans-serif;
	font-size: 35px;
	color: #005198;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 auto;
	clear: both;
	text-align: left;
}

.service-title-right
{
	float: right;	
	display: block;
	height: 40px;
	padding-top: 10px;
	color:#005198;	
}

.service-title-right a
{
	color:#005198;
	font-size:14px;
}
.project-title
{
	padding-top:10px;
	text-transform:none;	
	height:60px;
	
}

.project-title a
{
	color:#000;
	font-family: "Saira", sans-serif;	
	font-weight:bold;
	font-size:24px;
	
}	
 
.project-title a:hover
{
	color:#ff7f00;
}

.service-top
{
	height:180px;
	background:url('images/service-bg1.png');
	background-repeat:no-repeat;
	text-align:center;
	background-position:center;
	width:100%;
	display:block;		
}


.i-title h3 {  
  font-size: 16px;
  line-height: 26px;  
  color: #000;
  text-transform: capitalize;
  text-align: left;
  position: relative;
  font-family: 'Saira', sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom:0px;
  padding-left:7px;
  padding-top:10px;
}

.news-short
{
	color:#888;
	font-size:14px;
	padding-top:0px;
	padding-bottom:10px;
}

.i-image1 img
{
	border-radius:8px;
}

.news-right .wrap_item .i-desc .i-title-copy h3 {
  /*width: calc(100% - 130px);
  width: -webkit-calc(100% - 130px);
  width: -o-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  */
  float: left;
  font-size: 16px;
  color: #393939;
  line-height: 22px;
  color:#000;
  padding-left:7px;
  font-family: 'Saira', sans-serif;  
  font-weight:bold;
}

.news-right img
{
	border-radius:10px;
}

 .news-right .wrap_item {  
  padding: 10px 0;
  background: #fff;
  cursor: pointer;
}

 .news-right .wrap_item {  
  padding: 5px 0;
  background: #fff;
  cursor: pointer;
}
.news-right .wrap_item {
  cursor: pointer;
}
.news-right .wrap_item .i-desc .i-date {
  width: 130px;
  padding: 0 20px 0 35px;
  font-size: 12px;
  line-height: 20px;
  float: left;
  color: #9a9a9a;
  position: relative;
}
.news-right .wrap_item img
{
	border-radius:5px;
}

  
.news-right .wrap_item .i-desc .i-title {
  width: calc(100% - 130px);
  width: -webkit-calc(100% - 130px);
  width: -o-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  float: left;
  font-size: 14px;
  color: #393939;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

#box-customer-review
{
	background:url('images/customer-review-bg.jpg');
	background-repeat:no-repeat;
	width:100%;
	height:520px;
	display:block;
	clear:both;
	padding-top:55px;
}

#box-customer-review .title-section h2
{
	color:#fff;
}

.review-item
{
	background-color:#29507a;
	border-radius:10px;
	color:#fff; 
	display:block; 
	margin:10px;
	padding:15px;
	min-height:284px;
}
.review-arrow
{
	float:right;
	clear:both;
	padding:10px;
}
.review-title {
  float: left;
  width: 80%;
  display: block;
  clear: both;
  margin-bottom: 10px;
  padding-left: 10px;
  margin-top: -30px;
}
.review-title img
{
	width:48px;
	height:48px;
	border-radius:50%; 
	margin-right:20px;
}
.review-title b
{
	font-family:Saira;
}
.review-title span
{
	display:block;
	padding-left:10px;
	clear:both;
	font-size:13px;
}

.review-title .left
{
	float:left;
	display:block;
}
.review-content {
  float: left;
  display: block;
  clear: both;
  font-size: 14px;
  height: 120px;
  padding-left: 10px;
  padding-right: 10px;
}
.review-star
{
	float:left;
	display:block;
	clear:both;
	margin-top:50px;
	margin-bottom:20px;
}
#box-partner
{
	background-color:#f1f4f8;	
	height:340px;
}

#box-partner .title-section
{
	padding-top:30px;
}
#box-partner  .jcarousel li
{
	border:0px !important;
}
#box-partner  .jcarousel li img
{
	border-radius:5px;
}

#contact-form
{
	background-color:#fff;
	padding-top:30px;
	margin-bottom:50px;
}

.contact-left
{
	
	background-repeat:no-repeat;
	border-radius:5px;	
	display:block;
	height:520px;
	background-position:center;
	margin-bottom:10px;	
	padding-right:20px;
}

.contact-title
{
	font-family:Saira;
	font-size:32px;
	font-weight:bold;
	color:#005198;
	clear:both;
	padding-bottom:20px;
	display:block;
}

#frm-contract .form-group
{
	margin-bottom:20px;
}

#frm-contract .form-group input
{
	height:50px;
}
#frm-contract .form-group label
{
	margin-bottom:5px;
	font-weight:500;
}
.btn-sendmessage
{
	background-color:#005198;
	width:100%;
    text-transform:uppercase;
	color:#fff;
	font-family:Saira;
	font-weight:bold;
	height:50px;
	border-radius:10px;
}
.btn-sendmessage:hover
{
	color:#fff;
}
.btn-sendmessage img
{
	margin-top:-2px;
}
/* footer */
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
 
.footer-content
{
  padding-top: 20px;
}
.footer-head p {
  color: #fff;
}

.footer-head h4 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 5px;
  font-weight: bold;
}

.footer-logo {
  padding-bottom: 5px;
}

.footer-logo h2 {
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #3ec1d5;
}

.flicker-img > a {
  float: left;
  padding: 1px;
  width: 33.33%;
}
 
.footer-contacts p span {
  color: #3EC1D5;
  font-weight: 700;
}

 .footer-area
  {
    margin-top: 0px;
	background-color:#051e43;
	padding-top:30px;
	padding-bottom:30px;
	color:#fff!important;
  }
  .footer-top
  {
	  border-top:3px solid #ff7f00;
	  background:url('images/footer-top.png');
	  background-repeat:repeat;
	  min-height:200px;
	  background-position:center;
	  
	  padding-top:40px;
	  text-align:center;
  }
  .footer-top-content
  {
	  max-width:480px;
  }
  .footer-top-content h2
  {
	  color:#ff7f00;
	  font-family:Saira;
	  font-size:20px;
	  text-align:left;
	  font-weight:bold;	  
	  padding-bottom:8px;
  }
  .footer-icons1 img
  {
	height:50px;
  }
  
   .footer-top-content p
   {
	   margin-top:10px;
	   color:#fff;
	   text-align:justify;	 
	   font-size:14px;
	   
   }
   .footer-icons
   {
	   margin-bottom:10px;
	   margin-top:10px;
   }
   
   
.footer-icons ul li {
  display: inline-block;
  
}

.footer-icons ul li a {  
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  background-color:#36537e;     
}


.footer-icons ul li a i {
  line-height: 0;
}
.footer-area h4{
	font-family:Saira;
	font-size:16px;
	text-transform:uppercase;
	color:#87c7ff;
	font-weight:bold;
	padding-bottom:10px;
}

.footer-contacts
{
	font-size:15px!important;
	color:#fff;
}
.footer-contacts table
{
	font-size:15px!important;
	line-height:24px;
	color:#fff;
}


.footer-contacts b
{
	font-weight:500;
}
.footer-contacts ul li
{
	line-height:24px;
	padding-bottom:10px;
	text-align:left;
	padding-right:10px;
}

.footer-contacts .icon-padding
{
	display:block;
	width:30px;	
}
.footer-contacts img
{
	float:left; 	
	display:block;
}

.footer-contacts span
{
	float:left;
	display:block;
	padding-left:10px;
	clear:both;
}

.footer-about li
{
   list-style: outside;
   margin-left:15px;   
}

.footer-about li::marker {
  color: #ff7f00;
}
.footer-bottom
{
  height: 45px;
  background-color: #02132C;
  margin: 0;
  padding: 10px;
  color: #fff;
  font-size:14px;
}

.icon-fix-right .item {
  width: 50px;
  height: 50px;
  position: relative;
  /*box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
  -khtml-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.2);
  */  
  margin-bottom:0px;
  
}
.icon-fix-right .item-image {
  height: 100%;
}

.icon-fix-right .item-tooltip::after {
  bottom: 100%;
  right: -18px;
  top: 10px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: solid transparent;
    border-top-color: transparent;
    border-top-width: medium;
    border-right-color: transparent;
    border-right-width: medium;
    border-bottom-color: transparent;
    border-bottom-width: medium;
    border-left-color: transparent;
    border-left-width: medium;
  border-color: transparent;
    border-left-color: transparent;
  border-left-color: #ebebeb;
  border-width: 9px;
  margin-left: -9px;
}
.icon-fix-right .item-image a {
  padding: 7px;
  display: block;
  width: 100%;
  height: 100%;
}
.icon-fix-right .item-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  
}
.icon-fix-right .item-tooltip {
  display: block;
  position: absolute;
  right: 55px;
  top: 0;
  width: 150px;
  font-size: 12px;
  background: #ebebeb;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  color:#fff;
}

.icon-fix-right {
 right: 37px;
 bottom: 50px;
}

.icon-left
{
	left:10px;
	bottom: 50px;
}
#banner-page
{
	height:234px;
	color:#fff;
}
.breadcrumbs {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  list-style: none;
  padding-top:60px;
  padding-bottom:20px;
}
.breadcrumbs li a
{
	color: #fff;
	 
}

.breadcrumbs li {
  display: inline;
  
}
.breadcrumbs li + li::before {
  content: "\F0DA";
  padding: 0 7px 0 3px;
  color: rgba(49,45,45,.4);
  font-family: FontAwesome;
}


.breadcrumbs-detail {
  margin: 0;
  padding: 0;
  color: #666666!important;
  font-size: 15px;
  list-style: none;  
  padding-bottom:20px;
  padding-top:20px;
}
.breadcrumbs-detail li a
{
	color: #666666;
	 
}

.breadcrumbs-detail li {
  display: inline;
  
}
.breadcrumbs-bg
{
	background-image:url('images/breadcrumbs-bg.png');
	background-repeat:repeat;
	height:60px;
	width:100%;
	clear:both;
	padding-top:25px;
}
/*
.breadcrumbs-detail li + li::before {
  content: "\F0DA";
  padding: 0 7px 0 3px;
  color: rgba(49,45,45,.4);
  font-family: FontAwesome;
}
*/

.font-small
{
	font-size:14px;
}
#banner-page h1 {  
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  top: 100px;
  font-family:Saira;
}
.page-hero-content-full h2
{
	font-family:Saira;
	color:#005198;
	font-weight:bold;
	font-size:40px;
	line-height:60px;
	text-align:left;
	
}
 .page-hero-content-full {
    width: 100%;
    display: block;
	text-align:left;
	line-height: 24px;
    padding-right:2px;	
  }
  
.page-hero-content-full p
{
	margin-top:20px
	
}

.about-top
{
	clear:both;	 
	margin-top:50px;
}

.lightGallery-video-about 
{
   background-image:url('images/about.png');
   background-repeat:no-repeat;	   
   border-radius: 10px;
   background-position: center;
   min-height:429px;
}

#certificate
{
   background-image:url('images/certificate-bg.png');
   background-repeat:no-repeat;	   
   margin-top:60px;
   margin-bottom:60px;   
   background-color:#f1f4f8;
}
#certificate .container
{
	padding-top:70px;
	padding-bottom:50px;
}

#certificate .container p
{
	padding-bottom:10px;
}

#certificate .container img
{
	border-radius:20px;
}

#certificate h2 
{
	font-family:Saira;
	font-weight:bold;
	font-size:40px;
	color:#005198;
	text-transform:uppercase;
}

#tam-nhin-su-menh
{
	margin-top:50px;
	background-color:#fff;
	margin-bottom:50px;
}

#tam-nhin-su-menh h2
{
	text-align:left;
	font-family:Saira;
	font-weight:bold;
	font-size:40px;
	color:#005198;
	text-transform:uppercase;
}

#gia-tri-cot-loi
{
	background-color:#042351;
	color:#fff;
}
#gia-tri-cot-loi h2
{
	font-family:Saira;
	font-weight:bold;
	font-size:40px;
	color:#fff;
	text-transform:uppercase;
}
#gia-tri-cot-loi .item
{
	background-color:#fff;
	color:#000;
	border-radius:10px;
	padding:40px 20px 20px 20px;
	min-height:350px;
	margin-bottom:20px;
	text-align:center;
	
}	
#gia-tri-cot-loi .item h3
{
	font-family:Saira;
	text-transform:uppercase;
	font-size:25px;
	text-align:center;	
	padding-top:20px;
}
.corevalue-title
{
	background-image:url('images/service-bg.png');
	background-repeat:no-repeat;
	background-position:center;
	height:130px;
	text-align:center;
	color:#fff;
	padding-top:50px;
	font-family:Saira;
	font-weight:bold;
}

#team
{
	background-color:#fff;
	padding-top:50px;
	padding-bottom:10px;
}

#team h2
{
	font-family:Saira;
	font-weight:bold;
	font-size:40px;
	color:#005198;
	
}

.team-image
{
	background-image:url('images/doingu.png');
	background-repeat:no-repeat;
	border-radius:10px;
	background-position:center;
	min-height:350px;	
}
.team-content
{
	padding-left:50px;
}

.team-content p
{
	line-height:30px;
}
.team-content pre
{
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
}
.quote {
  font-weight: bold;
  color: #f58220; /* Màu cam */
  border-left: 5px solid #f58220; /* Thanh dọc bên trái */
  padding-left: 10px; /* Khoảng cách giữa thanh và chữ */
  font-size: 18px;
  
}

.team-number-item
{
	border:1px solid #005198;
	padding:30px;
	margin-right:20px;
	border-radius:10px;
	text-align:center;
}
.team-number-item p
{
	font-family:Saira;
	font-size:40px;
	font-weight:bold;
	color:#005198;
}
.team-number-item span
{
	font-weight:500;
}

#box-customers
{
	margin-top:40px;
	margin-bottom:40px;
}

/* technology*/
 .technology-bg
 {
	 float:left;
	 background-position:cover;
	 width:100%; 
	 min-height:550px;
	 background-image:url('images/technology-bg.jpg');
	 background-position:center;	 
 }
 .technology-box
 {
	float:left; 
	background:#fff;
	padding:20px;
	margin-top: 70px; 
	border-radius:10px;
 } 
 
 .technology-box h2
 {
	font-family:Saira;
	font-weight: bold;
	color: #f58220;
    text-transform:uppercase;
	text-align:left;
 }
 
  
 .tech-title
 {
	 font-weight:bold;
	 font-family:Saira;
	 font-size:18px;	 
	 clear:both;
	 display:block;
	 padding-bottom:10px;
 }
 
 #advice
 {
	 background-image:url('images/advice-bg.jpg');
	 background-position:center;
	 background-repeat:no-repeat;
	 height:300px;
	 width:100%;
	 color:#fff;
 }
 
 #advice h2
 {
	font-family:Saira;
	font-weight:bold;
	font-size:45px;
	color:#fff;
	padding-top:50px;
	text-transform:uppercase;
	padding-bottom:30px;
 }
 #bt-advice
 {
	 background-color:#f58220;
	 border-radius:10px;
	 color:#fff;
	 text-transform:uppercase;
	 width:100%;
	 font-family:Saira;
 }
 
 #advice p
 {
	 line-height:24px;
	 padding-top:20px;
 }
 
 
 /* products */
 .product-bg
 {	 
	 clear:both;
	 display:block;	 
 }
 .product-bg h2
 {
	font-family: "Saira", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	font-size: 32px;
	padding: 0px;
	margin: 0px;	
	display: block;	
	display: block;	
	margin-bottom: 10px;
	clear: both;
	color:#005198;	
 }
 .product-title
 {
	 display:block;
	 margin-top:20px;
 }
 .border-radius
 {
	 border-radius:10px;
	 height:300px;
 }
 
 .product-bg h2 a
 {
	color:#005198;
 }
 
 .product-item-short-desc
 {
	 padding-top:10px;
	 padding-bottom:20px;
 }
 
 .bgcolor1
 {
	background-color:#fff;
	padding-bottom:30px;
	padding-top:30px;
 }	 
 
 .bgcolor2
 {
	 background-color:#F1F4F8;
	 padding-bottom:30px;
	 padding-top:30px; 
 }
 
 .product-categories .view-detail a
 {
	 color:#fff;
 }
 
 .product-categories .view-detail
{
	display: block;
	float: left;
	width: 150px;		
	border-radius: 10px;
	color: #fff;
	background-color:#ff7f00;
	font-weight:bold;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	font-family:Saira;
	padding:10px;
	
}
.product-categories .view-detail:hover
{
	background-color:#E37406;

}
.product-categories .view-detail a:hover
{
	color:#fff;
}

/* mờ chữ */
.text-fade {
    position: relative;
    max-height: 150px; /* chiều cao vùng hiển thị */
    overflow: hidden;
}

.text-fade::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* chiều cao lớp mờ */
   background: linear-gradient(
        to bottom,
        rgba(245, 247, 250, 0),  /* màu nền trong suốt */
        rgba(245, 247, 250, 1)   /* màu nền full */
    );
}
/* end */

#product-cate-banner
{
	background-image:url('images/banner-prod-cat.png');
	width:100%;
	height:216px;
	background-repeat:repeat;
	background-position:right;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-left:30px;
}


.desc-collapse
{
  max-height: 150px;
  display: block;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  position: relative;
  z-index: 2;
}
.desc-expand
{
  max-height: 100%
}
.button-toggle
{
  display: block;
  text-align: center;
  background-color: transparent;
  padding: 10px;
  position: relative;
  z-index: 1;
  margin-bottom:40px;
}
.button-toggle a
{
  background-color: transparent;
  font-weight:bold;
  color: #005198!important;
}
.button-toggle a .toggle-more
{
  display: block;
}
.button-toggle a .toggle-less
{
  display: none;
}
.bt-viewmore
{
  display: block;
  width: 150px;
  border: 0px solid #0098d2;
  border-radius: 20px;
  color: #005198!important;
  font-weight: bold;
  font-size: 16px;  
  line-height: 35px;
  text-align: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  margin:0 auto;
  font-weight:bold;
}

.img-border img
{
	border-radius:10px!important;
}

.product-head-title
{
	font-family:Saira;
	font-weight:bold;
	color: #005198;
	font-size:40px;
	padding-top:10px;
}

/* product option */

.product-option p
{
	padding-top:20px;
	font-family:Saira;
	font-weight:bold;
	text-transform:uppercase;
	font-size:18px;
}

.tab-product { 
	border-bottom:0px solid #0098d2;
	height:40px;
	clear:both;
	margin-bottom:30px;   
}

.tab-product li
{
	height:50px;
	margin-bottom:20px;
	min-width:200px;
}
.tab-product span {
  float: left;
  text-align: left;
  font-size:15px;
  font-weight:bold;
  color:#000; 
  font-family:Saira;
  display:block;
  clear:both;
  text-transform:uppercase;
  padding:10px;
  height:50px;
  padding-top:15px;
  padding-bottom:15px;
}

.tab-active span {
	color:#ff7f00;	
	background-color:#F5F5F5;
	border-radius:10px;
	border:1px solid #cdcdcd;
}
.line-left
{
	border-left:1px solid #F5F5F5;
}

.company-title
{
	font-family:Saira;
	font-size:22px;
	font-weight:bold;
	color:#005198;	
}


.form-pc-box
{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width:98%;
	height:354px;
	border-radius:10px;
	margin:20px;
	padding:20px;
}

.form-pc-box-right
{
	background:url('images/contact-bg.png');
	background-repeat:no-repeat;
	width:100%;
	height:354px;
	background-position:center;	
}

.related-product-title
{
	font-family:Saira;
	font-size:28px;
	font-weight:bold;
	color:#000;	
	margin-bottom:30px;	
	padding-top:30px;
	display:block;
	clear:both;
}
.space-20
{
	margin-top:20px;
	margin-bottom:20px;
}


/* project */

.project-box
{
	background-color:#fff;
	border-radius:10px;
	box-shadow: 1px 1px 5px #cccccc;
	min-height:400px;
	margin-bottom:20px;
}
.project-box .responsive
{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.project-box .project-title
{
	padding:10px;
	display:block;
	width:100%;
	font-size:24px;
	font-weight:bold;
	font-family:Saira;
	line-height:30px;
	margin-bottom:15px;
}

.project-box .view-detail
{
	padding-left:10px;
	padding-bottom:20px;
	display:block;
	clear:both;
	width:100%;
}
 
.project-box .view-detail a
{
	color:#005198;	
	font-weight:500;
}

.location
{
	background-color:#FF7F00;
	border-radius:50px;
	padding-right:15px;
	height:35px;
	position:absolute;
	color:#fff;
	padding-left:10px;
	padding-top:5px;
	margin-left:20px;
	margin-top:20px;
}
.location img
{
	margin-top:-3px;
	padding-right:5px;
}
/* news */
#feature-news
{
	margin-top:35px;
}

#feature-news .first-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius:10px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}

#feature-news .next-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  width: 100%;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}

#feature-news .item-info1 {
  width: 100%;
  clear: both;
  float: left;  
  padding: 3px;  
}

#feature-news .item-info1 h3, .news-list h3
{
	font-size:16px;
	color:#000;
	font-family:Saira;
	padding-top:10px;
	font-weight:bold;
}
.other-news h3
{	
	font-size:30px;
	color:#000;
	font-family:Saira;
	padding-top:10px;
	font-weight:bold;
}
.other-news h4
{	
	font-size:18px;
	color:#000;
	font-family:Saira;
	padding-top:10px;
	font-weight:bold;
}
.other-news .author
{
	float:left;
	width:100%;
	clear:both;
	padding-bottom:2px;
}
.other-news .author span
{
	float:left;
	display:flex;
	height:20px;
}
.gray-line
{
	border-bottom:1px solid #cdcdcd;
	display:block;
	width:100%;
	margin-bottom:20px;
	margin-top:20px;
}

.news-list h3:hover
{
	color:#ff7f00;
}

#feature-news .item-info1 h3:hover
{
	color:#ff7f00;
}

.i-title-copy  a h3:hover
{
	color:#ff7f00!important;
}

.i-title a h3:hover
{
	color:#ff7f00!important;
}
.news-list .wrap_item
{
	margin-bottom:20px;
}
.news-list img
{
	border-radius:10px;
}
.news-list .time
{
	padding-top:10px;
	font-size:13px;
	color:#888;
}
.body-content
{
	padding-top:20px;
	background:url('images/breadcrumbs-bg.png');
	background-repeat:repeat-x;
}
.intro .breadcrumbs-detail li
{
	color:#000!important;
}
.intro .breadcrumbs-detail li a
{
	color:#000!important;
}
.intro h1
{
	font-family:Saira;
}

.post-news-title
{
	font-family:Saira;
	font-size:40px;
	font-weight:bold;
	color:#005198;
}
.author
{
	padding-top:10px;
	padding-bottom:20px;
	color:#888;
}

/*toc*/
.news-detail ul li
{
	list-style:disc;
	margin-left:25px;
}
	 
.toc_toggle_left
 {
	 float:left;
	 font-family:Saira;
	 font-size:28px;	 
	 clear:both;	
	 font-weight:bold;
 }
 .toc_toggle
 {
	 float:right;
	 display:block; 
 }
 .wap_ml {
  background: #f1f4f8;
  border: 1px solid #f1f4f8;
  padding: 10px;
  margin-bottom: 1em;
  width: 100%;
  display: table; 
  font-size: 13px;
  border-radius:10px;
}

.tt_ml {   
  
  padding-bottom:30px;
  font-size:20px;  
  border-bottom:1px solid #cdcdcd;
  
}
.mucluc {
  line-height: 25px;
  padding-left: 15px;
  clear: both;
  font-size: 16px;
}
.mucluc li a
{
	color:#000;
}

.wap_ml ol>li
{
	padding-top:10px;
	list-style-type: none;	
}
 
.wap_ml ol >li> ol > li
{
	font-weight:normal!important;	
	margin-left:10px;
	color:red!important;
}

.toc_toggle a
{
	color:#005198;
}


/* phan trang */
.pi-pagenav {
  clear: both;
  height: 50px;
  width: 100%;
  clear: both;
  padding-bottom: 10px;
  padding-right: 30px;
  text-align: center;
}
 
.pi-pagenav ul > li::before
{
	content:''!important;
}

.other-news img
{
	border-radius:10px;
}

/* contact */
#contact
{
	background:url('images/contact-bg.png');
	background-position:center-top;
	background-repeat:no-repeat;
}
#contact .breadcrumbs-detail a, .breadcrumbs-detail
{
	color:#fff;
}
#contact .breadcrumbs-detail
{
	padding-top:40px;
}

#contact .big-box
{
	background-color:#fff;
	border-radius:10px;
}

#contact .contact-form
{
	background-color:#005198;
	color:#fff;
	padding:20px;
	margin-top:20px;
	border-radius:10px;
}

#contact .contact-info
{
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
}

#contact .contact-info h1
{
	font-size:35px;
	font-family:Saira;
	font-weight:bold;
	color:#005198;
	text-transform:uppercase;
	padding-bottom:10px;
}

#contact .small-box
{
	background-color:#fff;
	border-radius:10px;
	border:1px solid #cdcdcd;
	padding:10px;	
	margin-bottom:20px;
}

#contact .small-box table td
{
	text-align:left;
}


#contact .small-box span{
	clear:both;
	display:block;
	width:100%;
	font-family:Saira;
	font-weight:bold;
}

#contact .contact-form input
{
	height:40px;
}

#contact .btn-send
{
	width:100%;
	background-color:#ff7f00;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:15px;
	font-family:Saira;	
	height:40px;
}

.contact-address ul>li
{
	padding-bottom:10px;
}

.title-shadow
{
	height:81px;
	background-image:url('images/title-shadow.png');
	background-repeat:repeat-x;
}

.title-shadow ul
{
	display:flex;
	padding-top:10px;	
}
.title-shadow ul >li
{
	margin-right:20px;
	font-family:Saira;
	font-weight:bold;
	font-size:19px;	
}
.title-shadow ul >li a
{
	color:#000;	
}
.title-shadow ul >li.active 
{
	color:#ff7f00!important;
	border-bottom:2px solid #ff7f00;
	line-height:24px;
	height:40px;
}
.title-shadow ul >li.active a
{
	color:#ff7f00!important;
}	
#content-custom iframe
{
	border: 1px solid #000;
	-moz-border-radius: 15px;
	border-radius: 15px;
	transform: translateY(0px);
}


#content-custom
{
	background-color:#f1f4f8;
}

.tuyen-dung-box
{
	background-color:#fff;
	border-radius:10px;
	padding:15px;
	margin-bottom:20px;
	
}

.tuyen-dung-box h2
{
	font-family:Saira;
	color:#005198;
	font-weight:bold;
}

.tuyen-dung-box .right img
{
	object-fit:cover;
	width:100%;
	height:100%;
}
.viewdetail a
{
	color:#005198;
	font-size:14px;
	display:flex;
	padding-top:10px;	
	
}

.viewdetail img
{
	width:16px!important;
	height:16px!important;
	margin-left:10px;
	margin-top:5px;
}
.slick-slide
{
	padding:10px!important;
}

.jcarousel ul>li img
{
	border:1px solid #cdcdcd;
	margin:10px;
	border-radius:10px;
	padding:10px;
	background:#fff;
}

#tab1 ul>li, 
#tab2 ul>li, 
#tab3 ul>li, 
#tab4 ul>li, 
#tab5 ul>li, 
#tab6 ul>li, 
#tab7 ul>li, 
.news-list ul>li,
.option-top ul>li 
{
	list-style-type: disc;
	margin-left:10px;
}

.pi-pagenav a {
  display: inline-block;
  padding: 8px 15px 8px!important;
  border: 1px solid transparent;
  line-height: 16px;
  font-size: 16px;
  vertical-align: middle;
  ountline: none;
  cursor: pointer;
  white-space: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border:1px solid #000;
  margin-right:1px!important;
  color:#000;
}

.footer-logo
{
	text-align:left;
}
.footer-icons1
{
	text-align:right;
}
.service-list
{
	margin-top:50px;
}

.service-padding
{
	margin-bottom:20px;
}

/* Ẩn trên PC (màn hình lớn hơn hoặc bằng 768px) */
@media screen and (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}

/* Hiển thị trên mobile (màn hình nhỏ hơn 768px) */
@media screen and (max-width: 767px) {
  .hide-pc {
    display: block !important;
  }
}


@media all and (max-width: 480px) {
	.btn-product
	{
		font-size:14px;
	}
}
  
/* pc */
@media (min-width: 768px)
{
	#certificate h2
	{
		margin-top:40%;
	}	 
	.footer-col1
	{
		width:30%!important;
	}
	.footer-col4
	{
		width:18%!important;
	}

}

/* mobile */
@media screen and (max-width: 767px) {
{
	#tam-nhin-su-menh h2
	{
		text-align:center;
		width:100%;
	}
}