/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

html {
  color: #262626;
  font-size: 16px;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a{
  color: #262626;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:hover{
  color: #F37600;
  text-decoration: none;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
  padding-top: 90px;
}
.container {
  max-width: 1230px;
}
.header{
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  padding: 12.5px 0;
  z-index: 1000;
}
.header.for-login{
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #06337B;;
  padding: 12px 0;
  z-index: 1000;
}
.nav-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav-header .logo-part{
  width: 30%;
}
.nav-header .menu-part{
  width: 42%;
}
.nav-header .account-part{
  width: 28%;
  display: flex;
  justify-content: flex-end;
}
.main-menu{
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.main-menu .mm-list{
  display: inline-block;
  margin-right: 64px;
}
.main-menu .mm-list:last-child{
  margin-right: 0;
}
.main-menu .mm-list .link-mm{
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #9D9D9D;
  line-height: 20px;
}
.main-menu .mm-list .link-mm:hover,
.main-menu .mm-list .link-mm.active{
  color: #06337B;
}
.burger-part{
  display: none;
}
.nav-mobile{
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: 9;
  background: #fff;
  padding: 24px;
  transition: all 300ms ease-in-out;
}
.nav-mobile.show{
  left: 0;
}
.nav-mobile-inner{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90vh;
}
.nav-mobile-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-mobile{
  max-width: 200px;
}
.nav-mobile-footer{
  text-align: center;
}
.nav-mobile-content{
  text-align: center;
}
.link-mobile{
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #9D9D9D;
  line-height: 20px;
}
.link-mobile:hover,
.link-mobile.active{
  color: #06337B;
}
.nav-mobile.logged-in .nav-mobile-footer .button-login{
  display: none;
}
.hero{
  padding: 132px 0 124px 0;
  text-align: center;
  color: #fff;
}
.hero .title{
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 24px;
}
.hero .main-title{
  font-weight: bold;
  font-size: 48px;
  line-height: 64px;
  font-family: "Roboto";
  letter-spacing: 2px;
  margin-bottom: 56px;
}
.about{
  padding: 96px 0;
}
.desc-about{
  padding-left: 70px;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 28px;
}
h5{
  font-family: "Arial";
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #06337B;
  margin-bottom: 32px;
}
.services{
  background: rgba(230, 233, 242, 0.5);
  padding: 64px 0 72px 0;
}
.box-white{
  background-color: #fff;
  padding: 24px;
  display: block;
}
h4.service{
  color: #06337B;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  font-family: "Roboto";
  margin-bottom: 12px;
}
.box-white p{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #262626; 
}
.link-service{
  font-family: "Arial";
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #7B7B7B;
}
.link-service span{
  vertical-align: middle;
}
.case-studies{
  padding: 80px 0 88px 0;
}
.case-studies .container{
  position: relative;
}
.box-cs{
  box-shadow: 0px 4px 16px rgba(6, 51, 123, 0.12);
  background-color: #fff;
}
h4.cs-head{
  font-family: "Arial";
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;  
  color: #06337B;
  margin-bottom: 16px;
}
.date{
  font-size: 14px;
  line-height: 25px;  
  color: #9D9D9D;
}
.date-info{
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;  
  color: #262626;
}
.case-slider.swiper-container {
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px 20px 20px;
  z-index: 1;
}
.cs.swiper-button-next,
.cs.swiper-button-prev{
  width: 40px;
  height: 40px;
  background: #06337B;
  color: #fff;
  margin-top: 0;
}
.hero-arrow.swiper-button-next,
.hero-arrow.swiper-button-prev{
  width: 40px;
  height: 40px;
  background: #fff;
  color: #06337B;
  font-weight: bold;
  margin-top: 0;
  border-radius: 50%;
}
.swiper-button-next, .swiper-button-prev {
  transform: translateY(-50%);
}
.cs.swiper-button-next:after, .cs.swiper-button-prev:after,
.hero-arrow.swiper-button-next:after, .hero-arrow.swiper-button-prev:after {
  display: none;
}
.cs.swiper-button-next{
  right: -50px;
  left: auto;
}
.cs.swiper-button-prev{
  right: auto;
  left: -50px;
}
.cs.swiper-button-next.swiper-button-disabled, .cs.swiper-button-prev.swiper-button-disabled{
  background: #D9D9D9;
  color: #9D9D9D;
  opacity: 1;
}
.cs.swiper-pagination{
  margin-top: 15px;
  height: 15px;
}
.cs.swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  display: inline-block;
  border-radius: 8px;
  background: #000;
  opacity: .2;
  margin: 0 2.5px;
}
.cs.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #06337B;
  opacity: 1;
}
.swiper-pagination.white-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #fff;
  opacity: 1;
}

.for-link{
  display: block;
  text-align: center;
  margin-top: 80px;
}
.link-underline{
  font-family: "Arial";
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration-line: underline;
  color: #06337B;
}
.agenda{
  background: rgba(230, 233, 242, 0.5);
  padding: 64px 0;
}
.inner-agenda{
  display: flex;
  align-items: center;
}
.date-agenda{
  text-align: center;
  margin-right: 15px;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.08em;
  color: #434343;
  width: 10%;
}
.date-agenda span{
  font-family: "Roboto";
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #FD7636;
  display: block;
}
.agenda-text{
  width: 90%;
  border-left: 2px solid #4B66A9;
  padding-left: 15px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #262626;
}
.agenda-text h6{
  font-family: "Arial";
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #06337B;
}
.social-media{
  background-color: #fff;
  padding: 80px 0 120px 0;
}
.social{
  text-align: center;
}
.social-icon{
  width: 72px;
  height: 72px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  font-size: 40px;
  border-radius: 50%;
  background: #202022;
  color: #fff;
  margin: 0 20px;
}
.social-icon:hover{
  background: #06337B;;
  color: #fff;
}
.img-profile{
  width: 40px;
  height: 40px;
  position: relative;
}
.ol{
  border: 1px solid #fff;
  width: 11px;
  height: 11px;
  position: absolute;
  border-radius: 50%;
  background: #27AE60;
  bottom: 0;
  right: 0;
}
.img-circle{
  border-radius: 50%;
}
.for-img{
  display: flex;
}
.name-profile{
  font-size: 12px;
  line-height: 14px;
  text-align: right;  
  color: #7B7B7B;
  margin-right: 15px;
}
.name-profile h6{
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;  
  margin-bottom: 4px;
  text-align: right;
  color: #262626;  
}
.profile{
  position: relative;
  cursor: pointer;
}
.profile:hover .profile-dropdown{
  visibility: visible;
  opacity: 1;
}
.profile-dropdown{
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 50px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(6, 51, 123, 0.1);
  border-radius: 4px;
  padding: 5px 0;
  width: 160px;
  visibility: hidden;
  opacity: 0;
  transition: all 150ms ease-in-out;
}
.list-pd{
  display: block;
  padding: 15px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;  
  color: #262626;
}
.list-pd:hover{
  background: #E6E9F2;
  color: #262626;
}
.notif-mobile .box-profile .for-img .name-profile{
  display: none;
}
.notif-mobile .box-profile .img-profile{
  width: 35px;
  height: 35px;
}
.box-notif{
  position: relative;
}
.notif-mobile{
  display: none;
}
.notif-count{
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #EB5757;
  font-size: 10px;
  top: 0;
  right: 0;
}
.notif-wrapper {
  position: relative;
  margin-right: 10px
}
.notif {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  margin-right: 5px;
  margin-right: 40px;
  background-position: center;
  z-index: 1;
}
.notif::before {
  content: '\e911';
  font-family: 'icomoon';
  position: absolute;
  top: 10px;
  left: 8px;
  color: #555555;
  font-size: 25px;
  z-index: -1;
}
.check-btn{
  position: relative;
  width: 40px;
  height: 40px;
}
.check-btn label {
  display: inline-block;
  position: relative;
}
.check-btn input {
  display: none;
}
.notif-inner {
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 175px);
  top: 23px;
  width: 400px;
  margin-top: 16px;
  transition: all 300ms ease;
  z-index: 4;
}
.notif-inner.right {
  right: 0;
  left: auto;
}
.check-btn input:checked ~ .notif-inner {
  visibility: visible;
  opacity: 1;
}
.box-notif-inner{
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #D9D9D9;
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}
.btn-close-notif{
  position: absolute;
  right: 15px;
  top: 15px;
}
.box-notif-head{
  border-bottom: 1px solid #D9D9D9; 
}

