/*
theme name: Mitech;
theme description : html/css/js;
author : Vu Nhu Quang;
version: 1.0.0;
*/
/*
============== 	CONTENT ==========================
1.Setting
2.Header
	1. Header top 
	2. Headerpage
3.Banner
4.Company
5.Services
6.Experience
7.Security
8.Technology
9.testimonials
10.logo
11.phone
12.footer
*/
/*====================== box search(áp dụg js)=================
1. search
2.toolbar
3.
4.
5.
/* ============ 1.Setting =========================*/
 *{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
	font-family: 'lato' ,sans-serif;
}
ul,li{
	list-style: none;
}
a{
 	text-decoration: none ;
}
.container{
	width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
img{
	display: block;
}
.d-flex{
	display: flex;
}
.item_link{
	color: black;
}
.link_a{
	color: #696969;
}
/*=========== 1.Header ========================== */
/* === header top ===*/
.header{
	height:  50px;
	background-color: #f8f8f8;
	color: #696969;
	font-size: 14px;
	line-height: 1.78;
	box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);

}

.headerpage .headerpage_menu{
	position: relative;
}
.header .header_top-bar{
	justify-content: space-between;
	display: flex;
	align-items: center;
	height: 50px;
}
.header .header_top-bar .bar_hiring{
	display: flex;
}
.header .header_top-bar .bar_hiring:hover a{
	color: blue;
}
.header .header_top-bar .bar_hiring .bar_hiring-text{
	font-size: 14px;
	font-weight: 600;

}
.header .header_top-bar .bar_contact{
	display: flex;
}
.header .header_top-bar .bar_contact i{
	margin-right: 5px;
	margin-left: 20px;
}
.header .header_top-bar .bar_contact .bar_contact-phone{
	color:  #696969;
	font-weight: 900;
}
.header .header_top-bar .bar_contact .bar_contact-phone:hover a{
	color: blue;
}

.header .header_top-bar .bar_contact  .bar_contact-address{
	font-size:  14px;
}

/*===== header page ===============================*/
.headerpage{
	display: flex;
	height: 82px;
	border-bottom: 1px solid black;
	border: none;
	position: relative;
} 
.headerpage .headerpage_menu{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}





.headerpage .headerpage_menu .headerpage_menu-list .item_element .group_element{
	display: flex;
    justify-content: space-around;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    visibility: hidden;
    transform: translateY(40%);
    opacity: 0;
    transition: 0.5s;
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
	 background-color: #fff;
   border-bottom: 5px solid #086ad8;

}
.headerpage .headerpage_menu .headerpage_menu-list .element:hover .group_element{
	   opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}
.headerpage .headerpage_menu .headerpage_menu-list .item_element .group_element ul li{
	text-transform: capitalize;
    color: var(--color_text_bold);
    font-weight: 600;
    margin-left: 50px;
    padding: 10px 0px;
    cursor: pointer;
    transition: all 0.4s;
    position: relative;
    font-size: 14px;
    font-weight: 900;
   }
.headerpage .headerpage_menu .headerpage_menu-list .item_element .group_element ul li a{
  color: #ababab;
  font-weight: 400;
  font-size: 14px;
  position: relative;
}
.headerpage .headerpage_menu .headerpage_menu-list .item_element .group_element ul li a::after{
  content: '';
  width: 0%;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
  background: blue;
}
.headerpage .headerpage_menu .headerpage_menu-list .item_element .group_element ul li a:hover:after{
  width: 100%;
  left: 0;
}






.headerpage {
	box-shadow:0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.headerpage .headerpage_menu .headerpage_menu-logo{

}
.headerpage .headerpage_menu .headerpage_menu-logo img{
	width: 160px;
}
.headerpage .headerpage_menu .headerpage_menu-list{
	display:  flex;
	font-weight: 600;
}
.headerpage .headerpage_menu .headerpage_menu-list .list_item a{
	color: black;
}
.headerpage .headerpage_menu .headerpage_menu-list .list_item:hover a{
	color: blue;
}
.headerpage .headerpage_menu .headerpage_menu-list .list_item{
	padding-left: 49px;
	position: static;
	padding-top: 31px;
	padding-bottom: 31px;
}
.headerpage .headerpage_menu .headerpage_menu-list .list_item:hover .list_item-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
}
.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown .dropdown_item .dropdown_item-link:hover p{
	color: #086ad8;	
}
.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown .dropdown_item .about_us .about_item:hover .about_title{
	color: #086ad8;
}
.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown .dropdown_item .about_us .about_item .about_title{
	width: 90px;
}
.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown .dropdown_item .about_us .about_item .about_title::after{
	content: "";
    top: 20px;
    width: 0%;
    height: 1px;
    color: blue;
    position: absolute;
    background-color: blue;
    transition: 0.5s all ease;


}
.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown .dropdown_item .about_us .about_item .about_title:hover::after{
	left: 0px;
    width: 100%;
}

.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown .dropdown_item .dropdown_item-link{
	display: flex;
}

.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown {
	position: absolute;
	z-index: 100;
	width: 220px;
	background-color: white;
	top: 100%;
	visibility: hidden;
	border-bottom: 5px solid #086ad8;
	transform: translateY(40%);
	transition: .5s;
	opacity: 0;
	box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
	background-color: #fff;
}

