/*

TemplateMo 558 Klassy Cafe

https://templatemo.com/tm-558-klassy-cafe

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: 'FontAwesome';
} 

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: antiquewhite;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #fb5849;
  color: #fff;
}

::-moz-selection {
  background: #fb5849;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-white-button a {
  font-size: 13px;
  color: #fb5849;
  background-color: #fff;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

.main-white-button a:hover {
  opacity: 0.9;
}

.main-text-button a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  transition: all .3s;
}

.main-text-button a:hover {
  opacity: 0.9;
}

.section-heading h6 {
  position: relative;
  font-size: 15px;
  color: #fb5849;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 40px;
}

.section-heading h6:before {
  width: 30px;
  height: 1px;
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #fb5849;
}

.section-heading h2 {
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 25px; 
  font-size: 30px;
  font-weight: 900;
  color: #2a2a2a;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fb5849!important;
}

.background-header .nav li a.active {
  color: #fb5849!important;
}

.header-area {
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #2a2a2a;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #fb5849!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fb5849!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #fb5849!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #fb5849;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #fb5849!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #fb5849!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px;
        margin: 1.75rem auto;
    }
}
.bgmodalpt
{
	background-color:antiquewhite;
	background-image: url(../images/imagesBX/bg-phongthuy1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.topconten
  {
	background-image: url(../images/imagesBX/bg-phongthuy1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 20px;
	padding-bottom: 30px;
  }
  
 .titlenguhanh
 {
	margin: 25px;
    font-family: "UTM Raven", sans-serif;
    font-size: 40px;
    color: #fff;
    text-shadow: 5px 5px 30px black;
 }
 .tagnguhanh
 {
	background-image: url(../images/imagesBX/bg-vutru.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 20px;

 }
 .bgtagnguhanhkim
 {
	background-image: url(../images/imagesBX/bgnhkim.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 20px;
	width:50%;
	height:100px;
 }
.scongiap
  {
	  height: auto;
	  padding-bottom: 10px;
	}
.menucongiap
{
	width: 24.333333%;
    margin-bottom: 15px;
}

.menucongiap1
{
    margin-bottom: 15px;
}
.custom-tooltip {
  --bs-tooltip-bg: red;
  --bs-tooltip-color: var(--bs-white);
}

.custom-tooltip1 {
  --bs-tooltip-bg: #0d6efd;
  --bs-tooltip-color: var(--bs-white);
}
.searchsim2 .btn
{
	--bs-btn-padding-x: 0.5rem;
    --bs-btn-padding-y: 0.1rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 396;
    --bs-btn-line-height: 1;
}
.menunamsinh
{
	width: 33.333333%;
    margin-bottom: 15px;
}
  .inputma
  {
	  width:26%;
  }
  .listsosearch
  {
	  max-width: 25%;
	  margin-bottom: 20px;
  }
  
 .listsosearch .numberseaech
  {
    background-color: #dc3545b8;
	color:#fff;
    font-size: 20px;
    font-weight: 500;
	cursor: pointer;
  }
  .listsosearch :hover
  {
	  background-color: red;
	  color:#fff;
	  box-shadow: -3px 4px 4px 1px #918888;
  }
  .quedich
  {
	  margin-top:10px;
  }
  .listque
  {
	  max-width: 12%;
	
  }
  .listque .numberque
   {
	font-size: 20px;
    font-weight: 500;
	cursor: pointer;
   }
    .listque :hover
  {
	  background-color: red;
	  color:#fff;
	  box-shadow: -3px 4px 4px 1px #918888;
  }
  .bgbienso
  {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 35px;
	height:135px;
	width: 100%;

  }
.listbien .item > div {
    width: 100%;
    margin: 2px 0;
    box-sizing: border-box;
}
.listbien .item .tinh {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 5px;
    margin-bottom: 10px;
}
.listbien .item .nut {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
	margin-top: 5px;
	
}
.listbien .item .nut .mua {
    width: 80px;
    padding: 3px;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ddd1d1;
}
.listbien .item .nut .yn {
    background: #898484;
    color: #FFFFFF;
    width: 40px;
    padding: 3px;
    border-radius: 5px;
    border: 1px solid #ddd1d1;
	cursor: pointer;
}

.listbien .item .nut :hover
{
	    background: #dc3545;
		border-color:#dc3545;
		color:#fff;
}
  .listbien {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px;
	width: 33.333%;
	margin-bottom: 10px;
}
.listbien .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;  
    margin: 5px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
	width: 100%;
	background-color: #fff;
	box-shadow: -3px 4px 11px 1px #918888;
}
.bienk {
    text-align: center;
    background: url(../images/imagesBX/bg-bienso.png) center no-repeat;
    color: #000;
    height: 42px;
    line-height: 42px;
    font-family: "UKNumberPlate", sans-serif;
    background-size: contain;
    font-size: 25px;
	font-weight: bold;
}
.bienkmodol {
    text-align: center;
    background: url(../images/imagesBX/bg-bienso.png) center no-repeat;
    color: #000;
    height: 90px;
    line-height: 42px;
    font-family: "UKNumberPlate", sans-serif;
    background-size: contain;
    font-size: 56px;
    font-weight: bold;
	padding-top: 27px;
}
.listbienpt .itempt > div {
    width: 100%;
    margin: 2px 0;
    box-sizing: border-box;
}
.listbienpt .itempt .tinhpt {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 5px;
    margin-bottom: 10px;
}
.listbienpt .itempt .nutpt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
	margin-top: 5px;
	
}
.listbienpt .itempt .nutpt .muapt {
    width: 80px;
    padding: 3px;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ddd1d1;
}
.listbienpt .itempt .nutpt .ynpt {
    background: #898484;
    color: #FFFFFF;
    width: 40px;
    padding: 3px;
    border-radius: 5px;
    border: 1px solid #ddd1d1;
	cursor: pointer;
}

.listbienpt .itempt .nutpt :hover
{
	 background: #dc3545;
	border-color:#dc3545;
	color:#fff;
}
.linkynghia
{
	color: #000;
}
  .listbienpt {
    display: flex;
    flex-wrap: wrap;
    margin: 0 8px;
	width: 424px;
	margin-bottom: 10px;
}

.listbienpt .itempt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;  
    margin: 5px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
	width: 100%;
	background-color: #fff;
	box-shadow: -3px 4px 11px 1px #918888;
}

.bienpt {
    text-align: center;
    background: url(../images/imagesBX/bg-bienso.png) center no-repeat;
    color: #000;
    height: 42px;
    line-height: 42px;
    font-family: "UKNumberPlate", sans-serif;
    background-size: contain;
    font-size: 25px;
    width: 60%;
	font-weight: bold;
}
.pricebx
{
	margin-left:-40px;
	color: #ab0000;
}
.topbienso
{
	display: flex;
	display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}
 .bgt
  {
	font-family: "UTM Raven", sans-serif;
    font-size: 32px;
    color: #000000;
    background: moccasin;
    text-align: center;
    margin: 24px auto;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 15px 28px;
  }
  .bgt .l1, .bgt .l2, .bgt .r1, .bgt .r2 {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/imagesBX/btnbd.png) center no-repeat;
	}
  .bgt .l1 {
    top: 0;
    left: 0;
	}
	.bgt .l2 {
    bottom: 0;
    left: 0;
    transform: rotate(-90deg);
	}
	.bgt .r1 {
    top: 0;
    right: 0;
    transform: rotate(90deg);
	}
	.bgt .r2 {
    bottom: 0;
    right: 0;
    transform: rotate(-180deg);
	}
	.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #dc3545b8;
    border-color: #dee2e6 #dee2e6 #fff;
}
.about-content {
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    position: relative;
    padding-right: 15px;
    width: auto;
    height: 415px;
    overflow-y: scroll;
}
.frombsx
{
	width:35%;
}

.chartradar
{
	width:30%;
}
.chartline
{
	width:35%;
}
.tblnguhanh {

	border-collapse: collapse;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
}
.tblnguhanh td {
	color: #0070A6;
	padding: 5px 4px 3px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #A4D1FF;
}
.tabelso
{
	margin-bottom :10px;
}
.titleform
{
	margin-bottom: 15px;
}
.linechart
{
	margin-top: 30px;
    margin-bottom: 30px;
}
.ttbsx
{
	width:47%;
}
.tenbx
{
	font-size: 30px;
    font-weight: 600;
    border: 1px solid;
	margin-top: 25px;
}
.policies-shipping-payment>div>a {
    background: #f6f6f6;
    border: 1px solid #d7d7d7;
    text-align: center;
    border-radius: 8px;
    display: block;
    padding: 15px 25px;
    color: #0d6efd;
	margin-top: 20px;
    margin-bottom: 20px;
}
.btnguhanh {
    display: block;
   
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    text-decoration: none;
}
#paging_page a {
    background: url(../images/detail.png);
    color: #000;
    text-decoration: none;
    font-size: 12px;
}
#paging_page span, #paging_page a {
    background: #e1e1e1;
    font-size: 15px;
    border: 1px solid #CCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 #FFF;
    -webkit-box-shadow: 0 1px 0 #FFF;
    box-shadow: 0 1px 0 #FFF;
    color: #555;
    margin-left: 5px;
    padding: 2px 6px 2px;
	
}

.related-content .sub-heading-title {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal;
    color: #000;
    font-weight: 700;
    padding-top: 15px;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
}
.section-content .card {
    display: flex;
    align-items: center;
    padding: 20px;
    height: 100%;
}
section-content .card a {
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
}
.section-content .card>a:first-child img {
    width: 100%;
	 color: #000;
    max-width: 100px;
    height: 100px;
    object-fit: contain;
}

.newabbotom
{
	width:70%;
}
.hotrobotom
{
	width:30%;
}

#contact {
  margin-left: 30px;
  padding: 45px 30px;
  background-color: #fff;
  border-radius: 5px;
}

#contact h4 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #2a2a2a;
  margin-bottom: 30px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  color: #2a2a2a;
  font-size: 14px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 46px;
  border-radius: 5px;
  outline: none;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 15px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: #fb5849;
}

.contact-form button {
  margin-top: -10px;
  font-size: 13px;
  color: #fff;
  background-color: #fb5849;
  padding: 12px 25px;
  width: 100%;
  box-shadow: none;
  border: none;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

.contact-form button:hover {
  opacity: .9;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #2a2a2a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2a2a2a;
}

.contact-form ::placeholder {
  color: #2a2a2a;
}

.float-contact 
{
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 99999;
}
.chat-zalo, .chat-facebook, .call-hotline 
{
  display: block;
  margin-bottom: 6px;
  line-height: 0;
}
.slidehotline {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1;
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, .5);
    background: #333333;
    border-radius: 50px;
    color: #FFFFFF;
    height: 37px;
    line-height: 37px;
    padding: 0 20px 0 46px;
    font-size: 20px;
    font-weight: bold;
}
.slidehotline a {
    color: #FFFFFF;
    position: relative;
    display: block;
    padding-top: 2px;
}
.slidehotline .icphone {
    width: 32px;
    height: 32px;
    padding: 5px;
    background: url(../images/imagesBX/icphone.png) center no-repeat #fdb719;
    position: absolute;
    top: 2px;
    left: -43px;
    border-radius: 50%;
    -webkit-animation: Rotate 1300ms linear 1300ms 5;
    animation: Rotate 1300ms linear 1300ms 5;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}
.sitechatzalo {
    position: fixed;
    left: 20px;
    bottom: 68px;
    z-index: 1;
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, .5);
    background: #2196F3;
    border-radius: 50px;
    color: #000000;
    height: 37px;
    line-height: 37px;
    padding: 0 20px 0 46px;
    font-size: 20px;
    font-weight: bold;
}
.sitechatzalo a {
    color: #FFFFFF;
    position: relative;
    display: block;
    padding-top: 2px;
}
.sitechatzalo .iczalo {
    width: 39px;
    height: 39px;
    background: url(../images/imagesBX/iczalo.png) center no-repeat #0072b2;
    position: absolute;
    top: -1px;
    left: -47px;
    border-radius: 50%;
    -webkit-animation: Rotate 1300ms linear 1300ms 5;
    animation: Rotate 1300ms linear 1300ms 5;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}

.sitechatface {
    position: fixed;
    left: 20px;
    bottom: 120px;
    z-index: 1;
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, .5);
    background: #2196F3;
    border-radius: 50px;
    color: #000000;
    height: 37px;
    line-height: 37px;
    padding: 0 20px 0 46px;
    font-size: 20px;
    font-weight: bold;
}
.sitechatface a {
    color: #FFFFFF;
    position: relative;
    display: block;
    padding-top: 2px;
}
.sitechatface .icface {
    width: 39px;
    height: 39px;
    background: url(../images/imagesBX/Facebook.png) center no-repeat #0072b2;
    position: absolute;
    top: -1px;
    left: -47px;
    border-radius: 50%;
    -webkit-animation: Rotate 1300ms linear 1300ms 5;
    animation: Rotate 1300ms linear 1300ms 5;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}
/*
---------------------------------------------
offers
---------------------------------------------
*/

