/*-----------------------------------------------------------------------------------
	DST Team Inc. Video conference
	Author: Trang Sĩ Thái
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-2906);
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}



/* Toggle Visibility */
.toggled-item{
	transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;
	overflow: hidden;
}
.toggled-item-hidden{
	padding-top:0!important;
	padding-bottom:0!important;
	border-top:0!important;
	border-bottom:0!important;
	outline:0!important;
	opacity: 0;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Comfortaa";
	color:#F0F0F0!important;
}
.container{
	max-width:1140px;
}
.bloc-embed-website{
	width:100%;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:var(--swatch-var-2906);
	overflow:hidden;
	z-index:0;
}
.class-div-overlay-logo{
	position:fixed;
	background-color:var(--swatch-var-2544);
	z-index:1;
	top:12px;
	left:12px;
	height:58px;
	width:220px;
	border-radius:100px 100px 100px 100px;
	padding:0px 4px 0px 0px;
	background:linear-gradient(135deg, var(--swatch-var-2544) 0%, var(--swatch-var-442) 100%);
}
.class-img-overlay-logo{
	position:relative;
	top:2px;
	height:55px;
	margin-bottom:2px;
}
.div-full-screen{
	height:100%;
	z-index:0;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	overflow:hidden;
}
.page-preloader{
	background-color:var(--swatch-var-2906);
	background-size:200px 200px;
}
.img-style{
	height:60px;
}
.txt-admin-control{
	text-decoration:none;
	color:#C1C1C1!important;
	text-shadow:1.00px 1.73px 10px rgba(0,0,0,0.25);
	margin-top:5px;
}
.txt-admin-control:hover{
	color:#FFFFFF!important;
}
.class-btn-endcall{
	background:linear-gradient(135deg, #D90429  0%, #EF233C 100%);
	font-size:14px;
	margin-top:12px;
	text-align:left;
	padding:6px 12px 5px 12px;
	border-width:0px 0px 0px 0px;
	border-color:#D90429!important;
}
.class-btn-endcall:hover{
	background-color:#780000;
	border-color:#780000!important;
	border-width:0px 0px 0px 0px;
}
.class-btn-endcall:active{
	border-width:0px 0px 0px 0px;
	border-color:#D90429!important;
	background-color:#780000;
}
.img-loading{
	width:200px;
	position:relative;
	top:0px;
}
.div-hidden{
	opacity:0;
}
.class-btn-endcall:visited{
	border-color:#D90429!important;
	border-width:0px 0px 0px 0px;
}
.class-btn-endcall:focus{
	border-color:#D90429!important;
	border-width:0px 0px 0px 0px;
	background-color:#780000;
}
.class-btn-normal{
	margin-top:12px;
	padding:7px 12px 5px 12px;
	font-size:14px;
	background-color:var(--swatch-var-442);
	text-align:left;
	border-width:0px 0px 0px 0px;
	border-color:var(--swatch-var-442)!important;
}
.class-div-overlay-logo-alt{
	left:327px;
}
.class-btn-normal:hover{
	background-color:var(--swatch-var-2544);
	border-width:0px 0px 0px 0px;
	border-color:var(--swatch-var-2544)!important;
}
.class-btn-normal:active{
	background-color:var(--swatch-var-2544);
	border-width:0px 0px 0px 0px;
	border-color:var(--swatch-var-442)!important;
}
.class-btn-normal:focus{
	background-color:var(--swatch-var-2544);
	border-color:var(--swatch-var-442)!important;
	border-width:0px 0px 0px 0px;
}
.class-btn-normal:visited{
	border-width:0px 0px 0px 0px;
	border-color:var(--swatch-var-442)!important;
}
.class-txt-app-info{
	font-size:16px;
	color:#666666!important;
	position:absolute;
	left:0px;
	right:0px;
	bottom:25px;
	text-align:center;
}
.class-div-overlay-cover{
	position:absolute;
	width:100%;
	height:100%;
	z-index:5;
	display:block;
}
.class-txt-slow-network{
	color:var(--swatch-var-16)!important;
	text-align:center;
	position:absolute;
	z-index:5;
	width:100%;
	margin:0px 0px 0px 0px;
	text-transform:none;
	text-decoration:none;
	bottom:100px;
	font-weight:bold;
	padding-left:25px;
	padding-right:25px;
}
.class-txt-link{
	color:#FF9191!important;
	text-decoration:none;
}
.class-txt-link:hover{
	color:#D66262!important;
}
.class-txt-link:active{
	color:#BF3737!important;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-525:rgba(20,20,20,1.00);
	
	--swatch-var-2544:rgba(41,43,44,1.00);
	
	--swatch-var-2906:rgba(33,33,33,1.00);
	
	--swatch-var-16:rgba(255,255,255,1.00);
	
	--swatch-var-442:rgba(52,52,52,1.00);
	
}



/* Text colour styles */

.tc-16{
	color:var(--swatch-var-16)!important;
}


/* = Custom Bric Data
-------------------------------------------------------------- */

.stickyalert-bg {
	  display:block;
	  position:fixed;
	  width:100%;
	  height:100%;
	  top:0;
	  left:0;
	  background-color: rgba(0,0,0,0);
	  z-index: 9997}.stickyalertwrapper {
	  display:block;
	  position:relative;
	  width:100%;
	  padding: 1% 5% 1% 1%;
	  text-align: left;
	  background-color: #d8d8d8;
	  border-radius: 3px;
	  box-shadow: 0 0 5px #555555;
	  z-index:9998}  .stickyalertwrapper.top {
	  top:9%}  .stickyalertwrapper.bottom {
	  bottom:0%}      .stickyalertwrapper p.stickyalert-txt {
	  display:inline;
	  position:relative;
	  margin: 0;
	  padding: 0;
	  color: #515151;
	  font-size:1.25em;
	  line-height:140%}  .stickyalertwrapper p.stickyalert-policy, .stickyalertwrapper p.stickyalert-agree, .stickyalertwrapper p.stickyalert-leave {
	  display:inline-block;
	  position:relative;
	  margin: .25em 0 0 .5em;
	  padding: 0;
	  font-size:1.25em;
	  line-height:140%}  .stickyalertwrapper p.stickyalert-policy a, .stickyalertwrapper p.stickyalert-agree a, .stickyalertwrapper p.stickyalert-leave a, .stickyalertwrapper p.stickyalert-policy a:visited, .stickyalertwrapper p.stickyalert-agree a:visited, .stickyalertwrapper p.stickyalert-leave a:visited {
	  padding: .2em .35em .2em .35em;
	  border: 2px solid #bcbcbc;
	  border-radius: .5em;
	  color: #4c8dbb}  /* .stickyalertwrapper p.stickyalert-policy a:hover, .stickyalertwrapper p.stickyalert-leave a:hover {
	  border: 2px solid #ffffff;
	  color: #ffffff}   */  .stickyalertwrapper .icon-md {
	  display:block;
	  position:absolute;
	  top:10%;
	  right:1%;
	  color:#ff0000;
	  text-shadow: 1px 1px 2px #929292;
	  cursor:pointer}   .stickyalertwrapper .display-in-blocs-edit-mode-only {
	  display:block;
	  position:relative;
	  height:40px;
	  padding-top:6px;
	  padding-left:10px;
	  font-size: 1.5em;
	  background-color: #cccccc}  @media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),only screen and (max-width: 768px) and (   min--moz-device-pixel-ratio: 2),only screen and (max-width: 768px) and (   -moz-min-device-pixel-ratio: 2),only screen and (max-width: 768px) and (     -o-min-device-pixel-ratio: 2/1),only screen and (max-width: 768px) and (             min-device-pixel-ratio: 2),only screen and (max-width: 768px) and (                min-resolution: 192dpi),only screen and (max-width: 768px) and (                min-resolution: 2dppx) {
	  .stickyalertwrapper p.stickyalert-txt {
	padding: 0!important}  .stickyalertwrapper p.stickyalert-policy, .stickyalertwrapper p.stickyalert-agree, .stickyalertwrapper p.stickyalert-leave {
	margin-left: 0em;
	 line-height: calc(140% * 1.33)!important}}  

/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.class-div-overlay-logo-alt{
		left:327px;
	}
	
}

@media (max-width: 767px){
	.class-img-overlay-logo{
		height:55px;
	}
	.class-div-overlay-logo{
		height:58px;
		width:220px;
	}
	.class-div-overlay-logo-alt{
		left:327px;
	}
	.class-txt-slow-network{
		bottom:100px;
	}
	
}

@media (max-width: 575px){
	.class-img-overlay-logo{
		height:46px;
		top:1px;
	}
	.class-div-overlay-logo{
		height:48px;
		width:182px;
		top:16px;
	}
	.class-div-overlay-logo-alt{
		left:12px;
	}
	.class-txt-app-info{
		font-size:14px;
		text-overflow:clip;
	}
	.class-txt-app-info-alt{
		position:absolute;
		left:0px;
		right:0px;
		top:75px;
		opacity:0.8;
		font-size:12px;
		text-align:center;
		color:#666666!important;
		bottom:1000px;
	}
	.div-hidden{
		opacity:1;
	}
	.class-txt-slow-network{
		bottom:150px;
	}
	
}