.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown .dropdown_about{
	padding-left: 49px;
	position: relative;
	padding-top: 27px;
	padding-bottom: 27px;
}


.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown .dropdown_about:hover .about_us{
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
	margin-top: -27px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
	
}

.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown .dropdown_about .about_us{
	position: absolute;
	width: 220px;
	background-color: white;
	left: 100%;
	visibility: hidden;
	border-bottom: 5px solid blue;
	transform: translateY(40%);
	transition: .5s;
	opacity: 0;
}

.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown .dropdown_about .about_us .about_item .two_title{
	margin-top: 30px;
}

.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown .dropdown_item a{
	color:#CCCCCC;

}
.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown .dropdown_item a p{
	position: relative;
}

.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown .dropdown_item a p::after{
	content: '';
  width: 0%;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
  background: currentColor;
}
.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown .dropdown_item:hover>a>p::after{
	width: 100%;
  left: 0;
}

.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown li a .new_software::before{
  	position: absolute;
  	top: 50%;
  	right: -28%;
  	transform: translateY(-50%);
  	content: 'New';
  	color: #fff;
  	font-weight: 500;
  	font-size: 13px;
  	line-height: 13px;
  	background-color: #ff5843;
  	padding: 3px 5px;
  	border-radius: 2px;
}
.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown li a .new_shop::before{
  	position: absolute;
  	top: 50%;
  	right: -108%;
  	transform: translateY(-50%);
  	content: 'New';
  	color: #fff;
  	font-weight: 500;
  	font-size: 13px;
  	line-height: 13px;
  	background-color: #ff5843;
  	padding: 3px 5px;
  	border-radius: 2px;

}
.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown li a .new_rtl::before{
  	position: absolute;
  	top: 50%;
  	right: -128%;
  	transform: translateY(-50%);
  	content: 'New';
  	color: #fff;
  	font-weight: 500;
  	font-size: 13px;
  	line-height: 13px;
  	background-color: #ff5843;
  	padding: 3px 5px;
  	border-radius: 2px;

}

.headerpage .container .headerpage_menu .headerpage_menu-list .list_item .element{

}


.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-dropdown .dropdown_item{
	padding: 10px 25px; 
}

.headerpage .headerpage_menu .headerpage_menu-list .list-item_link{
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.18;
}
.headerpage .headerpage_menu .headerpage_menu-list .list_item .list_item-link i{
	margin-left: 5px;
}
.fa-search{
  transition: transform 0.2s linear;
}
.fa-search:hover{
  transform: scale(1.3);
}

/* ========= banner==============================*/
.banner{
	background-image: url('../images/banner.jpg');


}
.banner .banner_content{
	position: relative;
	padding-top: 200px;
	height: 770px;
	z-index: 10;
 
}
.banner .banner_content-one{
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 30px;

}
.banner .banner_content-two{
	color: rgb(255, 255, 255);
	font-size: 72px;
	font-weight: 500;
	width: 900px;
}
.banner .banner_content-three{
	color: #d2a98e;
	font-size: 72px;
	font-weight: 500;
}
.banner .banner_content-four{
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: 900;
}
.banner .banner_content-button{
	display: flex ;
	padding-top: 40px;
}

.banner .banner_content-button .button_sample {
	height: 56px;
	width: 176px;
	line-height: 55px;
	text-align: center;
	background-color: rgb(210, 169, 142);
	border-radius: 5px;
	font-size: 15px;
	font-weight: 600;
	color: white;
	position: relative;
}

.banner .banner_content-button .button_sample:hover{
	background-color: white;
	color: blue;
}

.banner .banner_content-button .button_work .work_video{
	display: flex;
	margin-left: 30px;
	animation-name: up;
 	animation-duration: 0.8s;
}
.banner .banner_content-button .button_work .work_video .work_video-icon i {
font-size: 40px;
font-weight: 900;
padding-top: 5px;
}

.banner .banner_content-button .button_work .work_video-text{
	padding-top: 15px;
	font-size: 15px;
	color: white;
	margin-left: 10px;
	font-weight: 600;
}
@keyframes up{
  from {transform: translateY(100px);}
  to {transform: translateY(0);}
}
.fa-play-circle{
  transition: transform 0.2s linear;
}
.fa-play-circle:hover{
  transform: scale(1.3);
}
.banner .banner_img{
	display: block;
    margin-right: -100px;
    position: absolute;
      right: 100px;
	position: absolute;
	margin-top: 55px;
}

/* ========= company=============================*/

