body{
	font-size:16px !important;
	line-height:160% !important;
	font-family:"Open Sans" !important;
	color:#000;
    margin: 0;
	background-color: transparent;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:000;
    opacity: 1; /* Firefox */
}
h2, .h2{
	font-size:24px;
}
.pointhand{
	
	cursor:pointer;
	cursor: hand;
}

 div.linetop {
       
	 padding-top: 20px;
	 top: 0;
	 z-index: 11;
	 right: 0;
    }
 
    .texthotline {
		font-weight: bold;
        font-size: 3em;
        color: transparent;
        text-align: center;
        animation: effect 2s linear infinite;
    }
 
    @keyframes effect {
        0% {
            background: linear-gradient(
                #BD0003, #FF0004);
            -webkit-background-clip: text;
        }
 
        100% {
            background: linear-gradient(
                #FF9600, #FFCD63);
            -webkit-background-clip: text;
        }
    }

.bold{
	font-weight: bold !important;
}
.error{
	color:#F00;
}
td, th {
    padding: 5px;
}
.img{
	max-width:100%;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.inline-block{
	display:inline-block;
}
.colimgright {
	float:right !important;
}
.container{
	max-width: 1366px;
}
.container_pagedetail{
	max-width: 840px;
}
a{
	color:#0277bd;
}
a:hover{
	color:#0277bd;
	text-decoration:none;
}
.f-center{
	text-align: center;
}
.f-left{
	text-align: left;
}

.f-right{
	text-align: right;
}
.boxwidgetlist{
	margin-bottom: 30px;
}
.sectionpagedetail{
	margin: 20px 0;
}
.text-outside-line-full-parent{
	overflow: hidden;
	position: relative;
}
.text-outside-line-full {
  position: relative;
  display: inline-block;
}
.text-outside-line-full::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 99%;
	color: #003d5d;
  display: block;
  border-bottom: 2px solid #003d5d;
  right: 100%;
  margin-right: 25px;
  opacity: .3;
}
.section_content_home h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 32px;
  color: #00af0c;
  background: -webkit-linear-gradient( 0deg, #005581, #007fc1 );
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-outside-line-full::after {

    content: "";
    position: absolute;
    top: 50%;
    height: 2px;
    width: 99%;
	color: #003d5d;
    display: block;
    border-bottom: 2px solid #003d5d; 
    left: 100%;
    margin-left: 25px;
    opacity: .3;

}
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 93px;
  height: 93px;
  text-align: right;
}
.ribbon span {
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  transform: rotate(45deg);
  width: 125px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 17px;
  right: -29px; 
}

.ribbon span::before {
   content: '';
   position: absolute; 
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.ribbon span::after {
   content: '';
   position: absolute; 
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}

.red span {
  background: linear-gradient(#f70505 0%, #8f0808 100%);
}
.red span::before {
  border-left-color: #8f0808;
  border-top-color: #8f0808;
}
.red span::after {
  border-right-color: #8f0808;
  border-top-color: #8f0808;
}

.blue span {
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
}
.blue span::before {
  border-left-color: #1e5799;
  border-top-color: #1e5799;
}
.blue span::after {
  border-right-color: #1e5799;
  border-top-color: #1e5799;
}

.foo {
  clear: both;
}

.bar {
  content: "";
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79a70a;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

.baz {
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 2em;
  transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 100px;
  left: 1000px;
}


.ribbon-wrapper.ribbon-xl {
    height: 180px;
    width: 180px;
}
.b-breadcrumbs {margin: 3px 0 3px; padding: 0;}
  .b-breadcrumbs ul {
    margin: 10px 0 9px;
    padding: 0; }
  .b-breadcrumbs li {
    display: inline-block;
    margin-right: 4px; }
    .b-breadcrumbs li:not(:first-child) i {
      margin-right: 7px; }
    .b-breadcrumbs li:first-child i:before {
      top: 1px; }
  .b-breadcrumbs i {
    margin-right: 10px; }
  .b-breadcrumbs i:before {
    position: relative;
    top: 2px; }

.f-breadcrumbs {
  color: #000;
	font-size:12px; 
  text-transform:uppercase !important; 
  }

  .f-breadcrumbs li:first-child i:before {
    font-size: 12px;
    line-height: 1.2;
    color: #000; }
  .f-breadcrumbs i:before {
    font-size: 1.38462em;
    line-height: 1.2;
    color: #000; }
  .f-breadcrumbs a, .f-breadcrumbs span {
    font-size: 12px;
    line-height: 2; }
  .f-breadcrumbs a {
    color: #000; }
    .f-breadcrumbs a:hover {
      color: #000; }
      .f-breadcrumbs a:hover i:before {
        color: #000; }

.b-breadcrumbs li a{
	display:inline-block;
}

.contact-info ul,.contact-info li{
	list-style: none;
	margin: 0;
	padding: 0;
	
}
.contact-info li{
	margin: 0 0 15px 0;
	
}
.circle-icon{
		background-color:#0277bd;
		font-size: 14px;
	text-align: center;
	width: 30px;
    height: 30px;
		border-radius: 50%;
		padding: .5em;
		display: inline-block;
		line-height: 1;
		color:#fff;fill:#fff;
}

.contact-info li label{
	margin-left: 15px;
}



/******** RESPONSIVE  **************/
.block_more_info{
	display:none;
}
.block_close_menu {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 99;
	left: 0;
	top: 0;
	display: none
}

.menusubsmall{
	margin:5px 0 0 0;
}
.list_item_panel {
	width: 100%;
	float: left;
	margin:0;
	padding:0;
	background: #0277bd;
}
.list_item_panel li {
	float: left;
	width: 100%
}
.list_item_panel li img {
	float: left
}
.list_item_panel li ul {
	margin:0 0 0 0;
	padding:0;
	display:none;
	background: #FFF;
}
.list_item_panel li span {
	display:inline-block;
	position:relative;
	padding-left:4%;
	
	background:none;
	border-bottom: 1px solid #000;
}	
.list_item_panel li span.b-ico-dropdown{
	float:right;
	z-index: 1000;
}
.list_item_panel li a {
	display:inline-block;
	width: 100%;
	text-transform: uppercase;
	color: #000 ;
	font-weight: bold;
	border-bottom:none;

}
.list_item_panel li a:active {
	background-color:none;
}
.list_item_panel li ul li a{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
		display: block;
		width: 100%;
		float: left;
		font-weight: 500;
		color: #000!important;
	}
.list_item_panel li a span{
	padding:0 0 0 10px;
	border-bottom:none;
}
.list_item_panel li.active a {
	border-left: 5px solid #9f224e;
	width: 235px
}
.list_item_panel li.end a {
	border: none
}


.ui-body-a .list_item_panel li a.ui-link {
	color: #fff
}

.list_item_panel #active span{
	background:none;
    cursor: pointer !important;
    float: none;
    padding-left:4%;
    text-decoration: none;
    text-transform: capitalize;
}
.list_item_panel #active span a {
    background:none;
    color: #fff;
    cursor: pointer !important;
    float: left;
    font-weight: normal;
    height: auto;
    margin: 0;
    padding: 0 0;
}
.list_item_panel ol li  .itemwrap a{
	background:none !important;
}

.list_item_panel  ol li h2{
	font-size:18px;
	margin-top:7px; 
}
/************   LIST MENU DROPDOWN ACTION BAR  *************/
.hidden_web{
	display:none;
}
.dropdown{
	cursor: hand !important;
	cursor: pointer !important;
}
.list_item_action {
	width: 100%;
	float: left;
	border: 1px solid #e6e8ea;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
	background-color:#FFF;
	display:none;
}
.list_item_action li {
	float: left;
	width: 100%
}

	
.list_item_action li a {
	display:inline-block;
	width: 100%;
	float: left;
	font-size:12px;
	margin:0;
	padding:3px 0 3px 0;
	border-bottom:1px solid #e6e8ea;	
}
.list_item_action li a span{
	padding:0 10px 0 0;
}

.list_item_action li.end a {

	border: none
}

.dbox {
  width: 100%;
  margin-bottom: 25px;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .dbox {
      margin-bottom: 0;
      padding: 0; } }
  .dbox p {
    margin-bottom: 0; }
    .dbox p span {
      font-weight: 500;
      color: #000; }
    .dbox p a {
      color: #2553b8; }
  .dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2553b8;
    margin: 0 auto;
    margin-bottom: 20px; }
    .dbox .icon span {
      font-size: 20px;
      color: #fff; }
  .dbox .text {
    width: 100%; }

.overhidden{
	overflow:hidden;
}
#framemenuresponsive{
	position:absolute;
	top:50px;
	z-index:1000000;	
	background-color: #FFF;
	 
}
#menuresponsive{
	background-color:#000000;
	margin-top:0;
	padding-top:0;
}
.menuresponsivevrowse{
	background-color:#000000;
	padding:10px 10px 20px 15px;
}
.mainmenuresponsive{
	background-color:#FFF;
}


.side-menu .navbar {
  border: none;
	padding: 0;
}
.side-menu .navbar-header {
  width: 100%;
  border-bottom: none !important;
	background-image: none !important;
}

.side-menu .list_item_panel .active a {
  background-color: transparent;
  margin-right: -1px;
  border-right: 5px solid #0277bd;
}
.side-menu .list_item_panel li {
  display: block;
  width: 100%;
	padding: 0;
	margin: 0;
 
}
.side-menu .list_item_panel li a {
	font-size: 12px;
  padding: 8px;
   border-bottom: 1px solid  #ccc;
}
.side-menu .list_item_panel li a:hover {
	background-color:#F4F4F4;
	color: #0277bd !important; 
}
.side-menu .list_item_panel li a .glyphicon {
  padding-right: 10px;
}
.side-menu .product_cats {
  border: 0;
  margin: 0;
  padding:0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.side-menu .caret {
  float: right;
  margin: 9px 5px 0;
}
.side-menu .product_cats .indicator {
  float: right;
}
.side-menu .product_cats > a {
  border-bottom: 1px solid #0277bd;
}
.side-menu .product_cats .panel-body {
  padding: 0;
  background-color: #000;
}
.side-menu .product_cats .panel-body .list_item_panel {
  width: 100%;
}
.side-menu .product_cats .panel-body .list_item_panel li {
  padding-left: 15px;
  border-bottom: 1px solid #0277bd;
}
.list_item_panel li a{
	color:#000;
}
.side-menu .product_cats .panel-body .list_item_panel li:last-child {
  border-bottom: none;
}
.side-menu .product_cats .panel-body .panel > a {
  margin-left: -20px;
  padding-left: 35px;
}
.side-menu .product_cats .panel-body .panel-body {
  margin-left: -15px;
}
.side-menu .product_cats .panel-body .panel-body li {
  padding-left: 30px;
}
.side-menu .product_cats .panel-body .panel-body li:last-child {
  border-bottom: 1px solid #0277bd;
}

.side-menu .headerrighticonmobile {
  background-color:transparent;
  border: 0;
	height: 50PX;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  color:#000;
  padding: 15px 5px 15px 10px;
}
.side-menu .headericonbasketmobile {
	color: #000;
}
.side-menu #search-trigger {
  background-color:transparent;
  border: 0;
	height: 80PX;
  border-radius: 0;

  color:#000;
  padding: 15px 10px 15px 10px;
}
.side-menu #search-trigger:hover{
	border:none;
}
.navbar-default .navbar-toggle:hover{
	border:none  !important;
}
.headermobile-wrapper{
	height: 50px;
}
.side-menu .brand-name-wrapper {
	position:absolute;
	left: 0;
	right: 0;
  min-height: 50px;
	height: 50px;
	text-align: center;
	
}
.navbar-brand{
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.side-menu .brand-name-wrapper .navbar-brand.logomobile{
	float: none;
	padding-top: 0;
	
}
.side-menu .brand-name-wrapper .navbar-brand.logomobile img{
	max-height: 40px;
}
.side-menu .brand-name-wrapper .navbar-brand {
	text-align: center;
  display: block;
  color:#FFF;
	text-transform: uppercase;
}
.side-menu #searchresponsive {
  position: relative;
  z-index: 1000;
}
.side-menu #searchresponsive .panel-body {
  padding: 0;
}
.side-menu #searchresponsive .panel-body .navbar-form {
  padding: 0;
  padding-right: 50px;
  width: 100%;
  margin: 0;
  position: relative;
  border-top: 1px solid #0277bd;
}
.side-menu #searchresponsive .panel-body .navbar-form .form-group {
  width: 100%;
  position: relative;
}
.side-menu #searchresponsive .panel-body .navbar-form input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}
.side-menu #searchresponsive .panel-body .navbar-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  color:#FFF;
  background-color: #000;
  padding: 10px 18px;
}

.section-title-divider {
    width: 50px;
    height: 3px;
    background: #0277bd;
    margin: 0 auto;
    margin-bottom: 20px;
	color: #0277bd !important;
}
.linkseemore{
	text-align: center;
}


.profile-header{
	min-height: 300px;
	display: flex;
	position: relative !important;
	padding:20px 0;
	align-content: center;
	justify-content: center;
	background-color: aqua;
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}

.profile-background{
	position: absolute;
	top: 0;
left: 0;
height: 100%;
right: 0;
bottom: 0;
	z-index: 1;
padding: 0 !important;
margin: 0 !important;
	background-size: cover !important;
background-repeat: no-repeat !important;
background-position: 50% 50%;
transform: translate3d(0px, 0.19px, 0px);
backface-visibility: hidden;
	background-image: url("../images/background.jpg") !important;
}
.profile-header .section-content{
	position: relative;
	z-index: 2;
	
}
.navbar-light .navbar-nav .nav-link{
	color: #FFF;
	font-size: 18px;
}
.nav-item .nav-link.active, .nav-item .nav-link:hover{
	color: #fffc27 !important;
}
.nav-item{
	margin-left: 20px;
}
.bg-orange{
	background-color: #0277bd;
	color: #FFF;
}
.bg-black{
	background-color: #000;
}

.bfh-selectbox-option i,.bfh-selectbox-options i{
	display: inline-block;
}
.headergroup{
	flex-direction: row !important;
	display: flex !important;
	position: relative;
}
.heaaderinfo{
	display: flex;
justify-content: center;
flex-direction: column;
	padding: 10px;
	margin-left: auto;
margin-right: auto;
}
	.heaaderinfo h5{
		text-transform: uppercase;
		font-weight: bold;
		font-size: 22px;
		color: #007bff;
		
	}
	.heaaderinfo h6{
		text-align: center;
		text-transform: uppercase;
		color: #007bff;
		
		font-size: 16px;
		margin-top: 0;
		padding-bottom: 5px;
		font-style: normal;
		line-height: 1.8;
		font-weight: 700;
	}

.footerinfo{
	display: flex;
justify-content: center;
flex-direction: column;
	padding: 10px;
}
	.footerinfo h5{
		text-transform: uppercase;
		font-weight: bold;
		font-size: 19px;
		color: #007bff;
		
	}
	.footerinfo h6{
		text-align: center;
		text-transform: uppercase;
		color: #007bff;
	
		font-size: 16px;
		margin-top: 0;
		padding-bottom: 5px;
		font-style: normal;
		line-height: 1.8;
		font-weight: 700;
	}

.heaaderhotline{
text-align: center;
	position: relative;
	
}
header .header-logo{
	text-align: left;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-right: 100px;
	}
		.header-logo img{
			max-height: 100px;
		}
.menutop{
	float: right;
	margin-top: 20px;
		
}
header{
	position: relative;
}
	.headerframefixedscroll{
		border-bottom:1px solid #FFF;
		height:45px;
		margin-bottom:1px;
	}
	
	header .header-logo .logoleft{
	}
	header .header-logo .logoright{
		float: right;
	}
.active_after {

    position: relative;
    background: #E2B524;

}
.linetop{
	text-align: right;
}
	.framemenutop{
		text-align: center;
		position: relative;
		
	}

	.navigation-wrapper, .sf-menu li {
		position: relative;
		background-color: #000 !important;

	}
	.sf-menu li.hotitem{
		background: linear-gradient(#f70505 0%, #8f0808 100%);
	}
	.navigation-wrapper {
		position: relative;
		width: 100%;

		border-top: 1px solid #111 !important;
border-bottom: 1px solid #222 !important;

	}
	.sf-menu{
		margin-bottom: 0;
	}	
	.framemenutop .sf-menu li > a {
		color: #ffffff !important;
		line-height: 30px;
		font-size: 14px;

		

		text-decoration: none;

		text-transform: uppercase;

		display: block;

	}
	.navigation-wrapper .sf-menu a:hover,.navigation-wrapper .sf-menu .current-menu-item a:hover{
			color: #FFF ;
		} 
		.navigation-wrapper .sf-menu li li a:hover, 
		.navigation-wrapper .sf-menu .current-menu-item li a:hover,
		.navigation-wrapper .sf-menu .current-menu-item li li a:hover{
			color: #FFF !important;
		} 
		.framemenutop .sf-menu > li > a {
		
			border-right: 1px solid #222 !important;
border-left: 1px solid #666 !important;
		}
		.sf-menu li a {

			padding: 11px 20px 11px 20px;
			line-height: 24px;
			
			text-decoration: none;

		}
		.sf-menu li a .fa {
			font-size: 30px;
		}
		.sf-sub-indicator {

			margin-left: 2px;

		}
		.sf-menu li li {

			background-color: #000 !important;
			border-color: #555  !important;

		}
		
		.sf-menu li li a {

			line-height: auto;
			height: auto;
			text-align: left;
			border: 0px !important;
			padding-left: 15px;
			
			border-right:none !important;
			border-left:none !important;  

		}
		ul.sf-menu li li {

			border-bottom: 1px solid;
				border-bottom-color: currentcolor;
			border-color: inherit;

		}
		.sf-menu li a:hover{
			background-color: #E2B524 !important;
			color:#FFF;
		}
		.sfHover > a,.sfHover > a:hover{
			background-color: #E2B524 !important;
			color:#FFF;
		}
		.sfHover  a:hover{
			background-color: #E2B524 !important;
			color:#FFF;
		}
		.navigation-wrapper .sf-menu li li a {
			text-transform:capitalize;
			color: #fff !important;

		}
		.header-logo img{
		}
	


	.positionmenutop {

    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;

	}
	.headerpcsite{
		position:relative;
		display:block;background-color: #FFF;
	}
.headerpagedetail{
	padding: 30px 0;
	color: #FFF;
}
.bannerproduct{
	background-image: url(../images/shop.jpg);
	text-align:center;
	background-size: cover;
	width: 100%;
}
.slidehome .slide_content{
	color: #FFF;
	font-weight: 700px;
	
}
.slidehome .slide_content .slide_description{
	font-size: 18px;
	margin: 15px 0 ;
	line-height: 1.8;
}
.slide_content h5{	
	font-weight:600;
	line-height: 1.6;
	font-style: italic;
		
	font-size: 22px;
}
.slide_content h4{	
	font-weight: 700;
	font-style: italic;
	font-size: 32px;
	color: #fffc27;
}
.headerslider{
	padding-top: 20px;
	padding-bottom: 20px;
}
.btn-white{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 30px;

	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	background-color:transparent;
	border: 1px solid #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) !important;
}
.btn-white:hover{

	color: #FFF;
	border: 1px solid #fff;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.14),0 5px 5px -2px rgba(0,0,0,.2),0 5px 5px 0 rgba(0,0,0,.12) !important;
}
.btn-orange{
	color:#FFF;
	background-color: #0277bd;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 30px;
	border: none;

	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) !important;
}
.btn-orange{
	color:#FFF;
	background-color: #0277bd;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 30px;
	border: none;

	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) !important;
}
/******* SLIDE HOME ************/
.sectionbanner{
	/*background-color: #E2B524 ;*/
	padding: 0 0;
	margin-bottom: 30px;
	position: relative;
}
.sectionbanner .frame-search{
	position: absolute;
	bottom: 50px;
	left: 100px;
	padding: 20px;
	background-color: #E2B524;
	width: 400px;
	background: rgb(226, 181, 36, .5) ;
}
.slideone{
	position: relative;
	height: 600px;

}
.slideone .overlay {
		background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	opacity:1 ;
	left: 0;
	
}
.slideone a{
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
	position: relative;
}
.slideone img{
	max-width: 100%;
	width: 100%;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list
{
    background: #fff url('../images/preloader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 25px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, 0%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
	z-index: 100;
}
[dir='rtl'] .slick-prev
{
    /*right: -25px;*/
    left: auto;
}
.slick-prev:before
{
    content:url(../images/icon/prev_w.png);
}
[dir='rtl'] .slick-prev:before
{
    content:url(../images/icon/next_w.png);
}

.slick-next
{
    right:  -25px;
	z-index: 100000;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -0;
}
.slick-next:before
{
    content:url(../images/icon/next_w.png);
}
[dir='rtl'] .slick-next:before
{
    content:url(../images/icon/prev_w.png);
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 10px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;

    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content:url(../images/icon/menu-list-style.png);
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slider {
	width:100%;
	margin: 0 auto 0 auto;
}

.slick-slide {
  margin: 0px 0;
}


.slick-prev:before,
.slick-next:before {
  color: black;
}




/************ CONTENT HOME PAGE  ******************/
.section_content_home{
	margin: 30px 0;

}
.section_content_home .panel-title{
	text-align: center;
	
	
}
.panel-title > h4{
	width: 850px;
	max-width: 100%;
	font-size: 18px;
	line-height: 1.6;
	padding: 15px 0;
	margin: 0 auto;
	color: #4b4b4b;
	text-align: center;
	
	
	
}

.bg-blue{
	background-color: #0277bd;
	padding: 30px 0;
	margin-top: 15px;
}
	.bg-blue h3{
	}
.panel-content{
	margin: 40px 0 0 0;
	position: relative;
}
.panel-image{
	text-align: center;
}
.section_content_home h5{
	font-size: 18px;
	font-style: italic;
	margin-top: 15px;
}
.section-box-wrapper{
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.section-box-wrapper:hover{
	-webkit-transition: opacity .15s, -webkit-transform .4s;
	transition: opacity .15s, -webkit-transform .4s;
	-o-transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s, -webkit-transform .4s
}
.section-box{
	text-align: center;

	box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);

	padding: 20px 15px;

	margin: 0 5px;

		margin-bottom: 0px;

	margin-bottom: 15px;
}
.section-box:hover {
		webkit-box-shadow: 0px 3px 5px 3px rgba(231,231,231,1);
		-moz-box-shadow: 0px 3px 5px 3px rgba(231,231,231,1);
		box-shadow: 0px 3px 5px 3px rgba(231,231,231,1);
	}
.section-box-icon{
	margin-bottom: 15px;
}
	
	.section-box-icon .item-icon {

    	background-color:#0277bd;
		font-size: 80px;
		border-radius: 50%;
		padding: .5em;
		display: inline-block;
		line-height: 1;
		color:#fff;fill:#fff;

	}
	.section-box-icon .item-icon.rotate i {

		transform: rotate(0deg);

	}
	.section-box-text h4{
		margin-top: 30px;
			color:#0277bd;
		font-size: 16px;
		font-weight: 600;
	}
.section-box-text{
	line-height: 1.8;
	font-size: 14px;
}
.box-blue .section-box-icon .item-icon{
			background-color:#0277bd;
	}	
.box-blue .section-box-text h4{
			color:#0277bd;
	
	line-height: 2;
	}
.box-green .section-box-icon .item-icon{
			background-color:#00af0c;
	}	
.box-green .section-box-text h4{
			color:#00af0c;
	}
.box-red .section-box-icon .item-icon{
			background-color:#d32f2f;
	}	
.box-red .section-box-text h4{
			color:#d32f2f;
	}
section.sectionframe{
	margin: 40px 0;
}
.section-intro{
	text-align: center;
	padding: 30px 0;
	position: relative;
	margin-bottom: 20px;
	
}
	.section-intro h5{
		text-align: center;
		color: #f0ff00;
		font-size: 24px;
		font-style: normal;
		padding-bottom: 10px;
		line-height: 1.6;
		text-transform: uppercase;
		font-weight: 700;
	}
	.section-intro h6{
		text-align: center;
		color: #FFF;
		font-size: 16px;
		margin-top: 0;
		padding-bottom: 10px;
		font-style: normal;
		line-height: 1.8;
		font-weight: 700;
	}
.introducehome h3.labelsubject{
	color: #0277bd;
	font-size: 20px;
}
.introducehome .description{
	font-size: 14px;
}
.introducehome ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
.introducehome ul li{
	margin-bottom: 40px;
}


.listingname{
	color: #000;
}
.listingprice{
	color:#DF0003;
	font-weight: bold;
	font-size: 20px;
}
/************ END CONTENT HOME PAGE  ******************/

.listnews .newsone{
	margin-bottom: 30px;
}
.section-box-image{
	height:250px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border: 1px solid #CCC;
	background-color: #F8F8F8;
	justify-content: center;
}
.section-box-image a{
	display: flex;
	max-width: 100%;
	position: relative;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	
	height: 100%;
}
.section-box-image img{	
	width: auto !important;
	min-width: 100%;
	min-height: 100%;
	transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}
.section-box-image:hover img{
	transform:scale(1.2)	
}

.section_contact h3{
	text-transform: uppercase;
	font-size: 22px;
	color: #00af0c;
	font-weight: 600;
	
}
.section_contact .head-panel{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
.section-slider-clients{
	margin: 20px 0;
}
.swiper-slide img{
	max-width: 100%;
	height: auto;
}
.swiper-slide-image{
	height: 220px;
	overflow: hidden;
	display: flex;
	align-items: top;
	justify-content: center;
}
.swiper-slide .name{
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 5px 0;
	text-transform: uppercase;
}
.swiper-slide .phone{
	font-size: 16px;
	color: #AB0000;
	font-weight: bold;
	text-transform: uppercase;
}


.swiper-box {
      width: 100%;
      height: 100%;
    }
 
.section_banner_slide_widget {
	height: 100vh;
	position: relative
}
.section_banner_slide_widget .swiper-box {
	width: 100%;
	height: 100%
}
.section_banner_slide_widget .swiper-box .swiper-wrapper {
	width: 100%;
	height: 100%
}
.section_banner_slide_widget .swiper-box .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden
}   

.section_banner_new {
	height: 100vh;
	position: relative
}
.section_banner_new .swiper-container {
	width: 100%;
	height: 100%
}
.section_banner_new .swiper-container .swiper-wrapper {
	width: 100%;
	height: 100%
}
.section_banner_new .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden
}
.swiper-slide ._item {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.swiper-slide ._item img{
	display: none;

}
.swiper-slide ._item:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: ''
}
.swiper-slide ._title {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	z-index: 100;
	padding-right: 140px
}
.swiper-slide ._title .inner_text_slide {
	width: 100%;
	text-align: right;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
	-webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out;
	transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99)
}
.swiper-slide ._title .inner_text_slide .heading_text {
	text-shadow: 0 3px 6px rgba(0,0,0,0.69)
}
.swiper-slide.swiper-slide-active ._title .inner_text_slide {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s
}
.swiper-container .image, .swiper-container .text {

    width: 50%;
	height: 100%;
    position: relative;

}
.swiper-container .text {

    padding: 100px 8.3333333333% calc(18% + 30px);
}
.section_banner_slide_widget .swiper-container .swiper-wrapper .swiper-slide {

    display: flex;
	height: 100%;
	position: relative;

}
.section_banner_slide_widget .swiper-slide{
	background-color: transparent;
	
}
.section_banner_slide_widget .pagination-default {

    bottom: 23% !important;
    right: auto;
    left: 48%;
    transform: rotate(90deg) translateX(-50%);
    transform-origin: 0%;

}
.blockfilter{
	width: 100%;
	border-bottom: 1px solid #DDD;
	margin-bottom: 15px;
}
.framefilter{
	width: auto;
	display: inline-block;
}
.boxfilterpage{
	padding: 10px 0;
}

.boxfilterpage select{
	margin: 0 0 0 20px ;
	min-width: 150px;
	
	font-size: 14px;
	
}
.boxfilterpage select:first-child{
	margin-left: 0;
}
.eventrefeshcapcha{
	font-size: 28px;
	padding: 0 15px;
	color: #223d6a;
}
.eventrefeshcapchaimg{
	border: 1px solid #DDD;
}
.pagination-default .swiper-pagination-bullet {

    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
	display: inline-block;
    background-color: transparent;
    outline: none;
    opacity: 1 !important;
    border: 1px solid transparent;

}
.pagination-default .swiper-pagination-bullet::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
}
.pagination-default .swiper-pagination-bullet.swiper-pagination-bullet-active {

    border: 1px solid #FEDA00;

}
.swiper-container .image {

    height: 100%;

}
.swiper-container .image .item {

    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	margin: 0;

}
.swiper-container .image .item img {
    display: none;
    height: auto;
    width: 100%;
}
.bounce {

    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;

}
.bounce_mouse {

    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -14px;
    z-index: 1;

}

.flexslider {
  margin: 0 0 10px;
  position: relative;
  zoom: 1;

}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider ul {
margin: auto 0;
}

.flexslider.slider_estate{
    width: 100%;
    height: 400px;
	overflow: hidden;
}
.frame_estetedetail_photos{
	height: 550px;
	margin-top: 20px;
}
.flexslider.slider_estate li{
	background: #fff;
	
		background-size: cover;
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
	overflow: hidden !important;
	
	
}
.flexslider.slider_estate img {
    height: 400px !important;
	width: auto !important;
	display: inline-block !important;
	position: relative;
	z-index: 2;
	
}
.flexslider.slider_estate .overlay {
		background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	opacity: 0.2;
	left: 0;
	
}
.flex-active-slide{
	text-align: center;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
	list-style: none;
}
#carousel .flex-viewport li {
	height: 100px;
	overflow: hidden;
	text-align: center;
	
}
#carousel li img{
	height: 100px;
}

