@charset "UTF-8";
@font-face {
	font-family: 'JosefinSans';
	src: url('../fonts/JosefinSans-Thin.eot');
	src: local('☺'), url('../fonts/JosefinSans-Thin.woff') format('woff'), url('../fonts/JosefinSans-Thin.ttf') format('truetype'), url('../fonts/JosefinSans-Thin.svg') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'JosefinSans';
	src: url('../fonts/JosefinSans-ExtraLight.eot');
	src: local('☺'), url('../fonts/JosefinSans-ExtraLight.woff') format('woff'), url('../fonts/JosefinSans-ExtraLight.ttf') format('truetype'), url('../fonts/JosefinSans-ExtraLight.svg') format('svg');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'JosefinSans';
	src: url('../fonts/JosefinSans-Light.eot');
	src: local('☺'), url('../fonts/JosefinSans-Light.woff') format('woff'), url('../fonts/JosefinSans-Light.ttf') format('truetype'), url('../fonts/JosefinSans-Light.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'JosefinSans';
	src: url('../fonts/JosefinSans-Regular.eot');
	src: local('☺'), url('../fonts/JosefinSans-Regular.woff') format('woff'), url('../fonts/JosefinSans-Regular.ttf') format('truetype'), url('../fonts/JosefinSans-Regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'JosefinSans';
	src: url('../fonts/JosefinSans-Medium.eot');
	src: local('☺'), url('../fonts/JosefinSans-Medium.woff') format('woff'), url('../fonts/JosefinSans-Medium.ttf') format('truetype'), url('../fonts/JosefinSans-Medium.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'JosefinSans';
	src: url('../fonts/JosefinSans-SemiBold.eot');
	src: local('☺'), url('../fonts/JosefinSans-SemiBold.woff') format('woff'), url('../fonts/JosefinSans-SemiBold.ttf') format('truetype'), url('../fonts/JosefinSans-SemiBold.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'JosefinSans';
	src: url('../fonts/JosefinSans-Bold.eot');
	src: local('☺'), url('../fonts/JosefinSans-Bold.woff') format('woff'), url('../fonts/JosefinSans-Bold.ttf') format('truetype'), url('../fonts/JosefinSans-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}
/* CSS Document
	EtrustCloud Econtract Landing Page Layout Boostrap 5
	Author: Pham Loc - dackro@gmail.com - locpdt@etrustcloud.com
	Date Create: 16/04/2021
*/
/*------------------------------------ Setup Scrollbar Windows */
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(233, 233, 233, 0.4);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
/*------------------------------------ Setup */
:root {scroll-behavior: auto;}
*{font-family: 'JosefinSans';font-weight: 400;}
a {color:#5d5779;text-decoration: none; outline: none; -moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
a:hover,a:focus{color:#47100e;text-decoration: none; outline: none;}
a:active { outline: none; }
.econtractmobileheader{display: none;}
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1200px;
	}
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1320px;
	}
}
/*------------------------------------ Setup Button Readmore */
.btn-readmore{
  background: linear-gradient(87deg, #3fc0bd, #207775);
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 13px 35px;
  border-radius: 23px;
  box-shadow: 0px 0px 0px 0px transparent;
  transition: all 0.5s ease;
}
.btn-readmore:hover{
  color: #fff;
  box-shadow: 0px 5px 10px 0px #207775;
}
/*------------------------------------ Box Header */
.box-header{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 5;
  width: 100%;
  padding: 10px 0px;
  box-shadow: 0px 0px 0px 0px transparent;
  transition: all 0.5s ease;
}
.box-header::before{
  content: '';
  background: linear-gradient(to bottom left, #cdd1ff, #fff);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transition: all 0.5s ease;
}
.box-header>.container{position: relative;}
.box-header .block-header-logo{
  width: 150px;
}
.box-header .block-header-menu-main ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 300;
}
.box-header .block-header-menu-main ul li{
  display: inline-block;
}
.box-header .block-header-menu-main ul li a{
  color: #fff;
  padding: 0px 10px;
  transition: all 0.5s ease;
}
.box-header .block-header-language{
  position: relative;
  margin: 0px 0px 0px 15px;
  font-size: 15px;
  font-weight: 300;
}
.box-header .block-header-language .current-language{color: #fff;}
.box-header .block-header-language .current-language:hover,
.box-header .block-header-language .current-language:focus{
  text-decoration: none;
}
.box-header .block-header-language .current-language::after{
  content: '\f078';
  font-family:"Font Awesome 5 Pro";
  font-weight: 300;
  padding-left: 5px;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.box-header .block-header-language .current-language.active::after{
  content: '\f077';
  font-family:"Font Awesome 5 Pro";
  font-weight: 300;
}
.box-header .block-header-language .option-select{
  position: absolute;
  right: 0px;
  top: 100%;
  width: 130px;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
  box-shadow: 0 5px 9px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}
.box-header .block-header-language .option-select.open{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.box-header .block-header-language .option-select ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.box-header .block-header-language .option-select ul li+li{
  border-top: 1px solid rgba(238,238,238,0.5);
}
.box-header .block-header-language .option-select ul li a{
  padding: 8px 12px;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #000;
  background: #fff;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.box-header .block-header-language .option-select ul li a:hover{
  color: #22356b;
  background-color: rgba(238,238,238,0.2);
  text-decoration: none;
}
.box-header .block-header-readmore{margin-left: 15px;}
.box-header .block-header-readmore .btn{
  font-size: 14px;
  padding: 6px 15px;
  text-transform: unset;
  border-radius: 20px;
}
.box-header .block-header-readmore .btn-readmore{box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 50%);}
.box-header .block-header-account{margin-left: 15px;}
.box-header .block-header-account ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 300;
}
.box-header .block-header-account ul li{display: inline-block;}
.box-header .block-header-account ul li+li a{
	border-left: 1px solid #fff;
	padding-left: 5px;
	margin-left: 5px;
}
.box-header .block-header-account ul li a{
  color: #fff;
  transition: all 0.5s ease;
}
.box-header.sticky{box-shadow: 0px 0px 5px 0px #cdd1ff;}
.box-header.sticky::before{
  opacity: 1;
  visibility: visible;
}
.box-header.sticky .block-header-menu-main ul li a,
.box-header.sticky .block-header-language .current-language,
.box-header.sticky .block-header-account ul li a{color: #5d5779;}
.box-header.sticky .block-header-account ul li+li a{border-color: #5d5779;}
/*------------------------------------ Box Slider */
.box-slider .carousel-inner{
	/* background: url(../images/bg_banner_main.png) no-repeat center bottom -70px;
  background-size: cover; */
  height: calc(100vh - 100px);
	background: #fff;
	position: relative;
}
.box-slider .carousel-inner::before{
	content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: linear-gradient(140deg, #3fc1be 45%, #207775);
  border-radius: 0px 0px 150px 0px;
  transform: rotate(40deg) translate(-5%, -64%);
}
.box-slider .carousel-item{height: 100%;}
.box-slider .carousel-caption{
  bottom: 0px;
  top: 0px;
  right: calc(10% - 15px);
  left: calc(10% - 15px);
  margin: auto;
  height: max-content;
  text-align: left;
}
.box-slider .block-content{
  flex: 0 0 auto;
  width: 40%;
}
.box-slider .block-images{
  flex: 0 0 auto;
  width: 50%;
}
.box-slider .block-content h3{
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.box-slider .block-content h2{
  color: #000;
  font-size: 45px;
  font-weight: 700;
}
.box-slider .block-content p{
  color: #5d5779;
  font-size: 18px;
}
/*------------------------------------ Box Contact Sales */
.box-contact-sales{margin: 20px 0px 10px;}
/*------------------------------------ Block Contact Sales Item */
.contact-sales-item{
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0px;
  border-right: 1px solid #d2e4e3;
}
.box-contact-sales .col-sales:last-child .contact-sales-item{border-right: none;}
.contact-sales-item .block-images{
	flex: 0 0 auto;
	width: 50px;
}
.contact-sales-item .block-content{
	flex: 0 0 auto;
	width: calc(100% - 65px);
	margin-left: 15px;
}
.contact-sales-item .block-images{
	border-radius: 50%;
	background: linear-gradient(-95deg, #227b79, #3fbfbc);
	color: #fff;
	height: 50px;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
}
.contact-sales-item .block-content h3,
.contact-sales-item .block-content p{margin-bottom: 0px;}
.contact-sales-item .block-content h3{
	font-size: 16px;
}
.contact-sales-item .block-content p{
	font-size: 14px;
	color: #5d5779;
}
/*------------------------------------ Box Feature */
.box-feature{
  padding: 3rem 0px;
  /* background: url(../images/pattern_feature.png) no-repeat center right -300px #fff; */
  background: #fff;
  background-size: contain;
}
.box-feature .block-header-title{
	text-align: center;
	margin-bottom: 1rem;
}
.box-feature .block-header-title h3{
  color: #000;
  font-size: 30px;
  font-weight: 500;
}
/* .box-feature .block-header-title h2{
  color: #32276b;
  font-size: 45px;
  font-weight: 700;
} */
/*------------------------------------ Feature Item */
.feature-item{
  padding: 15px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 40px;
  box-shadow: 5px 5px 20px 0px #ecf2fe;
	border: 1px solid rgb(32 119 117 / 20%);
  text-align: center;
}
.feature-item .block-content{min-height: 100px;}
.feature-item .block-content h3{
  font-size: 18px;
  font-weight: 400;
  color: #3b358f;
}
.feature-item .block-content p{
  font-size: 14px;
  font-weight: 300;
}
/*------------------------------------ Box Price Package */
.box-price-package{
	margin-bottom: 8rem;
}
.box-price-package .block-header-title{
	/* background: url(../images/mask-price-bg.png) no-repeat center center; */
	/* background-size: cover; */
	background: linear-gradient(-95deg, #227b79, #3fbfbc);
	text-align: center;
	padding: 5rem 0px 25rem;
	position: relative;
}
.box-price-package .block-header-title::before{
	content: '';
  background: url(../images/mask-price-before.png) repeat-x center center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 270px;
}
.box-price-package .block-header-title h3,
.box-price-package .block-header-title h2,
.box-price-package .block-header-title p{margin-bottom: 0.5rem;}
.box-price-package .block-header-title h3,
.box-price-package .block-header-title h2,
.box-price-package .block-header-title p{color: #fff;}
.box-price-package .block-header-title h3{font-size: 18px;}
.box-price-package .block-header-title h2{
	font-size: 50px;
	font-weight: 600;
}
.box-price-package .block-header-title p{
	font-size: 16px;
	font-weight: 300;
}
/*------------------------------------ Block Wrapper Price Package */
.block-wrapper-price-package{position: relative;}
.block-wrapper-price-package::before,
.block-wrapper-price-package::after{
	content: '';
  position: absolute;
  background: #fff;
  opacity: 0.5;
  width: calc(100% - 15px);
  height: 100%;
  border-radius: 15px;
  top: -15px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.block-wrapper-price-package::after{
	opacity: 0.2;
	width: calc(100% - 30px);
	top: -30px;
}
.block-wrapper-price-package .wrapper-container{
	background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 5px 5px 20px 0px #ecf2fe;
  position: relative;
  margin-top: -20rem;
  margin-bottom: 2rem;
	z-index: 1;
}
/*------------------------------------ Block Price List Item */
.price-list-item{
	border: 1px solid #d1dbed;
	border-top: 2px solid #1b49a0;
}
.price-list-item .block-header-label{
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.price-list-item .block-header-label h2{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0px;
	color: #1b49a0;
}
.price-list-item .block-header-label h3{
	font-size: 35px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1dbed;
  line-height: 1;
	display: inline-block;
}
.price-list-item .block-header-label h3 small{
	font-size: 12px;
	display: block;
}
.price-list-item .block-header-label p{font-size: 12px;}
.price-list-item .block-header-label .btn{
	padding: 5px 35px;
  font-size: 14px;
  text-transform: unset;
}
.price-list-item .block-header-label .btn-readmore{box-shadow: 0px 5px 10px 0px #207775;}
.price-list-item .block-content{}
.price-list-item .block-content ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.price-list-item .block-content ul li{
	font-size: 13px;
	padding: 5px 10px;
	border-top: 1px solid #d1dbed;
	font-weight: 400;
}
/* .price-list-item .block-content ul li:first-child{min-height: 50px;} */
.price-list-item .block-content p{text-align: center;}
.block-wrapper-price-package .col-price-type:last-child .price-list-item .block-content ul li:first-child{min-height: auto;}
.block-wrapper-price-package .col-price-type:last-child .price-list-item .block-content p~p{
	border-top: 1px solid #d1dbed;
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
}
/*------------------------------------ Box Partner Home */
.box-customers{
  padding: 0px 0px 30px;
}
.box-customers .block-header-title{
  text-align: center;
  margin-bottom: 35px;
}
.box-customers .block-header-title h2{
  color: #00838c;
	font-size: 40px;
	font-weight: 600;
  margin-bottom: 10px;
}
.box-customers .block-header-title p{
  color: #000;
  font-size: 16px;
}
/*------------------------------------ Block Customers Item */
.customers-item{
	border: 1px solid rgba(97, 97, 97, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(97, 97, 97, 0.3);
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
  justify-content: center;
	text-align: center;
	transition: all 0.5s ease;
}
.customers-item img{width: 100%;}
.customers-item:hover{
	border: 1px solid rgb(0 131 140 / 0.3);
	box-shadow: 0px 0px 10px 0px rgb(0 131 140 / 0.3);
}
/*------------------------------------ Adbar Download */
.adbar-download{
	position: fixed;
  top: 50vh;
  left: 15px;
  z-index: 2;
}
.adbar-download ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.adbar-download ul li{}
.adbar-download ul li+li{margin-top: 10px}
.adbar-download ul li a{
	display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #000;
  border-radius: 10px;
  padding: 5px;
}
/*------------------------------------ Box Footer */
.box-footer{
  position: relative;
  background: linear-gradient(to bottom, #3fc1be, #207775);
  padding-top: 9rem;
  border-radius: 30% 70% 0px 0px;
}
.box-footer>.container{position: relative;}
.box-footer::before{
  content: '';
  position: absolute;
  background: url(../images/pattern_footer.png) no-repeat bottom -80px left, url(../images/pattern_footer.png) no-repeat bottom -150px right -10%;
  background-size: contain;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0.2;
}
.box-footer .footer-introduce{margin-bottom: 1rem}
.box-footer .footer-introduce .footer-introduce--logo{
  margin-bottom: 1rem;
  width: 200px;
}
.box-footer .footer-introduce p{
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.box-footer .footer-contact-item{color: #fff;}
.box-footer .footer-contact-item h3{
  font-size: 16px;
}
.box-footer .footer-contact-item ul{
  list-style: none;
  padding-left: 0px;
}
.box-footer .footer-contact-item ul li,
.box-footer .footer-contact-item ul li a{font-weight: 300;}
.box-footer .footer-contact-item ul li a{
  color: #fff;
}
.footer-copyright{
  border-top: 1px solid #3c9596;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer-copyright p{
  margin-bottom: 0px;
  font-size: 14px;
  color: #d2d4fa;
  font-weight: 300;
}
.footer-copyright ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  text-align: right;
}
.footer-copyright ul li{
  display: inline-block;
  width: 32px;
  height: 32px;
}
.footer-copyright ul li+li{margin-left: 5px;}
.footer-copyright ul li a{
  display: block;
  border-radius: 50%;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 2.2;
  color: #fff;
  background: transparent;
  box-shadow: 0px 0px 0px 1px #d2d4fa;
  position: relative;
  transition: all 0.25s ease;
}
.footer-copyright ul li a::before{
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: linear-gradient(-87deg, #9638fe, #d117fe);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.footer-copyright ul li a>i{position: relative;}
.footer-copyright ul li a:hover{box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 50%);}
.footer-copyright ul li a:hover::before{
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1400px){
	.box-slider .carousel-inner::before {transform: rotate(32deg) translate(-6%, -60%);}
	.box-slider .block-content h3{font-size: 16px;}
	.box-slider .block-content h2{font-size: 35px;}
	.box-slider .block-content p{font-size: 14px;}
	.btn-readmore{padding: 8px 25px;}
}
/*------------------------------------ Monitor Ipad Landspace */
@media (max-width: 1024px){
	.box-header .block-header-menu-main ul,
	.box-header .block-header-account ul,
	.box-header .block-header-language{font-size: 14px;}
	.box-header .block-header-menu-main ul li a{padding: 0 2.5px;}
	.box-header .block-header-account,
	.box-header .block-header-language,
	.box-header .block-header-readmore{margin-left: 5px;}
	.box-header .block-header-readmore .btn{padding: 6px 8px;}
	.box-slider .carousel-inner::before {transform: rotate(40deg) translate(-6%, -61%);}
	.feature-item{margin-bottom: 30px;}
	.feature-item .block-content {min-height: 110px;}
	.feature-item .block-content h3{font-size: 16px;}
	.feature-item .block-content p{font-size: 12px;}
	.box-footer{
		padding-top: 5rem;
		border-radius: 35% 20% 0px 0px;
	}
}
/*------------------------------------ Monitor Ipad Portrial */
@media only screen and (max-width: 991px){
	.box-header .block-header-logo{margin-left: 20px;}
	.econtractmobileheader{display: block;}
	.econtractmobileheader{
		display: inline;
    width: 55px;
    height: 55px;
		top: 15px;
    position: fixed;
		margin-left: 0px;
    transition: margin-left 0.5s ease;
    z-index: 1000;
	}
	.econtractmobileheader .econtractanimated-arrow{
		cursor: pointer;
		display: block;
		height: 100%;
		-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	}
	.econtractmobileheader .econtractanimated-arrow span{
		top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
	}
	.econtractmobileheader .econtractanimated-arrow span,
	.econtractmobileheader .econtractanimated-arrow span:before,
	.econtractmobileheader .econtractanimated-arrow span:after{
		cursor: pointer;
		height: 2px;
		width: 20px;
		background: #5d5779;
		position: absolute;
		display: block;
		content: '';
		transition: all 500ms ease-in-out;
	}
	.econtractmobileheader .econtractanimated-arrow span:before {top: -7px;}
	.econtractmobileheader .econtractanimated-arrow span:after {bottom: -7px;}
	.box-header .block-header-menu-main{
		position: fixed;
		top: 0px;
		left: -240px;
		bottom: 0px;
		right: initial;
		z-index: -1;
		transition: all 0.5s ease;
	}
	.box-header .block-header-menu-main .nav{
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 242px;
		height: 100%;
		background: linear-gradient(45deg, #3fc1be 45%, #207775);
    margin-left: -240px;
		position: relative;
		transition: margin-left 0.5s ease;
	}
	.box-header .block-header-menu-main .overlapblackbg {
		right: 0;
		width: 100%;
		height: 100vh;
		min-height: 100%;
		position: fixed;
		top: 0;
		display: none;
		background-color: rgba(0, 0, 0, 0.45);
		cursor: pointer;
		transition: all 0.5s ease;
	}
	.box-header .block-header-menu-main ul li a{
		display: block;
		padding: 10px;
	}
	.box-header.sticky .block-header-menu-main ul li a{color: #fff !important;}
	.econtractactive .econtractmobileheader{margin-left: 240px;}
	.econtractactive .box-header .block-header-menu-main{
		z-index: 999;
		left: 0px;
	}
	.econtractactive .block-header-menu-main .nav{
		margin-left: 0px;
	}
	.econtractactive .econtractmobileheader .econtractanimated-arrow span,
	.econtractactive .econtractmobileheader .econtractanimated-arrow span:before,
	.econtractactive .econtractmobileheader .econtractanimated-arrow span:after{background: #fff;}
	.econtractactive .econtractmobileheader .econtractanimated-arrow span{
		background-color: transparent;
	}
	.econtractactive .econtractmobileheader .econtractanimated-arrow span:before {
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		bottom: 0px;
	}
	.econtractactive .econtractmobileheader .econtractanimated-arrow span:after {
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.econtractactive .econtractmobileheader .econtractanimated-arrow span:before, .econtractactive .econtractmobileheader .econtractanimated-arrow span:after {
		top: 0px;
	}
	.econtractactive .box-header .block-header-menu-main .overlapblackbg{
    display: block;
	}
	.box-slider .carousel-inner {height: 50vh;}
	.box-slider .carousel-inner::before {transform: rotate(55deg) translate(-5%, -58%);}
	.box-slider .carousel-caption{margin: auto auto 30px;}
	.price-list-item{margin-bottom: 30px;}
	.block-wrapper-price-package .col-price-type:last-child .price-list-item .block-content ul{
		display: flex;
		flex-wrap: wrap;
	}
	.block-wrapper-price-package .col-price-type:last-child .price-list-item .block-content ul>li{
		flex: 0 0 auto;
		width: 50%;
	}
	.box-footer{padding-top: 3rem;}
	.box-footer .footer-introduce p{text-align: center;}
	.box-footer .footer-introduce .footer-introduce--logo{margin: 0px auto 1rem;}
	.box-contact-sales .col-sales:nth-child(even) .contact-sales-item {border-right: none;}

}
/*------------------------------------ Monitor Mobile Landspace */
@media screen and (min-width: 576px) and (max-width: 767px){
	.container{max-width: 100%;}
	.box-header .block-header-logo {margin-left: 45px;}
	.box-slider .carousel-inner {height: 100vh;}
}
/*------------------------------------ Monitor Mobile Portrial */
@media (max-width: 480px){
	.box-header .block-header-logo{
		width: 130px;
		margin-left: 45px;
	}
	.box-header .block-header-account{margin-bottom: 5px;}
	.adbar-download{
		top: initial;
    bottom: 15px;
	}
	.box-slider .carousel-inner {height: calc(100vw*1.8 - 50px);}
	.box-slider .carousel-inner::before {transform: rotate(107deg) translate(-55%, -38%);}
	.box-slider .block-images{margin-bottom: 1.5rem;}
	.box-slider .block-content h3{font-size: 14px;}
	.box-slider .block-content h2{font-size: 25px;}
	.box-slider .block-content p{font-size: 12px;}
	.box-slider .block-content .btn-readmore{font-size: 12px;}
	.box-slider .block-content,
	.box-slider .block-images{width: 100%;}
	.box-slider .block-content{order: 2;}
	.box-slider .block-images{order: 1;}
	.box-feature{padding: 1rem 0px 3rem;}
	.box-feature .block-header-title h3{font-size: 20px;}
	.box-price-package .block-header-title{padding: 3rem 0px 25rem;}
	.box-price-package .block-header-title h3 {font-size: 16px;}
	.box-price-package .block-header-title h2 {font-size: 30px;}
	.box-price-package .block-header-title p{font-size: 14px;}
	.block-wrapper-price-package .col-price-type:last-child .price-list-item .block-content ul>li {width: 100%;}
	.box-customers .block-header-title h2{font-size: 30px;}
	.box-customers .block-header-title p{font-size: 14px;}
	.box-footer{
		border-radius: 0px;
		padding-top: 2rem;
	}
	.footer-copyright p{text-align: center;}
	.footer-copyright ul{
		margin-top: 5px;
		text-align: center;
	}
}