.company .row{
  padding-top: 40px;
  padding-bottom: 100px;
}
.company .row .col-12{
  padding-top: 60px;
}
.company .row .col-12 .company_content .company_content-title .title_heading{
  color: #ababab;
  font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.43;
}
.company .row .col-12 .company_content .company_content-heading .heading_title{
  font-size: 40px;
  line-height: 1.4;
}
.company .row .col-12 .company_content .company_content-heading .heading_title span {
  color: #086ad8;
}
.company .row .col-12 .company_heading{
  margin-top: 45px;
}
.company .row .col-12 .company_heading .company_heading-section .section_title{
  color: black;
  font-size: 18px;
  border: 1px solid #ededed;
  padding: 18px 30px;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
  box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
}
.company .row .col-12 .company_heading .company_heading-section .section_title:hover{
   color:#fff;
   background-color: #d2a98e;
}
.company .row .col-12 .company_heading .company_heading-section .section_heading{
   overflow: hidden;
    padding-left: 10px;
    transition: 1s;
    max-height: 0;
    box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);\
    color: #696969;
}
.company .row .col-12 .company_heading .company_heading-section .dis-bl{
    width: 100%;
    max-height: 100vh;
}
.company .row .col-12 .company_heading .company_heading-section .dis-bl{
  
}
.company .row .col-12 .company_img .company_img-one{
    z-index: 5;
    border-radius: 5px;
    width: 40%;
    position: absolute;
    top: 5%;
    animation: imgCompany linear 1s infinite alternate;
}
.company .row .col-12 .company_img .company_img-two{
    z-index: 5;
    position: absolute;
    top: 0%;
    right: 25%;
    border-radius: 5px;
    width: 150px;
    animation: imgCompany linear 1s infinite alternate;
}
.company .row .col-12 .company_img .company_img-three{
    z-index: 5;
    top: 80%;
    position: absolute;
    width: 145px;
    height: 90px;
    border-radius: 5px;
    left: 10%;
    animation: imgCompany linear 1s infinite alternate;
}
.company .row .col-12 .company_img .company_img-four{
    position: absolute;
    top: 70%;
    right: -5%;
    z-index: 5;
    width: 30%;
    height: 28%;
    border-radius: 5px;
    animation: imgCompany linear 1s infinite alternate;
}

.company .row .col-12 .company_img .company_img-five{
  background-image: url('../images/company_five.jpg');
  background-size: cover;
    position: absolute;
    z-index: 10;
    top: 25%;
    left: 20%;
    width: 444px;
    height: 272px;
    border-radius: 5px;

}
.company .row .col-12 .company_img .company_img-five .five_link .fa{
  position: absolute;
    top: 45%;
    left: 45%;
    color: white;
    width: 78px;
    height: 78px;
    z-index: 10;
    background-color: #086ad8;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 4;
    transition: transform 0.4s linear;
}
@keyframes imgCompany {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(10px);
    }
}
.company .row .col-12 .company_img .company_img-five .five_link .fa:hover{
   transform: scale(1.3);
   cursor: pointer;
}
.company .row .col-12 .company_img .company_img-five .five_animation-big{
  position: absolute;
  height: 200px;
  width: 200px;
  top: 22%;
  left: 31%;
  border: 3px solid  #086ad8;
  border-radius: 50%;
 -webkit-animation:ripple 1.8s infinite;
    animation:ripple 7s infinite
}
.company .row .col-12 .company_img .company_img-five .five_animation-small{
  position: absolute;
  height: 160px;
  width: 160px;
  top: 30%;
  left: 35.5%;
  border: 3px solid  #086ad8;
  border-radius: 50%;
 -webkit-animation:ripple 1.8s infinite;
    animation:ripple 7s infinite
}
@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}

/*=================================== services =========================== */

.services {
   background-color: #f8f8f8;
}
.services .services_solutions .services_solutions-item:hover .item_link{
	color: blue;
}
.services .services_title{
	color: #ababab;
	font-size: 14px;
	letter-spacing: 3px; 	
	padding-top: 105px;
	text-align: center;
	font-weight: 900;

}
.services .services_solutions{
	padding-top: 70px;
}
.services .services_solutions {
	grid-column-gap: 120px;
    grid-row-gap: 50px;
 	margin-right: auto;
 	margin-left: -50px;
}

.services .services_solutions .services_solutions-item a{
	box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
	border-radius: 10px;
	border: 2px;
	height: 150px;
	width: 350px;
    align-items: center;
    background-color: #FFFFFF;
    padding-left: 30px;
    padding-bottom: 40px;
    padding-top: 30px;
}
.services .services_solutions .services_solutions-item a h{
	font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.3px;
    padding-left: 30px;
    line-height: 1.67;
}

.services .services_solutions .services_solutions-item a:hover{
	transform: translateY(-5%);
}
.services .services_solutions .services_solutions-item a{
	transition: transform 0.2s linear;
}
.services .services_heading h p{

	font-size: 40px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    width: 100%;
    letter-spacing: 1.5px;
    padding-top: 22px;
    line-height: 1.3;
}
.services .services_heading h p span{
	color: blue;
}