.xemthem {
    text-align: center;
    margin: 0 5px;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: transparent 0 0 1px;
    position: relative;
    display: inline-block;
    border: none;
    font-size: 14px;
    background: url() center top/26px 17px no-repeat transparent;
    padding-bottom: 0;
    padding-top: 40px;
    font-weight: 700;
    color: #1890ff;
    cursor: pointer;
	}
	.xemthem>.arrow {
    top: 22px;
    display: block;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
	}
	.xemthem>.arrow:before {
    content: "";
    display: block;
    width: 25px;
    right: 0;
    left: 0;
    top: -5px;
    position: absolute;
    opacity: 1;
    height: 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAMCAYAAAAH4W+EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDc3NEIyN0EyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDc3NEIyNzkyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjdCMUQ3OTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjdCMUQ3QTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph5ikagAAAGHSURBVHjaYmAAAg8Pj14vLy87Bjzg////JGFPT09GHx8fNnxmguwE2Q1iMwI1eAI1bgPZxcjIOJ+Dg6Ns/fr1b3E5hhjg7e3NuG3bNpyKAwMDhX/8+NEFNC8J7AhGRi8mHh6evUBGHRD/AkkAFVwHujQWmwFANWCMx4eMYWFheB0BMhtkB8guoFk/QXaD3QBTAAxG1b9//84AKnCCWrqPmZk5Y8uWLbfxRRdSKDADHfAXl1pC5jNiczFQcS8Qi4JcDBRqBbq4c/Xq1b+wWRAaGgoygxEo/w+HPNuXL1/KgcxqoJnsQDNfA3Ex0NGLUUIbh2YhoOZuoMZEqJobTExM6UDNhxhIAKDE+O/fv5lApgYsDQI9VQp09DuMaKeWQZR6hBmfgbdv335oaGg4+zcQAB1hDTTYFMhMUlNTewGUu4QrMf769WszUK0NKAMAcRMvL2/Mxo0b7+Gzi5HYYCaU2MhJ7GQ5BF9ihkrhTYxUdwhagZSIZAbRaYhqDsGSmBnIyVXIACDAAM34JXWPolNhAAAAAElFTkSuQmCC) 0% 0% / contain no-repeat;
    margin: auto;
    background-repeat: no-repeat;
    animation: 1s ease-in-out .2s infinite normal none running animate-arrow-3;
	}
	.xemthem>.arrow>span {
    animation: 1s ease-in-out 0s infinite normal none running animate-arrow-1;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAMCAYAAAAH4W+EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDc3NEIyN0EyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDc3NEIyNzkyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjdCMUQ3OTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjdCMUQ3QTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph5ikagAAAGHSURBVHjaYmAAAg8Pj14vLy87Bjzg////JGFPT09GHx8fNnxmguwE2Q1iMwI1eAI1bgPZxcjIOJ+Dg6Ns/fr1b3E5hhjg7e3NuG3bNpyKAwMDhX/8+NEFNC8J7AhGRi8mHh6evUBGHRD/AkkAFVwHujQWmwFANWCMx4eMYWFheB0BMhtkB8guoFk/QXaD3QBTAAxG1b9//84AKnCCWrqPmZk5Y8uWLbfxRRdSKDADHfAXl1pC5jNiczFQcS8Qi4JcDBRqBbq4c/Xq1b+wWRAaGgoygxEo/w+HPNuXL1/KgcxqoJnsQDNfA3Ex0NGLUUIbh2YhoOZuoMZEqJobTExM6UDNhxhIAKDE+O/fv5lApgYsDQI9VQp09DuMaKeWQZR6hBmfgbdv335oaGg4+zcQAB1hDTTYFMhMUlNTewGUu4QrMf769WszUK0NKAMAcRMvL2/Mxo0b7+Gzi5HYYCaU2MhJ7GQ5BF9ihkrhTYxUdwhagZSIZAbRaYhqDsGSmBnIyVXIACDAAM34JXWPolNhAAAAAElFTkSuQmCC);
    width: 25px;
    top: 9px;
    height: 15px;
    opacity: .3;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
	}
	.xemthem>.arrow:after {
    content: "";
    display: block;
    width: 25px;
    top: 2px;
    right: 0;
    left: 0;
    position: absolute;
    opacity: .5;
    height: 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAMCAYAAAAH4W+EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDc3NEIyN0EyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDc3NEIyNzkyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjdCMUQ3OTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjdCMUQ3QTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph5ikagAAAGHSURBVHjaYmAAAg8Pj14vLy87Bjzg////JGFPT09GHx8fNnxmguwE2Q1iMwI1eAI1bgPZxcjIOJ+Dg6Ns/fr1b3E5hhjg7e3NuG3bNpyKAwMDhX/8+NEFNC8J7AhGRi8mHh6evUBGHRD/AkkAFVwHujQWmwFANWCMx4eMYWFheB0BMhtkB8guoFk/QXaD3QBTAAxG1b9//84AKnCCWrqPmZk5Y8uWLbfxRRdSKDADHfAXl1pC5jNiczFQcS8Qi4JcDBRqBbq4c/Xq1b+wWRAaGgoygxEo/w+HPNuXL1/KgcxqoJnsQDNfA3Ex0NGLUUIbh2YhoOZuoMZEqJobTExM6UDNhxhIAKDE+O/fv5lApgYsDQI9VQp09DuMaKeWQZR6hBmfgbdv335oaGg4+zcQAB1hDTTYFMhMUlNTewGUu4QrMf769WszUK0NKAMAcRMvL2/Mxo0b7+Gzi5HYYCaU2MhJ7GQ5BF9ihkrhTYxUdwhagZSIZAbRaYhqDsGSmBnIyVXIACDAAM34JXWPolNhAAAAAElFTkSuQmCC) 0% 0% / contain no-repeat;
    margin: auto;
    background-repeat: no-repeat;
    animation: 1s ease-in-out .1s infinite normal none running animate-arrow-2;
}

