.footer-link-menu{
    color: #279FC3;
    font-size: 15px;
    font-weight: 200;
}
.footer-icon{
  height: auto; 
  width: 35.01px;
  margin-right: 5px;
}
.img-content{
  object-fit: cover !important;
}
/* header */
nav.navs{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  background: #FFFFFF;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #EAEAEA;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
nav .navbar{
  height: 100%;
  max-width: 1000px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  padding: 0 50px;
}
.navbar .logo a{
  font-size: 30px;
  color: #279FC3;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #279FC3;
  font-size: 15px;
  font-weight: 500;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #279FC3;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #F0F0F0;
box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.05);
border-radius: 0px;
  display: none;
  z-index: 77;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #279FC3;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
  z-index: 99;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #279FC3;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 140px);
  top: 80px;
  height: 45px;
  width: 300px;
  border: 2px solid #279FC3;
  background: white;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 60px;
  opacity: 1;
  pointer-events: auto;
  /* background: #3E8DA8; */
}
/* .search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
} */
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
.responsive-index{
  padding: 50px 100px;
}
.responsive-search{
  border: 1px solid #AD7CFC;
  border-radius: 0px 20px 20px 0px;
  color: white;
  background-color: #AD7CFC;
  padding: 0px 50px;
}
.web-banner{
  display: inline;
}
.mobile-banner{
  display: none;
}
@media (max-width:920px) {
  .web-banner{
    display: none;
  }
  .mobile-banner{
    display: inline;
  }
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }
  .navbar .search-box .input-box{
    left: -670%;
    right: 0;
  }

  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
    color: #279FC3;
  }
  .headline-card{
    height: 250px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 10px;
    padding: 0px 5px 0px 0px;
  }
  .headline-card-primary {
    /* margin-left: -26px !important; */
    padding: 0px 0px !important;
  }
  .responsive-index{
    padding: 20px 20px;
  }
  .responsive-search{
    padding: 0 10px;
  }
}
@media (max-width:800px){
  .web-banner{
    display: none;
  }
  .mobile-banner{
    display: inline;
  }
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  #FFFFFF;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
    overflow-x: scroll;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #279FC3;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #279FC3;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
    /* overflow-x: scroll; */
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
  border-radius: 20px
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }

  .headline-card{
    height: 250px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 10px;
    padding: 0px 5px 0px 0px;
  }
  .headline-card-primary {
    /* margin-left: -26px !important; */
    padding: 0px 0px !important;
  }
  .responsive-index{
    padding: 50px 10px;
  }
  .responsive-search{
    padding: 0 5px;
  }
}
@media (max-width:370px){
  nav .navbar .nav-links{
    max-width: 100%;
  }
  #exampleModalLong {
    top: 0 !important;
  } 
  #frameViewVideoImage {
    height: 605px;
  }
  #contentVideoImage {
    padding-left: 25px;
  }
  .digosok-cus {
    padding: 0px 25px;
  }
  .body-card-cyber{
    padding: 0px 50px 0px 10px !important;
  }
  .scrolling-box{
    padding: 20px !important;
  }
  .headline-card{
    height: 250px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 10px;
    padding: 0px 5px 0px 0px;
  }
  .headline-card-primary {
    /* margin-left: -26px !important; */
    padding: 0px 0px !important;
  }
  .responsive-index{
    padding: 50px 30px;
  }
  .responsive-search{
    padding: 0 5px;
  }
}
/* endheader */
.digo-news-card{
    border: solid 1px #E0E0E0; 
    border-radius: 27px;
    /* height: 427px;
    width: 1096px; */
}

/* carousel styling */
.slider {
  /* margin-bottom: 30px; */
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  /* transform: scale(1.15); */
  opacity: 1;
  color: #fff;
  border-radius: 30px;
}
.slider .owl-item.active .slider-card:hover {
  transform: scale(0.85);
  cursor: pointer;
}
.slider-card-sok {
  background: #fff;
  padding: 0px 0px;
  margin: 50px 4px 50px 4px;
  border-radius: 5px;
  /* box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%); */
  transform: scale(0.9);
  /* opacity: 0.5; */
  transition: all 0.3s;
  /* position: relative; */
}
@media (max-width:800px){
  .slider-card-sok {
    background: #fff;
    padding: 0px 0px;
    margin: 50px 4px 50px 4px;
    border-radius: 5px;
    /* box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%); */
    transform: scale(0.9);
    /* opacity: 0.5; */
    transition: all 0.3s;
    /* position: relative; */
  }
}
.slider-card {
  background: #fff;
  padding: 0px 0px;
  /* margin: 50px 4px 50px 4px; */
  margin: -6px;
  border-radius: 5px;
  /* box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%); */
  transform: scale(0.9);
  /* opacity: 0.5; */
  transition: all 0.3s;
  /* position: relative; */
}
.slider .owl-item.active.center .slider-card-digotic {
  transform: scale(1.15);
  opacity: 1;
  color: #fff;
  border-radius: 30px;
}
.slider-card-digotic {
  background: #fff;
  padding: 0px 0px;
  margin: 50px 4px 90px 4px;
  border-radius: 5px;
  /* box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%); */
  transform: scale(0.9);
  /* opacity: 0.5; */
  transition: all 0.3s;
  /* position: relative; */
}