.services .content_challenges  p{
	font-size: 17.5px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 50px;
}
.services .content_challenges  p a{
	color: blue;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.services .content_challenges  p a::after{
	content: "";
    top: 20px;
    right: 0;
    left: auto;
    width: 0%;
    height: 1px;
    color: #086ad8;
    background-color: #086ad8;
    position: absolute;
    transition: 0.5s all ease;
}
.services .content_challenges p a:hover::after{
	right: auto;
    left: 0px;
    width: 100%;
}
/*======================= contact =======================*/
.contact {
    padding-bottom: 100px;
}

.contact .contact_count {
    display: flex;
    justify-content: space-between;
}

.contact .contact_count .contact_count-experience {
    padding-top: 65px;
    width: 330px;
    margin-left: 100px;
}
.contact .contact_count .contact_count-experience .heading span{
	font-size: 180px;
    line-height: .8;
    font-weight: 900;
    margin: 0 5px -5px -5px;
    color:#d2a98e
}
.contact .contact_count .contact_count-experience .heading{
	font-size: 12px;
    line-height: 2em;
    letter-spacing: 2px;
    color: #ababab;
    margin: 0 0 18px;
}
.contact .contact_count .contact_count-experience .heading p{
	padding-top: 78px;
}
.contact .contact_count .contact_count-experience .experience_title {
    font-size: 180px;
    color: #D2A98E;
    font-weight: 900;
}

.contact .contact_count .contact_count-experience span {
    font-size: 14px;
    font-weight: 900;
    color: #ABABAB;
    vertical-align: middle;
    letter-spacing: 1px;
}

.contact .contact_count .contact_count-experience .experience_success {
    font-size: 40px;
    font-weight: 900;
    color: #333333;
    letter-spacing: 1px;
}

.contact .contact_count .contact_count-experience .experience_success-stories {
    padding-top: 10px;
}

.contact .contact_count .contact_count-experience .experience_success-stories {
    color: #086AD8;
}

.contact .contact_count .contact_count-numbers {
    padding-top: 100px;
}

.contact .contact_count .contact_count-numbers .numbers_on {
    padding-bottom: 54px;
}

.contact .contact_count .contact_count-numbers .numbers_on h {
    font-size: 56px;
    font-weight: 400;
    color: #086AD8;
    padding-bottom: 19px;
}

.contact .contact_count .contact_count-numbers .numbers_on p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #7E7E7E;
}

.contact .contact_count .contact_count-numbers .numbers_below h {
    font-size: 56px;
    font-weight: 400;
    color: #086AD8;
    padding-bottom: 19px;
}

.contact .contact_count .contact_count-numbers .numbers_below p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #7E7E7E;
}


/* -==================security ==================================*/

.security {
    background-color: #F6F2ED;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 142px;
}

.security .security_content .security_content-title {
    font-size: 64px;
    font-weight: 700;
    color: #002FA6;
}

.security .security_content .security_content-challenge {
    font-size: 17.5px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.5px;
    margin-top: 30px;
}