@media only screen and (max-width: 1025px) {
	.listbien { width: 47.5%;}
	.listbienpt { width: 31.6%;}
	.frombsx{ width:100%;}
	.img1menhchu{ width:100%; text-align:center;}
	.tt1menhchu{ width:100%;}
	.chartradar{ width:100%;}
	.chartline { width:100%;}
	
}
	
@media only screen and (max-width: 812px) {
	
	.form-group
	{
		width: 100%;
		overflow-x: auto;
		display: inline-block;
		white-space: nowrap;
	}
	.stylb
	{
		
	}
	.listsosearch
	  {
		  max-width: 33%;
		  margin-bottom: 20px;
	  }
	.listbien {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -8px;
        width: 53%;
		margin-bottom: 10px;
	}
	.listbienpt {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0px;
        width: 100%;
		margin-bottom: 10px;
		
	}
    .listbien .item {
       
        font-size: 14px;
    }
	.bienk {
        font-size: 25px;
    }
	.dichsobsxpt
	{
		display: none;
	}
}

@media only screen and (max-width: 576px) {
	.scongiap
	  {
		height: auto;
		padding-bottom: 10px;
	  }
	  .listbienpt {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0px;
        width: 100%;
		margin-bottom: 10px;
		
	}
}
@media only screen and (max-width: 845px) {
	.listsosearch
	  {
		 max-width: 40%;
	  }
}

