.ctmenu {
    position: relative;
}

.ctlogo {
    position: absolute;
    top: 20px;
    left: -6rem;
    z-index: 999;
}
.ctheader {
    position: relative;
}
.ctboxcheo {
    position: absolute;
    top: 0;
    right:0;   
    
}
.ctanhboxcheo {
    position: relative;
}
.lang {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
    color: white;
    z-index: 999;
  }

.lang a {
    text-decoration: none;
    color: inherit;
}

.ctboxnews {
    width: 100%;
    /* height: 170px; */
    min-height: 170px;
    border: 2px solid #e4e4e4;
    padding: 20px 50px;
}

.newstitle:hover, .titlejob:hover {
    color: #005EBC;
    cursor: pointer;
    
}

.newstitle a {
    color: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.ctcol1 {
    line-height: 1.4;
}

.ctgiatri {
    line-height: 1.5;
}
.ctcontact {
    padding: 0 30px;
    
}
.fa-location-dot, .fa-phone-volume, .fa-envelope {
    color: #ea130e;
}

.tbldetailproject {
    background-color: black;
    
}
.tbldetailproject td {
    padding: 10px;
   
}
.error {
    color: #ea130e;
}

.logocroll {
    display: none;
}

.tencongty {
    line-height: 1.6;
    text-transform: uppercase;
    margin:0;
}

p {
    font-weight: 400;
}

.fa-star {
    color: #ffc523;
}

.motaduan {
    color: white;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 12px;
}

.czy {
    position: fixed;
    top:200px;
    right: 30px;
    z-index: 9999;
    cursor: pointer;
    display: none;
  }
  
  .hotline:hover {
    opacity: 0.6;
  }
  .zalo:hover {
    opacity: 0.6;
  }
  .youtube:hover {
    opacity: 0.6;
  }

  .ctfooter {
    padding: 5rem 0;
  }

  .work-process-area .work-pro-items .item {
    
    padding: 2px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  
  
  /* Animation */
  .work-process-area .work-pro-items .item::before, 
  .work-process-area .work-pro-items .item::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #ff3514;
  }
  
  .work-process-area .work-pro-items .item .item-inner::before, 
  .work-process-area .work-pro-items .item .item-inner::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #ff3514;
  }
  
  .work-process-area .work-pro-items .item:hover::before, 
  .work-process-area .work-pro-items .item:hover::after {
    width: 100%;
  }
  
  .work-process-area .work-pro-items .item:hover .item-inner::before, 
  .work-process-area .work-pro-items .item:hover .item-inner::after {
    height: 100%;
  }
  /*----- button 1 -----*/
  .work-process-area .work-pro-items .item::before, 
  .work-process-area .work-pro-items .item::after {
    transition-delay: 0.2s;
  }
  
  .work-process-area .work-pro-items .item .item-inner::before, 
  .work-process-area .work-pro-items .item .item-inner::after {
    transition-delay: 0s;
  }
  
  .work-process-area .work-pro-items .item::before {
    right: 0;
    top: 0;
  }
  
  .work-process-area .work-pro-items .item::after {
    left: 0;
    bottom: 0;
  }
  
  .work-process-area .work-pro-items .item .item-inner::before {
    left: 0;
    top: 0;
  }
  
  .work-process-area .work-pro-items .item .item-inner::after {
    right: 0;
    bottom: 0;
  }
  
  .work-process-area .work-pro-items .item:hover::before, 
  .work-process-area .work-pro-items .item:hover::after {
    transition-delay: 0s;
  }
  
  .work-process-area .work-pro-items .item:hover .item-inner::before, 
  .work-process-area .work-pro-items .item:hover .item-inner::after {
    transition-delay: 0.2s;
  }

  .grid-container2 {
    display: grid;
    grid-template-columns: 3ch 1fr;
    align-items:baseline;
    background-color: #F5F6F8;
    padding: 20px 8px 40px 8px;
    
  }
  
  .grid-container2 input {
    grid-column-start: 1;
  }
  
  .grid-container2 label {
    grid-column-start: 2;
  }

  .select2-results__option{
    font-size: 14px;
  }

  textarea:focus, input:focus{
    outline: none;
}

.select2-container--default .select2-selection--single {
  height: 45px !important; 
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 8px 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 7px !important;
}

.btntimkiem {
  padding: 9px 0;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #707070;   
}

iframe {
  width: 100%;
}


  

@media screen and (max-width: 600px)  {
    .ctboxcheo {       
        right: 0;   
    }

    .ctlogo {        
        top: 16px;
        left: 16px;
        
    }
    .ctlogo img {
        width: 100px;
    }

    .ctmenu {
        height: 84px;
    }
    .ctanhboxcheo img {
        height: 85px;
    }
    
    .czy {
        top: 550px;
        right:15px;
      }
  }

@media screen and (max-width: 835px) and (min-width: 600px)  {
    
    
    .ctboxcheo {       
        right: 0;   
    }

    .ctlogo {        
        top: 16px;
        left: 16px;
        
    }
    .ctlogo img {
        width: 100px;
    }

    .ctmenu {
        height: 84px;
    }
    .ctanhboxcheo img {
        height: 85px;
    }
  
  }

@media screen and (min-width: 835px) {
    .zoommenu {
        margin-right: 6rem;
    }

    .zoomheader {
        margin-right: 15rem;
    }

    .ctlogo {
      left: -8rem;
    }

    .logo_one {      
      left: -9rem;
      
    }
}

@media screen and (min-width: 1600px) {
    .zoommenu {
        margin-right: 0;
    }
    .zoomheader {
        margin-right: 4rem;
    }

    
   
}