.security .security_content .security_content-challenge a {
    color: blue;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.security .security_content .security_content-challenge a::after {
    content: "";
    top: 20px;
    right: 0;
    left: auto;
    width: 0%;
    height: 1px;
    color: #086ad8;
    background-color: blue;
    position: absolute;
    transition: 0.5s all ease;
}

.security .security_content .security_content-challenge a:hover::after {
    right: auto;
    left: 0px;
    width: 100%;
}
/*=======================================TECHNOLOGY==========================*/
.img{
	background-size: 100%;
	border-radius: 5px;
}
.technology{
}
.technology .technology_title{
	color: #ababab;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 900;
	text-align: center;
	padding-top: 125px;
	padding-bottom: 25px;
	
}
.technology .technology_heading {
	font-size: 40px;
	font-weight: 900;
	color: #333333;
	margin-top: 18px;
	text-align: center;

}
.technology .technology_heading span{
	color: blue;
}
.technology .technology_content div{
	/*box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    border: 2px;
    height: 150px;
    width: 350px;
    align-items: center;
    background-color: #FFFFFF;
    padding-left: 30px;
    padding-bottom: 40px;
    padding-top: 30px;
    */
   }
.technology .technology_content{
	display: grid;
  grid-template-columns: repeat(12, 1fr);  
  grid-column-gap: 30px;
  grid-row-gap: 30px;
 
  padding: 40px;
  border-radius: 10px;
}
.technology .technology_content .technology_content-management{ 
	background-image: url('../images/TECHNOLOGY_1.jpg');
	/*width: 270px;
	*/
	height: 297px;
	grid-column: span 3;
	padding: unset;
	
}
.technology .technology_content .technology_content-security{
	background-image: url('../images/TECHNOLOGY_2.jpg');
	/*width: 570px;
	height: 330px;
	*/
	grid-column: span 6;
	padding: unset;
	
}
.technology .technology_content .technology_content-reform{
	background-image: url('../images/TECHNOLOGY_3.jpg');
	/*width: 270px;
	height: 330px;*/
	grid-column: span 3;
	padding: unset;
	
}
.technology .technology_content .technology_content-plan{
	background-image: url('../images/TECHNOLOGY_4.jpg');
	padding: unset;
	height: 297px;
	grid-column: span 4;

}
.technology .technology_content .technology_content-desktop{
	background-image: url('../images/TECHNOLOGY_5.jpg');
	/*height: 330px;
	width: 370px;*/
	grid-column: span 4;
	padding: unset;
	
}
.technology .technology_content .technology_content-software{
	background-image: url('../images/TECHNOLOGY_6.jpg');
	/*height: 330px;
	width: 370px;*/
	grid-column: span 4;
	padding: unset;
	
}
.technology .technology_content .img{
	position: relative;
	overflow: hidden;
	color: white;
}
.technology .technology_content .technology_content-security .technology_content-title .title_box{
	padding-top: 30px;
}
.technology .technology_content .technology_content-reform .technology_content-title .title_box{
	padding-top: 10px;
}
.technology .technology_content .technology_content-plan .technology_content-title .title_box{
	padding-top: 30px;
}
.technology .technology_content .technology_content-desktop .technology_content-title .title_box{
	padding-top: 30px;
}
.technology .technology_content .img .technology_content-title{
	font-size: 25px;
    /* color: white; */
    font-weight: 900;
    text-align: center;
    position: absolute;
    transition: transform 0.3s linear;
    transform: translateY(63%);
    padding-top: 35px;
    padding-bottom: 102px;
    /*background-color: rgba(0, 0, 255, 0.6); */
}
.technology .technology_content .img .technology_content-title .title_box i{
	width: 60px;
    height: 60px;
    background-color: #d2a98e;
    border-radius: 50%;
    line-height: 2.4;
    font-size: 25px;
}
 .technology .technology_content .img:hover.img .technology_content-title{
	background-color: rgba(0, 0, 255, 0.6);
	transform: translateY(-5%);
	visibility: visible;

}
.technology .technology_content .img .technology_content-title .title_box .title_heading{
	font-size: 15px;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 900;
}
.technology .technology_content .img:hover{
	transform: none;
}
.technology .technology_select .select_link{
	height: 55px;
	width: 165px;
	border: 1px solid grey;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	margin-right: 20px;
	font-weight: 900;

}
.technology .technology_select .technology_select-learn{
	background-color:#086ad8;
	transition: 0.3s;
	color: white;
}
.technology .technology_select .technology_select-learn:hover{
	transform: translateY(-10%);
}

.technology .technology_select .technology_select-us{
	transition: 0.3s;
	color: #086ad8;
}
.technology .technology_select .technology_select-us:hover{
	transform: translateY(-10%);
	background-color: #086ad8;
	color: white;
}

.technology .technology_select .technology_us .technology_select-us{
	font-size: 14px;
	font-weight: 900;
	color: blue;
	
}
.technology .technology_select{
	justify-content: center;
    margin-bottom: 100px;
    margin-top: 40px;
}
/*========================================= testimonials ===================*/
.testimonials{
	background-color: #f5f5f5;
}
.fa-star{
	padding:  0 2px;
	color: #ffb944;
}

.testimonials .testimonials_staff{
	background: #fff;
    padding: 31px 50px 47px;
    border-radius: 5px;
    margin: 20px 15px 35px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    height: 280px;
    margin-right: 10px;
    width: 530px;
    transition: 0.2s;
}
.testimonials .testimonials_staff .testimonials_staff-number .number_function .number_function-img{
	margin-bottom: 22px;
}
.testimonials .testimonials_staff .testimonials_staff-number .number_function .number_function-img img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 30px;
}
.testimonials .testimonials_staff .testimonials_staff-number .number_function .number_function-img .img_icon{
	margin-bottom: 10px;
}
.testimonials .testimonials_staff .testimonials_staff-number .number_function .number_function-img .img_icon i{
	font-size: 16px;
	font-weight: 900;
}
.testimonials .testimonials_staff .testimonials_staff-number .number_function .number_function-img .img_title{
	font-size: 15px;
	line-height: 1.23;
	font-weight: 900;
}
.testimonials .testimonials_staff .testimonials_staff-number .number_function .number_function-img .img_title span{
	color: #696969;
	font-weight: 600;
	font-size: 13px;
}
.testimonials .testimonials_staff .testimonials_staff-number .number_function .number_function-heading{
	font-size: 18px;
    line-height: 1.67;
    color: #696969;
    font-weight: 500;
}
.testimonials .testimonials_title{
	font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.43;
    font-weight: 900;
    text-align: center;
    color: #ababab;
    padding-top: 100px;
}
.testimonials .testimonials_heading{
	padding-top: 23px;
	font-size: 45px;
	line-height: 1.4;
	font-weight: 900;
	text-align: center;
	color: #333333;
	padding-bottom: 90px;
}
.testimonials .testimonials_heading span{
	display: block;
	color: blue;
}
.testimonials .testimonials_staff:hover{
	transform: translateY(-3%);
}

/* dots  định dạng css cho dấm chấm chuyển thanh ở dưới silde */
#testimonials_carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#testimonials_carousel .owl-nav button.owl-prev {
  left: 0;
}
#testimonials_carousel .owl-nav button.owl-next {
  right: 0;
}

#testimonials_carousel .owl-dots {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 100px;
}
#testimonials_carousel .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc !important;
  margin-left: 20px;
}
#testimonials_carousel .owl-dots button.owl-dot.active {
  background-color: blue !important;
  transform: scale(1.3);

}
#testimonials_carousel .owl-dots button.owl-dot:focus {
  outline: none;
}



#testimonials_carousel .owl-dots button{
  transition: transform 0.2s linear;
}
#testimonials_carousel .owl-dots button:hover{
  transform: scale(1.3);
  background-color: blue !important;
}

#testimonials_carousel .testimonials .owl-carousel .item{
	transition: 0.2s;
}

#testimonials_carousel .testimonials .owl-carousel .item:hover{
	transform: translateY(-2%);
}