.carousel-content-digotic{
  position: absolute;
  bottom: 0; /* Fallback color */
   /* Black background with 0.5 opacity */
  /* background-color: #1f1f1f7f; */
  color: #ffffff;
  width: 100%;
  padding: 30px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  text-align: center;
}
.carousel-content-digotic h5{
  color: white;
  font-size: 20px;
}
/* @media (max-width:800px){
  padding: 50px;
} */
.carousel-content{
  position: absolute;
  bottom: 0; /* Fallback color */
   /* Black background with 0.5 opacity */
  background-color: #1f1f1f7f;
  color: #ffffff;
  width: 100%;
  padding: 10px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: center;
}
.carousel-content p{
    color: white;
    font-size: 8px;
}
@media (max-width:800px){
  .carousel-content{
    padding: 30px;
  }
  .carousel-content p{
    /* color: white; */
    font-size: 8px;
  }
  .carousel-content h5{
    font-size: 12px;
  }
  #contentVideoImage {
    padding-left: 25px;
  }
}
.carousel-content h5{
    color: white;
    font-size: 12px;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
  height: 364px;
  width: 190px;
  border-radius: 30px;
  object-fit: cover !important;
  /* vertical-align: middle; */
}
.slider-card-digotic img {
    border-radius: 5px 5px 0px 0px;
    height: 364px;
    width: 190px;
    border-radius: 30px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    object-fit: cover !important;
    transition: 0.3s;
    /* vertical-align: middle; */
  }
  .slider-card-digotic img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    object-fit: cover !important;
    /* vertical-align: middle; */
  }
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #f44336 !important;
}

/* sidetitle */
.sidetitle{
    background-color: #AD7CFC; 
    padding: 2px 10px; 
    font-size: 17px;
    color: white; 
    text-align: center;
    border-radius: 9px; 
    transform: rotate(-90deg);
}
@media (max-width:920px) {
  .sidetitle{
    transform: rotate(360deg);
    margin-top: 40px;
  }
  #contentVideoImage {
    padding-left: 25px;
  }
}
@media (max-width:800px){
  .sidetitle{
    transform: rotate(360deg);
    margin-top: 40px;
  }
  #contentVideoImage {
    padding-left: 25px;
  }
}
.ads-left{
  position: absolute;
  left:0; 
  margin-top: 40px;
  width: 100px ; 
  height: 100px;
}
.ads-right{
  position: absolute;
  right:0; 
  margin-top: 40px;
  width: 100px ; 
  height: 100px;
}