.notif-inner-header{
  padding: 15px;
  color: #06337B;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.notif-ttl{
  font-size: 12px;
  line-height: 16px;
  color: #06337B;
  font-family: 'Roboto';
  font-weight: 700;
  margin-bottom: 10px;
  margin-left: 15px;
}
.notif-inner-content{
  position: relative;
  margin-top: 20px;
  height: 400px;
  overflow-y: scroll;
}
.notif-inner-content::-webkit-scrollbar {
  width: 3px;
}
/* Track */
.notif-inner-content::-webkit-scrollbar-track {
  background: #fff;
  margin-right: 10px;
}
/* Handle */
.notif-inner-content::-webkit-scrollbar-thumb {
  background: #30596c;
}
/* Handle on hover */
.notif-inner-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.notif-list{
  padding-left: 0;
  list-style: none;
}
.notif-list li{
  display: block; 
  margin-bottom: 5px;
}
.item-notif{
  display: block;
  padding: 15px;
}
.item-notif:hover,
.item-notif.unrd{
  background-color: rgba(230, 233, 242, 0.5);
}
.item-notif.unrd:hover{
  background-color: rgba(230, 233, 242, 0.8);
}
.item-notif.waiting .icon-inner-notif{
  color: #30596c;
}
.count-for-notif{
  display: inline-block;
  background-color: #FEFCE5;
  padding: 3px 10px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #F37600;
}