/* ===================================== LOGO =============================*/
.logo .container{
	height: 200px;
}
.logo .owl-carousel{
	padding-top: 58px;
}
.logo .owl-carousel .logo_box{
	width: 170px;
    margin-right: 30px;
    text-align: center;
    margin-left: 30px;
}
.logo .owl-carousel .logo_box a .logo_box-images1{
	height: 84px;
	width: 105px;
	transition: 0.2s;

}
.logo .owl-carousel .logo_box a .logo_box-images2{
	width: 110px;
	height: 50px;
	margin-top: 20px;
	transition: 0.2s;
}
.logo .owl-carousel .logo_box a .logo_box-images3{
	width: 62px;
	height: 82px;
	transition: 0.2s;
}
.logo .owl-carousel .logo_box a .logo_box-images4{
	width: 117px;
	height: 23px;
	margin-top: 30px;
	transition: 0.2s;
}
.logo .owl-carousel .logo_box a .logo_box-images5{
	width: 64px;
	height: 82px;
	transition: 0.2s;
}
.logo .owl-carousel .logo_box a .logo_box-images6{
	width: 130px;
	height: 30px;
	margin-top: 25px;
	transition: 0.2s;
}
.logo .owl-carousel .logo_box a .logo_box-images1:hover{
	background-image: url('../images/mitech-client-logo-01-hover (1).png');
	transform: translateY(-2%);
}
.logo .owl-carousel .logo_box a .logo_box-images2:hover{
	background-image: url('../images/mitech-client-logo-02-hover (1).png');
	transform: translateY(-2%);

}
.logo .owl-carousel .logo_box a .logo_box-images3:hover{
	background-image: url('../images/mitech-client-logo-03-hover (1).png');
	transform: translateY(-2%);
}
.logo .owl-carousel .logo_box a .logo_box-images4:hover{
	background-image: url('../images/mitech-client-logo-04-hover.png');
	transform: translateY(-2%);
}
.logo .owl-carousel .logo_box a .logo_box-images5:hover{
	background-image: url('../images/mitech-client-logo-05-hover.png');
	transform: translateY(-2%);
}
.logo .owl-carousel .logo_box a .logo_box-images6:hover{
	background-image: url('../images/mitech-client-logo-06-hover (1).png');
	transform: translateY(-2%);
}

/*======================================= PHONE ============================*/
.phone{
	background-color: #002fa6;
	background-image: url('../images/phone.png');
}
.phone .phone_content{
	padding-top: 130px;
	padding-bottom: 140px;
}
.phone .phone_content .phone_content-heading{
	padding-left: 40px;
	font-size: 40px;
	font-weight: 900;
	color: #fff;
	border-left: 4px solid #F7BE81;
	width: 460px;
}

.phone .phone_content .phone_content-below{
	font-size: 18px;
	color: #fff;
	padding-top: 30px;
	font-weight: 900;

}
.phone .phone_contact{
	padding-top: 130px;
	padding-left: 250px;
	text-align: center;
}
.phone .phone_contact i{
	font-weight: 300;
	color: #fff;
	line-height: 1.5;
	font-size: 45px;
}
.phone .phone_contact .phone_contact-title{
	font-size: 18px;
	color: rgba(255,255,255,0.8);
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1.74;
}
.phone .phone_contact-number a{
	color: #d2a98e;
	font-size: 50px;
    font-weight: 900;
    position: relative;
    transition: transform 0.2s linear;
}
.phone  .phone_contact-number a:hover{
}
.phone  .phone_contact-number a::after{
	content: "";
    top: 60px;
    right: 0;
    left: auto;
    width: 0%;
    height: 1px;
    color: #d2a98e;
    position: absolute;
    background-color: #d2a98e;
    transition: 0.5s all ease;

}
.phone .phone_contact-number a:hover::after{
	right: auto;
    left: 0px;
    width: 100%;

}
.phone .phone_contact .phone_contact-us{
	padding: 20px 90px 20px 90px;
	background-color: white;
	margin-left: 10px;
	border-radius: 5px;
	line-height: 100px;
	color: blue;
	font-size: 14px;
	font-weight: 900;
	transition: 0.2s;
}
.phone .phone_contact .phone_contact-us:hover{
		transform: translateY(-10%);
		background-color: #d2a98e;
		color: white;
}

