@import url(./reset.css);
/* section-services-top */
.section-services-top {
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgb(26, 45, 64) 50%
    );
}
.video-demo video {
    width: 100%;
    height: auto;
}
.text-services-top {
    display: grid;
    align-items: center;
    justify-items: center;
    align-content: space-evenly;
}
@media (max-width: 1400px) {
    .text-services-top {
        display: none;
    }
    .section-services-top .row {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
}

/* SECTION ACHIEVEMENTS COMPANY */
.section-achievements-company .container {
    width: 100%;
    height: calc(100vh - 82px);
    margin: 64px auto;
    display: grid;
    align-items: center;
    justify-items: center;
}
@media (min-width: 1200px) {
    .content-achievements {
        width: 55%;
    }
}
.icon-technology {
    position: absolute;
}
.icon-technology {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin: 10px;
    transition: transform 0.3s ease-in-out;
}
@keyframes scale-animation {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}
@keyframes move-animation {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.icon-technology {
    animation: scale-animation 2s infinite, move-animation 3s infinite;
}
.icon-php {
    animation-duration: 2.5s;
}
.icon-css {
    animation-duration: 2.8s;
}

.icon-jquery {
    animation-duration: 3s;
}
.icon-php {
    left: 8%;
}
.icon-css {
    left: 0;
    top: 20%;
}
.icon-jquery {
    left: 15%;
    top: 10%;
}
.icon-react {
    left: 28%;
    top: 0;
}
.icon-vue {
    top: 10%;
}
.icon-aws {
    left: 65%;
    top: 10%;
}
.icon-react-native {
    left: 80%;
    top: 0;
}
.icon-html {
    right: 5%;
    top: 20%;
}
.icon-node {
    right: 0;
    top: 40%;
}
.icon-python {
    right: 15%;
    top: 53%;
}
.icon-flutter {
    right: 7%;
    top: 70%;
}
.icon-java {
    left: 75%;
    bottom: 0;
}
.icon-js {
    left: 55%;
    bottom: 10%;
}
.icon-angular {
    left: 35%;
    top: 90%;
}
.icon-net {
    left: 20%;
    top: 80%;
}
.icon-material-ui {
    left: 5%;
    top: 70%;
}
.content-achievements h1 {
    color: var(--Gray-Scale-Gray-900, #1a1a1a);
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}
/* SECTION WATCH SLIDER */
.section-watch-slider {
    position: relative;
    margin: 80px 0;
    width: 100%;
}

.video-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #090A18;
    z-index: 1;
}
.video-slider {
    position: relative;
    z-index: 0;
    overflow: hidden; 
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.content-video-services {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    left: 5%;
    bottom: 10%; 
    border-radius: 10px; 
}

.content-video-services h1 {
    color: #FFF;
    font-size: 80px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.content-video-services p {
    color: #F2F2F2;
    font-size: 32px; 
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 32px;
}
@media (min-width: 577px) { 
    .content-video-services p {
        width: 50%;
    }
}

.btn-watch {
    display: flex;
    justify-content: center;
    padding-right: 0; 
    width: 40%;
}

.content-video-services button {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    justify-content: center;
    background: transparent;
    width: auto;
    height: auto;
    gap: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #FFF;
}
iframe,
video {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    border: 0;
    display: block;
    margin: 0 auto;
}

.one-product__slider {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.one-product__slider_navigation {
    position: absolute;
    width: 100px;
    gap: 20px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.items-navigation .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-wrap {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle__outer-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}

.circle__outer {
    fill: transparent;
    stroke:  #5296D2;
    stroke-width: 1.5;
    stroke-dasharray: 301;
    stroke-dashoffset: 301;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: stroke-dashoffset linear;
}
.item img {
    width: 85px;
    height: 85px;
    border: 1px solid #777;
    border-radius: 50px;
    display: block;
    z-index: 1;
}

.items-navigation .slick-current .circle__outer {
    animation: drawCircle 5s linear forwards;
}
.items-navigation .slick-current {
    opacity: 1 !important;
    transform: scale(1)!important;
}
.items-navigation .slick-active {
    opacity: 0.3;
    transform: scale(0.9);
}
.items-navigation .slick-list {
    padding: 0;
}

@keyframes drawCircle {
    from {
        stroke-dashoffset: 301;
    }

    to {
        stroke-dashoffset: 0;
    }
}

/* section process work */
.process-work {
    padding: 80px 0;
}
.content-process-work h1 {
    color: #1a1a1a;
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 32px;
}
.content-process-work p {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
@media (min-width: 1200px) {
    .content-process-work p {
        max-width: 70%;
    }
}
.media-review {
    display: grid;
    align-items: center;
}
.media-review video,
.media-review img {
    max-width: 100%;
    height: auto;
    padding-left: 50px;
}
.content-process-work {
    display: grid;
    align-content: center;
}

/* section contact with us */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
@import url('./reset.css');
*{
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.section-contact-with-us { 
    padding: 80px 0;
}
.container form{
  padding: 30px;
}
.container form .form-row{
  display: flex;
  margin: 32px 0;
}
form .form-row .input-data{
  width: 100%;
  height: 40px;
  margin: 0 20px;
  position: relative;
}
form .form-row .textarea{
  height: 70px;
}
.contact-form {
    padding-top: 24px;
}
.input-data input,
.textarea textarea{
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  border-bottom: 2px solid rgba(0,0,0, 0.12);
}
.input-data input:focus ~ label, .textarea textarea:focus ~ label,
.input-data input:valid ~ label, .textarea textarea:valid ~ label{
  transform: translateY(-20px);
  font-size: 14px;
  color: #3498db;
}
.textarea textarea{
  resize: none;
  padding-top: 10px;
}
.input-data label{
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.textarea label{
  width: 100%;
  bottom: 40px;
  background: #fff;
}
.input-data .underline{
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.input-data .underline:before{
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #3498db;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.input-data input:focus ~ .underline:before,
.input-data input:valid ~ .underline:before,
.textarea textarea:focus ~ .underline:before,
.textarea textarea:valid ~ .underline:before{
  transform: scale(1);
}
.submit-btn .input-data{
  overflow: hidden;
  height: 45px!important;
  width: 25%!important;
}
.submit-btn .input-data .inner{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(right, #56d8e4, #9f01ea, #56d8e4, #9f01ea);
  transition: all 0.4s;
}
.submit-btn .input-data:hover .inner{
  left: 0;
}
.submit-btn .input-data input{
  background: none;
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.contact-heading {
    display: grid;
    justify-items: center;
}
.contact-heading h2 {
    text-align: center;
    -webkit-text-stroke-width: 2;
    -webkit-text-stroke-color: var(--Gray, #E6E6E9);
    font-size: 72px;
    font-weight: 800;
    line-height: 120%; /* 86.4px */
    letter-spacing: 5.76px;
    text-transform: uppercase;
    color: #E6E6E9;
}
.contact-heading p {
    color: var(--Gray-Scale-Gray-500, #808080);
    text-align: center;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%; /* 31.2px */
    text-transform: capitalize;
}
.show-infor button {
    padding: 13px 16px;
    margin: 0 5px;
    justify-content: center;
    align-items: flex-end;
    border-radius: 50px;
    background: var(--Gray-Scale-Gray-900, #1A1A1A);
}
.button-show-infor {
    color: var(--White, #FFF);
    font-size: 16px;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.32px;
    text-transform: capitalize;
}
.button-show-infor i {
    margin-left: 10px;
}
.contact-form-end {
    display: grid;
    justify-items: center;
    margin-top: 70px;
}
@media (max-width: 700px) {
  .container .text{
    font-size: 30px;
  }
  .container form{
    padding: 10px 0 0 0;
  }
  .container form .form-row{
    display: block;
  }
  form .form-row .input-data{
    margin: 35px 0!important;
  }
  .submit-btn .input-data{
    width: 40%!important;
  }
}

.contact-form-end p {
  display: grid;
  justify-items: center;
}
.contact-form-end span {
  display: block;
}
.contact-img img {
  padding-bottom: 24px;
}
.contact-img {
  height: 250px; /* Chiều cao bằng 2.5 lần chiều cao của một ảnh */
  overflow-y: scroll;
  position: relative;
}

.contact-img img {
  width: 100%;
  display: block;
}

.contact-img::-webkit-scrollbar {
  display: none; /* Ẩn thanh cuộn mặc định */
}
.contact-map-img {
  padding: 80px 0;
}

/* Responsive */
@media (max-width: 1400px) {
    .contact-heading h2 {
        letter-spacing: 3;
        font-size: 65px;
    }
    .content-video-services h1 {
        font-size: 70px;
    }
    .content-video-services p {
        font-size: 27px;
    }
}

@media (max-width: 1200px) {
    .contact-heading h2 {
        letter-spacing: 0;
        font-size: 60px;
    }
    .contact-heading p {
        font-size: 20px;
    }
    .content-video-services h1 {
        font-size: 60px;
    }
    .content-video-services p {
        font-size: 20px;
    }
    .content-process-work h1 {
        font-size: 28px;
    }
}
@media (max-width: 992px) {
    .section-achievements-company .container {
        max-width: 100%;
    }
    .content-achievements h1 {
        font-size: 50px;
    }
    .content-video-services h1 {
        font-size: 50px;
    }
    .content-video-services p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .process-work {
        position: relative;
    }
    .content-process-work{
        position: absolute;
        right: 0;
        width: 81%;
    }
    .content-process-work  h1 {
        margin: 25px 0 10px 0;
    }
    .media-review {
        align-items: end;
    }
    .media-review video {
        padding-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .contact-heading h2 {
        font-size: 50px;
    }
    .icon-php {
        left: 25%;
        top: 25%;
    }
    .icon-node {
        right: 30%;
        top: 23%;
    }
    .icon-python {
        right: 47%;
        top: 69%;
    }
    .section-achievements-company img {
        width: 10%;
        height: auto;
        margin: 0;
    }
    .section-project-and-product .container {
        max-width: 100%;
    }
    .media-review video {
        padding-left: 40px;
        padding-bottom: 30px;
    }
    .content-video-services button {
        padding: 3px 15px;
    }
}
@media (max-width: 600px) { 
    .media-review video {
        padding-left: 20px;
        padding-bottom: 50px;
    }
}
@media (max-width: 576px) {
    .contact-heading h2 {
        font-size: 37px;
    }
    .show-infor button {
        padding: 11px 8px;
    }
    .content-achievements h1  {
        font-size: 45px;
    }
    .media-review video {
        padding-left: 0px;
        padding-bottom: 90px;
    }
    .project-and-product-header h5{
        font-size: 40px;
    }
    .items-navigation {
        display: none;
    }
}
@media (max-width: 492px) {
    .content-video-services h1 { 
        font-size: 30px;
    }
    .content-video-services p {
        width: 100%;
    }
}
@media (max-width: 420px) {
    .project-and-product-header h5 { 
        font-size: 30px;
        padding: 0;
    }
}
@media (max-width: 360px) { 
    .content-video-services p  {
        font-size: 12px;
    }
   
}