.inner-notif-text{
  width: 100%;
  color: #434343;
  font-size: 14px;
  font-family: 'Roboto';
}
.time-notif{
  font-size: 12px;
  line-height: 16px;
  color: #9D9D9D;   
}
.int-head{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.status-notif{
  font-weight: 600;
}
.date-notif{
  font-size: 12px;
  color: #30596c;
}
.text-notif{
  min-height: 45px;
  color: #4a4a4a;
}

.footer{
  width: 100%;
  display: block;
}
.footer-top{
  background: #F7D216;
  padding: 30px 0;
  font-size: 14px;
  line-height: 24px;
}
.footer-bottom{
  background: #06337B;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  font-size: 12px;
  line-height: 24px;
}
.login{
  background: #F5F5F5;
}
.box-login{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 281px);
}
.box-form{  
  max-width: 475px;
  width: 100%;
}
.login-form .form-control{
  height: 56px;
  border-radius: 0;
  border: 1px solid #D9D9D9;
  padding: 5px 5px 5px 60px;
}
.login-form .form-control:focus{
  box-shadow: none;
  border: 1px solid #06337B;
}
.login-form .form-control::placeholder{
  font-style: italic;
}
.login-form .form-group{
  margin-bottom: 16px;
  position: relative;
}
.login-form .for-fg{
  position: relative;
  margin-bottom: 40px;
}
.for-icon{
  position: absolute;
  top: 15px;
  left: 20px;
}
.login-desc{
  font-family: "Arial";
  font-size: 14px;
  line-height: 20px;  
  letter-spacing: 0.5px;  
  color: #262626;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.room-title{
  margin-top: 56px;
}
.room-title{
  font-family: "Arial";
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;  
  color: #06337B;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 16px;
}
.button-filter{
  display: flex;
  margin: 16px 0;
}
.filter-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-filter{
  border-radius: 50px;
  background-color: #06337B;
  background-image: none;
  color: #fff;
  padding: 10px 20px;
  min-width: 130px;
}
.btn-filter:hover,
.btn-filter:focus{
  box-shadow: none;
}
.img-room figure{
  overflow: hidden;
  height: 224px;
  margin-bottom: 0;
}
.img-room figure img{
  object-fit: cover;
  min-height: 224px;
  transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.img-room figure img:hover,
.img-room figure img:focus {
  transform: scale(1.2);
}
.room-items{
  padding: 24px 0 120px 0;
}
.list-ri{
  margin-bottom: 30px;
}
.room-desc{
  padding-right: 30px;
}
.room-desc p,
.room-desc-detail p{
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #434343;
  margin-bottom: 30px;
}
.link-rh{
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #262626;
  display: block;
  margin-bottom: 15px;
}
.participant{
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  color: #7B7B7B;
}
.participant.country{
  color: #F37600;
}
.dark{
  color: #262626 !important;
}
.nav-pagination{
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.nav-pagination li{
  display: inline-block;
}
.nav-pagination li:not(:first-child),
.nav-pagination li:not(:last-child){
  margin: 0 1px;
}
.nav-pagination li a{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
}
.nav-pagination li:first-child a,
.nav-pagination li:last-child a{
  background: #E6E9F2;
  color: #262626;
  vertical-align: middle;
}
.nav-pagination li:first-child a span,
.nav-pagination li:last-child a span{
  vertical-align: text-bottom;
}
.nav-pagination li:first-child{
  margin-right: 5px;
}
.nav-pagination li:last-child{
  margin-left: 5px;
}
.nav-pagination li a:hover,
.nav-pagination li a.active{
  background: #06337B;
  color: #fff;
}
.for-rd{
  align-items: center;
}
.room-desc-detail{
  margin-left: 40px;
}
.detail-desc-room{
  padding: 47px 0 70px 0;
}
.detail-title{
  font-family: "Arial";
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #06337B;
}
.more-case{
  background: #F5F5F5;
  padding: 56px 0 80px 0;
}
.more-cs{
  font-family: "Arial";
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: #06337B;
}
.room-tabs{
  padding-bottom: 72px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #06337B;
}
.nav-pills .nav-item{
  margin: 0 12px;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  background: #D9D9D9;
  border-radius: 50px;
  font-size: 14px;
  padding: 8px 24px;
  line-height: 20px;
  color: #7B7B7B;
  letter-spacing: 0.02em;
}
.video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}
.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.for-p p{
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #262626;
  margin-bottom: 24px;
}
.inside li,
.same li{
  line-height: 28px;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}
.same{
  padding-left: 15px;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 16px;
  color: #262626;
  text-align: left;
  background-color: #E6E9F2;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-button:hover,
.accordion-button:focus{
  box-shadow: none;
  background-color: #E6E9F2;
  color: #262626;
  border: 1px solid rgba(0,0,0,.125);
}
.accordion-button::after {
  flex-shrink: 0;
  font-family: 'icomoon';
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "\e916";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\e910";
  transform : none;
}
.row-lb{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
}
.row-lb .row-lb-item{
  width: 47.5%;
}
.mar-btn{
  margin-top: 7vh;
}
.create-room{
  padding: 56px 0 120px 0;
}
.box-item-cr{
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 6, 51, 0.12);
  padding: 40px;
}
.box-create{
  margin-top: 20px;
}
.create-form{
  position: relative;
  margin-bottom: 30px;
}
.label-form{
  padding: 0 8px;
  background: #fff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 1;
}
.create-form .form-select,
.create-form .form-control,
.create-form textarea.form-control{
  height: 48px;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #C4C4C4;
  transition: all 100ms ease-in-out;
  position: relative;
}
.create-form .form-control{
  color: #262626;
}
.create-form textarea.form-control{
  min-height: 200px;
  color: #262626;
}
.create-form textarea.form-control.link{
  min-height: 100px;
  color: #262626;
}
.create-form .form-select:hover,
.create-form .form-control:hover{
  border: 1px solid #06337B;
  box-shadow: none;
}
.form-select:focus,
.form-control:focus{
  box-shadow: none;
}
.create-form:hover > .label-form,
.create-form .form-select > .label-form{
  color:  #06337B;
}
.create-form .form-select option { color: #262626; }
.create-form .form-select option:first-child{
  color: #C4C4C4;
}
.create-form .form-control.fordate{
  padding-right: 50px;
}
.create-form .form-control::placeholder{
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #C4C4C4;
}
.create-form .form-control::-moz-placeholder{
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #C4C4C4;
}
.create-form.date::after {
  font-family: 'icomoon';
  content: "\e906";
  font-size: 20px;
  position: absolute;
  right: 15px;
  bottom: 12px;
  color: #434343;
}
.box-upload{
  border: 1px solid #D9D9D9;
  padding: 40px;
  position: relative;
  margin-bottom: 30px;
}
.drop-zone {
  max-width: 100%;
  height: 150px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #9D9D9D;
  background: #F5F5F5;
  border: 1px solid #E9E9E9;
  border-radius: 0;
}
.drop-zone--over {
  border-style: solid;
}
.drop-zone__prompt{
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #9D9D9D;  
}
.drop-zone__input {
  display: none;
}
.drop-zone__thumb {
  max-width: 200px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}
.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
.for-btn-reset{
  width: 100px;
}
.img-requirment{
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #9D9D9D;
}
.placeholder{
  min-width: 100px;
}
.box-add-form{
  display: flex;
}
.box-add-form .form-part{
  width: 50%;
}
.for-participant{
  display: flex;
  align-items: center;
  max-width: 400px;
  width: 100%;
}
.for-participant .set-text{
  width: 40%;
}
.p-qount{
  display: flex;
  justify-content: space-evenly;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  padding: 3px;
}
.form-control.input-number{
  width: 50px;
  text-align: center;
  padding: 4px 0;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 16px;
  color: #434343;
  border-radius: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.for-btn-save{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.for-btn-save .btn-save-box{
  width: 184px;
  margin-right: 6px;
}
.for-btn-save .btn-delete-box{
  width: 132px;
  margin-left: 6px;
}
.all-agenda{
  padding: 40px 0 50px 0;
}
.agenda-inside{
  background: rgba(230, 233, 242, 0.5);
  padding: 40px 0 10px 0;
}
.form-search{
  display: flex;
  margin: 16px 0;
}
.form-search .form-control{
  height: 48px;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: all 100ms ease-in-out;
  position: relative;
}
.popup-agenda,
.popup-overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: all 200ms ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.popup-agenda.show,
.popup-overlay.show{
  visibility: visible;
  opacity: 1;
}
.popup-agenda-inner{
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  max-width: 672px;
  width: 100%;
  padding: 35px;
  position: relative;
}
.agenda-close{
  position: absolute;
  right: 30px;
  top: 30px;
}
.ad-item{
  display: flex;
}
.ad-item .ad-desc{
  width: 20%;
  display: block;
  font-size: 14px;
  color: #7B7B7B;
}
.ad-item .ad-desc-item{
  width: 80%;
  font-weight: 600;
  font-size: 14px;
  color: #434343;  
}
.ad-item .ad-desc span{
  float: right;
  margin-right: 10px;
}
.title-dashboard{
  margin: 60px 0 40px 0;
}
.dashboard-item{
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(6, 51, 123, 0.12);
  padding: 16px;
}
.dashboard-item.main-list{
  padding: 24px;
}
.db-item-title{
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #06337B;
  display: block;  
  margin-bottom: 20px;
}
.db-item-count{
  font-family: "Roboto";
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 0.05em;
}
.tosca{
  color: #00ADB8;
}
.yellow{
  color: #E1CB00;
}
.orange{
  color: #F2994A;
}
.purple{
  color: #9B51E0;
}
.blue{
  color: #2F80ED;
}
.dark-blue{
  color: #06337B;
}
.green{
  color: #219653;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d8d8d8;
  background: #d8d8d8;
  margin: 20px 0;
  padding: 0;
}
.db-items{
  margin: 40px 0 80px 0;
}
.news-img figure{
  overflow: hidden;
  height: 162px;
  margin-bottom: 0;
}
.news-img figure img{
  object-fit: cover;
  min-height: 162px;
  transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.news-img figure img:hover,
.news-img figure img:focus {
  transform: scale(1.2);
}
.main-list-items{
  margin-bottom: 30px;
}
.db-news{
  display: block;
}
.db-news-title{
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #262626;
  margin-bottom: 4px;
}
.db-news-date{
  font-family: "Roboto";
  font-size: 12px;
  line-height: 14px;
  color: #7B7B7B;
  margin-bottom: 16px;
}
.db-news p{
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #434343;
}
.crisis-img figure{
  overflow: hidden;
  height: 80px;
  margin-bottom: 0;
}
.crisis-img figure img{
  object-fit: cover;
  min-height: 80px;
}
.crisis-list-items{
  display: block;
  transition: all 200ms ease-in-out;
  margin-bottom: 24px;
}
.crisis-list-items h6{
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
}
.crisis-list-items p{
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #434343;
  margin-bottom: 6px;
}
.crisis-list-items:hover h6{
  color: #F37600;
}
.mb-0{
  margin-bottom: 0 !important;
}
.agenda-text.dashboard{
  border-left: 1px solid #C4C4C4;
}
.agenda-text.dashboard h6{
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
}
.box-nd{
  background: #fff;
  display: block;
  box-shadow: 0px 4px 16px rgba(6, 51, 123, 0.12);
}
.list-news{
  margin: 30px 0 120px;
}
.news-content{
  padding-bottom: 120px;
}
.for-breadcumb{
  margin: 40px 0;
}
.breadcrumb li{
  margin-right: 15px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #7B7B7B;
}
.breadcrumb li a{
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #262626;
}
.breadcrumb li a:hover{
  color: #F37600;
}
.breadcrumb li::after{
  font-family: 'icomoon';
  content: '\e904';
  vertical-align: middle;
  margin-left: 15px;
}
.breadcrumb li:last-child:after{
  display: none;
}
.detail-article{
  padding-left: 40px;
  margin-top: 24px;
}
.detail-article p{
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #0A0A0A;
}
.box-table{
  border: 1px solid #E9E9E9;
}
.box-btn-action{
  display: flex;
}
.search-dt{
  max-width: 250px;
  width: 100%;
  border-radius: 0;
}
.pagination .page-item{
  background: #E6E9F2;
}
.page-item:first-child{
  margin-right: 8px;
}
.page-item:last-child{
  margin-left: 8px;
}
.page-item:first-child .page-link:hover,
.page-item:first-child .page-link:focus,
.page-item:last-child .page-link:hover,
.page-item:last-child .page-link:focus{
  background: #06337B;
  color: #fff;
  box-shadow: none;
}
.page-item:first-child,
.page-item:last-child{
  border-radius: 50%;
}
.pagination .page-item .page-link{
  background: #E6E9F2;
  color: #7B7B7B;
  font-weight: 600;
  font-size: 14px;
}
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus{
  box-shadow: none;
}
.page-item:first-child{
  display: inline-block;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link{
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 19px;
  padding: 5px;
}
.page-item:first-child .page-link span,
.page-item:last-child .page-link span{
  font-size: 20px;
  text-align: center;
}
.page-item:nth-child(2),
.page-item:nth-child(2) .page-link{
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}
.page-item:nth-last-child(2),
.page-item:nth-last-child(2) .page-link{
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
}
.page-item.active .page-link{
  background: #06337B;
  border-color: #06337B;
  border-radius: 50%;
  color: #fff;
  box-shadow: none;
}
.page-link {
  border: 1px solid #E6E9F2;
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 32px;
  text-align: center;
  display: inline-block;
}
.table-manage thead th{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;  
  color: #434343;  
  padding: 13px 40px;
  background: #E6E9F2;
  border-bottom-width: 0;
}
.table-manage tbody td{
  font-size: 14px;
  line-height: 17px;
  color: #434343;
  padding: 13px 40px;
  vertical-align: middle;
  background: #fff;
}
.table>:not(:last-child)>:last-child>* {
  border-bottom-color: #E9E9E9;
}
.inner-delete,
.inner-approve{
  max-width: 400px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  display: none;
  margin: 0 15px;
}
.inner-delete.popup,
.inner-approve.popup{
  visibility: visible;
  opacity: 1;
  display: block;
}
.inner-delete .title-info,
.inner-approve .title-info{
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #262626;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
}
.inner-delete p,
.inner-approve p{
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #434343;
  margin: 30px 0;
}
.simulation-img figure{
  overflow: hidden;
  height: 100px;
  margin-bottom: 0;
}
.simulation-img figure img{
  object-fit: cover;
  min-height: 100px;
  transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.simulation-img img:hover,
.simulation-img img:focus {
  transform: scale(1.2);
}
.box-status{
  display: inline-block;
  padding: 8px 12px;
  border-radius: 50px;
  font-family: "Arial";
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
}
.box-status.ongoing,
.box-status.approved{
  color: #27AE60;
  background: #E5FEEF;
}
.box-status.aprroval,
.box-status.submitted{
  color: #F5A100;
  background: #FEFCE5;
}
.box-status.start{
  color: #2D9CDB;
  background: #E4F9FF;
}
.box-status.finish{
  color: #7B7B7B;
  background: #E9E9E9;
}
.box-status.reject{
  color: #EB5757;
  background: #FFE8E8;
}
.tabs-simulation{
  margin-top: 40px;
}
.nav-tabs .nav-item {
  margin: 0 30px;
}
.simu-tabs.nav-tabs .nav-item {
  margin: 0;
  text-align: center;
}
.simu-tabs.nav-tabs .nav-link {
  text-align: center;
  padding: 10px 0;
  display: block;
  font-size: 14px;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  background: 0 0;
  border: 2px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 0;
  color: #9D9D9D;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 2px solid #06337B;
  color: #06337B;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: transparent;
  border-bottom: 2px solid #06337B;
  color: #06337B;
  font-weight: 600;
}
.for-parti{
  padding: 40px 0 120px 0;
}
.title-intro{
  width: 20%;
  font-size: 14px;
}
.intro-parti-desc{
  width: 78%;
}
.intro-parti-desc.date-upload{
  width: 70px;
}
.intro-parti-desc p{
  font-size: 14px;
}
.font-medium{
  font-weight: 600;
}
.parti-intro{
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.parti-intro .d-flex{
  width: 100%;
}
.form-check {
  display: block;
  min-height: 0; 
  padding-left: 0; 
  margin-bottom: 0; 
}
.form-check-input {
  width: 15px;
  height: 15px;
  margin-top: 0;
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check .form-check-input {
  float: left;
  margin-left: 0;
}
.form-check-input:checked {
  background-color: #06337B;
  border-color: #06337B;
}
.button-generate{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
.bg-left,
.bg-right{
  width: 50%;
}
.gb-right{
  display: flex;
  justify-content: flex-end;
}
.reset-gen{
  margin-right: 15px;
}
.parti-tabs{
  justify-content: center;
}
.for-select-all.dataTable > thead .sorting_asc:first-child:before, .for-select-all.dataTable > thead .sorting_desc:first-child:after,
.for-select-all.dataTable > thead .sorting:first-child:after, .for-select-all.dataTable > thead .sorting_asc:first-child:after, .for-select-all.dataTable > thead .sorting_desc:first-child:after, .for-select-alle.dataTable > thead .sorting_asc_disabled:first-child:after, .for-select-all.dataTable > thead .sorting_desc_disabled:first-child:after,
.for-select-all.dataTable > thead .sorting:first-child:before, .for-select-all.dataTable > thead .sorting_asc:first-child:before, .for-select-all.dataTable > thead .sorting_desc:first-child:before, .for-select-all.dataTable > thead .sorting_asc_disabled:first-child:before, .for-select-all.dataTable > thead .sorting_desc_disabled:first-child:before {
  display: none;
}
.for-select-all.dataTable > thead .sorting:before,
.for-select-all.dataTable > thead .sorting_asc:before,
.for-select-all.dataTable > thead .sorting_desc:before,
.for-select-all.dataTable > thead .sorting_asc_disabled:before,
.for-select-all.dataTable > thead .sorting_desc_disabled:before {
  right: 18px;
}
.section-simulation{
  padding: 40px 0 120px 0;
}
.link-wrap{
  word-wrap: break-word;
  font-weight: 600;
  color: #254D9C;
  text-decoration: underline;
}
.box-simulation{
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
}
.simulation-slider .swiper-wrapper .swiper-slide{
  margin: 0 20px;
}
.simulation-slider .swiper-wrapper .swiper-slide:nth-child(1n) {
  width: 160px !important;
}
.simulation-slider .swiper-wrapper .swiper-slide:nth-child(2n) {
  width: 110px !important;
}
.simulation-slider .swiper-wrapper .swiper-slide:nth-child(3n),
.simulation-slider .swiper-wrapper .swiper-slide:nth-child(4n) {
  width: 150px !important;
}
.simulation-slider .swiper-wrapper .swiper-slide:nth-child(5n) {
  width: 130px !important;
}
.simulation-slider .swiper-wrapper .swiper-slide:nth-child(6n),
.simulation-slider .swiper-wrapper .swiper-slide:nth-child(7n) {
  width: 100px !important;
}
.inner-tabs-simulation{
  padding: 30px;
}
.set-time{
  display: flex;
  align-items: flex-end;
}
.label-for-add{
  font-size: 12px;
  line-height: 14px;
  color: #4B66A9;
  margin-bottom: 12px;
}
.no-radius{
  border-radius: 0;
}
.mr15{
  margin-right: 15px;
}
.box-candidate{
  border: 1px solid #E9E9E9;
  background-color: #fff;
}
.mh-1{
  min-height: 320px;
}
.mh-3{
  min-height: 374px;
}
.mh-2{
  min-height: 160px;
}
.mh-4{
  min-height: 220px;
}
.sl{
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #7B7B7B;  
}
.bc-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F5F5F5;
  border-bottom: 1px solid #E9E9E9;
  padding: 8px 15px;
}
.bc-head.outcome{
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #434343;
  background: #E6E9F2;;
  border-bottom: 1px solid #E9E9E9;
  padding: 8px 15px;
}
.dropdown-menu.speaker {
  margin-top: 30px;
  min-width: 400px;
  padding: .5rem 0;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 0;
  box-shadow: 0px 4px 16px rgba(6, 51, 123, 0.1);
  overflow-y: auto;
  max-height: 250px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #06337B;
  background-color: #E6E9F2;
}
#speakerTab{
  display: block;
  padding: 15px 0;
  border-bottom-color: transparent;
}
#speakerTab .nav-item{
  margin: 0;
  padding: 0;
}
#speakerTab .nav-item .nav-link{
  display: block;
  font-size: 14px;
  line-height: 17px;
  padding: 5px 24px;
}
#speakerTab .nav-item .nav-link:hover,
#speakerTab .nav-item .nav-link.active{
  color: #06337B;
  background: #E6E9F2;
  border-color: transparent;
}
.for-btn-action{
  display: flex;
  justify-content: center;
}
.inner-fba{
  width: 100%;
  max-width: 400px;
  display: flex;
}
.col-fba{
  display: flex;
  max-width: 49%;
  width: 100%;
  justify-content: space-around;
}
.col-fba.next{
  max-width: 300px;
}
.col-fba.s-c{
  max-width: 200px;
}
.box-flag{
  text-align: center;
}
.box-flag p{
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-top: 24px;
  color: #434343;
  margin-bottom: 40px;
}
.progress {
  display: flex;
  height: 10px;
  overflow: hidden;
  font-size: .75rem;
  background-color: #F5F5F5;
  border: 1px solid #E9E9E9;
  border-radius: 3px;
}
.progress-bar {
  background-color: #27AE60;
}
.time-indicator{
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #434343;  
}
.time-indicator.small{
  font-size: 18px;
  line-height: 22px;
}
.media-button{
  display: flex;
  justify-content: center;
  align-items: center;
}
.bm-col{
  margin: 0 8px;
}
#simulation .col-lg-5{
  width: 47%;
}
.set-text-time{
  font-size: 14px;
  line-height: 17px;
  color: #262626;
  margin-bottom: 12px;
  margin-right: 30px;
  width: 25%;
}
.set-text-time.no-mb{
  margin-bottom: 0px;
}
.set-time-form{
  width: 75%;
}
.stf-inner{
  display: flex;
}
input[type="text"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type=number] { 
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; 
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.in-current{
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #4B66A9;  
}
.pv-title{
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #434343;  
}
#pills-voting.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  color: #27AE60;
  background-color: #E5FEEF;
}
#pills-voting.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  background: #D9D9D9;
  border-radius: 0;
  font-size: 14px;
  padding: 5px 16px;
  line-height: 20px;
  color: #7B7B7B;
  letter-spacing: 0.02em;
  font-family: "Roboto";
  font-weight: 500;
}
#for-rcv_length,
#for-rcv_filter,
#for-rcv_paginate,
#for-rcv_info,
#for-ass_length,
#for-ass_filter,
#for-ass_paginate,
#for-ass_info{
  display: none;
}
#for-rcv.dataTable,
#for-ass.dataTable{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#for-rcv_wrapper,
#for-ass_wrapper{
  border: 1px;
  border-style: solid;
  border-color: #E9E9E9 #E9E9E9 transparent #E9E9E9;
}
.p25{
  padding: 25px;
}
.p30{
  padding: 30px;
}
.oi-row{
  display: flex;
  justify-content: space-between;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
}
.oi-1{
  width: 25%;
}
.oi-2{
  width: 74%;
  font-weight: 500;
}
.out-status{
  display: inline-block;
  padding: 5px 12px;
  background: #E9E9E9;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;  
  color: #7B7B7B;
  margin-right: 10px;
}
.out-status.active{
  background: #E5FEEF;  
  color: #27AE60;
}
.inner-content-show{
  position: relative;
}
.inner-content-items{
  display: none;
}
.inner-content-items.show{
  display: block;
}
.list-country{
  padding-left: 15px;
  list-style: decimal;
  font-size: 14px;
  line-height: 24px;
  color: #262626;
}
.list-country li{
  margin-bottom: 5px;
}
.info-file{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-file .for-link-file,
.info-file .for-button-app{
  width: 30%;
}
.file-download{
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #2D9CDB;
}
.date-for-detail{
  display: flex;
  justify-content: flex-end;
}
.arrow-tabs{
  position: relative;
  width: 100%;
  display: none;
}
.arrow-tabs .swiper-button-next,
.arrow-tabs .swiper-button-prev{
  width: 20px;
  height: 20px;
}
.arrow-tabs .swiper-button-next:after,
.arrow-tabs .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px;
  font-weight: bold;
  color: #0A0A0A;
}
.profile-section{
  padding: 64px 0 120px 0;
}
.menu-profile-desktop{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.menu-profile-mobile{
  display: none;
}
.nav-mpd{
  display: block;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.nav-mpd li{ 
  margin-bottom: 24px;
}
.link-mpd{ 
  padding: 9px 18px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}
.link-mpd:hover,
.link-mpd.active{ 
  background: linear-gradient(90deg, #06337B 0%, #4B66A9 100%);
  box-shadow: 0px 0px 4px 2px rgba(0, 34, 101, 0.28);
  color: #fff;
}
.img-upload-info{
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #9D9D9D;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.bx-img-upload img{
  border-radius: 3px;
}
.nav-mpd li:last-child{
  margin-bottom: 0;
}
.label-switch{
  margin-left: 20px;
}
.form-check-input.switch:checked{
  background-color: #27AE60;
  border-color: #27AE60;
}
.show-password{
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn-show-pass{
  padding: 10px 15px !important;
}
.btn-show-pass:hover,
.btn-show-pass:focus{
  color: #06337B !important;
}
.label-popup{
  font-size: 12px;
  line-height: 14px;
  text-align: left !important;
  color: #262626;
}
.box-thanks{
  max-width: 385px;
  width: 100%;
  padding: 30px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  display: none;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
  color: #434343;  
  transition: all 200ms ease-in-out;
}
.box-thanks.show{
  visibility: visible;
  opacity: 1;
  display: block;
}
.ttl-oke{
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #434343;
  margin-bottom: 12px;
}
.box-upload-inside{
  margin-bottom: 50px;
}
.box-flag-top{
  max-height: 50px;
  text-align: right;
}
.box-flag-top img{
  max-height: 80px;
}
.bch-ttl{
  font-family: "Roboto";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;  
  color: #434343;
}
.state-ttl{
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: #434343;  
}
.ttl-stu{
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #4B66A9;  
  margin-bottom: 15px;
  margin-left: 10px;
}
.box-chat{
  background: #E6E9F2;  
  border: 1px solid #E9E9E9;
  position: relative;
}
.chat-head,
.chat-footer{
  background-color: #fff;
  padding: 20px;
}
.chat-content{
  width: 100%;
  height: 450px;
  padding: 24px;
  overflow-y: auto;
  background: url(../img/chat-gb.png) #E6E9F2;
  background-size: auto;
  position: relative;
}
.chat-overlay{
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 24px;
  transition: all 200ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.chat-overlay.show{
  opacity: 1;
  visibility: visible;
}
.link-white{
  color: #fff;
}
.icon-white{
  filter: grayscale(100%) invert(100%);
}
.user-participant{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.bu-participant{
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.pn-participant{
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin-left: 16px;
}
.ip-participant{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
}
.chat-item{
  display: flex;
  font-family: "Roboto";
  margin-bottom: 24px;
}
.chat-item.right{
  flex-direction: row-reverse;
}
.chat-img{
  width: 32px;
  height: 32px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  filter: drop-shadow(0px 4px 8px rgba(6, 51, 123, 0.16));
}
.chat-img img {
  border-radius: 50%;
}
.chat-odd{
  background: #FFFFFF;
  padding: 10px 18px;
  max-width: 600px;
  box-shadow: 0px 4px 8px rgba(6, 51, 123, 0.16);
  font-size: 14px;
  line-height: 20px;
  color: #434343;
  margin-left: 24px;
}
.chat-even{
  background: linear-gradient(90deg, #06337B 0%, #4B66A9 100%);
  box-shadow: 0px 4px 8px rgba(6, 51, 123, 0.24);
  color: #fff;
  padding: 10px 18px;
  max-width: 600px;
  margin-right: 24px;
}
.profile-name{
  margin-bottom: 5px;
}
.profile-name span{
  font-weight: 500;
}
.chat-time{
  font-size: 12px;
  line-height: 16px;
  max-width: 70px;
  color: #7B7B7B; 
  margin-left: 16px; 
}
.chat-item.right .chat-time{
  margin-left: 0; 
  margin-right: 16px; 
  text-align: right;
}
.chat-row{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.chat-info{
  width: 33%;
}
.chat-conversation{
  width: 67%;
}
.chat-info{
  border: 1px solid;
  background-color: #fff;
  border-color: #E9E9E9 transparent #E9E9E9 #E9E9E9;
}
#chatTab.nav-tabs .nav-item {
  margin: 0 20px;
}
.box-search-user{
  position: relative;
  padding: 24px 16px;
}
.box-search-user .form-control{
  position: relative;
  padding: 5px 16px 5px 40px;
  border-radius: 50px;
}
.btn-icon-search{
  position: absolute;
  left: 15px;
  top: 20px;
}
.chat-header{
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #06337B;
  padding: 0 16px;
  margin-bottom: 10px;
}
#chat-userTab {
  margin-bottom: 0;
  padding: 0;
  border-bottom-color: transparent;
}
#chat-userTab .nav-item{
  width: 100%;
  display: block;
  margin: 0;
}
#chat-userTab.nav-tabs .nav-link{
  text-align: left;
  width: 100%;
  font-family: "Roboto";
  transition: background 200ms;
  border: 0;
}
#chat-userTab.nav-tabs .nav-link:focus{
  border-color: transparent;
}
#chat-userTab.nav-tabs .nav-item.show .nav-link,
#chat-userTab.nav-tabs .nav-link.active {
  width: 100%;
  border: 0;
  text-align: left;
  font-weight: normal;
  background: linear-gradient(90deg, #06337B 0%, #4B66A9 100%);
  color: #fff !important;
  outline: 0;
}
#chat-userTab.nav-tabs .nav-link:hover,
#chat-userTab.nav-tabs .nav-link:focus {
  background: linear-gradient(90deg, #06337B 0%, #4B66A9 100%);
  color: #fff !important;
  border: 0;
}
.chat-for-un{
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #434343;
}
.chat-for-uc{
  font-size: 14px;
  line-height: 20px;
  color: #C4C4C4;
}
#chat-userTab.nav-tabs .nav-link.active .chat-for-un,
#chat-userTab.nav-tabs .nav-link.active .chat-for-uc,
#chat-userTab.nav-tabs .nav-link:hover .chat-for-un,
#chat-userTab.nav-tabs .nav-link:hover .chat-for-uc,
#chat-userTab.nav-tabs .nav-link:hover .ket-time,
#chat-userTab.nav-tabs .nav-link.active .ket-time{
  color: #fff;
}
.box-user-list{
  width: 100%;
  display: flex;
}
.for-img-profile{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: 16px;
  overflow: hidden;
}
.for-img-profile-country{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: 16px;
  overflow: hidden;
}
.for-img-profile-country img{
  width: 38px;
  height: 38px;
  object-fit: cover;
  object-position: center;
}
.for-img-profile img{
  border-radius: 50%;
  width: 38px;
  height: 38px;
  object-fit: cover;
  object-position: center;
}
.for-img-profile-info{
  max-width: 260px;
  width: 100%;
  margin-left: 12px;
}
.ket-time{
  font-size: 12px;
  line-height: 20px;
  color: #C4C4C4;
  width: 50px;
  text-align: right;
}
.unread{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  background: #EB5757;
}
.chat-head-name{
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;  
  color: #434343;
  margin-left: 18px;
}
.chat-list-content{
  height: 470px;
  overflow-y: auto;
}
.country-flag{
  max-width: 44px;
}
.chat-opening{
  width: 100%;
  height: 100%;
  background: url(../img/chat-gb.png) #E6E9F2;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  transition: all 200ms;
}
.chat-opening.hide{
  visibility: hidden;
  opacity: 0;
}
.start-conv{
  background: #27AE60;
  border-radius: 54px;
  color: #fff;
  font-family: "Roboto";
  padding: 12px 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 54px !important;
}
.start-conv:hover{
  background: #168745;
}


/* Button */
.btn{
  text-align: center;
  transition: all 0.1s ease-in-out;
  padding: 12px 40px;
  border-radius: 0;
}
.btn:focus,
.btn:hover{
  box-shadow: none;
  color: #fff;
}
.btn-radius{
  border-radius: 4px;
}
.btn-login{
  padding: 8px 35px;
  letter-spacing: 1px;
  background: #06337B;
  color: #fff;
}
.btn-login:hover{
  background: #02265f;
  color: #fff;
}
.btn-humberger{
  padding: 0;
  font-size: 22px;
  vertical-align: text-top;
}
.btn-humberger:hover,
.btn-humberger:focus{
  color: #06337B;
}
.btn-close{
  padding: 0;
}
.btn-orange{
  background: #FD7636;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto";
  letter-spacing: 1px;
}
.btn-orange:hover{
  background: #dd6027;
}
.btn-notif{
  padding: 0 5px;
  font-size: 24px;
  vertical-align: middle;
}
.btn-notif:hover,
.btn-notif:focus{
  color: #262626;
}
.btn-rd{
  padding: 1px 5px;
  line-height: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  border: 0.5px solid #D9D9D9;
}
.btn-rd:hover{
  background: #dd6027;
  color: #fff;
}
.btn-edit{
  padding: 11px 25px;
  background: #06337B;
  color: #fff;
  border: 1px solid #06337B;
}
.btn-edit:hover,
.btn-edit:focus{
  background: #042a68;
  color: #fff;
}
.btn-delete{
  padding: 11px 10px;
  background: #E9E9E9;
  color: #7B7B7B;
  border: 1px solid #E9E9E9;
}
.btn-grey{
  background: #E9E9E9;
  color: #7B7B7B;
  border: 1px solid #E9E9E9;
}
.btn-delete:hover,
.btn-delete:focus,
.btn-grey:hover,
.btn-grey:focus{
  background: #cccccc;
  color: #7B7B7B;
}
.btn-delete-pink{
  padding: 11px 10px;
  background: #EB5757;
  color: #fff;
  border: 1px solid #EB5757;
}
.btn-delete-pink:hover{
  background: #d64747;
  border: 1px solid #d64747;
}
.btn-approve{
  padding: 11px 10px;
  background: #27AE60;
  color: #fff;
  border: 1px solid #27AE60;
}
.btn-approve:hover{
  background: #1c8c4a;
  border: 1px solid #1c8c4a;;
}
.btn-collapse{
  font-family: "Arial";
  padding: 10px 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;  
  color: #06337B;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}
.btn-collapse:hover,
.btn-collapse:focus{
  color: #06337B;
}
.btn-collapse::after {
  font-family: 'icomoon';
  margin-left: auto;
  position: absolute;
  right: 0;
  content: "\e916";  
  color: #434343;
  vertical-align: bottom;
  transition: transform .2s ease-in-out;
}
.btn-collapse:not(.collapsed)::after {
  content: "\e910";
  transform : none;
}
.btn-add-form{
  padding: 1.5px 10px;
  font-size: 30px;
}
.btn-add-form:hover,
.btn-add-form:focus{
  color: #06337B;
}
.btn-qount{
  padding: 0px 4px;
  font-size: 16px;
  line-height: normal;
  vertical-align: sub;
}
.btn-qount:hover,
.btn-qount:focus{
  color: #06337B;
}
.btn-search{
  padding: 10px 25px;
  background: #06337B;
  color: #fff;
  font-size: 17px;
  border: 1px solid #06337B;
  vertical-align: text-top;
}
.btn-search:hover,
.btn-search:focus{
  background: #042863;
  border: 1px solid #042863;
}
.btn-action{
  padding: 8px 15px;
  background: #F37600;
  font-size: 16px;
  line-height: normal;
  color: #fff;
}
.btn-send{
  padding: 9.5px 15px;
  background: #06337B;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto";
  line-height: normal;
  color: #fff;
}
.btn-send:hover{
  background: #03245a;
}
.btn-action:hover{
  background: #d06502;
  color: #fff;
}
.btn-icon{
  background: #FD7636;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  line-height: 20px;
  letter-spacing: 1px;
}
.btn-reset{
  background: #E9E9E9;
  color: #7B7B7B;
  font-size: 14px;
  padding: 8px 20px;
  line-height: 20px;
  letter-spacing: 1px;
}
.btn-icon span{
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #fff;
}
.btn-icon:hover{
  background: #dd6027;
}
.btn-bordered-blue{
  background-color: transparent;
  border: 1px solid #042863;
  color: #042863;
}
.btn-bordered-blue:focus,
.btn-bordered-blue:hover{
  background-color: transparent;
  border: 1px solid #042863;
  color: #fff;
  background: #042863;
}
.btn-add-speaker{
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  padding: 0;
  color: #4B66A9;
}
.btn-add-speaker:focus,
.btn-add-speaker:hover{
  color: #324983;
}
.btn-media{
  width: 40px;
  height: 40px;
  line-height: 37px;
  display: inline-block;
  padding: 0;
  color: #4B66A9;
  border: 3px solid #4B66A9;
  text-align: center;
  border-radius: 50%;
}
.btn-media:focus,
.btn-media:hover{
  background-color: #4B66A9;
  color: #fff;
  border: 3px solid #4B66A9;
}
.btn-action-speaker{
  padding: 7px 24px !important;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #06337B;
  display: inline-block;
  border: 1px solid #06337B;
  min-width: 90px;
}
.btn-action-speaker:hover,
.btn-action-speaker:focus{
  color: #fff;
  background: #06337B;
  border: 1px solid #06337B;
}
.btn-mobile{
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(90deg, #06337B 0%, #4B66A9 100%);
  box-shadow: 0px 0px 4px 2px rgba(0, 34, 101, 0.28);
  color: #fff;
  border-radius: 50px;
}
.btn-popup-p{
  padding: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #434343;  
  text-align: left;
  margin-left: 15px;
}
.btn-popup-p span{
  font-size: 12px;
  line-height: 12px;
  color: #9D9D9D; 
  display: block;
}
.btn-popup-p:hover,
.btn-popup-p:focus{
  color: #06337B;
}

/* ==========================================================================
   Responsive Design
   ======rgb(67, 93, 160)============================================================= */
  @media (min-width: 992px) and (max-width: 1024px) {
    .cs.swiper-button-next{
      right: 30px;
      left: auto;
    }
    .cs.swiper-button-prev{
      right: auto;
      left: 30px;
    }
    .main-menu .mm-list {
      margin-right: 30px;
    }
    .g-5, .gx-5 {
      --bs-gutter-x: 1.25rem;
    }
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(1n),
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(2n),
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(3n),
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(4n),
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(5n),
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(6n),
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(7n) {
      width: 25% !important;
    }
    .simulation-slider .swiper-wrapper .swiper-slide {
      margin: 0;
    }
    .arrow-tabs{
      display: block;
    }
    .chat-img{
      display: none;
    }
    .chat-odd {
      margin-left: 0;
    }
    .chat-even {
      margin-right: 0;
    }
    .for-img-profile-info {
      max-width: 190px;
      width: 100%;
    }
   }
  @media (max-width: 991px) {
    .nav-header .menu-part,
    .nav-header .account-part{
      display: none;
    }
    .burger-part{
      display: inline-block;
    }
    .footer-item{
      margin-bottom: 30px;
      max-width: 80%;
    }
    .box-white{
      margin-bottom: 30px;
    }
    .desc-about {
      padding-left: 0;
    }
    .cs.swiper-button-next{
      right: 10px;
      left: auto;
    }
    .cs.swiper-button-prev{
      right: auto;
      left: 10px;
    }
    .case-slider.swiper-container {
      margin-left: 0;
      margin-right: 0;
      padding: 0 ;
      z-index: 1;
    }
    .notif-mobile{
      display: block;
      margin-right: 30px;
    }
    .notif-mobile .box-profile .for-img .name-profile{
      display: block;
    }
    .for-rd{
      align-items: flex-start;
    }
    .room-desc{
      margin-bottom: 15px;
    }
    .room-desc-detail {
      margin-left: 0;
    }
    .mar-btn{
      margin-top: 5vh;
    }
    .box-item-cr {
      padding: 20px;
    }
    .box-upload {
      padding: 20px;
    }
    .g-5, .gx-5 {
      --bs-gutter-x: 0;
    }
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(1n),
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(2n),
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(3n),
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(4n),
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(5n),
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(6n),
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(7n) {
      width: 33% !important;
    }
    .arrow-tabs{
      display: block;
    }
    .simulation-slider .swiper-wrapper .swiper-slide {
      margin: 0;
    }
    .info-file .for-link-file, .info-file .for-button-app {
      width: 50%;
    }
    .col-fba {
      display: flex;
      max-width: 100%;
      width: 100%;
      flex-wrap: wrap;
      justify-content: space-evenly;
    }
    .button-split{
      width: 97%;
    }
    .btn-action-speaker {
      width: 100%;
      margin-bottom: 5px;
      padding: 7px 10px !important;
    }
    #simulation .col-lg-5 {
      width: 49%;
    }
    .set-text-time {
      margin-right: 15px;
      width: 20%;
    }
    .set-time {
      display: flex;
      align-items: flex-start;
    }
    .stf-inner {
      flex-wrap: wrap;
    }
    .set-time-form {
      width: 80%;
    }
    .p-qount.mr15{
      margin-right: 10px;
    }
    #top-mobile{
      margin-top: 12px;
    }
    #simulation.align-items-center{
      align-items: flex-start !important;
    }
    #for-ipad.align-items-end{
      align-items: flex-start !important;
    }
    .oi-1 {
      width: 43%;
    }
    .for-select-all.dataTable > thead > tr > th:not(.sorting_disabled), .for-select-all.dataTable > thead > tr > td:not(.sorting_disabled),
    .for-select-all.dataTable > thead > tr > th:not(.sorting_disabled), .paper-table.dataTable > thead > tr > td:not(.sorting_disabled) {
      padding-right: 15px;
    }
    #paper-table.dataTable > thead .sorting:before, #paper-table.dataTable > thead .sorting_asc:before, #paper-table.dataTable > thead .sorting_desc:before,
    #paper-table.dataTable > thead .sorting_asc_disabled:before, #paper-table.dataTable > thead .sorting_desc_disabled:before,
    #for-rcv.dataTable > thead .sorting:before, #for-rcv.dataTable > thead .sorting_asc:before, #for-rcv.dataTable > thead .sorting_desc:before,
    #for-rcv.dataTable > thead .sorting_asc_disabled:before, #for-rcv.dataTable > thead .sorting_desc_disabled:before,
    #for-ass.dataTable > thead .sorting:before, #for-ass.dataTable > thead .sorting_asc:before, #for-ass.dataTable > thead .sorting_desc:before,
    #for-ass.dataTable > thead .sorting_asc_disabled:before, #for-ass.dataTable > thead .sorting_desc_disabled:before{
      right: 17px;
      top: 15px;
    }
    .for-img-profile-info {
      max-width: 100px;
      width: 100%;
    }
    .chat-img{
      display: none;
    }
    .chat-odd {
      margin-left: 0;
    }
    .chat-even {
      margin-right: 0;
    }
  }
  @media (max-width: 767px) {
    body{
    padding-top: 80px; 
    }
    .nav-header .logo-part {
      width: 60%;
    }
    .hero .main-title{
      font-size: 28px;
      line-height: 36px;
      letter-spacing: 2px;
    }
    .desc-about {
      margin: 30px 0;
    }
    .social-icon{
      width: 60px;
      height: 60px;
      line-height: 65px;
      font-size: 30px;
      margin: 0 5px;
    }
    .cs.swiper-button-next,
    .cs.swiper-button-prev{
      display: none;
    }
    .notif-mobile .box-profile .for-img .name-profile{
      display: none;
    }
    .box-login {
      min-height: 80vh;
    }
    .participant {
      margin-bottom: 12px;
    }
    .nav-pills .nav-item {
      margin: 0 12px;
      display: block;
      width: 100%;
      margin-bottom: 12px;
    }
    .nav-pills .nav-link {
      width: 100%;
    }
    .room-desc-detail {
      margin-left: 0;
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .video-container {
      margin-bottom: 30px;
    }
    .filter-row{
      flex-wrap: wrap;
    }
    .ft-filter{
      margin-top: 10px;
      text-align: center;
      width: 100%;
    }
    .button-filter {
      flex-wrap: wrap;
      width: 100%;
    }
    .bf-item{
      width: 100%;
      margin-bottom: 5px;
    }
    .bf-item.mx-2{
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .mar-btn{
      margin-top: 3vh;
    }
    .box-add-form .form-part {
      width: 80%;
    }
    .placeholder {
      min-width: 0px;
    }
    .detail-article {
      padding-left: 0;
    }
    .form-search {
      width: 100%;
    }
    .news-img, .crisis-img{
      margin-bottom: 15px;
    }
    .crisis-img figure {
      height: 110px;
    }
    .box-btn-action{
      flex-wrap: wrap;
    }
    .table-manage thead th,
    .table-manage tbody td {
      padding: 13px 15px;
    }
    .btn-action{
      margin-bottom: 4px;
    }
    div.dataTables_wrapper div.dataTables_length label,
    div.dataTables_wrapper div.dataTables_filter {
      padding: 15px 0 15px 0 !important;
    }
    div.dataTables_wrapper div.dataTables_info {
      padding-bottom: 0 !important;
    }
    .simulation-img figure {
      height: 150px;
      margin-bottom: 15px;
    }
    .box-status{
      font-size: 10.5px;
    }
    .for-bi{
      margin-top: 15px;
    }
    .inner-delete{
      margin: 0 15px;
    }
    .popup-agenda-inner {
      height: 400px;
      padding: 25px;
      margin: 0 15px;
      overflow: auto;
    }
    .ad-item .ad-desc {
      width: 40%;
    }
    .ad-item .ad-desc-item {
      width: 60%;
    }
    .agenda-close {
      right: 20px;
      top: 20px;
    }
    .button-generate{
      flex-wrap: wrap;
      justify-content: center;
      padding: 25px 15px 15px 15px;
    }
    .bg-left, .bg-right {
      width: 100%;
      margin-bottom: 25px;
    }
    .block-mobile{
      width: 100%;
    }
    .gb-right {
      display: flex;
      justify-content: space-between;
    }
    .nav-tabs .nav-item {
      margin: 0 10px;
      width: 40%;
      display: inline-block;
    }
    .simulation-slider.nav-tabs .nav-item {
      margin: 0;
      width: 100%;
    }
    .simulation-slider .swiper-wrapper .swiper-slide {
      margin: 0;
    }
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(1n),
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(2n),
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(3n),
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(4n),
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(5n),
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(6n),
    .simulation-slider .swiper-wrapper .swiper-slide:nth-child(7n) {
      width: 100% !important;
    }
    .set-time {
      flex-wrap: wrap;
    }
    .set-text-time {
      margin-bottom: 12px;
      margin-right: 0px;
      width: 100%;
    }
    #speakerTab.nav-tabs .nav-item {
      margin: 0;
      width: 100%;
    }
    .dropdown-menu.speaker {
      min-width: 200px;
    }
    .inner-fba {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .col-fba {
      display: flex;
      max-width: 100%;
      width: 100%;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .button-split{
      width: 49%;
    }
    .btn-action-speaker {
      width: 100%;
      margin-bottom: 5px;
    }
    #speakerTabContent,
    .pv-title,
    .mh-3{
      margin-top: 50px;
    }
    .set-time-form {
      width: 100%;
    }
    .stf-inner {
      flex-wrap: wrap;
    }
    .set-text-time.no-mb {
      margin-bottom: 12px;
    }
    .title-intro{
      width: 30%;
    }
    .oi-1 {
      width: 45%;
    }
    .oi-2 {
      width: 59%;
    }
    .out-status {
      margin-bottom: 10px;
    }
    .info-file {
      flex-wrap: wrap;
    }
    .info-file .for-link-file, .info-file .for-button-app {
      width: 100%;
    }
    .date-for-detail {
      margin-bottom: 24px;
      justify-content: flex-start;
    }
    .intro-parti-desc{
      width: 65%;
    }
    .for-select-all.dataTable > thead > tr > th:not(.sorting_disabled), .for-select-all.dataTable > thead > tr > td:not(.sorting_disabled),
    .for-select-all.dataTable > thead > tr > th:not(.sorting_disabled), .paper-table.dataTable > thead > tr > td:not(.sorting_disabled) {
      padding-right: 15px;
    }
    #simulation .col-lg-5{
      width: 100%;
    }
    .bx-img-upload{
      margin-top: 30px;
      margin-bottom: 15px;
    }
    .menu-profile-desktop{
      display: none;
    }
    .menu-profile-mobile{
      display: block;
    }
    .form-check.form-switch{
      display: flex;
    }
    .box-flag-top{
      text-align: center;
      margin-bottom: 30px;
    }
    .chat-img{
      display: none;
    }
    .chat-odd {
      margin-left: 0;
    }
    .chat-even {
      margin-right: 0;
    }
    .btn-send {
      margin-top: 10px;
    }
    .wrap-mobile{
      flex-wrap: wrap;
    }
    .mm-10{
      margin-bottom: 10px;
    }
    .chat-info {
      width: 100%;
    }
    .chat-conversation {
      width: 100%;
    }
    .for-img-profile-info {
      max-width: 190px;
      width: 100%;
    }
    .chat-info {
      border-color: #E9E9E9 #E9E9E9 #E9E9E9 #E9E9E9;
    }
    #chatTab.nav-tabs .nav-item {
      margin: 0 20px;
      width: auto;
    }
    .user-participant {
      flex-wrap: wrap;
    }
    .bu-participant {
      width: 100%;
    }
    .link-white {
      margin-bottom: 20px;
    }
  }

/* ==========================================================================
   Odysee Icon
   ========================================================================== */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?lz1giy');
  src:  url('../fonts/icomoon.eot?lz1giy#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?lz1giy') format('truetype'),
    url('../fonts/icomoon.woff?lz1giy') format('woff'),
    url('../fonts/icomoon.svg?lz1giy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-burger:before {
  content: "\e902";
}
.icon-chevron-left:before {
  content: "\e903";
}
.icon-chevron-right:before {
  content: "\e904";
}
.icon-ico-add:before {
  content: "\e905";
}
.icon-ico-calender:before {
  content: "\e906";
}
.icon-ico-check:before {
  content: "\e907";
}
.icon-ico-close:before {
  content: "\e908";
}
.icon-ico-delete:before {
  content: "\e909";
}
.icon-ico-download:before {
  content: "\e90a";
}
.icon-ico-eye:before {
  content: "\e90b";
}
.icon-ico-facebook:before {
  content: "\e90c";
}
.icon-ico-instagram:before {
  content: "\e90d";
}
.icon-ico-lock:before {
  content: "\e90e";
}
.icon-ico-logout:before {
  content: "\e90f";
}
.icon-ico-minus:before {
  content: "\e910";
}
.icon-ico-notif:before {
  content: "\e911";
}
.icon-ico-pause:before {
  content: "\e912";
}
.icon-ico-pencil:before {
  content: "\e913";
}
.icon-ico-plane:before {
  content: "\e914";
}
.icon-ico-play:before {
  content: "\e915";
}
.icon-ico-plus:before {
  content: "\e916";
}
.icon-ico-search:before {
  content: "\e917";
}
.icon-ico-stop:before {
  content: "\e918";
}
.icon-ico-twitter:before {
  content: "\e919";
}
.icon-ico-user:before {
  content: "\e91a";
}
.icon-ico-youtube:before {
  content: "\e91b";
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden,
[hidden] {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.no-scroll{
  overflow: hidden;
  height: 100vh;
}
.mb24{
  margin-bottom: 24px !important;
}
.mb30{
  margin-bottom: 30px !important;
}
.mb40{
  margin-bottom: 40px !important;
}
.mb50{
  margin-bottom: 50px !important;
}
.mb60{
  margin-bottom: 60px !important;
}
.mt30{
  margin-top: 30px;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}