@charset "utf-8"; /*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
  .duan-img-banner{
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .duan-img{
    position: relative;
    width: 100vw;
    height: calc(80vh - 130px);
    overflow: hidden;
  }
  .duan-img img{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .grid-box{
    display: grid;
    width: 80%;
    margin: auto;
    grid-template-columns: calc(33.33% - 10px) calc(33.33% - 10px) calc(33.33% - 10px);
    grid-gap: 16px;
    margin-bottom: 5vw;
  }
  .thumb-box{
    width: 100%;
    height: 18vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
position: relative;
    overflow: hidden;    
  }
.thumb-box img{height: 100%;width: 100%;/* object-fit: cover; */}
.duan-text-box{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;width: 100%;min-height: 240px;padding: 8px 10px;background: #f5f5f5;}
.baiviet-text-box{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;width: 100%;min-height: 170px;padding: 8px 10px;background: var(--color-gray);}
.duan-text-box .duan-logo{
  position: relative;
  width: 100px;
  min-width: 80px;
  margin: 15px 16px 0 8px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.duan-text-box .duan-logo img{width: 100%;}
.name{font-size: var(--lagtitle_small);
    font-weight: bold;
    text-transform: uppercase;}
.duan-info a{color: var(--color1);transition: all 0.5s;}
.duan-info:hover a{color: var(--color2);}     
.flex-box:hover div > .duan-info a{color: var(--color2);}
.duan-info p{font-size: var(--lagtitle_small);font-weight: 300 !important;margin: auto;}    
.bg_detail{background: var(--color-gray);}
.container-detail{margin: auto;background: var(--color-white);}
.non-background{background: transparent;}
.footer-logo{width: 150px;padding-right: 15px;}
.footer-logo img{width: 100%;}
.news-items-bg {
    height: 448px;
    width: 100%;
    background-position: center!important;
    background-size: cover!important;
    display: block;
}
.news-item-title {
    /* font: 600 18px/30px 'Roboto'; */
    font-size: var(--lagtitle_small);
    padding: 15px 0px 5px 0px;
    font-weight: 500;
}.news-item-des {
    font: 400 16px/24px 'Roboto';
    color: #6f6f6f;
    margin-bottom: 30px;
}.news-items {
    border-bottom: 1px solid #ccc;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
}.news-items img {
    width: 100%;
}
.item-center{align-items: center;}
.dichvu-photo{
    position: relative;
    margin: 0px auto 30px auto;
    width: 280px;
    height: 280px;
    /*    width: 32vw;
    height: 32vw;*/
    border-radius: 50%;
    /* border-bottom: 5px solid var(--color2); */
    border: 10px solid #f3f3f3a6;
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
    cursor: pointer;
    overflow: hidden;
  }
/*.dichvu-photo:after{
  content: '';
  width: 280px;
  height: 140px;  
  position: absolute;
  background: var(--color2);
  bottom: 0;
  left: 0;border: 10px solid var(--color2);z-index: 90;
}*/

.dichvu-photo:hover{border-color: var(--color1);}
.dichvu-photo img{width: 100%;height: 100%;z-index: 100;display: block;position: relative;}
.dichvu-info{text-align: center;/* background: #f3f3f3; */margin-top: -140px;padding-top: 110px;padding-bottom: 20px;z-index: 100;/* position: relative; */}
.dichvu-info h4{/* font-size: var(--lagtitle_small); */text-transform: uppercase;line-height: normal;font-size: 16px;margin: 20px 0px;/* line-height: 30px; *//* font-weight: 400; */}
.dichvu-info h4 a{color: var(--color1);}
.dichvu-info .des{color: #686868;}
.news-item-title a{line-height: 30px;color: var(--color2);text-transform: uppercase;font-size: 20px;}
.left-news-item-title a h4{font-size: 15px;line-height: normal;color: var(--color2);text-transform: none;}
  .duan-photo{
    width: 100%;
    height: 440px;
    /* object-fit: cover; */
  }
    .duan-photo img{width: 100%;height: 100%;object-fit: cover;}
    .duan-info-index{
    position: absolute;
    display: inline-block;
    background: #fff;
    width: 80%;
    height: auto;
    /* height: 170px; */
    padding: 20px 30px;
    /* border: 1px solid #8a6d3b; */
    background: #ffffffc7;
    /* margin: -330px auto auto; */
    bottom: 0;
    right: 15px;
    border-top-left-radius: 50px;
    cursor: pointer;
    transition: all 1s;
  }
  .pro-info{display: block;}
  .duan-info-index:hover{height: auto;}
  .duan-info-index:hover .pro-info{display: block;}
  .sl-duan{position: relative;overflow: hidden;}
  .left_nav,.right_nav{position:absolute;
    z-index: 100;
    /*height: 40px;width: 40px;background: var(--color1);top: calc(50% - 15px);*/ }
  .left_nav{
    left: 0;
  }
  .right_nav{
   right: 0; 
  }
  .page_cover {
    position: relative;
    height: 400px;
  }
.page_cover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(15, 20, 91, 0.4);
    z-index: 1;
    left: 0;
    top: 0;
}
.page_cover .bg_cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.page_cover .meta_info {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    z-index: 2;
    text-align: center;
}
.menu_about {
    background: #E9E9E9;
    overflow: hidden;
}

.meta_info h1{font-size: var(--lagtitle_sizem);}
.item{padding: 14px 12px;width: auto;}

.menu-wrapper .swiper-button-next {
    margin-top: 0;
    position: absolute;
    top: 0;
    background: #D8D8D8;
    right: -30px;
    width: 30px;
    height: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
}
.menu_about .menu-wrapper .swiper-button-prev {
    margin-top: 0;
    position: absolute;
    top: 0;
    background: #D8D8D8;
    left: -30px;
    width: 30px;
    height: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
}
.swiper-wrapper >.item{border-top: 4px solid #E9E9E9;border-right: 1px solid #D8D8D8; transition: all 0.5s;}
.swiper-wrapper >.item:hover {background: var(--color0);border-top: 4px solid var(--color1);}
.menu_about .swiper-wrapper >div.item >a{color: var(--color3);font-size: 12px;font-weight: 500;}
.swiper-wrapper .active{background: var(--color0);border-top: 4px solid var(--color1);}
.swiper-wrapper div.active >a,.swiper-wrapper >.item:hover a{color: var(--color1) !important;}
.detail-title h1{font-size: 20px !important;}
  .sl-item{position: relative;display: inline-block;overflow: hidden;}
  .sl-des{position: absolute;height: auto;width: auto;padding: 5px 20px 10px 20px;background: rgb(34 14 0 / 50%);border-left: 5px solid #ff8d00;bottom: 20%;left: 10%;color: #fff;}
.sl-item img{max-width: 100%;}
.sl-des h3{font-size: 22px;font-weight: bold;text-transform: uppercase;position: relative;display: block;margin-bottom: 20px;}
@media (max-width: 767px){
  .menu_about .menu-wrapper .swiper-button-prev {left: -0.75rem;opacity: 0.5;}
  .menu_about .menu-wrapper .swiper-button-next{right: -0.75rem;opacity: 0.5;}
}  

@media only screen and (max-width: 1200px) {
  #main .pull-right{float:none !important}
  aside{display: none;}
}
@media only screen and (max-width: 1024px) {
   .logo{  max-width: 130px;top: 40px;}
}
@media only screen and (max-width: 800px) {
.grid-box{display: block;width: 95%;}
.bg_detail{background: transparent;}
.container-detail{background: transparent;}
.img-about-detail{width: 100%;padding: 0px;}
.news-items-bg{height: 300px;}

.duan-info-index {
     position: relative;
    display: inline-block;
    background: #fff;
     width: 100%; 
    padding: 20px 20px;
    background: #e7e7e7c7;
    bottom: 0;
    right: 0px;
    border-top-left-radius: 0px; 
}
.duan-photo {
    width: 100%;
    height: 270px;
}
.sl-des{width: 100%;position: relative;left: 0;bottom: 0;}
.sl-des h3 {
    font-size: 18px;
    line-height: 2.5rem;
    margin-bottom: 10px;
}
.flex-box {
     display: block; 
     flex-wrap: wrap; 
    /* display: -webkit-box; */
    width: 100%;
    align-items: center;
}
.page_cover {
    height: 30vh;
}
  .duan-img{
    height: calc(50vh - 130px);
  }

}

@media only screen and (max-width: 670px) {
  .news-it img{width:100%}
  .thumb-box{
    height: 250px;
  }
}

@media only screen and (max-width: 500px) {
  .banner{/* display:none; */}
  .logo{position:relative;top: 0;max-width: 200px;}
}

@media only screen and (max-width : 479px) {
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

@media only screen and (min-width : 568px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

@media only screen and (min-width : 800px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 1024px) {
  .hotline{display:initial}
  .contact .khung_phai{padding:0 15px}
  .news-it .col-lg-8{
  padding: 0 10px;
}
  .news-it{
  float: left;
  width: 50%;
}
  .col-sp:nth-child(4n+1){clear:left}
  .col-sp2:nth-child(3n+1){clear:left}
  header{
  position: relative;
  margin: 0;
  text-align: left;
  /* top: 30px; */
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .pr-box h3{
  color: #fff;
}
  .pr-text{
  background: rgba(0, 0, 0, 0.42);
  opacity: 0;
  position: absolute;
}
 
  .container {
    width: 1100px! important;
    padding: 0;
  }

  [class*='col-'] {
    /* padding: 15px; */
  }

  header .container {
    /* width: 1296px !important */
  }

  
}
@media only screen and (min-width : 1300px) {
 #menu_top{/* display:initial; */}
  header{
  /* top: 100px; */
}
  #w_menu_mobile{
  display: none;
}
}
