<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
/* CSS Document
	HKVision Bootstrap 4 CSS
	Author: Pham Loc - Email: dackro@gmail.com
	Date Create: 9/7/2018
*/
/* font-family: 'Roboto', sans-serif; */
/*------------------------------------ Setup */
.mt-6{margin-top: 3.5rem!important;}
.mt-7{margin-top: 7rem!important;}
@media (min-width: 1200px){
  .container {
    max-width: 1140px;
  }
}
.fixed-agency{
  position: fixed;
  right: 0px;
  bottom: 0px;
  background: #d10f12;
  color: #fff;
  border-radius: 3px;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  transition: all 0.5s ease;
}
.fixed-agency:hover{
  background: #b61114;
  color: #fff;
  text-decoration: none;
}
/*------------------------------------ Box Header */
.box-header{
  position: relative;
  z-index: 5;
}
.box-header .header--top{
  background: #f5f5f5;
}
.header--top .header-top--welcome{
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding: 0.40rem 0rem;
  font-size: 0.875rem;
  margin-bottom: 0px;
}
.header--top .header-top--social, .header--top .header-top--searchbox{
  display: inline-block;
}
.header--top .header-top--social ul{
  list-style: none;
  text-align: right;
  margin: 0.25rem 0px;
  padding: 0rem 1rem 0rem;
}
.header--top .header-top--social ul li{
  display: inline-block;
}
.header--top .header-top--social ul li+li{
  padding-left: 1rem;
}
.header--top .header-top--social ul li a{
  width: 25px;
  height: 25px;
  padding: 2px 2px;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  color: #666666;
  position: relative;
  transition: all 0.5s ease;
}
.header--top .header-top--social ul li a::before{
  content: '';
  position: absolute;
  border-top: 13px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 0px solid transparent;
  top: 0px;
  left: -8px;
  transition: all 0.5s ease;
}
.header--top .header-top--social ul li a::after{
  content: '';
  position: absolute;
  border-top: 13px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 12px solid transparent;
  top: 0px;
  right: -8px;
  transition: all 0.5s ease;
}
.header--top .header-top--social ul li:nth-child(1) a{
  background: #d10f12;
  color: #fff;
}
.header--top .header-top--social ul li:nth-child(1) a::before{
  content: '';
  border-right: 8px solid #d10f12;
}
.header--top .header-top--social ul li:nth-child(1) a::after{
  content: '';
  border-left: 8px solid #d10f12;
}
.header--top .header-top--social ul li:nth-child(2) a{
  background: #00aff0;
  color: #fff;
}
.header--top .header-top--social ul li:nth-child(2) a::before{
  content: '';
  border-right: 8px solid #00aff0;
}
.header--top .header-top--social ul li:nth-child(2) a::after{
  content: '';
  border-left: 8px solid #00aff0;
}
.header--top .header-top--social ul li:nth-child(3) a{
  background: #475993;
  color: #fff;
}
.header--top .header-top--social ul li:nth-child(3) a::before{
  content: '';
  border-right: 8px solid #475993;
}
.header--top .header-top--social ul li:nth-child(3) a::after{
  content: '';
  border-left: 8px solid #475993;
}
.header--top .header-top--social ul li a:hover{
  color: #fff;
  text-decoration: none;
}
.header--top .header-top--social ul li:nth-child(1) a:hover{background: #b60f11;}
.header--top .header-top--social ul li:nth-child(1) a:hover::before{content: '';border-right: 8px solid #b60f11;}
.header--top .header-top--social ul li:nth-child(1) a:hover::after{content: '';border-left: 8px solid #b60f11;}
.header--top .header-top--social ul li:nth-child(2) a:hover{background: #0793c7;}
.header--top .header-top--social ul li:nth-child(2) a:hover::before{content: '';border-right: 8px solid #0793c7;}
.header--top .header-top--social ul li:nth-child(2) a:hover::after{content: '';border-left: 8px solid #0793c7;}
.header--top .header-top--social ul li:nth-child(3) a:hover{background: #324fab;}
.header--top .header-top--social ul li:nth-child(3) a:hover::before{content: '';border-right: 8px solid #324fab;}
.header--top .header-top--social ul li:nth-child(3) a:hover::after{content: '';border-left: 8px solid #324fab;}

.header--top .header-top--searchbox{
  margin: 0.25rem 0px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.header--top .header-top--searchbox .form-control{
  font-size: 0.75rem;
}
.header--top .header-top--searchbox .btn{
  font-size: 0.75rem;
}
.header--top .header-top--searchbox .btn-outline-secondary{
  border-color: #ced4da;
  background: #fff;
  transition: all 0.5s ease;
}
.header--top .header-top--searchbox .btn-outline-secondary:hover{
  border-color: #d10f12;
  background: #d10f12;
}
.box-header .header--bottom{
  background: #fff;
  border-top: 1px solid #ebf9ff;
}
.header--bottom .header-bottom--logo{
  margin: 0.75rem 0px;
}
.header--bottom .header-bottom--menu-main{
  margin: 1.675rem 0px 0.25rem;
}
/*------------------------------------ Box Slider */
.box-slider .carousel-control-next, .box-slider .carousel-control-prev{
  width: 2.5%;
  height: 25%;
  background: #000;
  opacity: .75;
  top: calc(50% - 4rem);
}
.box-slider .carousel-control-next-icon, .box-slider .carousel-control-prev-icon{
  width: 15px;
  height: 15px;
}
.box-slider .carousel-item img{
  max-width: 100%;
  width: 100%;
}
/*---------------------------------------- Block Warpper Innet Home */
.warpper-inner-home{
  margin: 1.5rem 0px;
}
/*---------------------------------------- Block Title Sidebar */
.box-sidabar .block--title{
  border-bottom: 1px solid #e7e8e9;
  position: relative;
  padding: 0rem 0px 0.5rem;
}
.box-sidabar .block--title::before{
  content: '';
  position: absolute;
  background: url(../images/bottom-line-last_07.png) no-repeat center center #fff;
  background-size: 34px 5px;
  width: 34px;
  height: 5px;
  right: 0px;
  bottom: -2px;
}
.box-sidabar .block--title h3 {
  text-align: left;
  font-size: 1rem;
  margin: 10px 0 0 0;
  line-height: 1.3;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
/*---------------------------------------- Block Post New Sidebar */
.box-posts-new-sidebar{
}
.box-posts-new-sidebar ul{
  list-style: none;
  padding: 0.5rem;
  margin: 0rem 0px 1rem;
  border: 1px solid #e7e8e9;
  border-top: 0px;
}
.box-posts-new-sidebar ul li{
  border-bottom: 1px solid #e7e8e9;
  padding-bottom: .25rem;
  margin-bottom: .25rem;
}
.box-posts-new-sidebar ul li a{
  font-size: 0.875rem;
  color: #4b4b4b;
  transition: all 0.5s ease;
}
.box-posts-new-sidebar ul li a:hover{
  text-decoration: none;
  color: #e60027;
}
.box-posts-new-sidebar ul li:last-child{
  padding-bottom: 0px;
  border-bottom: none;
}
.box-posts-new-sidebar ul li i{
  font-size: 0.75rem;
}
/*---------------------------------------- Block Menu Sidebar */
.block-menu-sidebar{
  margin-bottom: 2rem;
}
/* .block-menu-sidebar ul{
	background: #fff;
	margin-bottom: 2rem;
	list-style: none;
	padding-left: 0px;
	font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  border-bottom: none;
} */
/* .block-menu-sidebar ul li{
	margin: 0;
	display: block;
	float: none;
	position: relative;
	border-bottom: 1px dashed #d5d5d5;
}
.block-menu-sidebar ul li::before{
  content: '\f101';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0px;
  top: calc(50% - 11px);
  color: #4b4b4b;
  z-index: 2;
} */
/* .block-menu-sidebar ul li a{
	display: block;
  padding: 0.875rem 0.5rem 0.875rem 1.5rem;
	color: #4b4b4b;
  position: relative;
	transition: all 0.5s ease;
}
.block-menu-sidebar ul li a:hover{
	background-color: #f5f5f5;
	color: #d10f12;
	text-decoration: none;
}
.box-advertise-sidebar{
  border: 1px solid #bcbcbc;
  margin-bottom: 2rem;
} */
/*------------------------------------ Box Featured Item */
.post-featured-item{
  border-bottom: 1px dashed #d5d5d5;
  padding: 1.5rem 0px;
}
.post-featured-item:last-child{
  border-bottom: none;
  margin-bottom: 1rem;
}
.post-featured-item .block-images{
  width: 40%;
  float: left;
}
.post-featured-item .block-content{
  width: 60%;
  float: left;
}
.post-featured-item .block-images{
  /* border: 2px solid #858585; */
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.post-featured-item .block-content{
  padding-left: 0.5rem;
  margin: 0rem 0px 0.25rem;
}
.post-featured-item .block-content h3{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.4;
  margin-bottom: 0.25rem;
}
.post-featured-item .block-content h3 a{
  color: #ce0202;
  transition: all 0.5s ease;
}
.post-featured-item .block-content h3 a:hover{
  color: #b90c0f;
  text-decoration: none;
}
.post-featured-item .block-content p{
  color: #848484;
  font-size: 0.75rem;
  margin-bottom: 0px;
}
/*---------------------------------------- Box Title Product Post New */
.box-product-new .block--title,
.box-post-new .block--title,
.box-post-technology .block--title,
.box-video-technology .block--title{
  border-bottom: 1px solid #e7e8e9;
  position: relative;
  padding: 0rem 0px 0.5rem;
  margin-bottom: 2rem;
}
.box-product-new .block--title::before,
.box-post-new .block--title::before,
.box-post-technology .block--title::before,
.box-video-technology .block--title::before{
  content: '';
  position: absolute;
  background: url(../images/bottom-line-last_07.png) no-repeat center center #fff;
  background-size: 34px 5px;
  width: 34px;
  height: 5px;
  right: 0px;
  bottom: -2px;
}
.box-product-new .block--title h3,
.box-post-new .block--title h3,
.box-post-technology .block--title h3,
.box-video-technology .block--title h3{
  text-align: left;
  font-size: 1rem;
  margin: 10px 0 0 0;
  line-height: 1.3;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
/*---------------------------------------- Box Technology Large */
.post-technology-large-item{
  margin-bottom: 1rem;
}
.post-technology-large-item .block-images{
  margin-bottom: 0.5rem;
}
.post-technology-large-item .block-images img{
  width: 100%;
}
.post-technology-large-item .block-content h3{
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.25rem;
  margin-bottom: 0rem;
}
.post-technology-large-item .block-content h3 a{
  color: #ce0202;
  transition: all 0.5s ease;
}
.post-technology-large-item .block-content h3 a:hover{
  color: #b90c0f;
  text-decoration: none;
}
.box-post-technology-small{
  background: #f7f7f7;
  padding: 0px 1rem;
}
.box-post-technology-small ul, .video-small{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.box-post-technology-small ul li, .video-small li{
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.box-post-technology-small ul li{
  padding-bottom: 0.3rem;
  margin-bottom: 0.275rem;
}
.box-post-technology-small ul li:last-child, .video-small li:last-child{
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.box-post-technology-small ul li .post-technology-small-item, .video-small li .video-small-item{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -5px;
}
.box-post-technology-small ul li .post-technology-small-item .block-images,
.box-post-technology-small ul li .post-technology-small-item .block-content,
.video-small li .video-small-item .block-images,
.video-small li .video-small-item .block-content{
  padding: 0px 5px;
}
.box-post-technology-small ul li .post-technology-small-item .block-images,
.video-small li .video-small-item .block-images{
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.box-post-technology-small ul li .post-technology-small-item .block-content,
.video-small li .video-small-item .block-content{
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
.box-post-technology-small ul li .post-technology-small-item .block-content h3,
.video-small li .video-small-item .block-content h3{
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 0.875rem;
}
.box-post-technology-small ul li .post-technology-small-item .block-content h3 a,
.video-small li .video-small-item .block-content h3 a{
  color: #7d7d7d;
  transition: all 0.5s ease;
}
.box-post-technology-small ul li .post-technology-small-item .block-content h3 a:hover,
.video-small li .video-small-item .block-content h3 a:hover{
  color: #c52e35;
  text-decoration: none;
}
/*------------------------------------ Box Product New Item */
.product-new-item{
  margin-bottom: 1.5rem;
}
.product-new-item .block-images{
  /* border: 2px solid #e8e9ea; */
  overflow: hidden;
  position: relative;
}
.product-new-item .block-images .overlay-new{
  position: absolute;
  background: #e60027;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 5px 2px;
  text-align: center;
  color: #fff;
  top: 3px;
  left: 3px;
  z-index: 2;
  font-size: 0.75rem;
}
.product-new-item .block-images img{
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}
.product-new-item .block-images:hover img{
  transform: scale(1.2);
}
.product-new-item .block-content h3{
  font-size: 0.875rem;
  font-weight: 400;
  margin: 1rem 0px 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  background: url(../images/line_product.png) no-repeat center bottom;
  font-family: 'Roboto', sans-serif;
}
.product-new-item .block-content h3 a{
  color: #393536;
  transition: all 0.5s ease;
}
.product-new-item .block-content h3 a:hover{
  color: #262626;
  text-decoration: none;
}
.product-new-item .block-content p{
  color: #333;
  font-size: 0.875rem;
  margin-bottom: 0px;
  text-align: center;
}
/*------------------------------------ Box Product New Item */
.post-new-item{
  margin-bottom: 1.5rem;
}
.post-new-item .block-images{
  border: 2px solid #e8e9ea;
  overflow: hidden;
}
.post-new-item .block-images img{
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}
.post-new-item .block-images:hover img{
  transform: scale(1.2);
}
.post-new-item .block-content h3{
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 1rem 0px 0.5rem;
  padding: 0px 0.5rem;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
}
.post-new-item .block-content h3 a{
  color: #393536;
  transition: all 0.5s ease;
}
.post-new-item .block-content h3 a:hover{
  color: #d10f12;
  text-decoration: none;
}
/*------------------------------------ Owl Pagination Dotted */
.owl-pagination.owl-theme .owl-controls {
  margin: 0px;
  position: absolute;
  top: -41px;
  z-index: 5;
  right: 15px;
}
.owl-pagination.owl-theme .owl-controls .owl-page span{
  margin: 5px;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #d10f12;
  opacity: 1;
  transition: all 0.5s ease;
}
.owl-pagination.owl-theme .owl-controls .owl-page.active span, .owl-pagination.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #d10f12;
}
/*------------------------------------ Owl Navigations Arrow */
.owl-navigations.owl-theme .owl-controls {
  margin: 0px;
  position: absolute;
  width: 100%;
  top: calc(50% - 0.75rem);
}
.owl-navigations.owl-theme .owl-controls .owl-buttons div{
  display: block;
  position: absolute;
  background: transparent;
  border-radius: 0px;
  color: #6c6f70;
  opacity: 1;
  margin: 0px;
  padding: 0px;
}
.owl-navigations.owl-theme .owl-controls .owl-buttons div .fa{
  font-size: 1.5rem;
}
.owl-navigations.owl-theme .owl-controls .owl-buttons div.owl-prev{
  left: -1rem;
}
.owl-navigations.owl-theme .owl-controls .owl-buttons div.owl-next{
  right: -1rem;
}
/*------------------------------------ Box Footer*/
.box-footer{
  position: relative;
  margin-top: 8rem;
}
.box-footer::before{
  content: '';
  background: url(../images/border-top-footer_02.png) top center #fff;
  background-size: cover;
  position: absolute;
  top: -118px;
  left: 0px;
  width: 100%;
  height: 118px;
}
.box-footer .footer--top{
  background: url(../images/bg-map-footer_03.png) no-repeat center center #333;
  background-size: contain;
  padding: 1.5rem 0px 3rem;
}
.box-footer .footer--top hr{
  border-color: #fff;
}
.footer--top .block-title-footer{
  margin-bottom: 2rem;
}
.footer--top .block-title-footer h3{
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.footer--top .block-content-footer{
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
}
.footer--top .block-content-footer p{
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 0.75rem;
}
.footer--bottom{
  background: #fff;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.footer--bottom .footer--bottom-content{
  padding-top: 0.5rem;
}
.footer--bottom p{
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.footer--bottom p a{
  color: #eb1d1d;
  font-weight: 700;
}
/*-------------------------------- BLock Breadcrumb */
.box-breadcrumb{
  background: #fff;
  border-bottom: 1px solid #eeeff3;
  margin-bottom: 1rem;
  position: relative;
}
.box-breadcrumb::before {
  content: '';
  position: absolute;
  background: url(../images/bottom-line-last_07.png) no-repeat center center #fff;
  background-size: 34px 5px;
  width: 34px;
  height: 5px;
  right: 0px;
  bottom: -2px;
}
.box-breadcrumb .breadcrumb{
  background: transparent;
  border-radius: 0px;
  font-size: 0.875rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  padding-top: 0.25rem;
  padding-left: 0px;
}
.box-breadcrumb .breadcrumb li a{
  color: #333333;
  transition: all 0.5s ease;
}
.box-breadcrumb .breadcrumb li a:hover{
  color: #d10f12;
  text-decoration: none;
}
.box-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #d10f12;
}
/*---------------------------------------- Block Warpper Header Title */
.box-warpper{
  margin: 1.5rem 0px;
}
.box-warpper .block-header-title{
  border-left: 4px solid #d10f12;
}
.box-warpper .block-header-title h3{
  font-size: 1.25rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #909090;
  margin: 0rem 1rem 0.5rem;
  padding: 0.5rem 0px;
}
.box-warpper .box-posts-rows, .box-warpper .box-product-rows, .box-warpper .box-single-product{
  margin: 0.875rem 0px 2rem;
}
/*---------------------------------------- Block Title Post, Product Related */
.box-post-related .block-title, .box-product-related .block-title, .box-single-product .block-title{
  border-bottom: 1px solid #e7e8e9;
  position: relative;
  padding: 0rem 0px 0.5rem;
  margin-bottom: 1rem;
}
.box-post-related .block-title::before, .box-product-related .block-title::before, .box-single-product .block-title::before{
  content: '';
  position: absolute;
  background: url(../images/bottom-line-last_07.png) no-repeat center center #fff;
  background-size: 34px 5px;
  width: 34px;
  height: 5px;
  right: 0px;
  bottom: -2px;
}
.box-post-related .block-title h3, .box-product-related .block-title h3, .box-single-product .block-title h3{
  text-align: left;
  font-size: 1rem;
  margin: 10px 0 0 0;
  line-height: 1.3;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
/*------------------------------------ Box Post Related Item */
.post-related-item{
  margin-bottom: 1rem;
}
.post-related-item .block-images{
  border-radius: 0.5rem 0.5rem 0px 0px;
  overflow: hidden;
}
.post-related-item .block-images img{
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}
.post-related-item .block-images:hover img{
  transform: scale(1.2);
}
.post-related-item .block-content h3{
  margin: 1rem 0px 0.75rem;
  text-align: left;
  font-family: Arial;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.post-related-item .block-content h3::before{
  content: '';
  position: absolute;
  width: calc(100% * 0.25);
  height: 2px;
  left: 0px;
  bottom: -1px;
  background: #d10f12;
}
.post-related-item .block-content h3 a{
  color: #303030;
  transition: all 0.5s ease;
}
.post-related-item .block-content h3 a:hover{
  color: #d10f12;
  text-decoration: none;
}
.post-related-item .block-content p{
  font-size: 0.75rem;
  color: #7d7d7d;
  font-weight: 400;
  font-family: Arial;
  line-height: 1.5;
}
/*---------------------------------------- Block Single Post */
.block-single--post{
  margin-bottom: 1rem;
}
.block-single--post h1{
  margin: 0.625rem 0;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.block-single--post .meta-list{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
	margin: 1.25rem 0px;
	color: #999;
	text-transform: capitalize;
  font-size: 0.875rem;
}
.block-single--post .meta-list .date-post{
	margin-right: 10px;
	display: inline-block;
}
.block-single--post .block-content{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.block-single--post .block-content img{
  max-width: 100%;
  height: auto !important;
  margin: 10px auto;
}
/*------------------------------------ Box Post Item */
.post-item{
  margin-bottom: 1rem;
}
.post-item .block-images{
  overflow: hidden;
}
.post-item .block-images img{
  transform: scale(1);
  transition: all 0.5s ease;
}
.post-item .block-images img:hover{
  transform: scale(1.2);
}
.post-item .block-content h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 1rem 0px 0.5rem;
  font-size: 1.25rem;
}
.post-item .block-content h3 a{
  color: #737171;
  transition: all 0.5s ease;
}
.post-item .block-content h3 a:hover{
  color: #e9234c;
  text-decoration: none;
}
.post-item .block-content .date-post{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.post-item .block-content p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.post-item .block-content a.readmore{
  background: transparent;
  border: 1px solid #434752;
  padding: 0.35rem 1.25rem 0.5rem;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  color: #434752;
  transition: all 0.5s ease;
}
.post-item .block-content a.readmore:hover{
  background: #d10f12;
  color: #fff;
  border-color: #d10f12;
  text-decoration: none;
}
/*---------------------------------------- Block Post Item Page */
.post-page-item{
  margin-bottom: 1.875rem;
  color: #525252;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.25rem;
}
.post-page-item .meta-list{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
	margin: 1.25rem 0px;
	color: #999;
	text-transform: capitalize;
  font-size: 0.875rem;
}
.post-page-item .meta-list .date-post{
	margin-right: 10px;
	display: inline-block;
}
.post-page-item .meta-list i{
	margin: 5px 5px 5px 0px;
	color: #999;
}
.post-page-item .meta-list a{
	color: #999;
	transition: all 0.5s ease;
}
.post-page-item .meta-list a:hover{
	text-decoration: none;
	color: #d10f12;
}
.post-page-item h3{
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0px;
  height: 40px;
  overflow: hidden;
}
.post-page-item h3 a{
  color: #333;
  transition: all 0.5s ease;
}
.post-page-item h3 a:hover{
  color: #d10f12;
  text-decoration: none;
}
.post-page-item .block-content{
  font-family: 'Roboto', sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  margin: 0.5rem 0px;
}
/*---------------------------------------- Block Pagination */
.box-pagination{
	text-align: center;
  margin: 1rem 0px 2rem;
}
.box-pagination .pagination&gt;li&gt;a, .box-pagination .pagination&gt;li&gt;span {
	padding: 8px 15px;
	margin: 0px 3px;
	color: #252525;
	transition: all 0.5s ease;
}
.box-pagination .pagination&gt;.active&gt;a,
.box-pagination .pagination&gt;.active&gt;a:focus,
.box-pagination .pagination&gt;.active&gt;a:hover,
.box-pagination .pagination&gt;.active&gt;span,
.box-pagination .pagination&gt;.active&gt;span:focus,
.box-pagination .pagination&gt;.active&gt;span:hover {
	background-color: #d10f12;
	border-color: #d10f12;
	color: #fff;
}
.box-pagination .pagination&gt;li&gt;a:focus,
.box-pagination .pagination&gt;li&gt;a:hover,
.box-pagination .pagination&gt;li&gt;span:focus,
.box-pagination .pagination&gt;li&gt;span:hover {
	color: #fff;
	background-color: #d10f12;
	border-color: #d10f12;
	border-color: #ddd;
}
/*------------------------------------ Block Single Product */
.single-detail-product{
	background-color: #fff;
	padding: 20px 0 3px;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.single-detail-product .detail-product--slider-producted{
  position: relative;
}
.precent-sale{
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 10;
  background: #f00;
  color: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.single-detail-product .detail-product--slider-producted, .single-detail-product .detail-product--content-producted{
  margin-bottom: 1rem;
}
.single-detail-product .detail-product--slider-producted .slider-producted,
.single-detail-product .detail-product--slider-producted .slider-producted1{
  border: 1px solid #ebebeb;
}
.single-detail-product .detail-product--slider-producted .slick-slider .slick-list {
  overflow: hidden;
}
.single-detail-product .detail-product--slider-producted .slider-producted img,
.single-detail-product .detail-product--slider-producted .slider-producted1 img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation{
	overflow: visible;
	margin: 10px 0;
	position: relative;
}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-list{
	margin: 0 25px;
	padding: 0px !important;
	overflow: hidden;
}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-prev{
	left: 0px;
}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-next{
	right: 0px;
}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation button{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 100%;
	line-height: normal;
	position: absolute;
	text-indent: -9999px;
	text-shadow: none;
	opacity: 0;
	width: 20px;
	background: none repeat scroll 0 0 #cccccc;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	opacity: 1;
	transition: opacity 0.35s, transform 0.35s;
	text-align: center;
}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation button::before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	z-index: 3;
	font-size: 20px;
	color: #fff;
	text-indent: 0;
	display: inline-block;
}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-prev::before{content: '\f104';}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-next::before{content: '\f105';}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation .item{
	padding: 0 5px;
	cursor: pointer;
}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation .item img{border: 1px solid #ebebeb;}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation .item.slick-current img{border: 1px solid #ffc23a;}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation .item:focus{
	box-shadow: 0px 0px 0px 0px transparent;
	outline-color: transparent;
}
.single-detail-product .detail-product--content-producted .nav-tabs{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #d10f12;
  font-size: 0.875rem;
}
.single-detail-product .detail-product--content-producted .nav-tabs .nav-item.show .nav-link,
.single-detail-product .detail-product--content-producted .nav-tabs .nav-link.active{
  color: #fff;
  background: #d10f12;
  border-color: #d10f12 #d10f12 #d10f12;
}
.single-detail-product .detail-product--content-producted .nav-tabs .nav-link{
  color: #495057;
  transition: all 0.5s ease;
}
.single-detail-product .detail-product--content-producted .nav-tabs .nav-link:focus,
.single-detail-product .detail-product--content-producted .nav-tabs .nav-link:hover{
  color: #fff;
  background: #d10f12;
}
.single-detail-product .detail-product--content-producted .tab-content{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  border-top: none;
  padding: 1rem 0px;
}
.single-detail-product .detail-product--infomation-producted{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.single-detail-product .detail-product--infomation-producted h1{
  font-size: 18px;
  font-weight: 700;
}
.single-detail-product .detail-product--infomation-producted .code-product{
  font-weight: 400;
  color: #d71921;
  font-size: 0.875rem;
}
.single-detail-product .detail-product--infomation-producted .code-product span{
  color: #333;
}
.single-detail-product .detail-product--infomation-producted .block-content{
  font-size: 0.875rem;
}
/*---------------------------------------- Block Contact */
.block-contact-page{
	background-color: #fff;
  font-family: 'Roboto', sans-serif;
	margin-bottom: 1.875rem;
}
.block-contact-page .embed-map{
	border: 5px solid #f7f7f7;
  margin-bottom: 2rem;
}
.block-contact-page h2{
	margin-bottom: 1.5625rem;
	font-size: 1.125rem;
	color: #444;
	font-weight: 700;
	text-transform: uppercase;
}
.block-contact-page ul{
	list-style: none;
	margin-bottom: 0.9375rem;
	padding-left: 1.25rem;
}
.block-contact-page ul li{
	margin-bottom: 0.9375rem;
	font-size: 0.8125rem;
}
.block-contact-page ul li span{
	display: block;
	margin-bottom: 0.625rem;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #444;
}
.block-contact-page .form-control, .block-contact-page textarea.form-control{
	background-color: #fff;
	border: 1px solid #ebebeb;
	height: 40px;
	border-radius: 2px;
	padding: 0 10px;
	color: #999;
}
.block-contact-page textarea.form-control{
	height: 80px;
	padding: 0.625rem;
}
.block-contact-page .form-control, .block-contact-page .form-control:focus, .block-contact-page .form-control:hover{
	outline-color: transparent;
	-webkit-box-shadow: inset 0 0px 0px transparent;
	box-shadow: inset 0 0px 0px transparent;
  font-size: 0.875rem;
}
.block-contact-page .submit-contact{
	border: 0;
	padding: 0.625rem 1.6875rem 0.625rem 1.125rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 2px;
	background-color: #d10f12;
	margin: 0;
	transition: all 0.5s ease;
}
.block-contact-page .submit-contact:hover{
	background-color: #700c0c;
}
/*------------------------------------ Sidebar Fixed Page */
.sidebar-fixed-page{
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -144px;
  width: 48px;
  z-index: 3;
}
.sidebar-fixed-page ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.sidebar-fixed-page ul li a{
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  padding: 0.875rem 0.25rem;
  color: #fff;
  transition: all 0.5s ease;
}
.sidebar-fixed-page ul li a:hover{
  text-decoration: none;
}
.sidebar-fixed-page ul li:nth-child(1) a{background: #dd4b39;}
.sidebar-fixed-page ul li:nth-child(2) a{background: #55acee;}
.sidebar-fixed-page ul li:nth-child(3) a{background: #3b5999;}
.sidebar-fixed-page ul li:nth-child(1) a:hover{background: #c33c2b;}
.sidebar-fixed-page ul li:nth-child(2) a:hover{background: #3f91cf;}
.sidebar-fixed-page ul li:nth-child(3) a:hover{background: #24468c;}
.sidebar-fixed-page ul li i{
  font-size: 1.25rem;
}
/*------------------------------------ Box Agency Fixed */
.box-agency-fixed .block-content-fixed{
  display: none;
  position: fixed;
  bottom: 40px;
  right: 10px;
  background: #fff;
  width: 300px;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.50);
  z-index: 5;
}
.box-agency-fixed .block-content-fixed.open{
  display: block;
}
.box-agency-fixed .block-content-fixed .block-contact-page{
  margin-bottom: 0px;
}
.box-agency-fixed .block-content-fixed .block-contact-page h2{
  margin-bottom: 1rem;
}
/*------------------------------------ Monitor Ipad Landspace */
@media (max-width: 1024px){
  .header--bottom .header-bottom--logo {
    margin: 0.5rem 0px;
  }
  .wsmenu{
    font-size: 0.75rem;
  }
  .header--top .header-top--searchbox {
    margin: 0.45rem 1rem 0.25rem 0px;
  }
  .box-footer .footer--top {
    padding: 2rem 0px 0rem;
  }
}
/*------------------------------------ Monitor Ipad Portrial */
@media (max-width: 780px){
  .header--top .header-top--welcome{
    padding-left: 0px;
  }
  .header--bottom .header-bottom--menu-main{
    margin: 0px;
  }
  .header--top .header-top--social ul{
    padding-right: 0px;
  }
  .box-header .header--bottom{
    border: none;
  }
  .header--bottom .header-bottom--logo{
    display: none;
    margin: 0px;
  }
  header{
    margin-top: 3.5rem;
  }
  .header--top .header-top--searchbox {
    margin: 0rem 1rem 0.5rem;
  }
  .box-slider .carousel-control-next, .box-slider .carousel-control-prev{
    top: calc(50% - 2rem);
  }
  .footer--top .social-footer{
    text-align: center;
  }
  .statistics-item .block-images {
    width: 100%;
    float: left;
  }
  .statistics-item .block-content {
    width: 100%;
    text-align: center;
  }
}
/*------------------------------------ Monitor Mobile Landspace */
@media screen and (min-width: 576px) and (max-width: 767px){

}
/*------------------------------------ Monitor Mobile Portrial */
@media (max-width: 480px){
  .header--top .header-top--welcome {
    display: none;
  }
  .footer--top .social-footer {
    text-align: center;
  }
  .box-slider .carousel-control-next, .box-slider .carousel-control-prev {
    top: calc(50% - 1rem);
  }
  .post-featured-item .block-images img{
    width: 100%;
  }
}
</pre></body></html>