/* ====================================== footer ============================*/
.run-line{
	color: black;
	font-size: 14px;
	color:#7e7e7e;
	font-weight: 900;
}
.footer .footer_top{
	padding-top: 80px;
}
.footer .footer_top .row .col-12{
	line-height: 40px;
}
.footer .footer_top .row .col-12 .footer_top-gmail a{
	position: relative;
}
.footer .footer_top .row .col-12 .footer_top-gmail a::after{
	content: "";
    top: 15px;
    right: 0;
    left: auto;
    width: 0%;
    height: 1px;
    background-color: black;
    position: absolute;
    transition: 0.5s all ease;
}
.footer .footer_top .row .col-12 .footer_top-gmail a:hover::after{
	right: auto;
    left: 0px;
    width: 100%;
}
.footer .footer_top .row .col-12 .footer_top-tel a{
	color: black;
	font-weight: 900;
	position: relative;
}
.footer .footer_top .row .col-12 .footer_top-tel a:hover{
	color: blue;
}
.footer .footer_top .row .col-12 .footer_top-tel a::after{
	content: "";
    top: 19px;
    right: 0;
    left: auto;
    width: 0%;
    height: 1px;
    background-color: blue;
    position: absolute;
    transition: 0.5s all ease;
}
.footer .footer_top .row .col-12 .footer_top-tel a:hover::after{
	right: auto;
    left: 0px;
    width: 100%;
}
.footer .footer_top .row .col-12 .footer_top-site a{
	color: blue;
	position: relative;
}
.footer .footer_top .row .col-12 .footer_top-site a:hover{
	color:#F7BE81 ;
}
.footer .footer_top .row .col-12 .footer_top-site a::after{
	content: "";
    top: 19px;
    right: 0;
    left: auto;
    width: 0%;
    height: 1px;
    background-color: #F7BE81;
    position: absolute;
    transition: 0.5s all ease;
}
.footer .footer_top .row .col-12 .footer_top-site a:hover::after{
	right: auto;
    left: 0px;
    width: 100%;
}
.footer .footer_top .row .col-12 .top_line ul li .line{
	position: relative;
}
.footer .footer_top .row .col-12 .top_line ul li .line::after{
	content: "";
    top: 19px;
    right: 0;
    left: auto;
    width: 0%;
    height: 1px;
    background-color: blue;
    position: absolute;
    transition: 0.5s all ease;
}
.footer .footer_top .row .col-12 .top_line ul li .line:hover::after{
	right: auto;
    left: 0px;
    width: 100%;
}
.footer .footer_top .row .col-12 .top_line ul li .line:hover{
	color: blue;
}
.footer .footer_top .row .col-12 .footer_top-app{
	padding-top: 50px;
}
.footer .footer_top .row .col-12 .footer_top-app .app_android{
	margin-bottom: 15px;
	box-shadow:0 0 20px rgba(51, 51, 51, 0.1);
	position: relative;
	transition: transform 0.2s linear;
}
.footer .footer_top .row .col-12 .footer_top-app .app_android:hover{
	transform: translateY(-10%);
}
.footer .footer_top .row .col-12 .footer_top-app .app_ios{
	box-shadow:0 0 20px rgba(51, 51, 51, 0.1);
	position: relative;
	transition: transform 0.2s linear;
}
.footer .footer_top .row .col-12 .footer_top-app .app_ios:hover{
	transform: translateY(-10%);
}
.footer .footer_bottom{
	margin-top: 80px;
	margin-bottom: 40px;
}
.footer .footer_bottom .footer_bottom-mitech{
	justify-content: space-between;
}
.footer .footer_bottom .footer_bottom-mitech .mitech_social ul li{
	padding: 10px;
}
.footer .footer_bottom .footer_bottom-mitech .mitech_social ul li a{
	position: relative;
}
.footer .footer_bottom .footer_bottom-mitech .mitech_social ul li a i{
	height: 48px;
	width: 48px;
	background: transparent;
    color: #696969;
    font-size: 18px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    line-height: 45px;
    text-align: center;
}
.footer .footer_bottom .footer_bottom-mitech .mitech_social ul li a i:hover{
	background: #086ad8;
	color: white;
}
.footer .footer_bottom .footer_bottom-mitech .mitech_social ul li a .fa-twitter::after{
    content: "Twitter";
    bottom: 30px;
    height: 35px;
    width: 70px;
    right: -11px;
    line-height: 35px;
    color: white;
    border-radius: 10%;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    background-color:  #086ad8;
    visibility: hidden;
    position: absolute;
    transition: 0.2s;
    opacity: 0;



}
.footer .footer_bottom .footer_bottom-mitech .mitech_social ul li a .fa-twitter:hover::after{
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}
.footer .footer_bottom .footer_bottom-mitech .mitech_social ul li a .fa-facebook-f::after{
    content: "Facebook";
    bottom: 30px;
    height: 35px;
    width: 90px;
    right: -21px;
    line-height: 35px;
    color: white;
    border-radius: 10%;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    background-color:  #086ad8;
    visibility: hidden;
    position: absolute;
    transition: 0.2s;
    opacity: 0;



}
.footer .footer_bottom .footer_bottom-mitech .mitech_social ul li a .fa-facebook-f:hover::after{
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}
.footer .footer_bottom .footer_bottom-mitech .mitech_social ul li a .fa-instagram::after{
    content: "Instagram";
    bottom: 30px;
    height: 35px;
    width: 90px;
    right: -21px;
    line-height: 35px;
    color: white;
    border-radius: 10%;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    background-color:  #086ad8;
    visibility: hidden;
    position: absolute;
    transition: 0.2s;
    opacity: 0;



}
.footer .footer_bottom .footer_bottom-mitech .mitech_social ul li a .fa-instagram:hover::after{
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}
.footer .footer_bottom .footer_bottom-mitech .mitech_social ul li a .fa-linkedin::after{
    content: "Linkedin";
    bottom: 30px;
    height: 35px;
    width: 90px;
    right: -21px;
    line-height: 35px;
    color: white;
    border-radius: 10%;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    background-color:  #086ad8;
    visibility: hidden;
    position: absolute;
    transition: 0.2s;
    opacity: 0;



}
.footer .footer_bottom .footer_bottom-mitech .mitech_social ul li a .fa-linkedin:hover::after{
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}








