﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

#introduce {
  margin: 50px 0;
}
@media only screen and (max-width: 769px) {
  #introduce {
    margin: 40px 0;
  }
}
#introduce #services .title-section h2 {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
#introduce #services .title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #3cbf59;
  margin: 0 auto;
}
#introduce #services .service-item .service-header {
  margin: 40px 0 20px;
}
#introduce #services .service-item .service-header i {
  color: #3cbf59;
  font-size: 18px;
  float: left;
  margin-right: 12px;
}
#introduce #services .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
#introduce #services .service-item #about .our-team img {
  width: 100%;
}
#introduce #services .service-description h6 {
  margin-left: 10px;
  margin-top: 20px;
  line-height: 1.4;
}
#introduce #services .service-description p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
  margin-left: 10px;
}
#introduce #services .service-description p b {
  font-weight: 600;
}
#introduce #services .service-description p span {
  font-weight: 600;
}
