@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+Condensed:300,400,700');
/* CSS Document
Han Thinh Bootstrap 4 CSS
Author: Pham Loc
Date Create: 5/4/2019
*/
/* font-family: 'Open Sans', sans-serif; */
/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Roboto Condensed', sans-serif; */
/*------------------------------------ Setup */
.mt-6{margin-top: 3.5rem!important;}
.mt-7{margin-top: 7rem!important;}
@media (min-width: 1200px){
  .container {
    max-width: 1200px;
  }
}
.category-color{
  background: #f1f1f1;
}
.category-color:nth-child(2n){
  background: #fff;
}
.category-color .box-category-product .rows-category-product::after{
  background: #f1f1f1;
}
.category-color:nth-child(2n) .box-category-product .rows-category-product::after{
  background: #fff;
}
.mt-negative-1{
  margin-top: -.25rem!important;
}
.mt-negative-2{
  margin-top: -.5rem!important;
}
.mt-negative-3{
  margin-top: -1rem!important;
}
.mt-negative-4{
  margin-top: -1.5rem!important;
}
.mt-negative-4-5{
  margin-top: -2.5rem!important;
}
.mt-negative-5{
  margin-top: -3rem!important;
}
.box-warpper-inner{
  margin: 1rem 0px;
}
.box-product-page .row-7px{
  margin: 0px -7px;
}
.box-product-page .col-7px{
  padding: 0px 7px;
}
.box-product-related .row-7px{
  margin: 0px -7px;
}
.box-product-related .col-7px{
  padding: 0px 7px;
}
.box-single-pages img, .box-single-pages iframe{
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  margin: 0.5rem auto;
}

/*------------------------------------ Box Header */
.cta-zalo-fb {
    position: fixed;
    bottom: 70px;
    right: calc((100% - 1440px) / 2 - 70px);
    display: flex;
    flex-direction: column;
    z-index: 2;
    text-align: right;
}
.cta-zalo-fb {
        bottom: 120px;
        right: 25px;
    }
