.sdt a{
  text-decoration: none;
  color:#F9630B;
  
}
.sdt p{
  border-top-style: dashed;
  border-top-width: 2px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #384046;
  text-decoration: none;
}

#header .logo img {
  max-height: 60px;
  
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4f5a62;
  white-space: nowrap;
  transition: 0.3s;
  text-decoration: none
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #3498db;
  
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
  border-bottom: 0.1px ridge #b0acac;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #21262a;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #3498db;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

.phone a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: red;
  white-space: nowrap;
  transition: 0.3s;
  text-decoration: none
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  /*width: 100%;*/
  height: 120vh;
  background-size: cover;
}

#hero .container {
  padding-top: 0;
  position: relative;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 58px;
  }
}

#hero h2 {
  color: #FFFFFFE6;
  font-family: "Poppins", Sans-serif;
  font-weight: 700;
  font-style: normal;
}

#hero h3 {
    color: #FFFFFF;
    line-height: 29px;
    letter-spacing: 0.4px;
    word-spacing: 0px;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

#hero .btn-about {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #222222;
  text-decoration: none
}

#hero .btn-about:hover {
  background: #6c757d;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h3 {
    font-size: 18px;
    line-height: 24px;
  }
}


.anphat h3{
  font-weight: bold;
  color: #3A71B4;
}
.anphat h5{
  color:#21262a;
  line-height: 29px;
  letter-spacing: 0.4px;
  word-spacing: 0px;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}


#hero1 {
  padding: 0px 25px 50px 25px;
  background-color: #FFFFFF;
  background-size: cover;
}

#hero1 .hero1-1{
  background-color: #FFFFFF;
}

/*--------------------------------------------------------------
# Hero2 Section
--------------------------------------------------------------*/
#hero2 {
  width: 100%;
  height: 100%;
}

#hero2 a{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color:#21262a;
  white-space: nowrap;
  transition: 0.3s;
  text-decoration: none
}

#hero2 a:hover {
  color: #6c757d;
  text-decoration: none;
}

#hero3 .title1{
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  padding: 50px 50px 50px 50px;
}

#hero4 #contact{
  background-color: #3A71B4;
}
#hero4 .title{
  background-color: #ffffff;
}
.title {
  font-family: "Poppins", Sans-serif;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 3.1px;
    word-spacing: 3px;
}



.slick-prev{
  position:absolute;
  top:50%;
  left: 0;
  transform: translateY(-50%);
  background-color:unset;
  color: aliceblue;
  border :none;
  z-index: 2;
  padding: 10;

}

.slick-next{
  right: 0;
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  background-color:unset;
  color: aliceblue;
  border :none;
  z-index: 2;
  padding: 10;

}

.slick-dots{
  position:absolute;
  bottom: 0;
  left:50%;
  transform: translate(-50%,30px);
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  color: aliceblue;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  padding: 30px;
  border-radius: 4px;
}

.contact .info i {
  font-size: 30px;
}

.contact .info h4 {
  padding: 0 0 0 0;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: white;
}

.contact .info p {
  padding: 0 0 0 0;
  margin-bottom: 0;
  font-size: 14px;
  color: white;
}

.contact .info:hover i {
  background: #3498db;
  color: #fff;
}
#contact .icon i{
    font-size: 30px;
    color: white;
    padding: 30px; 
    background-color: #5CB369;
    border-radius: 50%;
}