@media only screen and (max-width: 933px) {
	.listsosearch
	  {
		 max-width: 40%;
	  }
	  .inputma
	  {
		  width:23%;
	  }
	.ulnava
	{
		display:none;
	}	 
}


/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  margin-top: 60px;
  padding: 50px 0px;
  background-color: #aba6a7;
}

footer .left-text-content p {
  margin-top: 5px;
  color: #fff;
  font-size: 14px;
  text-align: right;
}

footer .right-text-content p {
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
  text-transform: uppercase;
}


footer .right-text-content {
  text-align: left;
  margin-top: 10px;
}

footer .logo {
  text-align: center;
}

footer .right-text-content ul li {
  display: inline-block;
  margin-left: 15px;
}
footer .right-text-content ul li:first-child {
  margin-left: 0px;
}


footer .right-text-content ul li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  background-color: #fff;
  border-radius: 50%;
  color: #fb5849;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

footer .right-text-content ul li a:hover {
  color: #2a2a2a;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 992px) {
  #top {
    padding-top: 100px;
    height: auto;
  }
  .header-area .main-nav .nav li.submenu:after {
    right: 3px;
  }
  .header-area .main-nav .nav li.submenu {
    padding-right: 15px;
  }
  .header-area .main-nav .nav li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-area .main-nav .nav li a {
    font-size: 14px;
    letter-spacing: 0px;
  }
  #top .left-content {
    text-align: center;
    padding: 25% 0px;
  }
   #top .Modern-Slider .item .img-fill {
    max-height: 400px;
   
  }
  #about .right-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  #chefs .chef-item {
    margin-bottom: 30px;
  }
  #reservation .phone {
    margin-bottom: 60px;
  }
  #contact {
    margin-left: 0px;
    margin-top: 30px;
  }
  #offers .tabs-content .left-list {
    margin-right: 0px;
  }

  #offers .tabs-content .right-list {
    margin-left: 0px;
  }
  footer .right-text-content {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .left-text-content p {
    text-align: center;
    margin-top: 30px;
  }
}





#preloader {
  overflow: hidden;
  background-color: #fb5849;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