/*scroll menu*/
.container-scroll{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    height: 70px;
    /* background: #000000; */
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
    z-index: 99;
}
.menu-scroll{
  background: #279FC3;
  width: 450px;
  height:60px;
  border-radius:50px;
  display: flex;
  position: relative;
  font-size:32px;
  color:#1f1f1f;
  opacity:0;
  transition: all .4s;
  /* padding: 0 30px 0 30px; */
  padding: 0 20px;
}
.menu-scroll .menu-scroll-child{
  position: absolute;
  display: flex;
  background-color: #ffffff00;
  color: #E0E0E0;
  width: 100%;
  height: 70px;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  top: -20px;
  right: 0;
  padding: 0 40px;
}
.menu-scroll.active {
  bottom:32px;
  pointer-events: auto;
  opacity:1;
}
.menu-scroll-image{
  max-width: 43px !important
}
.menu-scroll-text{
  text-align: center;
  color:white; 
  font-size: 11px;
}
.menu-scroll-gchild{
  text-align: center;
  width: 80px
}
@media (max-width:920px) {
  .container-scroll{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    height: 70px;
    /* background: #000000; */
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
    z-index: 99;
} 
  .menu-scroll{
    background: #279FC3;
    width:350px;
    height:65px;
    border-radius:50px;
    display: flex;
    position: relative;
    font-size:32px;
    color:#1f1f1f;
    opacity:0;
    transition: all .4s;
    /* padding: 0 30px 0 30px; */
    padding: 0 20px;
  }
  .menu-scroll .menu-scroll-child{
    position: absolute;
    display: flex;
    background-color: #ffffff00;
    color: #E0E0E0;
    width: 100%;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    top: -20px;
    right: 0;
    padding: 0 40px;
  }
  .menu-scroll-image{
    max-width: 40px !important
  }
  .menu-scroll-text{
    font-size: 9px;
  }
  .menu-scroll-gchild{
    width: 70px
  }
}
@media (max-width:800px){
  .container-scroll{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    height: 70px;
    /* background: #000000; */
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
    z-index: 99;
}
  .menu-scroll{
    background: #279FC3;
    width:350px;
    height:60px;
    border-radius:50px;
    display: flex;
    position: relative;
    font-size:32px;
    color:#1f1f1f;
    opacity:0;
    transition: all .4s;
    /* padding: 0 40px 0 40px; */
    padding: 0 20px;
  }
  .menu-scroll .menu-scroll-child{
    position: absolute;
    display: flex;
    background-color: #ffffff00;
    color: #E0E0E0;
    width: 100%;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    top: -20px;
    right: 0;
    padding: 0 40px;
  }
  .menu-scroll-image{
    max-width: 40px !important
  }
  .menu-scroll-text{
    font-size: 9px;
  }
  .menu-scroll-gchild{
    width: 70px
  }
}
/* end scroll menu  */
/* breadcumb */
ul.breadcrumb-digo {
  padding: 30px 0px 20px 0px;
  list-style: none;
  /* background-color: #eee; */
}
ul.breadcrumb-digo li {
  display: inline;
  font-size: 18px;
}
/* ul.breadcrumb-digo li+li:before {
  padding: 8px;
  color: #279FC3;
  content: ">\00a0";
} */
ul.breadcrumb-digo li a {
  color: #279FC3;
  text-decoration: none;
}
ul.breadcrumb-digo li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.header-news{
  display: flex;
  flex: 1 1 auto;
}
.img-responsive{
  max-width: 300px;
  height:230px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.body-responsive{
  border: solid 1px #E0E0E0;
  border-radius:0px 10px 10px 0px;
}
@media (max-width:800px){
  .header-news{
    display: grid;
  }
  .img-responsive{
    max-width: 100%;
    height: 250px !important;
    width: 100% !important; 
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .body-responsive{
    border-radius:0px 0px 10px 10px;
  }
  .responsive-detail{
    text-align: right;
  }
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.flex-container > div {
  /* background-color: #f1f1f1; */
  width: 200px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}
.digosok-card{
  /* width: 18rem;  */
  border: 1px solid #E0E0E0;
  cursor:pointer;
}
.pad-content{
  padding: 0px 100px 20px 0px;
}
.pad-slide{
  /* padding: 40px 35px; */
  margin: 10px;
}
.marg{
  margin-bottom:0;
}
.headline-card{
  height: 250px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 20px;
}
.headline-card-primary {
  margin-left: 0;
}
.top-news-nb{
  width: 2.5% !important;
}
/* .top-news-cn{
  width: 22% !important;
} */
.top-news-responsive{
  display: none;
}
.top-news-web{
  display: inline;
}
.ads-right-web{
  position: absolute;
  left:0; 
  margin-top: 10px;
  width: 100px ; 
  height: 100px;
  display: inline;
}
.ads-left-web{
  position: absolute;
  right:0;
  width: 100px ;
  margin-top: 10px;
  height: 100px;
  display: inline;
}
.ads-responsive{
  display: none;
}
.pad-new{
  padding: 150px 25% !important;
}

@media (max-width:991px) {
  .ads-bottom-web{
    display: none;
  }
}

@media (max-width:920px) {
  .img-responsive{
    max-width: 100%;
    height: 250px !important;
    width: 100% !important; 
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .pad-new{
    padding: 70px 20px 150px 20px !important;
  }
  .digosok-card{
    width:100%
  }
  .pad-content{
    padding: 0px 0px 0px 0px;
  }
  .pad-slide{
    padding: 40px 0;
  }
  .marg{
    margin-bottom:20px;
  }
  .headline-content{
    display: none;
  }
  .headline-card{
    height: 250px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 10px;
    padding: 0px 5px 0px 0px;
  }
  .top-news-nb{
    width: auto;
  }
  .top-news-cn{
    width: auto;
  }
  .top-news-responsive{
    display: inline;
  }
  .top-news-web{
    display: none;
  }
  .ads-responsive{
    display: inline;
  }
  .ads-left-web{
    display: none;
  }
  .ads-right-web{
    display: none;
  }
  .ads-bottom-web{
    display: none;
  }
}
@media (max-width:800px) {
  .digosok-card{
    width:100%
  }
  .pad-content{
    padding: 0px 0px 20px 0px;
  }
  .pad-slide{
    padding: 40px 0;
  }
  .marg{
    margin-bottom:20px;
  }
  .headline-content{
    display: none;
  }
  .headline-card{
    height: 250px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 10px;
    padding: 0px 5px 0px 0px;
  }
  .pad-new{
    padding: 70px 20px 150px 20px !important;
  }
  .responsive-detail{
    text-align: right;
  }
}
/* endbreadcumb */

.ads-center-web{
  position: absolute;
  right:0;
  width: 351px ;
  margin-top: 10px;
  height: 100px;
  display: inline;
}
.ads-top-web{
  width: 758px ;
}
.ads-right-top{
  width: 390px ;
}

@media (max-width:920px) {
  .ads-center-web{
    display: none;
  }
}