/*====================== box search(áp dụg js)=================
1. search 
2. menu 



*/
/*========================== search =========================*/

.search{


    background: white;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    transform: translateY(100%);
}
.show {
    transform: translateY(0);
}
.field{
  text-align: center;
    font-size: 72px;
    height: 100px;
    background-color: transparent !important;
    border: 0;
    border-bottom: 3px solid #086ad8 !important;
    border-radius: 0;
    padding: 15px 50px 15px 0;
    color: #086AD8;
}
Input:focus { outline:none} /*mất thanh button*/
::placeholder{
    color: #086ad8;
}

.button-close{
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    height: 44px;
    width: 44px;
}

.button-close::before{
    -webkit-transform: rotate(-45deg); 
    
    transform: rotate(-45deg);
}

.button-close::before,.button-close::after{
    position: absolute;
    top: 21px;
    left: 0;
    content: '';
    width: 44px;
    height: 3px;
    background: #222;
    transform-origin: 50% 50%;
}

.button-close::after{
    transform: rotate(45deg);
    
    -ms-transform: rotate(45deg);
}

.button-close:hover::before, .button-close:hover::after{
    transform: none;
    transition: 0.4s;
}
/*============================= toolbar ============*/
.toolbar {
   position: fixed;
   z-index: 1000;
   top: 30%;
    right: 0;
    width: 40px;
    height: 160px;
    line-height: 60px;
    box-shadow: -3px 0 10px -2px rgba(0,0,0,.1);
    -moz-box-sizing: border-box;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    text-align: center;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
}
.toolbar a{
	font-size: 16px;
	color: black;
	display: block;
	height: 40px;
}
/*============================== menu===========*/
.menu{
	position: fixed;
	right: 0;
	width: 40%;
	height: 100%;
	z-index: 10000;
	background-color: #007aff;
	display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    transform: translateX(100%);
    background-color: #086ad8;
}
.show_menu{
	transform: translateX(0%);
  overflow: auto;
}
.menu .menu_heading .title ul.show_title{
  border-top: rgba(255, 255, 255, 0.455) 1px solid;
  width: 100%;
  max-height: 100vh;
}

.menu .content{
	height: 100%;
  width: 100%;
}
.menu .content .menu_logo{
	background-color: white;
  width: 100%;
  padding: 0 15px 0 30px;
}
.menu .content .menu_logo img{
	height: 50px;
	width: 50%;
  margin: 15px;
}

.logo-close{
    position: absolute;
   	left: 85%;
   	width: 100%;
    height: 48px;
    top: 17px;
}

.logo-close::before{
    -webkit-transform: rotate(-45deg); 
    
    transform: rotate(-45deg);
}

.logo-close::before,.logo-close::after{
    position: absolute;
    top: 21px;
    left: 0;
    content: '';
    width: 30px;
    height: 3px;
    background: #222;
    transform-origin: 50% 50%;
}

.logo-close::after{
    transform: rotate(45deg);
    
    -ms-transform: rotate(45deg);
}

.logo-close:hover::before, .logo-close:hover::after{
    transform: none;
    transition: 0.4s;
}
.menu .menu_heading .title{
  border-bottom: rgba(255, 255, 255, 0.455) 1px solid;
  margin-left: 20px; 
  margin-right: 20px;
}
.menu .menu_heading .title h1{
  color: #fff;
    font-size: 17px;
    padding: 16px 0;
    font-weight: 600;
    display: inline-block;
}
.menu .menu_heading .title .fa{
  margin-top:-45px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
}
.menu .menu_heading .title .title_item{
    overflow: hidden;
    padding-left: 10px;
    transition: all linear .4s;
    max-height: 0;
}
.menu .menu_heading .title .title_item .title_item-heading .heading_link{
      color: rgba(255, 255, 255, 0.655);
      font-weight: 900;
    font-size: 14px;
    transition: all linear 0.2s;
    display: inline-block;
    margin: 13px 0;
    position: relative;
}

/*============= background=============*/
.background{
  position: fixed;
  background-color: rgba(0, 41, 113, 0.6);
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  opacity: 0;
 visibility: hidden;

}
.show_background{
    opacity: 1;
    visibility: visible;
}
/*====================== wrapper ================*/
.wrapper_left{
    transform: translateX(-40%);
    position: fixed;
}
.wrapper{

    transition: 0.5s;
}
/*====================== body js================*/
.body_overflow{
  overflow: hidden;
}
/*================= search reponsive ============*/
.search_reponsive{
  text-align: right;
    width: 100%;
    height: 50px;
    background-color: white;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    transform: translateY(100%);
}
.show_search{
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.search_reponsive .search_reponsive-link{
  padding-right: 55px;
}
.search_reponsive .search_reponsive-link .fa{
  font-size: 23px;
    line-height: 2.2;
    color: #00000052;
}
/* ============back to top botton============ */
#button {
  display: inline-block;
  background-color: royalblue;
  width: 65px;
  height: 65px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 20px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
}
#button::after {
  content: "\f176";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 35px;
  line-height: 60px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
