body {
  min-height: 75rem;
  background-color: #05141f;
}
iframe{
  width: 100% !important;
}
.ftco-section {
  background-color: #fff;
}
.btexpandimg{
	width: 100%;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}
.expandimg img{
	margin-top: 15px;
}
.fixed-bottom-call-bg{
  position: fixed;
  width: 165px;
  height: 30px;
  background: #de011a;
  bottom: 5px;
  left: 10px;
  opacity: 0.7;
  border-radius: 15px;
}
.fixed-bottom-call{
	position: fixed;
	z-index:9;
    bottom: 0px;
    left: 0;
}
.fixed-bottom-call .hotline-call{
  font-size: 1rem;
  font-weight: bold;
  color: white;
  position: absolute;
  left: 58px;
  bottom: 8px;
}
.fixed-bottom-call .hotline-call-img{
	float:left;
	width: 50px;
    height: auto;
}
.fixed-bottom-call a{
  width: 100%;
  display: block;
  padding: 0 15px 15px 5px;
}

.fixed-bottom-wheel-bg{
  position: fixed;
  width: 180px;
  height: 30px;
  background: #333333;
  bottom: 5px;
  right: 10px;
  border-radius: 15px;
}
.fixed-bottom-wheel{
	position: fixed;
	z-index:9;
    bottom: 0;
    right: 10px;
}
.fixed-bottom-wheel .text-wheel{
	width: 190px;
    font-weight: bold;
    padding: 9px 5px 0px 0;
    margin-right: 5px;
    text-transform: uppercase;
    text-align: right;
    color: white;
	cursor: pointer;
}
.fixed-bottom-wheel .hotline-call{
  font-size: 1rem;
  font-weight: bold;
  color: white;
  position: absolute;
  left: 58px;
  bottom: 8px;
}
.fixed-bottom-wheel .hotline-call-img{
	float: left;
    width: 40px;
    height: auto;
    background-color: #ffffff;
    border-radius: 50%;
    margin-bottom: 2px;
}
.fixed-bottom-wheel a{
	width: 100%;
	display: block;
  padding: 0 15px 15px 5px;
}
a{
	text-decoration: none;
	color: #1a1a1a;
}
a:hover{
	text-decoration: none;
	color: #000;
}
h1{
	font-size: 1.5rem;
}
.title{
    margin: 0;
	padding: 1rem 0 0.5rem 0;
    font-size: 1.3rem;
    color: #bf0318;
	text-transform: uppercase;
}
.title-page{
	font-size: 1.2rem;
	padding: 5px 0 0 0px;
}
.bg-dark{
	background: transparent !important;
  padding: 0.3rem 1rem;
}
.float-right{
	float: right;
}
.bg-dark .navbar-brand{
	font-size: 1rem;
	font-weight: bold;
	display: inherit;
}
.bg-dark .navbar-brand img{
	width: 45px;
    height: 30px;
	margin:0px 10px 0 0;
}
.phone-call{
	background-image: url('icons/phone-call.svg');
  	background-repeat: no-repeat;
  	background-position: 0 center;
  	background-size: 22px 22px;
  	padding-left: 1.5rem;
  	 fill: #fff;
  	}
.navbar-toggler{
	padding: 0 ;
}
.nav-link{
	color: #e1e1e1;
}
h3{
	font-size: 1.2rem;

}
.ftco-services{
	padding-left: 30px;
	background-repeat: no-repeat;
  	background-position: 0 center;
  	background-size: 22px 22px;
  	background-color: blue;
}
.categories-news {
  border: 0;
  padding: 5px;
}
.categories-news a{
	position: relative;
	display: block;
	margin: 15px auto;

}
.categories-news img{
	width: 100%;
	height: auto;
  border: 0;

	
}

.categories-news .light{
  position: absolute;
  z-index: 1;
  top: 45px;
  left:0;
  display: none;
}

.categories-news .cats-title{

	width: 100%;
	color: #bf0318;
	text-align: center;
	font-weight: bold;
	font-size: 1rem;
	padding: 5px 0;
  position: absolute;
  text-transform: uppercase;
}
.categories-news .catminprice{
  position: absolute;
  bottom: 25px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.categories-news .cat-type{
  position: absolute;
  top: 25px;
  right: 10px;
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
}

#myBtn {
  	display: none;
  	position: fixed;
	bottom: 120px;
	right: 20px;
	z-index: 99;
	font-size: 18px;
	font-weight: bold;
	border: none;
	outline: none;
	background-color: #6e6e6e;
	color: white;
	cursor: pointer;
	padding: 10px 20px 15px 20px;
	border-radius: 5px;
	opacity: 0.6;
}
.img-fluid{
	width:100%
}
#myBtn:hover {
  background-color: #555;
}
.subheading{
	font-size: 20px;
	color: #000;
	font-style: italic;
}
.headertc{

}
.headertc .header-logo-dark{
    height:auto;
    margin: 5px 0;
}
.headertc .header-srname{
    font-size: 1.2rem;
    font-weight: bold;
    float:right;
    margin: 15px 0;
    color:#003a70;
    
}

.ftco-animate:nth-child(2n+1) { padding-left: 5px;}
.ftco-animate:nth-child(2n+2) { padding-right: 5px;}

