
@font-face {
    font-family: 'This Is The Future Italic';
    src: url('fonts/ThisIsTheFuture-Italic.eot');
    src: url('fonts/ThisIsTheFuture-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/ThisIsTheFuture-Italic.woff2') format('woff2'),
        url('fonts/ThisIsTheFuture-Italic.woff') format('woff'),
        url('fonts/ThisIsTheFuture-Italic.ttf') format('truetype'),
        url('fonts/ThisIsTheFuture-Italic.svg#ThisIsTheFuture-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'This Is The Future';
    src: url('fonts/ThisIsTheFuture.eot');
    src: url('fonts/ThisIsTheFuture.eot?#iefix') format('embedded-opentype'),
        url('fonts/ThisIsTheFuture.woff2') format('woff2'),
        url('fonts/ThisIsTheFuture.woff') format('woff'),
        url('fonts/ThisIsTheFuture.ttf') format('truetype'),
        url('fonts/ThisIsTheFuture.svg#ThisIsTheFuture') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
	--primary-color: #152023;
	--light-color: #FFFFFF;
	--dark-color: #000000;	
	--color-1: #143149;
	--color-2: #FDFAFA;
	--color-3: #43BDD6;
	--active-color: #007995;
	--background-button: #43BDD6;
	--box-shadow: 0 3px 23px rgb(39 79 117 / 15%);
	--border-color: rgba(39, 79, 117, 0.08);
	--border-color-1: rgba(67, 189, 214, 0.8)
}

body{
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	font-family: 'Arial', sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	color: var(--primary-color);
	background: var(--color-5);
}

a, 
a::after,
button,
.btn,
.bannerGallery .owl-dots .owl-dot,
.vcSlider .item,
.lastArticleSlider .item,
.articleItem,
.custom_widget_recent a::before{
	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

ul.mainmenu li a{
	-webkit-transition: color ease .3s;
    -moz-transition: color ease .3s;
    -ms-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s;
}
ul.mainmenu .sub-menu{
	-webkit-transition: all ease .7s;
    -moz-transition: all ease .7s;
    -ms-transition: all ease .7s;
    -o-transition: all ease .7s;
    transition: all ease .7s;
}

.thumb,
.thumb a,
.thumb img{
	-webkit-transition: all ease .7s;
    -moz-transition: all ease .7s;
    -ms-transition: all ease .7s;
    -o-transition: all ease .7s;
    transition: all ease .7s;
}

button:focus, .btn:focus,
button:active, .btn:active{
    outline: none;
    box-shadow: none;
}

a{
	color: var(--active-color);
}

/* header */
body.home header{
	position: fixed;
	width: 100%;
	z-index: 99;
	padding-top: 50px;
}
body:not(.home) header{
	position: static;
	padding-top: 10px;
	padding-bottom: 10px;
	background: var(--color-1);
}
header ul.mainmenu li{
	padding: 0 30px;
}
header ul.mainmenu li:first-child{
	padding-left: 0px;
}
header ul.mainmenu li:last-child{
	padding-right: 0px;
}
header ul.mainmenu li a,
body header.sticky li a,
body.home header.sticky ul.mainmenu li a{
	font-size: 13px;
	color: var(--light-color);
}
body.home header ul.mainmenu > li > a{
	color: var(--light-color);
}
header ul.mainmenu li a:hover,
body header.sticky li a:hover,
body.home header.sticky ul.mainmenu li a:hover,
body.home header ul.mainmenu li a:hover,
ul.mainmenu li.current_page_parent a,
ul.mainmenu li.current-menu-item a{
	color: var(--active-color);
	text-decoration: none;
}
ul.mainmenu > li{
	position: relative;
}
ul.mainmenu .sub-menu{
	position: absolute;
	list-style: none;
	background: var(--light-color);
	border-radius: 6px;
	margin: 0px;
	padding: 15px;
	left: 0px;
	top: 100%;
	visibility: hidden;
	opacity: 0px;	
}
ul.mainmenu .sub-menu li{
	display: block;
	padding: 0px;
}
ul.mainmenu .sub-menu li a{
	color: var(--primary-color);
}
ul.mainmenu li:hover .sub-menu{
	visibility: visible;
	opacity: 1;
}

a.logo{
	display: block;
}

body header.sticky{
	position: fixed;
	top: 0px;
	width: 100%;
	transition: opacity .5s, top .5s;
	animation: anima-menu-down 2s;
	background: var(--color-1);
	padding: 15px 0px;
	z-index: 9;
}

body header.sticky img.imageMobile,
body:not(.home) img.imageMobile{
	display: inline-block;
}
body header.sticky img.imageDesktop,
body:not(.home) img.imageDesktop{
	display: none;
}
header.sticky .row{
	align-items: center;
}
.banner{
	padding-top: 200px;
	transform: translate3d(0px, 0px, 0px);
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
.single-post .banner{
	padding-top: 100px;
}
.banner .mask{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.banner.banner-home{
	padding-top: 230px;
}
.banner.ken-burn-in .mask{
	animation: ken-burn-in 13s;
    transform-origin: bottom left;
    transform: scale(1);
}
.bannerTitle{
	color: var(--color-1);
	font-weight: 900;
	position: relative;
}
.home .bannerTitle{
	color: var(--light-color);
}
.bannerTitle.bannerSubtitle{
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	line-height: 23px;
	margin-top: 10px;
	letter-spacing: normal;
}
.bannerTitle.bannerSubtitle::before,
.bannerTitle.bannerSubtitle::after{
	content: "";
    position: absolute;
    height: 5px;
    width: 1500px;
    top: 10px;
    border-radius: 3px;
	background: var(--border-color-1);
}
.bannerTitle.bannerSubtitle::before{
	left: calc(100% + 30px);
}
.bannerTitle.bannerSubtitle::after{
	right: calc(100% + 30px);
}
.banner:not(.banner-home) .bannerTitle{
	text-transform: uppercase;
    animation: anima-header 4s;
}
.vcTitle, .bannerTitle{
	font-size: 35px;
	line-height: 45px;
	font-family: 'This Is The Future', sans-serif;
}
.bannerTitle{
	letter-spacing: 5px;
}
.titleEffect .letter{
	display: inline-block;
	line-height: 1em;
}
.optionHome{
	color: var(--light-color);
}
.optionHome .detail{
	margin-bottom: 30px;	
	font-size: 13px;
	line-height: 23px;
}
.optionHome .detail span:last-child{
	display: block;
	font-size: 15px;
	line-height: 25px;
	font-weight: 900;
}
.bannerGallery .owl-dots,
.navSlider .vcDocts{
	display: flex;
	margin-top: 15px;
	height: 5px;
	background: rgba(112, 112, 112, 0.3);
	border-radius: 6px;
}
.bannerGallery .owl-dots .owl-dot,
.navSlider .vcDocts span{
	border-radius: 6px;
	background: transparent;
	height: 5px;
} 
.bannerGallery .owl-dots .owl-dot.active,
.bannerGallery .owl-dots .owl-dot:hover,
.navSlider .vcDocts span.active,
.navSlider .vcDocts span:hover{
	background: var(--light-color);
}
.bannerGallery a{
	display: block;
	position: relative;
}
a.btnVideo::before{
	top: calc(50% - 40px);
	height: 80px;
	width: 80px;
	border-radius: 50%;
	left: calc(50% - 40px);
	background: rgb(255, 255, 255);
	content: '';
	animation: icon-ping 0.8s ease-in infinite both;
	position: absolute;
	z-index: 9;
}
a.btnVideo::after{
	top: calc(50% - 15px);
    left: calc(50% - 8px);
	content: "\f04b";
	animation: icon-pulse 1.5s ease-in-out infinite both;
	position: absolute;
	z-index: 9;
	font-family: 'Font Awesome 5 Solid';
    font-weight: 900;
	font-size: 20px;
	color: var(--active-color);
}
/* content */
.vcTextAdvance .icon{
	position: absolute;
	right: 0px;
}
.vcTextAdvance .imageSecond{
    margin-top: 15px;
}
.vcTitle{
	font-size: 35px;
	line-height: 35px;
	color: var(--color-1);
	letter-spacing: 1px
}
.vcTitle code{
	display: inline-block;
	font-family: inherit;
	font-size: 25px;
	line-height: 25px;
	color: inherit;
}
.vcTitle span{
	font-weight: bold;
	display: block;
	font-family: Arial, sans-serif;
	line-height: 40px;
}
.vcSlider{
	padding: 30px 0px;
}
.vcSlider .vcTitle{
	line-height: 43px;
}
.vcSlider .vcBlockContent{
	font-size: 12px;
	line-height: 15px;
}
.navSlider{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navSlider a{
	color: var(--light-color);
}
.navSlider a:hover{
	color: var(--active-color);
}
.navSlider .vcDocts{
	width: calc(100% - 80px);
	margin: 0px;
}
.vcSlider .sliders{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.vcSlider .item{
	position: relative;
}
.vcSlider .item a{
	display: block;
	position: absolute;
	width: 100%;
	height: 85px;
	bottom: 0px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	text-decoration: none !important;
}
.vcSlider .item:hover a{
	height: 100%;
}
.vcSlider .item a span{
	display: block;
}
.vcSlider .item .information{
	padding: 20px;
	color: var(--light-color);
}
.vcSlider .item .information .title{
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 20px;
	font-family: 'This Is The Future';
}
.vcSlider .item .information .subtitle{
	font-size: 9px;
	line-height: 12px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	overflow: hidden;
	height: 30px;
}
.vcSlider .item .information .subtitle::before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 5px;
	background: var(--active-color);
	border-radius: 6px;
	margin-right: 5px;
}
.vcSlider .item .information .vcBlockContent{

}
.vcIcons .col-md-3{
	border-right: 1px solid var(--border-color);
}
.vcIcons .col-md-3:last-child{
	border: none;
}
.vcIcons .item .vcBlockContent{
	font-size: 15px;
	line-height: 20px;
	margin-top: 10px;
}
.vcIcons .item{
	position: relative;
}
.vcIcons .item a.link{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.vcIcons .item a{
	display: inline-block;
	margin-top: 30px;
	font-size: 12px;
	text-transform: uppercase;
	color: var(--primary-color);
	text-decoration: none !important;
}
.vcIcons .item a:hover{
	color: var(--active-color);
}
.btn.btnCustom{
	display: inline-block;
	width: auto;
	text-transform: none;
	padding: 5px 10px;
	height: auto;
}
.btnCustom a{
	display: block;
	color: var(--light-color);
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
}
.vcArticles .vcSubtitle{
	font-size: 20px;
	font-weight: bold;
	color: var(--color-1);
	display: flex;
	align-items: center;
}
.vcArticles .vcSubtitle::after{
	content: '';
	display: inline-block;
	margin-left: 30px;
	width: 50px;
	height: 5px;
	background: var(--active-color);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.vcArticles a.btnPrev,
.vcArticles a.btnNext{
	display: inline-flex;
    background: var(--light-color);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}
.lastArticleSlider .item{
	position: relative;
}
.lastArticleSlider .item a.btnReadMore{
	position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    color: var(--light-color);
    top: 0px;
    left: 0px;
    text-decoration: none;
    background: rgba(0,0,0,0.35);
    padding: 0 15%;
}
.lastArticleSlider .item:hover a.btnReadMore{
	opacity: 1;
	visibility: visible;
}
.lastArticleSlider .item .infos{
	position: absolute;
	background: var(--color-1);
	color: var(--light-color);
	padding: 10px 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	width: 70%;
	left: 15%;
	bottom: 15px;
}
.lastArticleSlider .item .infos .title{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
.lastArticleSlider .item .infos .date{
	font-weight: bold;
	font-size: 8px;
	color: var(--active-color);
	text-transform: capitalize;
}
.lastArticleSlider .item .infos .vcBlockContent{
	font-size: 8px;
	color: var(--light-color);
	line-height: 12px;
}
.lastArticleSlider .item .infos .vcBlockContent p:last-child{
	margin: 0px;
}
.lastArticleSlider .item .infos .date::before{
	content: '';
	width: 30px;
	height: 5px;
	background: var(--active-color);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
	margin-right: 5px;
}
.articleItem{
	box-shadow: 0 3px 23px rgb(39 79 117 / 15%);
	background: var(--light-color);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 30px;
}
.articleItem:hover{
	transform: scale(.95);
}
.articleItem a{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	text-decoration: none;
	height: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	display: block;
}
.articleItem a .date{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 80px;
	text-align: center;
	background: var(--color-3);
}
.articleItem a .date span{
	display: block;
	color: var(--light-color);
}
.articleItem a .date span:first-child{
	font-size: 28px;
	font-weight: bold;
	padding: 10px 0px;
}
.articleItem a .date span:last-child{
	font-size: 12px;
	font-weight: 400;
	background: var(--color-1);
}
.articleItem .detail{
	padding: 30px 15px;
}
.articleItem .title{
	font-size: 15px;
	font-family: "This Is The Future", sans-serif;
	margin-bottom: 10px;
	line-height: 18px;
	color: var(--primary-color);
	letter-spacing: 1px;
}
.articleItem ul.meta{
	list-style: none;
	margin: 15px 0px;
	display: flex;
	padding: 0px;
}
.articleItem ul.meta li i{
	color: var(--active-color);
}
.articleItem ul.meta li{
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	text-transform: capitalize;
	white-space: nowrap;
    overflow: hidden;
	margin-right: 25px;
}

.articleItem .vcBlockContent{
	font-size: 15px;
	line-height: 25px;
}
.blockSearch form input{
	padding-right: 50px;
}
.blockSearch form button{
	border: none;
    background: var(--active-color);
    color: var(--light-color);
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    border-radius: 0px 2px 2px 0px;
    padding: 0 15px;
}
.sidebar-widget .widget-title{
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 15px;
}
.sidebar-widget ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.custom_widget_recent li{
	margin-bottom: 15px;
}
.custom_widget_recent a{
	font-size: 15px;
	line-height: 25px;
	text-decoration: none;
	padding-left: 70px;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	display: block;
	color: var(--primary-color);
	background-size: 55px 55px;
	font-weight: bold;
	padding-top: 10px;
}
.custom_widget_recent a span{
	white-space: nowrap;
}
.custom_widget_recent a span span{
	display: block;
	font-size: 12px;
	color: rgba(21, 32, 35, 0.4);
	line-height: 14px;
}
.custom_widget_recent a::before{
	content: '';
	position: absolute;
	bottom: 0px;
	width: 0px;
	border-bottom: 1px solid var(--active-color);
	left: 55px;
}
.custom_widget_recent a:hover::before{
	width: 72%;
}
li.cat-item,
.custom_widget_archive li{
	margin-bottom: 10px;
}
li.cat-item:last-child,
.custom_widget_archive li:last-child{
	margin-bottom: 0px;
}
li.cat-item a,
.custom_widget_archive li a{
	color: var(--primary-color);
	text-decoration: none;
}
li.cat-item a:hover,
.custom_widget_archive li a:hover{
	color: var(--color-3);
}
.vcNewsletter .vcSubTitle{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vcNewsletter .vcSubTitle::before,
.vcNewsletter .vcSubTitle::after{
	content: '';
	height: 5px;
	width: 80px;
	background: var(--active-color);
	display: inline-block;
	border-radius: 6px;
}
.vcNewsletter .vcSubTitle::before{
	margin-right: 10px;
}
.vcNewsletter .vcSubTitle::after{
	margin-left: 10px;
}

.vcHistory .row [class*='col']{
	padding-top: 30px;
	padding-bottom: 30px;
}
.vcHistory .row .colSpecial{
	position: relative;
	border-right: 1px solid var(--background-button);
}
.vcHistory .row .colSpecial::after{
	position: absolute;
	content: '';
	bottom: 0px;
	width: 50%;
	border-bottom: 1px solid var(--background-button);
	right: 0px;
}
.vcHistory .row:last-child .colSpecial::after{
	border-bottom: none;
}
.vcHistory .row .colSpecial.lastItem{
	border-right: 0px;
	border-left: 1px solid var(--background-button);
}
.vcHistory .row .lastItem > div{
	padding-left: 15px;
}
.vcHistory .row .colSpecial.lastItem::after{
	right: auto;
	left: 0px;
}
.vcHistory .year{
	font-size: 20px;
    line-height: 30px;
    font-family: 'This Is The Future', sans-serif;
}
.vcHistory .title{
	color: var(--background-button);
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.vcHistory .description{
	font-size: 14px;
	line-height: 16px;
}
.vcGallery{
	position: relative;
}
.vcGallery .owl-carousel .owl-controls .owl-nav .owl-prev, 
.vcGallery .owl-carousel .owl-controls .owl-nav .owl-next{
    position: absolute;
    top: calc(50% - 12.5px);
    font-size: 20px;
    color: var(--color-1);
}
.vcGallery .owl-carousel .owl-controls .owl-nav .owl-prev{
	left: -15px;
}
.vcGallery .owl-carousel .owl-controls .owl-nav .owl-next{
	right: -15px;
}
.vcGallery .owl-carousel .owl-controls .owl-dots{
	position: relative;
	display: flex;
	margin-top: 10px;
	width: 100%;
	height: 5px;
	background: rgba(112, 112, 112, 0.3);
	border-radius: 6px;
	justify-content: space-evenly;
}
.vcGallery .owl-carousel .owl-controls .owl-dot{
    border-radius: 6px;
    background: transparent;
    height: 5px;
    display: inline-block;
}
.vcGallery .owl-carousel .owl-controls .owl-dot.active{
	background: var(--background-button);
}
.vcLogos ul{
	list-style: none;
	display: flex;
	margin: 0px;
	padding: 0px;
	justify-content: space-evenly;
    align-items: center;
}

.teamItem{
	margin-bottom: 30px;
	padding-bottom: 70px;
	position: relative;
	overflow: hidden;
}
.teamItem .content{
	font-size: 10px;
	line-height: 14px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background: var(--light-color);
	height: 70px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.teamItem .content .title{
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
}
.teamItem .content .description{
	margin-top: 10px;
}
.teamItem .content .blockContent{
	margin-top: 10px;
	opacity: 0;
}
.teamItem:hover .content{
	height: 90%;
}
.teamItem:hover .content .blockContent{
	opacity: 1;
}
/* footer */
footer{
	background: var(--color-1);
	padding-top: 50px;
	padding-bottom: 50px;
}
footer ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-widget .widget-title{
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: var(--light-color);
	margin-bottom: 15px;
}
.footer-widget li{
	margin-bottom: 10px;
}
.footer-widget li a,
.footer-widget li{
    font-size: 15px;
    line-height: 19px;
    color: var(--color-2);
    text-decoration: none;
}
footer .footer{
	margin-top: 50px;
}
footer .footer ul li,
footer .footer ul li a{
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
}
footer .footer ul li::after{
	display: inline-block;
	content: '-';
	padding: 0 10px;	
}
footer .footer ul li:last-child::after{
	display: none;
}
a.btnSocial{
	font-size: 30px;
	color: var(--light-color);
	margin-bottom: 15px;
	display: block;
}
a.btnSocial.noclick{
	pointer-events: none;
}
footer .footer ul li a:hover,
a.btnSocial:hover,
.footer-widget li a:hover{
	color: var(--active-color);
}
a.logo-footer{
	display: block;
}
.pagination .page-numbers{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	color: var(--active-color);
	background: var(--light-color);
	box-shadow: 0 3px 23px rgb(39 79 117 / 15%);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	text-decoration: none !important;
	margin: 0 5px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
	color: var(--light-color);
	background: var(--active-color);
}

/* effect */
@keyframes ken-burn-in {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes anima-menu-down {
    0% {
        opacity: 0;
        top: -100%;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}
@keyframes anima-header {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes icon-ping {
    0% {
        transform: scale(0.2);
        opacity: 0.8;
    }

    80% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

@keyframes icon-pulse{
    from {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }

    10% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }

    17% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }

    33% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
    }

    45% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}
/* common */
.btnMenu{
	display: inline-block;
	margin-left: 15px;
	padding: 0px;
	border: none;
	color: var(--primary-color);
}
.home .btnMenu,
.sticky .btnMenu{
	color: var(--light-color);
}

.btn{
	height: 40px;
	display: inline-flex;
	align-items: center;
	padding: 0 25px;
	position: relative;
	background: var(--background-button);
	color: var(--light-color);
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

.btn:hover,
.btn.btnPrice,
ul.mainmenu > li.btnMenu:hover{
	background-color: var(--active-color);
	color: var(--light-color);
}
.form-control{
	height: 38px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: var(--light-color);
	border-color: var(--border-color);
	color: var(--primary-color);
	box-shadow: var(--box-shadow);
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
}
.form-control:focus{
	border-color: var(--border-color);
	outline: none;
	box-shadow: var(--box-shadow);
}
.form-control::-moz-placeholder{
	color: var(--primary-color);
}
.form-control:-ms-input-placeholder{
	color: var(--primary-color);
}
.form-control::-webkit-input-placeholder{
	color: var(--primary-color);
}
.custom-checkbox .custom-control-label{
	font-size: 7px;
	color: var(--color-1);
	line-height: 23px;
}
.custom-checkbox .custom-control-label::before{
	border-radius: 0px;
	border: none;
	box-shadow: var(--box-shadow);
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
	font-family: 'Font Awesome 5 Regular';
	font-weight: 400;
	content: "\f00c";
	background: none !important;
	top: 0px;
	color: var(--active-color);
}
.custom-control-input:checked~.custom-control-label::before{
	background: transparent;
}

.vcBlock{
	margin-bottom: 30px;
}
.not-loading{
	display: none;
}
.not-loading.loading{
	display: inline-block;
}
.thumb,
.thumb a{
	overflow: hidden;
	display: block;
}
.vcLogos .thumb{
	overflow: inherit;
}
.thumb:hover img,
.thumb a:hover img{
	transform: scale(1.1);
}
.whiteColor,
.whiteColor .vcTitle{
	color: var(--light-color);
}
.pagination .screen-reader-text{
	display: none;
}
blockquote {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
	word-wrap: break-word;
	position: relative;
	padding: 0 30px;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	text-align: center;
}
blockquote::before,
blockquote::after{
	position: absolute;
	font-family: 'Font Awesome 5 Solid';
    font-weight: 900;
}
blockquote::before{
	top: 0px;
	left: 0px;
	content: "\f10d";
}
blockquote::after{
	bottom: 0px;
	right: 0px;
	content: "\f10e";
}
ul.actionsLink{
	list-style: none;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	display: flex;
	align-items: center;
}
ul.actionsLink li{
	margin-right: 25px;
	display: inline-flex;
}
ul.actionsLink li a{
	text-decoration: none;
	color: var(--primary-color);
	font-weight: bold;
	display: inline-flex;
	align-items: center;
}
ul.actionsLink li a:hover{
	color: var(--color-3);
}
ul.actionsLink li a i{
	color: var(--color-3);
	margin-right: 10px;
}
ul.actionsLink li:last-child i{
	font-size: 25px;
	line-height: 25px;
}
@media (min-width: 1200px){
	
}

@media (min-width: 768px){
	body.admin-bar header.sticky{
		top: 32px;
	}
	img.imageMobile,
	span.dotMobile{
		display: none;
	}
	.banner,
	.single-post .banner{
		padding-bottom: 50px;
	}
	.banner.banner-home{
		height: 800px;
		padding-bottom: 0px;
	}
	.vcSlider > .container > .row > .col-md-6:first-child{
		position: absolute;
		right: 50%;
	}
	.vcSlider > .container > .row > .col-md-6:last-child{
		margin-left: 50%;
		min-height: 430px;		
	}
	.lastArticleSlider{
		position: absolute;
		width: 100%;
		left: 0px;
	}
	.minHeight730{
		min-height: 730px;
	}
	.vcTitle.font35, .font35 .vcTitle, .font35{
		font-size: 35px;
		line-height: 45px;
	}
	.vcTitle.font30, .font30 .vcTitle, .font30{
		font-size: 30px;
		line-height: 35px;
	}
	.font20, .vcTextAdvanceFont20 .vcBlockContent{
		font-size: 20px;
		line-height: 30px;
	}
	.font18{
		font-size: 18px;
		line-height: 20px;
	}
	.font14{
		font-size: 14px;
		line-height: 16px;
	}
}

@media (max-width: 767px){
	body{
		font-size: 14px;
    	line-height: 24px;
	}
	body.home header > .container > .row > .col-md-9{
		background: var(--color-1);
	}
	body.home header .navbar{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	body.home header .navbar .navbar-collapse.show{
		padding-top: .5em;
		padding-bottom: .5em
	}
	body.home header{
		padding-top: 35px;
	}
	.banner{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.banner.banner-home{
		padding-top: 100px;
	}
	.home .bannerTitle,
	.optionHome .description{
		text-align: center;
	}
	.optionHome .detail,
	header ul.mainmenu li a, 
	body header.sticky li a, 
	body.home header.sticky ul.mainmenu li a{
		font-size: 16px;
	}
	img.imageDesktop,
	span.dotDesktop{
		display: none;
	}
	.vcIcons .col-md-3:nth-child(2n+2){
		border: none;
	}
	.vcIcons .item{
		margin-bottom: 30px;
	}
	header ul.mainmenu li{
		padding-left: 0px;
		padding-right: 0px;
	}
	a.logo-footer{
		margin-bottom: 30px;
	}
	.vcTitle {
		font-size: 130%;
		line-height: normal;
	}
	.vcTitle code{
		font-size: 100%;
		line-height: normal;
	}
	.vcSlider .vcTitle{
		margin-top: 35px;
	} 
	.vcSlider .item a{
		height: 100%;
	}
	.lastArticleSlider .item .infos{
		position: static;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		width: 100%;
	}
	.custom_widget_recent a{
		background-size: 28%;
		padding-left: 30%;
	}
	.vcTitle span,
	.vcSlider .vcTitle{
		line-height: normal;
	}
	.vcArticles{
		min-height: auto !important;
	}
	.vcHistory .row [class*='col']{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.vcHistory .row .colSpecial{
		border: none;
	}
	.vcHistory .row .colSpecial::after{
		display: none;
	}
	.vcHistory .row{
		border-bottom: 1px solid var(--background-button);
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.vcHistory .row:nth-child(2n + 1){
		flex-flow: column-reverse;
	}
	.vcHistory .row .lastItem > div{
		padding-left: 0px;
	}
	.vcLogos ul,
	.vcLogos ul li{
		display: block;
	}
	.vcLogos ul li{
		margin-bottom: 10px;
	}
	.vcLogos ul li:last-child{
		margin-bottom: 0px;
	}
}

@media (max-width: 662px) {
	
}

@media print{
	
 }