/*=========================================|IN-An|===========================================*/
/*----------|Index|----------*/
.slogan_id{
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 56%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background-color: #3A3A3A;
}
.slogan_id .slogan_contai{
  display: table;
  position: relative;
  color: #fff;
  height: 120px;
  width: 100%;
}
.slogan_id .slogan_contai:before{
  content: "";
  position: absolute;
  left: -29px;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: #3A3A3A;
  -webkit-clip-path: polygon(100% 0, 65% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.slogan_id .slogan_contai:after{
  content: "";
  position: absolute;
  right: -29px;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: #3A3A3A;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);

}
.slogan_id .slogan_contai .iteam_id{
  display: table-cell;
  vertical-align: middle;
  padding:  0 15px;
  text-align: center;
  cursor: pointer;
}
.slogan_contai .iteam_id i{
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slogan_contai .iteam_id:hover i{
  color: #54c1e5; 
}
.slogan_contai .iteam_id span{
  display: inline-block;
  width: 100%;
  line-height: 1;
  margin-top: 5px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slogan_contai .iteam_id p{
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 7px 0 0 ;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-style: italic;
}
.slogan_contai .iteam_id:hover span,
.slogan_contai .iteam_id:hover p{
  color: #54c1e5; 
}













.par_content{
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 25px 0;
  background-color: #e5f6fe;
  margin-top: 35px;
}
.par_content .item_sp{
  position: relative;
}
.par_content .item_sp .i_mg{
  width: 100%;
  height: 90px;
}
.par_content .item_sp img{
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.par_content .lSAction{
  display: none !important;

}
/*------*/
.gallery_content{
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.gallery_content .title_h3,
.recruit_theme .templ_title_h3{
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 40px;
  color: #000;
  padding-bottom: 15px;
}
.gallery_content .title_h3:before,
.recruit_theme .templ_title_h3:before{
    position: absolute;
    left: 50%;
    content: "";
    bottom: 0;
    width: 20%;
    height: 2px;
    background-color: #333;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.gallery_content .gallery_wap{
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.gallery_content .gallery_wap .item_gal{
  width: 100%;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 320px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.gallery_content .gallery_wap .item_gal:hover{
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.gallery_content .gallery_wap .item_gal:before{
  content: "";
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;

}
.gallery_content .gallery_wap .item_gal:hover:before{
  opacity: 1;
}
.gallery_content .gallery_wap .item_gal .content_gall_i{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: #222;
  font-size: 16px;
  width: 100%;
  text-transform: capitalize;
  background-color: rgb(229, 246, 254 ,0.8);
}
.gallery_wap .item_gal .gal_none{
  display: none;
}
/*----------------------------*/
.scroll_fb_sk{
    position: fixed;
    left: 0;
    top: 35%;
    width: 70px;
    -webkit-transform: translate(0%, -50px);
    -moz-transform: translate(0%, -50px);
    -o-transform: translate(0%, -50px);
    -ms-transform: translate(0%, -50px);
    transform: translate(0%, -50px);
}
.scroll_fb_sk.about_scr{
  left: calc(50% - 70px);
  bottom: 0;
  top: auto;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.scroll_fb_sk .fb_wap{
    width: 100%;
    display: inline-block;
    background-color: rgba(10, 10, 10, 0.5);
}
.scroll_fb_sk .fb_wap .item_fb{
    height: 70px;
    width: 70px;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 13px 0;
    position: relative;
}
.scroll_fb_sk .fb_wap .item_fb:nth-child(4n):before{
    position: absolute;
    content: "";
    left: 50%;
    width: 80%;
    height: 1px;
    top: 0;
    background-color: #fff;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);

}
.scroll_fb_sk .fb_wap .item_fb.icon_fb{
    padding: 0;
}

.scroll_fb_sk .fb_wap .item_fb .icon{
    display: inline-block;
    width: 100%;
}
.scroll_fb_sk .fb_wap .item_fb .icon i{
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.scroll_fb_sk .fb_wap .item_fb .name{
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
} 
.scroll_fb_sk .fb_wap .item_fb:hover .icon i,
.scroll_fb_sk .fb_wap .item_fb:hover .name{
  color: #00adee;
}
.scroll_fb_sk .fb_wap .item_fb.icon_fb .icon i{
    line-height: 70px;
}

/*------------|Hot-line|-----------*/
.hot_line_wap{
    position: fixed;
    left: 30px;
    bottom: 30px;
}
.hot_line_wap .hotl_templ{
    display: inline-block;
    width: 100%;
    position: relative;
}
.hot_line_wap .hotl_icon{
    width: 60px;
    cursor: pointer;
    height: 60px;
    border-radius: 100%;
    border: 2px solid #00adee;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3)
}
.hot_line_wap .hotl_icon i{
    font-size: 35px;
    line-height: 56px;
    color: #00adee;
}
.hot_line_wap .hotl_page{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    border: 1px solid #00adee;
    padding: 15px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hot_line_wap:hover .hotl_page{
    opacity: 1;
    left: 105%;
}
.hot_line_wap .hotl_page .span_hl{
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 12px;
    font-family: 'Playfair Display', serif;
}
.hot_line_wap .hotl_page span{
    font-size: 13px;
    font-style: italic;
}


/*----------------------------|Tuyển dụng|----------------------------*/

.recruit_theme{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.recruit_theme .templ_title_h3{
  margin-bottom: 30px;
}
.recruit_theme .item_rc{
  margin-bottom: 30px;
}
.recruit_theme .item_rc,
.recruit_theme .item_rc .img_rc{
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.recruit_theme .item_rc .img_rc:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.recruit_theme .item_rc .img_rc .img{
    height: 245px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.recruit_theme .item_rc .title_rc{
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.recruit_theme .item_rc .title_rc a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.recruit_theme .item_rc .title_rc .day_rc{
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  color: #fff;
  font-size: 13px;
  font-style: italic;
}
.recruit_theme .item_rc .slo_rc{
    position: absolute;
    left: 30px;
    top: 20px;
    padding: 3px 15px;
    border-radius: 20px;
    background-color: #e5f6fe;
    color: #333;
    font-size: 15px;
    text-transform: capitalize;
    font-style: italic;
}












.coppy_right_f{
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.coppy_right_f span{
  display: inline-block;
  font-size: 13px;
  color: #000;
  padding: 12px 12px;
}
.coppy_right_f span a{
  color: #000;
}
.coppy_right_detail{
  position: relative;
}

/*--------|Responsive|--------*/
@media (max-width: 1024px){
  .scroll_fb_sk,.scroll_fb_sk.about_scr{
    display: none;
  }
}
@media (max-width: 767px){
  .qdn_detail_theme .item{
    height: 20vh;
  }
  .gallery_content .title_h3{
    font-size: 29px;
  }
  .gallery_content .gallery_wap .item_gal{
    margin-bottom: 15px;
  }
  .coppy_right_f{
    position: relative;
  }
}

























/*=========================================|IN-An|===========================================