.box-header .header-top{

}
.header-top .header-top--logo{
  text-align: right;
}
.header-top .header-top--logo img{
  width: 20%;
}
.header-top .header-top--logo h1{
  margin: 0.5rem 0px;
}
.header-top .header-top--social{
  margin: 3.25rem 0px 1rem;
}
.header-top .header-top--social ul{
  list-style: none;
  padding-left: 0px;
  margin: 0rem 0px 1rem;
  text-align: right;
}
.header-top .header-top--social ul li{
  display: inline-block;
  text-align: center;
}
.header-top .header-top--social ul li+li{
  margin-left: 0.5rem;
}
.header-top .header-top--social ul li a{
  width: 30px;
  height: 30px;
  display: block;
  color: #fff;
  background: royalblue;
  border-radius: 50%;
  line-height: 1.875;
  transition: all 0.5s ease;
}
.header-top .header-top--social ul li a:hover{
  background: #129832;
  text-decoration: none;
}
.header-top .header-top--search .form-control, .header-top .header-top--search .btn{
  border-radius: 0px;
}
.box-header .header-bottom{
  background: royalblue;
}
/*---------------------------------------- Box Introdues */
.box-introdues{
  margin: 1rem 0px 0px;
}
.box-introdues h3{
  margin: 1rem 0px 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid royalblue;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  color: royalblue;
}
.box-introdues .block-content{
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #4a4a4a;
}
.box-introdues .block-content p{
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.box-introdues .block-content a{
  color: #cf1111;
  font-size: 0.875rem;
  transition: all 0.5s ease;
}
.box-introdues .block-content a:hover{
  color: #cf1111;
  text-decoration: none;
}
/*---------------------------------------- Box Category Product */
.box-category-product{
  margin: 0rem 0px 0rem;
  padding-top: 2.75rem;
}
.box-category-product .block-header-title h2{
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  color: royalblue;
  text-align: center;
  margin: 0px 0px 2rem;
}
.box-category-product .rows-category-product{
  margin: 2rem -7px 0rem;
  padding-top: 3rem;
  position: relative;
}
.box-category-product .rows-category-product::before{
  content: '';
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  height: 3px;
  width: 40%;
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
.box-category-product .rows-category-product::after{
  content: '';
  height: 27px;
  width: 85px;
  position: absolute;
  top: -13px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
.box-category-product .rows-category-product .product-item{
  padding: 0px 7px;
}
.box-category-product .rows-category-product .slick-slide:focus{
  outline: none;
}
.box-category-product .rows-category-product .slick-prev,
.box-category-product .rows-category-product .slick-next{
  top: 0px;
  padding: 0.782rem;
  border: 1px solid #c8c8c8;
}
.box-category-product .rows-category-product .slick-prev{
  left: calc(50% - 30px);
}
.box-category-product .rows-category-product .slick-next{
  right: calc(50% - 30px);
}
.box-category-product .rows-category-product .slick-prev:before,
.box-category-product .rows-category-product .slick-next:before{
  font-size: 15px;
  color: #c8c8c8;
  display: block;
  margin: -7px -3px;
}
/*---------------------------------------- Product Item */
.product-item{
  margin-bottom: 1rem;
}
.product-item .block-images{
  overflow: hidden;

}
.product-item .block-images img{
  transform: scale(1.0);
  transition: all 0.3s ease;
}
.product-item .block-images:hover img{
  transform: scale(1.5);
}
.product-item .block-content{
  margin-top: 1rem;
}
.product-item .block-content h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.product-item .block-content h3 a{
  color: #2e2e2e;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product-item .block-content h3 a:hover{
  color: royalblue;
  text-decoration: none;
}
.product-item .block-content .content--product-code, .product-item .block-content .content--product-price{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #2e2e2e;
  text-align: center;
}
.product-item .block-content .content--product-code p, .product-item .block-content .content--product-price p{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.product-item .block-content .content--product-price{
  height: 40px;
  overflow: hidden;
}
.product-item .block-content .content--product-price p span:nth-child(1){
  color: #f00;
}
.product-item .block-content .content--product-price p span:nth-child(2){
  color: #2e2e2e;
  text-decoration: line-through;
  display: block;
}
/*---------------------------------------- Box View All Category */
.box-view-all-category{
  text-align: center;
}
.box-view-all-category .btn{
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.75rem 1.25rem;
}
.box-view-all-category{
  margin-bottom: 2rem;
}
/*---------------------------------------- Block Privacy */
.box-privacy{
  background: url(../images/banner-service.png) no-repeat center center fixed;
  background-size: cover;
  padding: 1rem 0px;
}
.box-privacy .block-header-title{
  text-align: center;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 1rem;
}
.box-privacy .block-header-title h3{
  margin: 1rem 0px;
  font-weight: 900;
  font-size: 1.5rem;
}
.box-privacy .block-header-title p{
  margin: 0rem 0px 1rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.7;
}
/*---------------------------------------- Privacy Item */
.privacy-item{
  background: #f4f4f4;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.20);
  padding: 1rem;
  position: relative;
  transition: all 0.5s ease;
}
.privacy-item .block-images{
  text-align: center;
  margin-bottom: 1rem;
}
.privacy-item .block-content{
  margin-bottom: 2rem;
}
.privacy-item .block-content h3{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #363636;
  font-size: 1.375rem;
  text-align: center;
  transition: all 0.5s ease;
}
.privacy-item .block-content p{
  color: #838384;
  text-align: center;
  font-size: 0.875rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 0px;
  transition: all 0.5s ease;
}
.privacy-item::before{
  content: '';
  width: 53px;
  height: 5px;
  background: royalblue;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 1.5rem auto;
  transition: all 0.5s ease;
}
.privacy-item:hover{
  background: royalblue;
}
.privacy-item:hover .block-content h3, .privacy-item:hover .block-content p{
  color: #fff;
}
.privacy-item:hover::before{
  background: #fff;
}
.privacy-item:hover .block-images img{
  filter: brightness(100);
  -webkit-filter: brightness(100);
}
/*---------------------------------------- Block Warpper Post Home */
.warpper-post-home{
  background: #fff;
  margin: -5rem 0px 0px;
  padding-top: 8rem;
}
/*---------------------------------------- Box Post Home */
.box-post-home, .box-Video-home{

}
.box-post-home .block-header-title h2, .box-video-home .block-header-title h2{
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  border-bottom: 1px solid royalblue;
  margin-bottom: 1.25rem;
  padding-bottom: 0.875rem;
  color: royalblue;
  font-size: 1.75rem;
}
.box-Video-home iframe{
  max-width: 100%;
}
/*---------------------------------------- Post Item Large */
.post-item-large{
  margin-bottom: 1rem;
}
.post-item-large .block-content h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0.5rem 0px 1rem;
  text-transform: uppercase;
  line-height: 0.8;
}
.post-item-large .block-content h3 a{
  color: royalblue;
  font-size: 0.875rem;
  transition: all 0.5s ease;
}
.post-item-large .block-content h3 a:hover{
  color: royalblue;
  text-decoration: none;
}
.post-item-large .block-content p{
  color: #6f6f6f;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
/*---------------------------------------- Post Item Small */
.post-item-small{
  margin-bottom: 1rem;
}
.post-item-small .block-images{
  width: 35%;
  float: left;
}
.post-item-small .block-content{
  width: 65%;
  float: left;
}
.post-item-small .block-content{
  padding-left: 0.5rem;
}
.post-item-small .block-content h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0em 0px .75rem;
  text-transform: uppercase;
  line-height: 0.8;
  margin-block-start: -0.75rem;
}
.post-item-small .block-content h3 a{
  color: royalblue;
  font-size: 0.875rem;
  transition: all 0.5s ease;
}
.post-item-small .block-content h3 a:hover{
  color: royalblue;
  text-decoration: none;
}
.post-item-small .block-content p{
  color: #6f6f6f;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
/*---------------------------------------- Box Partner */
.box-partner{
  background: skyblue;
  padding: 1.75rem 0px;
}
/*---------------------------------------- Box Footer */
.box-footer{
  background: royalblue;
  padding: 2rem 0px 1rem;
}
.box-footer .footer-header-title h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.25rem;
  padding-bottom: 0.875rem;
  color: #fff;
  font-size: 1rem;
}
.box-footer .footer-content{
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 0.875rem;
}
.box-footer .footer-content p{
  margin-bottom: 0.5rem;
}
.box-footer .footer-content ul{
  list-style: none;
  padding-left: 15px;
  margin-bottom: 1rem;
  line-height: 1.8;
}
.box-footer .footer-content ul li{
  position: relative;
}
.box-footer .footer-content ul li:before{
  content: '\f0da';
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  left: -15px;
}
.box-footer .footer-content ul li a{
  color: #fff;
  transition: all 0.5s ease;
}
.box-footer .footer-content ul li a:hover{
  color: skyblue;
  text-decoration: none;
}
.box-footer .footer-content .form-group{
  margin-bottom: 0.5rem;
}
.box-footer .footer-content .btn, .box-footer .footer-content .form-control{
  border-radius: 0px;
}
.box-footer .footer-content .row-5px{
  margin: 0px -5px;
}
.box-footer .footer-content .col-5px{
  padding: 0px 5px;
}
.box-copyright{
  background: skyblue;
}
.box-copyright p{
  color: #fff;
  margin: 0.875rem 0px 0.5rem;
  font-size: 0.875rem;
}
.box-copyright ul{
  list-style: none;
  padding-left: 0px;
  margin: 0.5rem 0px;
  text-align: right;
}
.box-copyright ul li{
  display: inline-block;
  text-align: center;
}
.box-copyright ul li+li{
  margin-left: 0.5rem;
}
.box-copyright ul li a{
  width: 30px;
  height: 30px;
  display: block;
  color: #fff;
  background: royalblue;
  border-radius: 50%;
  line-height: 1.875;
  transition: all 0.5s ease;
}
.box-copyright ul li a:hover{
  background: #129832;
  text-decoration: none;
}
/*------------------------------------ Box Breadcrumb */
.box-breadcrumb{
  position: relative;
  background: -webkit-linear-gradient(left,#00d39f 0,#008bd3 25%,#d40063 75%,#d4be00 100%);
  background: -o-linear-gradient(left,#00d39f 0,#008bd3 25%,#d40063 75%,#d4be00 100%);
  background: -moz-linear-gradient(left,#00d39f 0,#008bd3 25%,#d40063 75%,#d4be00 100%);
  background: linear-gradient(to right,#00d39f 0,#008bd3 25%,#d40063 75%,#d4be00 100%);
  padding: 10px 0;
  font-family: 'Open Sans', sans-serif;
}
.box-breadcrumb::before{
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.box-breadcrumb .block-title h3{
  line-height: 45px;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.box-breadcrumb .breadcrumb{
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  background-color: transparent;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.box-breadcrumb .breadcrumb > li > a{
  color: #696969;
  font-size: 13px;
  transition: all 0.5s ease;
}
.box-breadcrumb .breadcrumb > li{
  font-size: 13px;
}
.box-breadcrumb .breadcrumb > li > a:hover{
  color: #fff;
  text-decoration: none;
}
.box-breadcrumb .breadcrumb>li+li:before {
  padding: 0 5px;
  color: #696969;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.5rem;
}
.box-breadcrumb .breadcrumb li.active{
  color: #fff;
}
.box-breadcrumb .breadcrumb li{
  display: inline-block;
}
/*------------------------------------ Box Title Cat */
.box-category-sidebar .block-header-title, .box-post-featured .block-title, .box-post-related .block-title, .box-product-related .block-title{
  border-bottom: 2px solid #e5e5e5;
  position: relative;
  padding: 0rem 0px 0.5rem;
  margin-bottom: 1rem;
}
.box-category-sidebar .block-header-title::before, .box-post-featured .block-title::before, .box-post-related .block-title::before, .box-product-related .block-title::before{
  content: '';
  position: absolute;
  background: royalblue;
  width: 100px;
  height: 2px;
  left: 0px;
  bottom: -2px;
}
.box-category-sidebar .block-header-title h3, .box-post-featured .block-title h3, .box-post-related .block-title h3, .box-product-related .block-title h3{
  text-align: left;
  font-size: 1rem;
  margin: 10px 0 0 0;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #444444;
}
.box-category-sidebar .block-header-title{
  margin-bottom: 0px;
}
.box-category-sidebar .block-header-title h3{
  margin-top: 0px;
}
/*------------------------------------ Box Single Page */
.box-single-pages{
  padding: 0.5rem 0px 1rem;
}
.box-single-pages h1{
  margin: 0rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.box-single-pages .meta-list{
  font-weight: 400;
  margin: 0.5rem 0px;
  color: #999;
  text-transform: capitalize;
  font-size: 0.875rem;
}
.box-single-pages .meta-list .date-post{
  margin-right: 10px;
  display: inline-block;
}
.box-single-pages .single-pages-content{
  font-weight: 400;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  text-align: justify;
}
.box-single-pages .single-pages-content img{
  max-width: 100%;
  height: auto !important;
  margin: 10px auto;
}
/*---------------------------------------- Block Contact */
.block-contact-page{
  background-color: #fff;
  font-family: 'Open Sans', 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: linear-gradient(to bottom right, #07964b, royalblue);
  margin: 0;
  transition: all 0.5s ease;
}
.block-contact-page .submit-contact:hover{
  background: linear-gradient(to bottom right, royalblue, #07964b);
}
/*---------------------------------------- Block Post Item Page */
.post-page-item{
  margin-bottom: 1rem;
  color: #525252;
  border-bottom: 1px solid #eee;
}
.post-page-item .meta-list{
  font-weight: 400;
  margin: 0.5rem 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: royalblue;
}
.post-page-item h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0px;
}
.post-page-item h3 a{
  color: #333;
  transition: all 0.5s ease;
}
.post-page-item h3 a:hover{
  color: royalblue;
  text-decoration: none;
}
.post-page-item .block-content{
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0.5rem 0px;
  text-align: justify;
}
/*------------------------------------ Box Post Featured */
.post-featured-item{
  border-bottom: 1px dashed #d5d5d5;
  padding: 0rem 0px 0.5rem;
  margin-bottom: 0.75rem;
}
.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: 'Open Sans', 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: #444444;
  transition: all 0.5s ease;
}
.post-featured-item .block-content h3 a:hover{
  color: royalblue;
  text-decoration: none;
}
.post-featured-item .block-content p{
  color: #848484;
  font-size: 0.75rem;
  margin-bottom: 0px;
}
/*---------------------------------------- Box Advertise Sidebar */
.box-advertise a{
  position: relative;
  overflow: hidden;
  border: 1px solid #888;
  display: block;
  margin-bottom: 1rem;
}
.box-advertise a::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  content: '';
  z-index: 10;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,0deg) translate3d(0,-100%,0);
  transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,0deg) translate3d(0,-100%,0);
}
.box-advertise a:hover::before{
  -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,0deg) translate3d(0,100%,0);
  transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,0deg) translate3d(0,100%,0);
}
/*---------------------------------------- Block Pagination */
.box-pagination{
  margin: 2rem 0px;
  text-align: center;
}
.box-pagination .pagination>li>a, .box-pagination .pagination>li>span {
  padding: 0.5rem 0.25rem;
  border-radius: 50%;
  margin: 0px 3px;
  color: #1b2024;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: all 0.5s ease;
}
.box-pagination .pagination>.active>a,
.box-pagination .pagination>.active>a:focus,
.box-pagination .pagination>.active>a:hover,
.box-pagination .pagination>.active>span,
.box-pagination .pagination>.active>span:focus,
.box-pagination .pagination>.active>span:hover {
  background-color: royalblue;
  border: 1px solid royalblue;
  color: #fff;
}
.box-pagination .pagination>li>a:focus,
.box-pagination .pagination>li>a:hover,
.box-pagination .pagination>li>span:focus,
.box-pagination .pagination>li>span:hover {
  background-color: #87c648;
  border: 1px solid #87c648;
  color: #fff;
}
/*------------------------------------ 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, .single-detail-product .detail-product--content-producted{
  margin-bottom: 1rem;
}
.single-detail-product .detail-product--slider-producted .slider-producted{
  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{
  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%;
  margin-top: 4px;
  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;
}
.detail-product--infomation-producted h1{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: royalblue;
}
.detail-product--infomation-producted p{
  font-weight: 600;
  color: #333;
  font-size: 0.875rem;
  text-align: justify;
}
.detail-product--infomation-producted ul{
  font-weight: 600;
  color: #333;
  font-size: 0.875rem;
}
.detail-product--infomation-producted ul li{
  margin-bottom: 0.5rem;
}
.detail-product--content-producted .content-producted--detail .block-title,
.detail-product--content-producted .content-producted--used-manual .block-title{
  border-bottom: 2px solid #e5e5e5;
  position: relative;
  padding: 0rem 0px 0.5rem;
  margin-bottom: 1rem;
}
.detail-product--content-producted .content-producted--detail .block-title::before,
.detail-product--content-producted .content-producted--used-manual .block-title::before{
  content: '';
  position: absolute;
  background: royalblue;
  width: 100px;
  height: 2px;
  left: 0px;
  bottom: -2px;
}
.detail-product--content-producted .content-producted--detail .block-title h3,
.detail-product--content-producted .content-producted--used-manual .block-title h3{
  text-align: left;
  font-size: 1rem;
  margin: 10px 0 0 0;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #444444;
}
.content-producted--detail .block-content table{
  width: 100%;
}
.content-producted--detail .block-content table td {
  border: 1px solid #869791;
  padding: 10px;
  font-size: 13px;
}
.content-producted--detail .block-content table tr td:nth-child(1) {
  background: #F8F7F2;
  width: 30%;
}
.content-producted--detail .block-content table td p{
  margin-bottom: 0px;
}
/*------------------------------------ Monitor Ipad Landspace */
@media(max-width: 1024px){
  .privacy-item{
    min-height: 286px;
  }
  .header-top .header-top--logo img{
    width: 20%;
  }
  .box-header .header-top {
    margin-top: 0rem;
  }
}
/*------------------------------------ Monitor Ipad Portrial */
@media (max-width: 780px){
  .privacy-item .block-content h3{
    font-size: 1rem;
  }
  .box-header .header-top {
    margin-top: 4rem;
  }
}
/*------------------------------------ Monitor Mobile Landspace */
@media screen and (min-width: 576px) and (max-width: 767px){
  .container{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .privacy-item {
    min-height: auto;
    margin-bottom: 1rem;
  }
  .box-header .header-top {
    margin-top: 4rem;
  }
}
/*------------------------------------ Monitor Mobile Portrial */
@media (max-width: 480px){
  .privacy-item {
    min-height: auto;
    margin-bottom: 1rem;
  }
  .header-top .header-top--logo img {
    width: 30%;
  }
  .header-top .header-top--logo{
    text-align: center;
  }
  .box-header .header-top {
    margin-top: 4rem;
  }
}