.slider { margin: 50px 0 10px!important;}
#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}
.flex-direction-nav {
  *height: 0;
	list-style: none;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
	font-size: 0;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  padding:14px 0 0 0;
  display: inline-block;
  content:url(../images/icon/next.png);
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content:url(../images/icon/next.png);
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.product_detail {
	line-height: 1.8;
	
}
.product_detail h1{
	font-size: 18px;
	margin: 0;
	padding: 0;
	
}

.productlabel{
	font-size: 25px;
	line-height: 32px;
	color: #06C;
	margin: 8px 0;
overflow: hidden;
word-break: break-word;
	padding: 0;
}

/************ FOOTER  ******************/
footer{
	background-color:#1C1C1C;
	padding: 20px 0 0 0;
	color: #FFF;
}
footer a{
	color: #FFF;
}
.footercopyright{
	background-color:#1E1E1E;
	padding: 10px 0;
}

.hotline-phone-ring-wrap {
 position:fixed;
bottom: -30px;
 left:-10px;
 z-index:99
}
.hotline-phone-ring-wrap > .numberzalo {
	 display: block;
 }
.hotline-phone-ring {
 position:relative;
 visibility:visible;
 background-color:transparent;
 width:110px;
 height:110px;
 cursor:pointer;
 z-index:11;
 -webkit-backface-visibility:hidden;
 -webkit-transform:translateZ(0);
 transition:visibility .5s;
 left:0;
 bottom:0;
 display:block
}
.hotline-phone-ring-circle {
 width:85px;
 height:85px;
 top:-15px;
 left:9px;
 position:absolute;
 background-color:transparent;
 border-radius:100%;
 border:2px solid #e60808;
 -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
 animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
 transition:all .5s;
 -webkit-transform-origin:50% 50%;
 -ms-transform-origin:50% 50%;
 transform-origin:50% 50%;
 opacity:.5
}
.hotline-phone-ring-circle-fill {
 width:55px;
 height:55px;
 top:0;
 left:24px;
 position:absolute;
 background-color:rgba(230,8,8,.7);
 border-radius:100%;
 border:2px solid transparent;
 -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
 animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
 transition:all .5s;
 -webkit-transform-origin:50% 50%;
 -ms-transform-origin:50% 50%;
 transform-origin:50% 50%
}
.hotline-phone-ring-img-circle {
 background-color:#e60808;
 width:33px;
 height:33px;
 top:11px;
 left:36px;
 position:absolute;
 background-size:20px;
 border-radius:100%;
 border:2px solid transparent;
 -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
 animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
 -webkit-transform-origin:50% 50%;
 -ms-transform-origin:50% 50%;
 transform-origin:50% 50%;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 align-items:center;
 justify-content:center
}
.hotline-phone-ring-img-circle .pps-btn-img {
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex
}
.hotline-phone-ring-img-circle .pps-btn-img img {
 width:20px;
 height:20px
}
.hotline-bar {
 position:absolute;
 background:rgba(230,8,8,.75);
 height:40px;
 width:170px;
 line-height:40px;
 border-radius:3px;
 padding:0 10px;
 background-size:100%;
 cursor:pointer;
 transition:all 0.8s;
 -webkit-transition:all 0.8s;
 z-index:9;
 box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1);
 border-radius:50px!important;
 left:32px;
 bottom:62px
}
.hotline-bar>a {
 color:#fff;
 text-decoration:none;
 font-size:15px;
 font-weight:700;
 text-indent:36px;
 display:block;
 letter-spacing:1px;
 line-height:40px;
 font-family:Arial
}
.hotline-bar>a:hover,
.hotline-bar>a:active {
 color:#fff
}
.hotlinetextbox .text-description {
	 font-weight: bold;
  color: #FFF;
  width: 100%;
  border-radius: 6px;
  padding: 2px 8px;
  background-color: #0277bd;
  margin-bottom: 10px;
  font-size: 12px;
}
.hotlinetextbox{
	
	position: fixed; bottom: 65px;
  left: 60px; font-weight: bold;color: #080cf2;
	display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.arrowBox{
  position: relative;
  width:15px;
  background: #F40004;
  height:15px;
  line-height: 40px;
  margin-bottom:30px; 
  text-align:center;
  color:#fff;
 -webkit-animation: changecolor 700ms infinite;
	 -moz-animation: changecolor 700ms infinite; 
	 -o-animation: changecolor 700ms infinite; 
	 animation: changecolor 700ms infinite;
}
.arrow-bottom:after{
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #F40004;
	-webkit-animation: changecolorborder 700ms infinite;
	 -moz-animation: changecolorborder 700ms infinite; 
	 -o-animation: changecolorborder 700ms infinite; 
	 animation: changecolorborder 700ms infinite;
}
@-webkit-keyframes changecolor {
	 0% { background: #F40004; } 
	 50% { background:#E48600;  } 
	 100% {background: #F40004;  } 
 }
 @-moz-keyframes changecolor { 
	 0% { background: #F40004;} 
	 50% { background: #E48600;  }
	 100% { background: #F40004; } 
 }
 @-o-keyframes changecolor { 
	 0% { background: #F40004; } 
	 50% { background: #E48600; } 
	 100% { background: #F40004; } 
 }
 @keyframes changecolor { 
	 0% { background: #F40004; } 
	 50% { background: #E48600;  }
	 100% { background: #F40004; } 
 } 
@-webkit-keyframes changecolorborder {
	 0% { border-top-color:#F40004;  } 
	 50% { border-top-color:#E48600;  } 
	 100% {border-top-color:#F40004;  } 
 }
 @-moz-keyframes changecolorborder { 
	 0% {border-top-color:#F40004;} 
	 50% { border-top-color:#E48600; }
	 100% {border-top-color:#F40004; } 
 }
 @-o-keyframes changecolorborder { 
	 0% { border-top-color:#F40004; } 
	 50% { border-top-color:#E48600; } 
	 100% { border-top-color:#F40004; } 
 }
 @keyframes changecolorborder { 
	 0% { border-top-color:#F40004; } 
	 50% { border-top-color:#E48600;  }
	 100% { border-top-color:#F40004; } 
 } 

@-webkit-keyframes phonering-alo-circle-anim {
 0% {
  -webkit-transform:rotate(0) scale(.5) skew(1deg);
  -webkit-opacity:.1
 }
 30% {
  -webkit-transform:rotate(0) scale(.7) skew(1deg);
  -webkit-opacity:.5
 }
 100% {
  -webkit-transform:rotate(0) scale(1) skew(1deg);
  -webkit-opacity:.1
 }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
 0% {
  -webkit-transform:rotate(0) scale(.7) skew(1deg);
  opacity:.6
 }
 50% {
  -webkit-transform:rotate(0) scale(1) skew(1deg);
  opacity:.6
 }
 100% {
  -webkit-transform:rotate(0) scale(.7) skew(1deg);
  opacity:.6
 }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
 0% {
  -webkit-transform:rotate(0) scale(1) skew(1deg)
 }
 10% {
  -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
 }
 20% {
  -webkit-transform:rotate(25deg) scale(1) skew(1deg)
 }
 30% {
  -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
 }
 40% {
  -webkit-transform:rotate(25deg) scale(1) skew(1deg)
 }
 50% {
  -webkit-transform:rotate(0) scale(1) skew(1deg)
 }
 100% {
  -webkit-transform:rotate(0) scale(1) skew(1deg)
 }
}
.contactboxmobile-nav{
	display: none;
}
@media (max-width:768px) {
	
	.scrolltype {
		display: none;
	}
	
 .hotline-phone-ring-wrap > .numberzalo {
	 display: none;
 }
	
.phone-mobile {display: none;}
.contactboxmobile-nav {
	display: block;
    position: fixed;
    right: 15px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 50px;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
}
.contactboxmobile-nav ul {list-style: none;padding: 0;margin: 0;
	
	display: flex;
		align-items: center;
		justify-content: end;
	}
.contactboxmobile-nav ul li {list-style: none!important;}
.contactboxmobile-nav ul>li a {
    border:none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}
.contactboxmobile-nav ul>li .chat_animation{display:none}
.contactboxmobile-nav ul>li a i.ticon-heart {
    background: url(https://wpfast.vn/wp-content/uploads/2020/04/wpfast-icon-map.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}
.contactboxmobile-nav ul>li a i.ticon-zalo-circle2 {
    background: url(https://wpfast.vn/wp-content/uploads/2020/04/wpfast-icon-zalo.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.contactboxmobile-nav li .button {
    background: transparent;
}.contactboxmobile-nav ul>li a i.ticon-angle-up {
    background: url(https://wpfast.vn/wp-content/uploads/2020/04/wpfast-icon-angle-up.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.contactboxmobile-nav ul>li a i {
    width: 33px;
    height: 33px;
    display: block;
    margin: auto;
}.contactboxmobile-nav ul li .button .btn_phone_txt {
    position: relative; top:35px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
}
.contactboxmobile-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}.contactboxmobile-nav ul>li a.chat_animation svg {
    margin: -13px 0 -20px;
}
.contactboxmobile-nav ul>li a i.ticon-messenger {
    background: url(../images/icon-messenger.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.contactboxmobile-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}
.contactboxmobile-nav ul>li a i.ticon-chat-sms {
    background: url(../images/icon-sms.jpg) no-repeat;
    background-size: contain;
    width: 38px;
    height: 36px;
    display: block;
}
.contactboxmobile-nav ul>li a i.icon-phone-w {
    background: url(../images/icon-phone.png) no-repeat;
    background-size: contain;}
.contactboxmobile-nav ul li .button .btn_phone_txt {
    position: relative;
}

	.contactboxmobile-nav li.to-top-pc{
		display: flex;
		align-items: center;
		width: 15%;
	}
	
	
	
}
@media only screen and (max-width: 600px){
.contactboxmobile-nav li .chat_animation{display:block !Important}
 
.contactboxmobile-nav li .button .phone_animation {box-shadow: none;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%,0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #e60808;
    line-height: 15px;
    border: 2px solid white;
}
.contactboxmobile-nav ul>li a{padding:0; margin:0 auto}
.contactboxmobile-nav {
    background: white;
    width: 100%; border-radius:0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
}
.contactboxmobile-nav li {
    float: left;
    width: 20%;
	position: relative;
    list-style: none;
    height: 50px;
}
.phone-mobile{display:block !important}
	}
	a.numberzalo {
  bottom: 60px;
  position: absolute;
  left: 200px;
  cursor: pointer;
  z-index: 9999;
}
a.numberzalo img {
    width: 50px;
    border-radius: 50%;
}	
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}

#scrollUp {
  background: #97bc23;
  bottom: 30px;
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  right: 100px;
  text-align: center;
  border-radius: 5px;
  width: 40px;
}
.scrolltype {
	position:absolute;
	right:20px;
	bottom:80px;
	width: 40px;
	background:#0277bd;
	padding:10px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	color: #FFF;
	border-radius: 5px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scrolltype:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scrolltype:hover .fa {
	padding-top:-10px;
}
.scrolltype .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
/************ END FOOTER  ******************/


.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}
.breadcrumb>li {
	display: inline-block
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}
.breadcrumb>.active {
	color: #777
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination>li {
	display: inline
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
.paging_simple_numbers{
	text-align: center;
	justify-content: center;
	display: flex;
}
.boxuserdetail{
border: 1px solid #ccc;
	margin-top: 15px;
}
.boxuserdetail .panel-heading{
	padding: 15px 0;
	background-color: #007FC1;
	margin-bottom: 15px;
}
.boxavatar{
	display: inline-block;
	height:  200px;
	width:  200px;
	border: 2px solid #007FC1;
	border-radius: 50%;
	overflow: hidden;
}
.profile-user-img{
	max-width: 200px;
	margin: 0 auto;
	
}
.boxuserdetail .panel-title{
	font-size: 18px;
	color: #FFF ;
	text-transform: uppercase;
	font-weight: 600;

}

.boxinfousercontact div{
	line-height: 2;
	margin-bottom: 10px;
}
.boxinfouser{
	text-align: center;
	padding-bottom: 20px;
	
}
	.boxinfouser .fullname{
		text-transform: uppercase;
		font-weight: 600;
		color: #007FC1;
	
}
.boxinfouserdetail{
	text-align: center;
	
}
	.boxinfouserdetail .fullname{
		text-transform: uppercase;
		font-weight: 600;
		color: #FFF;
		margin: 15px 0 10px 0;
		font-size: 30px;
	
}
	
	.boxinfouserdetail .email{
		text-transform:lowercase;
		font-weight: 600;
		color: #FFF;
		margin: 15px 0 10px 0;
	
}
	.boxinfouserdetail .email a{
			
			color: #FFF;
			font-size: 20px;

	}
.pagedetailtitle{
	margin: 15px 0;
}
.pagedetailtitle h1{
	font-size: 24px;
	line-height: 2;
	color: #007FC1;
}

.content-section {
  min-height: 1000px;
}
.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}


.sidebar-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	
}


.make-me-sticky {
  position: -webkit-sticky;
	position: sticky;
	top: 0;
    
  padding: 0 15px;
}



/* Ignore This, just coloring */
body {
  background: #fff;
}

article {
  background: #f1f1f1;
  border-radius: 12px;
  padding: 25px 0 600px;
}

.title-section, .content-section, .sidebar-section {
  background: #fff;
}

.title-section {
  text-align: center;
  padding: 50px 15px;
  margin-bottom: 30px;
}

.content-section h2 {
  text-align: center;
  margin: 0;
  padding-top: 200px;
}

.sidebar-item {
  text-align: center;  
}
@media only screen and (max-width:991px) {
	.sectionbanner .frame-search{
		position:relative;
		bottom: 0;
		left: 0;
		padding: 20px;
		background-color: #FFF;
		width: 100%;
		margin: 0  auto;
	}
	  .contactboxmobile-nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: end;
	  }
}

.hotlineboxsecond{
	bottom:90px; 
}
@media (max-width: 1199px) {
	  
	.hotlinetextbox{
		display: none;
	}
	.hotline-phone-ring-wrap {
		bottom: 0;
		z-index: 1000;
		display: none;
 	}
	.contactboxmobile-nav li.phone-mobile{
		width: 30%;
	}
	.contactboxmobile-nav li.phone-mobile   a{
		max-width: 100px;
	}
	.contactboxmobile-nav li.mobile-special .button .phone_animation{
		top: -30px;
	}
	.contactboxmobile-nav li.mobile-special .button .btn_phone_txt{
		top: 20px;
	}
	.hotlineboxsecond{
		bottom:60px; 
	}
	.hotline-phone-ring {

		  width: 100px;
		  height: 50px;
	}
	.hotline-phone-ring-circle{
		width: 48px;
	  height: 48px;
	  top: 0;
	  left: 24px;
		display: none;
	}
	.hotline-phone-ring-img-circle {
		  width: 25px;
		height: 25px;
		top: 13px;
		left: 20px;
	}
	.hotline-phone-ring-circle-fill {
	  	width: 40px;
		height: 40px;
		top: 5px;
    left: 12px;
	}
	.hotline-bar {
 
	  height: 30px;
	  width: 135px;
	  line-height: 30px;
		left:20px;
		bottom: 10px;
	}
	.hotline-bar > a {
	  font-size: 12px;
	  line-height: 30px;
		text-indent: 23px;
	}
	.hotlinebox-main .hotline-bar{
	}
	.hotline-bar .text-description {
		position: absolute; top: -25px; left: 30px; 
		font-size: 14px;
		font-weight: normal;
	}
	.sidebar-item{
		position: relative;
		height: auto;
		margin-bottom: 15px;
	}
.block_more_info{
	display:block;
	z-index:10000;
}  
	.headerpcsite{
		position:relative;
		display:none;
	}
	.slideone{
		height: auto;
	}
	.navbar-fixed-top,#framemenuresponsive{
		position: fixed;
		z-index: 1000;
	}
	#framemenuresponsive{
		height: 100%;
		overflow-y:scroll;
	}
	#framemenuresponsive_content{
		padding-bottom: 20px;
	}
	
	.side-menu .list_item_panel  .b-top-nav__2level_wrap{
		margin:0;
		padding:0;
	}
	.side-menu .list_item_panel .b-top-nav__2level_wrap li a{
		display:block;
	}
	
	#framemenuresponsive_content{
		padding:0 0 0 0;
	}
	.slidecollection-subject{
		padding: 0.8em;
		font-size: 15px;
	}
	
	.respmenu-wrap {
	padding-top: 0;
		
}
	
.block_more_info{
	display:block;
	z-index:10000;
}  
	.headerpcsite{
		position:relative;
		display:none;
	}
.side-menu {
    position: relative;
    width: 100%;
    border-right: 0;
    border-bottom:none;
  }
  .side-menu .brand-name-wrapper .navbar-brand {
    display: inline-block;
  }
  
  /* Slide side menu*/
  /* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
  .side-menu-container.slide-in {
	  position:relative;
    -moz-animation: slidein 300ms forwards;
    -o-animation: slidein 300ms forwards;
    -webkit-animation: slidein 300ms forwards;
    animation: slidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .side-menu-container {
    /* Add position:absolute for scrollable menu -> see top comment */
    position: fixed;
	z-index:10000;
    left: -300px;
    width: 270px;
    top: 0;
    height: 100%;
   border-right: 1px solid #f4f4f4;
   border-bottom: 1px solid #f4f4f4;
	padding-bottom:20px;
    -moz-animation: slideout 300ms forwards;
    -o-animation: slideout 300ms forwards;
    -webkit-animation: slideout 300ms forwards;
    animation: slideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
	background-color:#fff;
  }
  .list_item_panel{
	  margin-right:0 !important;
	 margin-top: 0;
    padding-top: 0;
  }
  .side-menu-container > .list_item_panel {
	  position:relative;
	  width: 100%;
	   height: 100%;
	   padding:0;
	   margin:0 !important;
   
  }
  
  
  /* Slide side body*/
  .side-body {
    margin-left: 5px;
    margin-top: 70px;
    position: relative;
    -moz-animation: bodyslideout 300ms forwards;
    -o-animation: bodyslideout 300ms forwards;
    -webkit-animation: bodyslideout 300ms forwards;
    animation: bodyslideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .body-slide-in {
    -moz-animation: bodyslidein 300ms forwards;
    -o-animation: bodyslidein 300ms forwards;
    -webkit-animation: bodyslidein 300ms forwards;
    animation: bodyslidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* Hamburger */
  .navbar-toggle {
	  display: block;
	  position: relative;
     border: 0 !important;
    float: left;
    padding: 10px;
	  z-index: 100;
    margin: 0;
    border-radius: 0;
    background-color:transparent !important;
  }
  .navbar-default .navbar-toggle .icon-bar{
	  background-color:#000;
  }
	
  /* Search */
  #searchresponsive .panel-body .navbar-form {
    border-bottom: 0;
  }
  #searchresponsive .panel-body .navbar-form .form-group {
    margin: 0;
  }
   .navbar-header {
    /* this is probably redundant */
    position:relative;
    z-index: 3;
    background-color: #FFF;
  }
	
}
@media (max-width: 768px) {
	.slide_content{
		text-align: center;
		margin-bottom: 10px;
	}
	.slick-prev{
		left: -10px;
	}
	.slick-next {
		right: -10px;
	}
}
.nopadding{
	padding: 0;
}
.nomargin{
	margin: 0;
}