.ftco-animate:nth-child(1n) { padding-right: 5px;}
.ftco-animate:nth-child(2n) { padding-left: 5px;}
.product {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}
.product h3{
  font-size: 1rem;
}
.product:hover{
	border: 1px solid #bf0318;
}
.product-category {
	padding:0;
}
.product-category li {
    display: inline-block;
    font-weight: bold;
    font-size: 1.2rem;
	padding-bottom: 1rem;
}
.product-category li a.active {
    background: #bf0318;
    color: #fff;
}
.product-category li a {
    color: #bf0318;
    padding: 0.3rem 2rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.ftco-footer{
	background-color: #05141f;
  color: #fff;
  padding: 10px 0 30px 0;
}
.ftco-footer a{
  color: #fff;
  }
.ftco-footer .container{
	margin-top: 15px;
}
.ftco-animate{
	margin-bottom: 5px;
}
.heading{
	font-weight: bold;
}
.read-more{
	font-weight: bold;
	color: #bf0318;
	float: right;
}
.relatice{

}
.relatice .heading{
	border-bottom: 1px solid #bf0318;
	color: #bf0318;
}
.relatice  .blog-img {
    display: block;
    height: 80px;
    width: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.meta{
	color: gray;
	font-size: 12px;
	transition: .3s all ease;
}
.text-sales{
	color: white;
	background-color: #bf0318;
	padding: 0.2rem 1rem;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.share-social a{
	color:#bf0318;
}
.content-description img,video{
	max-width:100%;
	height:auto !important;
}
.old-price{
	text-decoration: line-through;
	color: #848484;
}
.discount{
	border: 1px dashed #b00000;
	padding: 5px;
	margin: 25px 0 15px 0 ;
	border-radius: 5px;
}
.discount .discount-title{
	font-weight: bolder;
    position: absolute;
    background-color: red;
    color: white;
    margin-top: -18px;
    margin-left: 5px;
    padding: 0px 10px;
    font-size: 1.2rem;
    border-radius: 3px;
    box-shadow: 2px 2px 3px #a8a8a8;
    text-transform: uppercase;
}
.discount ul{
	margin: 10px 0 0 0 ;
	font-size: 0.9rem;
	list-style-type: square

}
.price{
	padding-top: 15px;
}


* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.mySlide {
  position: relative;
}

/* Hide the images by default */
.mySlide .mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.mySlide .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.mySlide .prev,
.mySlide .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.mySlide .next {
  right: 15px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.mySlide .prev:hover,
.mySlide .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.mySlide .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.mySlide .caption-container {
  text-align: center;
  background-color: #222;
  padding: 0px 16px;
  color: white;
}
.mySlide .caption-container h2{
  font-size:1rem;
    font-weight:600;
    padding: 5px 0;
}
.mySlide .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.mySlide .column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.mySlide .demo {
  opacity: 0.6;
}

.mySlide .active,
.mySlide .demo:hover {
  opacity: 1;
  border: 1px dashed #b00000;
}
.new-description {
  color: #393939;
}
.new-description ul{
      padding: 0 15px;
}
.swiper-container{
  min-height: 500px;
}

.carousel-caption a{
    color: white;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 2px 2px 4px #000000;

 }
 .carousel-item img{
    padding: 0px;
    border: none;
    border-radius: 0;
 }
.bg-navbar-opa{
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
  margin: 0 0 0 -16px;
}
.opacity-full{

  opacity: 0.8 !important;
  }
@media (max-width: 768px) {
  .categories-news .catminprice{
    bottom: 10px;
  }
}
#zalo-vr {
  position: fixed;
  z-index: 9;
  bottom: 60px;
  left: 0;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

#zalo-vr .phone-vr-circle-fill {

    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
    opacity: 0.5;

}
.phone-vr-circle-fill {
    width: 50px;
    height: 50px;
    bottom: 0;
    left: 7px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 5px;
    left: 12px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.articles{
  background-color: #000;
  color: #fff;
  position: relative;

}
.articles .bg-text{
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.articles .text {
    color: #fff;
    position: relative;
    text-align: center;
    display: inherit;
}
.articles .articles-1{

    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;

}
.articles .img{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.articles .img:hover{
  transform: scale(1.05);
  transition: all 2s;
}

.articles .articles-1 .article-intro{
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  padding: 10px;
  opacity: 0.8;
}
.articles .articles-1 .article-title{
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: auto;

}



.articles .articles-n{
  margin:0;
  padding: 0;
}

.articles .articles-n-sub{
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}


.articles .articles-n .content-articles{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.articles .articles-n .content-articles a{
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  }


.articles-list{
 margin-bottom: 10px;

}

.pricetable{
/*  margin-top: 50px;*/
}
img{
  max-width: 100% !important;
  height: auto !important;
}

.pricetable .catns{
    background-image: linear-gradient(white, #f5f5f5);
    border-radius: 10px;
    margin-top: 10px;
}
.pricetable h3{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
}
.pricetable ul{
  padding-left: 15px;
}
.pricetable li{
  font-size: 0.9rem;
  color: #999;
  padding-bottom: 10px;
}
.margin-50{
  margin-top:45px;
  padding-top: 5px;
}
.customers{
    width:100%;
    padding:0;
}
.customers li{
    list-style-type: none;
    padding: 5px;
    text-align: left;
    
}
.customers li i{
    font-size:0.7rem;
    
}
.customers .customers-phone{
    font-weight: 600;
    font-size: 1rem;
    color: #0c6cb8;
}
.customers .customers-zalo{
    font-weight: 600;
    font-size: 1rem;
    color: #2196f3;
    margin-left: 50px;
}
.bg-0{
    border-top: 1px dotted #868585;
    border-bottom: 1px dotted #868585;
}
.warm{
    background-color: #ffe3c6;
}
.hot{
    background-color: #ffd0c6;
}
.cool{
    background-color: #c6e8ff;
}
.booking{
    background-color: #9cff93;
}
.fail{
    background-color: #cfcfcf;
    opacity: 0.3;
}
@media screen and (max-width: 540px) {
    /* CSS cho mobile */
    table{
        font-size:12px;
    }
}