@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
	CuaSatSaiGon Bootstrap 4 CSS
	Author: Pham Loc
	Date Create: 28/2/2019
*/
/* font-family: 'Open Sans', sans-serif; */
/* 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: 1200px;
  }
  .col-20pr{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/*------------------------------------ Box Header */
.box-header .header-top{
  position: relative;
  margin: auto;
  background: #c6fffc;
  padding: 15px 0;
}
.header-top--logo{
  display: block;
}
.header-top--widget{
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  font-family: 'Tahoma', sans-serif;
  padding: 0.5rem 0px;
  display: block;
}
.header-top--widget.mobile{
  float: right;
  display: none;
}
.header-top--widget p{
  margin-bottom: 0px;
}
.box-header .header-bottom{
  background: #15c8ef;
}
.header-bottom .header-bottom--menu-main .header-bottom--search-box{
  float: right;
  margin: 0.25rem 0px;
}
.header-bottom .header-bottom--menu-main .header-bottom--search-box .btn,
.header-bottom .header-bottom--menu-main .header-bottom--search-box .form-control{
  padding: 0.43rem 1.125rem;
  border-radius: 0px;
  font-family: 'Tahoma', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  border-color: #e8e8e8;
}
.header-bottom--search-box.desktop{
  display: block !important;
}
.header-bottom--search-box.mobile{
  display: none !important;
}
.header-bottom .header-bottom--menu-main .header-bottom--search-box .btn{
  padding: 0.43rem 0.75rem;
}
.header-bottom .header-bottom--menu-main .header-bottom--search-box .btn-secondary{
  background: #fff;
  color: #15c8ef;
  transition: all 0.5s ease;
}
.header-bottom .header-bottom--menu-main .header-bottom--search-box .btn-secondary:hover{
  background: #008641;
  border-color: #008641;
  color: #fff;
}
.header-bottom .header-bottom--menu-main .header-bottom--search-box .form-control{
  color: #3d4246;
}
.header-bottom .header-bottom--menu-main .header-bottom--search-box .form-control{
  padding: 0px;
  max-width: 0px;
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
}
.header-bottom .header-bottom--menu-main .header-bottom--search-box.focus .form-control{
  padding: 0.43rem 1.125rem;
  max-width: 150px;
}
.header-bottom .header-bottom--menu-main .header-bottom--search-box .form-control:focus{
  box-shadow: 0px 0px 0px 0px transparent;
  outline: none;
}
.header-bottom .header-bottom--menu-main .header-bottom--search-box{position: relative; cursor: pointer;}
.header-bottom .header-bottom--menu-main .header-bottom--search-box::before,
.header-bottom .header-bottom--menu-main .header-bottom--search-box.focus::before{
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 5;
}
.header-bottom .header-bottom--menu-main .header-bottom--search-box.focus::before{z-index: 0;}
/*------------------------------------ Box Wsmegamenu */
.header-bottom .header-bottom--menu-main .wsmenu > .wsmenu-list > li > .wsmegamenu{
  padding: 5px 5px 10px;
  box-shadow: 0px 0px 10px #15c8ef;
  border-radius: 0px 0px 5px 5px;
}
.header-bottom .header-bottom--menu-main .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list{
  padding-left: 0px;
}
.header-bottom .header-bottom--menu-main .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li{
  margin-top: 7px;
  white-space: normal;
}
.header-bottom .header-bottom--menu-main .wsmenu > .wsmenu-list > li > .wsmegamenu ul li a{
  display: block;
  background: #15c8ef;
  padding: 8px 10px;
  font-size: 0.875rem;
  transition: all 0.5s ease;
}
.header-bottom .header-bottom--menu-main .wsmenu > .wsmenu-list > li > .wsmegamenu ul li a:hover{
  text-decoration: none;
  color: #fff;
}
.header-bottom .header-bottom--menu-main .wsmenu > .wsmenu-list > li > .wsmegamenu ul ul{
  padding-left: 0px;
}
.header-bottom .header-bottom--menu-main .wsmenu > .wsmenu-list > li > .wsmegamenu ul ul li{
  margin: 7px 0px;
  margin-left: 5px;
}
.header-bottom .header-bottom--menu-main .wsmenu > .wsmenu-list > li > .wsmegamenu ul ul li a{
  background: transparent;
  background: url(../images/sub_nav_arrow.png) no-repeat 0px 10px;
  padding: 0px 5px 0px 15px;
  font-family: 'Tahoma', sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-shadow: 0px 0px 0px transparent;
  color: inherit;
  transform: translateX(0);
  transition: all 0.5s ease;
}
.header-bottom .header-bottom--menu-main .wsmenu > .wsmenu-list > li > .wsmegamenu ul ul li a:hover{
  color: #008000;
  transform: translateX(5px);
  text-decoration: none;
}
/*------------------------------------ Box Introdues */
.introduce-home{
  margin: 1rem 0px;
}
.introduce-home .introduce-home--images{
  text-align: center;
}
.introduce-home .introduce-home--content{
  margin-top: 1rem;
}
.introduce-home .introduce-home--content h2{
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.introduce-home .introduce-home--content{
  font-family: 'Tahoma', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.introduce-home .block-header--title{
  border-bottom: solid 1px #1fbdcc;
  position: relative;
  margin-bottom: 25px;
  margin-left: 51px;
}
.introduce-home .block-header--title::before{
  position: absolute;
  content: '';
  top: 0;
  left: -51px;
  width: 51px;
  height: 45px;
  background: url(../images/tt_before.png) no-repeat center center;
}
.introduce-home .block-header--title h2{
  color: #fff;
  text-shadow: 0px 0px 10px #909090;
  font-size: 1rem;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  display: inline-block;
  background: linear-gradient(#1fbdcd, #26d7e9, #1fbdcd);
  padding: 12.5px 1rem;
}



/*------------------------------------ Product Item */
.box-product-home{
  margin: 1rem 0px;
}
.product-item{
  text-align: center;
  border: solid 1px #E5E5E5;
  padding: 5px;
  box-shadow: -4px 4px 0px #E5E5E5;
  padding-bottom: 10px;
  margin-bottom: 1.5rem;
}
.product-item .block-images{
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.product-item .block-images::before{
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
  transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
}
.product-item .block-images img{
  transform: scale(1);
  transition: all 1s ease 0s;
}
.product-item .block-images:hover::before{
  webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
  transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
}
.product-item .block-images:hover img{
  transform: scale(1.1);
}
.product-item .block-content h3{
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  margin: 0px;
  height: 40px;
  overflow: hidden;
}
.product-item .block-content h3 a{
  color: #222222;
  transition: all 0.5s ease;
}
.product-item .block-content h3 a:hover{
  color: #f00;
  text-decoration: none;
}
.product-item .block-content h3 a:focus{
  outline: none;
  box-shadow: 0px 0px 0px transparent;
}
.product-item .block-content .price p{
  margin: 1rem 0px 0px;
  font-family: 'Tahoma', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.product-item .block-content .price p span{
  color: #f00;
}
/*------------------------------------ Sidebar Categories */
.sidebar-categories{
  margin: 1rem 0px;
}
.sidebar-categories .header-title h3{
  color: #fff;
  text-shadow: 0px 0px 10px #909090;
  font-size: 1rem;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
  background: linear-gradient(#1fbdcd, #26d7e9, #1fbdcd);
  padding: 12.5px 1rem;
}
.sidebar-categories ul{
  list-style: none;
  padding-left: 0px;
  padding: 0px 10px;
  border: 1px solid #DDD;
  border-top: none;
}
.sidebar-categories ul li a{
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  border-bottom: 1px solid #DDD;
  padding: 9px 5px 9px 25px;
  background: url(../images/icon_left.png) 11px 15px no-repeat;
  transition: all 0.5s ease;;
}
.sidebar-categories ul li:last-child a{
  border-bottom: none;
}
.sidebar-categories ul li a:hover, .sidebar-categories ul li.active a{
  color: #f00;;
  text-decoration: none;
}
/*------------------------------------ Sidebar Video*/
.sidebar-video, .sidebar-advertise{
  margin: 1rem 0px;
}
.sidebar-video .header-title h3, .sidebar-advertise .header-title h3{
  color: #fff;
  text-shadow: 0px 0px 10px #909090;
  font-size: 1rem;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
  background: linear-gradient(#1fbdcd, #26d7e9, #1fbdcd);
  padding: 12.5px 1rem;
}
.sidebar-video .video-block, .sidebar-advertise .advertise-block{
  padding: 10px;
  border: 1px solid #DDD;
  border-top: none;
}
.sidebar-video .video-block iframe{
  margin-bottom: 1rem;
}
.sidebar-advertise .advertise-block img{
  margin-bottom: 1rem;
}
/*------------------------------------ Sidebar Career */
.sidebar-career{
  margin: 1rem 0px;
}
.sidebar-career .header-title h3{
  color: #fff;
  text-shadow: 0px 0px 10px #909090;
  font-size: 1rem;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
  background: linear-gradient(#1fbdcd, #26d7e9, #1fbdcd);
  padding: 12.5px 1rem;
}
.sidebar-career ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  border: 1px solid #ccc;
  border-top: 0px;
  padding: 10px;
}
/*------------------------------------ Box Product Featured */
.box-product-featured .block-header--title{
  border-bottom: solid 1px #1fbdcc;
  position: relative;
  margin-bottom: 25px;
  margin-left: 51px;
}
.box-product-featured .block-header--title::before{
  position: absolute;
  content: '';
  top: 0;
  left: -51px;
  width: 51px;
  height: 45px;
  background: url(../images/tt_before.png) no-repeat center center;
}
.box-product-featured .block-header--title h3{
  color: #fff;
  text-shadow: 0px 0px 10px #909090;
  font-size: 1rem;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  display: inline-block;
  background: linear-gradient(#1fbdcd, #26d7e9, #1fbdcd);
  padding: 12.5px 1rem;
}
.box-product-featured .rows-featured{
  margin: 0px -15px;
}
.box-product-featured .col-featured{
  padding: 0px 15px;
}
.box-product-featured .slick-slide:focus{
  outline: none;
  box-shadow: 0px 0px 0px 0px transparent;
}
/*------------------------------------ Box Partner */
.box-partner .block-header--title{
  border-bottom: solid 1px #1fbdcc;
  position: relative;
  margin-bottom: 25px;
  margin-left: 51px;
}
.box-partner .block-header--title::before{
  position: absolute;
  content: '';
  top: 0;
  left: -51px;
  width: 51px;
  height: 45px;
  background: url(../images/tt_before.png) no-repeat center center;
}
.box-partner .block-header--title h3{
  color: #fff;
  text-shadow: 0px 0px 10px #909090;
  font-size: 1rem;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  display: inline-block;
  background: linear-gradient(#1fbdcd, #26d7e9, #1fbdcd);
  padding: 12.5px 1rem;
}
.box-partner .rows-partner{
  margin: 0px -7px;
}
.box-partner .col-partner{
  padding: 0px 7px;
}
.box-partner .slick-slide:focus{
  outline: none;
  box-shadow: 0px 0px 0px 0px transparent;
}
.box-partner .partner-item{
  margin-bottom: 0.5rem;
}
/*------------------------------------ Box Cat Post */
.box-cat-post{
  margin: 1.5rem 0px;
}
.box-cat-post .cat-post-navigation{
  border-bottom: solid 1px #1fbdcc;
  position: relative;
  margin-bottom: 25px;
  margin-left: 51px;
}
.box-cat-post .cat-post-navigation::before{
  position: absolute;
  content: '';
  top: 0;
  left: -51px;
  width: 51px;
  height: 45px;
  background: url(../images/tt_before.png) no-repeat center center;
}
.box-cat-post .cat-post-navigation .nav-link{
  padding: .6rem 1rem
}
.box-cat-post .cat-post-navigation .nav-tabs .nav-link{
  border-radius: 0px;
  border: none;
  text-shadow: 0px 0px 10px #909090;
  font-size: 1rem;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  background: transparent;
  transition: all 0.5s ease;
}
.box-cat-post .cat-post-navigation .nav-tabs .nav-item.show .nav-link,
.box-cat-post .cat-post-navigation .nav-tabs .nav-link.active{
  border: none;
  background: linear-gradient(#1fbdcd, #26d7e9, #1fbdcd);
  color: #fff;
}
.box-cat-post .cat-post-navigation .nav-tabs .nav-link:focus,
.box-cat-post .cat-post-navigation .nav-tabs .nav-link:hover {
  border: none;
  background: linear-gradient(#1fbdcd, #26d7e9, #1fbdcd);
  color: #fff;
}
/*------------------------------------ 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: 'Tahoma', sans-serif;
  font-weight: 700;
  margin: 1rem 0px 0.5rem;
  font-size: 1rem;
  text-align: justify;
}
.post-item .block-content h3 a{
  color: #737171;
  transition: all 0.5s ease;
}
.post-item .block-content h3 a:hover{
  color: #85cf1f;
  text-decoration: none;
}
.post-item .block-content .date-post{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-family: 'Tahoma', sans-serif;
  font-weight: 400;
}
.post-item .block-content p{
  text-align: justify;
  font-family: 'Tahoma', 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;
  background: #fff;
  transition: all 0.5s ease;
}
.post-item .block-content a.readmore:hover{
  background: linear-gradient(#1fbdcd, #26d7e9, #1fbdcd);
  color: #fff;
  border-color: #1fbdcd;
  text-decoration: none;
}
/*------------------------------------ Box Contact */
.box-contact{
  margin: 1rem 0px;
}
.box-contact .block-header--title{
  border-bottom: solid 1px #1fbdcc;
  position: relative;
  margin-bottom: 25px;
  margin-left: 51px;
}
.box-contact .block-header--title::before{
  position: absolute;
  content: '';
  top: 0;
  left: -51px;
  width: 51px;
  height: 45px;
  background: url(../images/tt_before.png) no-repeat center center;
}
.box-contact .block-header--title h3{
  color: #fff;
  text-shadow: 0px 0px 10px #909090;
  font-size: 1rem;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  display: inline-block;
  background: linear-gradient(#1fbdcd, #26d7e9, #1fbdcd);
  padding: 12.5px 1rem;
}
.box-contact .form-group{
  margin-bottom: 0.5rem;
}
.box-contact .block-contact-content{
  font-family: 'Tahoma', sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
}
.box-contact .block-contact-content p{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
/*------------------------------------ Box Post Page */
.box-post-page{
  margin: 1rem 0px;
}
.box-post-page .block-header--title{
  border-bottom: solid 1px #1fbdcc;
  position: relative;
  margin-bottom: 25px;
  margin-left: 51px;
}
.box-post-page .block-header--title::before{
  position: absolute;
  content: '';
  top: 0;
  left: -51px;
  width: 51px;
  height: 45px;
  background: url(../images/tt_before.png) no-repeat center center;
}
.box-post-page .block-header--title h3, .box-post-page .block-header--title h1{
  color: #fff;
  text-shadow: 0px 0px 10px #909090;
  font-size: 1rem;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  display: inline-block;
  background: linear-gradient(#1fbdcd, #26d7e9, #1fbdcd);
  padding: 12.5px 1rem;
}
.post-page-item{
  margin-bottom: 2rem
}
.post-page-item .block-images, .post-page-item .block-content{
  float: left;
}
.post-page-item .block-images{width: 40%;}
.post-page-item .block-content{width: 60%;}
.post-page-item .block-content{padding-left: 0.5rem;}
.post-page-item .block-content h3{
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.post-page-item .block-content h3 a{
  color: #595959;
  transition: all 0.5s ease;
}
.post-page-item .block-content h3 a:hover{
  color: #f00;
  text-decoration: none;
}
.post-page-item .block-content .post-meta-time{
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  font-style: italic;
  color: #C1C1C1;
}
.post-page-item .block-content p{
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #757575;
  margin-bottom: 0.5rem;
}
/*------------------------------------ Box Single Post */
.box-post-page .block-post-content-pages img{
  margin-bottom: 1rem;
}
/*------------------------------------ Box Post Related */
.box-post-related, .box-product-related{
  margin: 1rem 0px;
}
.box-post-related .block-header--title, .box-product-related .block-header--title{
  border-bottom: solid 1px #1fbdcc;
  position: relative;
  margin-bottom: 25px;
  margin-left: 51px;
}
.box-post-related .block-header--title::before, .box-product-related .block-header--title::before{
  position: absolute;
  content: '';
  top: 0;
  left: -51px;
  width: 51px;
  height: 45px;
  background: url(../images/tt_before.png) no-repeat center center;
}
.box-post-related .block-header--title h3, .box-product-related .block-header--title h3{
  color: #fff;
  text-shadow: 0px 0px 10px #909090;
  font-size: 1rem;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  display: inline-block;
  background: linear-gradient(#1fbdcd, #26d7e9, #1fbdcd);
  padding: 12.5px 1rem;
}
/*------------------------------------ Box Product Page */
.box-product-page{
  margin: 1rem 0px;
}
.box-product-page .block-header--title{
  border-bottom: solid 1px #1fbdcc;
  position: relative;
  margin-bottom: 25px;
  margin-left: 51px;
}
.box-product-page .block-header--title::before{
  position: absolute;
  content: '';
  top: 0;
  left: -51px;
  width: 51px;
  height: 45px;
  background: url(../images/tt_before.png) no-repeat center center;
}
.box-product-page .block-header--title h3{
  color: #fff;
  text-shadow: 0px 0px 10px #909090;
  font-size: 1rem;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  display: inline-block;
  background: linear-gradient(#1fbdcd, #26d7e9, #1fbdcd);
  padding: 12.5px 1rem;
}
/*---------------------------------------- Box Video */
.box-video-page{
  margin: 1rem 0px;
}
.box-video-page .block-header--title{
  border-bottom: solid 1px #1fbdcc;
  position: relative;
  margin-bottom: 25px;
  margin-left: 51px;
}
.box-video-page .block-header--title::before{
  position: absolute;
  content: '';
  top: 0;
  left: -51px;
  width: 51px;
  height: 45px;
  background: url(../images/tt_before.png) no-repeat center center;
}
.box-video-page .block-header--title h3{
  color: #fff;
  text-shadow: 0px 0px 10px #909090;
  font-size: 1rem;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  display: inline-block;
  background: linear-gradient(#1fbdcd, #26d7e9, #1fbdcd);
  padding: 12.5px 1rem;
}
.box-video-page .rows-video-page .row-7px{
  margin: 0px -7px;
}
.box-video-page .rows-video-page .col-7px{
  padding: 0px 7px;
}
.video-item{
  margin-bottom: 1rem;
}
.video-item .block-images{
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-shadow: -4px 4px 0px #e5e5e5;
  margin-bottom: 10px;
  padding: 5px;
}
.video-item .block-content h3{
  font-weight: 400;
  font-size: 1rem;
  font-family: 'Tahoma', sans-serif;
  text-align: center;
}
.video-item .block-content h3 a{
  color: #222222;
  transition: all 0.5s ease;
}
.video-item .block-content h3 a:hover{
  color: #f00;
  text-decoration: none;
}
.box-video-related{
  margin-top: 2rem;
}
/*---------------------------------------- Box Career */
.box-career-page{
  margin: 1rem 0px;
}
.box-career-page .block-header--title{
  border-bottom: solid 1px #1fbdcc;
  position: relative;
  margin-bottom: 25px;
  margin-left: 51px;
}
.box-career-page .block-header--title::before{
  position: absolute;
  content: '';
  top: 0;
  left: -51px;
  width: 51px;
  height: 45px;
  background: url(../images/tt_before.png) no-repeat center center;
}
.box-career-page .block-header--title h3{
  color: #fff;
  text-shadow: 0px 0px 10px #909090;
  font-size: 1rem;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  display: inline-block;
  background: linear-gradient(#1fbdcd, #26d7e9, #1fbdcd);
  padding: 12.5px 1rem;
}
.box-post-career{
  float: right;
}
.box-post-career .btn{
  padding: 5px 1.25rem;
  font-size: 0.875rem;
  margin-right: 5px;
}
.box-post-career span{
  font-size: 0.875rem;
}
.career-item{
  margin: 0.75rem 0px;
}
.career-item .block-images{
  width: 17%;
  float: left;
}
.career-item .block-content{
  width: 83%;
  float: left;
  padding-left: 1rem;
}
.career-item .block-content h3{
  font-family: 'Arial', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0px;
}
.career-item .block-content h3 a{
  color: #000;
  transition: all 0.5s ease;
}
.career-item .block-content h3 a:hover{
  color: #f00;
  text-decoration: none;
}
.career-item .block-content .categories-career{
  color: #f00;
  font-family: 'Arial', sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
.career-item .block-content .time-post{
  font-style: italic;
  font-family: 'Arial', sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
.career-item .block-content .phone-number, .career-item .block-content .description{
  font-family: 'Arial', sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.modal-career .modal-content{
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  background: rgba(160, 209, 65, 0.8);
}
.modal-career .modal-title{
  font-size: 1.25rem;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
}
.modal-career .close{
  color: #fff;
}
.modal-career .col-form-label{
  color: #fff;
}
.rows-career-page .single-career-images{
  border: 1px solid #ccc;
  padding: 1rem;
}
.rows-career-page .single-career-content h1{
  font-family: 'Arial', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0px;
  color: #f00;
}
.rows-career-page .single-career-content .categories-career{
  color: #f00;
  font-family: 'Arial', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}
.rows-career-page .single-career-content .time-post{
  font-style: italic;
  font-family: 'Arial', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}
.rows-career-page .single-career-content .phone-number, .rows-career-page .single-career-content .description{
  font-family: 'Arial', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}
/*---------------------------------------- Box Single Product */
.box-single-product .box-single-product--images{
  margin-bottom: 1rem;
}
.box-single-product .detail-product--slider-producted, .box-single-product .detail-product--content-producted{
  margin-bottom: 1rem;
}
.box-single-product .detail-product--slider-producted .slider-producted{
  border: 1px solid #ebebeb;
}
.box-single-product .detail-product--slider-producted .slick-slider .slick-list {
  overflow: hidden;
}
.box-single-product .detail-product--slider-producted .slider-producted img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation{
	overflow: visible;
	margin: 10px 0;
	position: relative;
}
.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-list{
	margin: 0 25px;
	padding: 0px !important;
	overflow: hidden;
}
.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-prev{
	left: 0px;
}
.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-next{
	right: 0px;
}
.box-single-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;
}
.box-single-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;
}
.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-prev::before{content: '\f104';}
.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-next::before{content: '\f105';}
.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .item{
	padding: 0 5px;
	cursor: pointer;
}
.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .item img{border: 1px solid #ebebeb;}
/* .box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .item.slick-current img{border: 1px solid #ffc23a;} */
.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .item:focus{
	box-shadow: 0px 0px 0px 0px transparent;
	outline-color: transparent;
}
.box-single-product .box-single-product--content{
  margin-bottom: 1rem;
}
.box-single-product .box-single-product--content h1, .box-single-product .box-single-product--content .price{
  border-bottom: 1px solid #EEE;
  padding: 6px 0;
  margin: 0px;
  font-size: 1.175rem;
  font-family: Tahoma, Helvetica, sans-serif;
  font-weight: 400;
}
.box-single-product .box-single-product--content .price{
  color: #f00;
}
.box-single-product .box-single-product--content .view, .box-single-product .box-single-product--content .description{
  font-size: 0.875rem;
  border-bottom: 1px solid #EEE;
  padding: 6px 0;
}
.box-single-product .box-single-product--content p{
  margin-bottom: 0px;
}
.box-single-description-product{
  margin: 1rem 0px;
}
.box-single-description-product .description-product--navigation{
  border-bottom: solid 1px #1fbdcc;
  position: relative;
  margin-bottom: 25px;
  margin-left: 51px;
}
.box-single-description-product .description-product--navigation::before{
  position: absolute;
  content: '';
  top: 0;
  left: -51px;
  width: 51px;
  height: 45px;
  background: url(../images/tt_before.png) no-repeat center center;
}
.box-single-description-product .description-product--navigation .nav-link{
  padding: .64rem 1rem
}
.box-single-description-product .description-product--navigation .nav-tabs .nav-link{
  border-radius: 0px;
  border: none;
  text-shadow: 0px 0px 10px #909090;
  font-size: 1rem;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  color: #000;
  background: transparent;
  transition: all 0.5s ease;
}
.box-single-description-product .description-product--navigation .nav-tabs .nav-item.show .nav-link,
.box-single-description-product .description-product--navigation .nav-tabs .nav-link.active{
  border: none;
  background: linear-gradient(#1fbdcd, #26d7e9, #1fbdcd);
  color: #fff;
}
.box-single-description-product .description-product--navigation .nav-tabs .nav-link:focus,
.box-single-description-product .description-product--navigation .nav-tabs .nav-link:hover {
  border: none;
  background: linear-gradient(#1fbdcd, #26d7e9, #1fbdcd);
  color: #fff;
}
/*---------------------------------------- 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: #6d8b0f;
  border: 1px solid #6d8b0f;
	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;
}
/*------------------------------------ Box Footer */
.box-footer{
  background: #15c8ef;
  margin-top: 1rem;
  padding: 2rem 0px;
}
.box-footer .footer-title h3{
  font-size: 25px;
  font-weight: 700;
  text-shadow: 0px 0px 10px #919192;
  margin-bottom: 10px;
  font-family: 'Tahoma', sans-serif;
  color: #fff;
}
.box-footer .footer-content p{
  margin-bottom: 0px;
  font-family: 'Times New Roman', sans-serif;
  color: #fff;
  font-size: 1.175rem;
}
.box-copyright{
  background: #1fbdcc;
  padding: 1rem 0px 0.5rem;
}
.box-copyright p{
  margin-bottom: 0.5rem;
  font-family: 'Tahoma', sans-serif;
  color: #fff;
  font-size: 0.75rem;
}
.box-footer-tag{
  background: #F2F2F2;
  padding: 20px 0;
}
.box-footer-tag ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.box-footer-tag ul li a{
  font-size: .75rem;
  font-family: 'Tahoma', sans-serif;
  font-weight: 400;
  color: #737373;
  text-decoration: underline;
}
/*------------------------------------ Box Product Cat Home */
.box-product-cat-home .block-header--title{
  border-bottom: solid 1px #1fbdcc;
  position: relative;
  margin-bottom: 25px;
  margin-left: 51px;
}
.box-product-cat-home .block-header--title::before{
  position: absolute;
  content: '';
  top: 0;
  left: -51px;
  width: 51px;
  height: 45px;
  background: url(../images/tt_before.png) no-repeat center center;
}
.box-product-cat-home .block-header--title h3{
  color: #fff;
  text-shadow: 0px 0px 10px #909090;
  font-size: 1rem;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  display: inline-block;
  background: linear-gradient(#1fbdcd, #26d7e9, #1fbdcd);
  padding: 12.5px 1rem;
}
.box-product-cat-home .rows-product-cat-home{
  margin: 0px -7px;
}
.box-product-cat-home .slick-slide{
  padding: 0px 7px;
}
.box-product-cat-home .slick-slide:focus{
  outline: none;
  box-shadow: 0px 0px 0px 0px transparent;
}
.box-product-cat-home .slick-prev, .box-product-cat-home .slick-next{
  top: -50px;
}
.box-product-cat-home .slick-prev{
  left: 95%;
}
/*------------------------------------ Monitor Ipad Landspace */
@media(max-width: 1024px){
  .box-product-cat-home .slick-prev {
    left: 93%;
  }
}
/*------------------------------------ Monitor Ipad Portrial */
@media (max-width: 780px){
  .sidebar-categories ul li a{
    background: url(../images/icon_left.png) 11px 18px no-repeat;
  }
  .header-bottom--search-box.desktop{
    display: none !important;
  }
  .header-bottom--search-box.mobile{
    display: block !important;
  }
  .header-top--widget, .header-top--logo{
    display: none;
  }
  .header-top--widget.mobile{
    display: block;
  }
  .box-header .header-top{
    padding: 0px;
  }
  article{
    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%;
  }
}
/*------------------------------------ Monitor Mobile Portrial */
@media (max-width: 480px){
  .header-top--widget{
    display: block;
  }
  .header-top--widget.mobile{
    display: none;
  }
  .box-header .header-top{
    padding: 0.5rem 0px;
    margin-top: 3rem;
  }
  .wsmobileheader .smllogo{
    margin-left: 3rem;
  }
  article{
    margin-top: 1rem;
  }
  .box-footer-tag ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .box-product-cat-home .slick-prev {
    left: 0px;
  }
  .box-product-cat-home .slick-prev, .box-product-cat-home .slick-next{
    top: 50%;
    z-index: 3;
  }
  .slick-prev:before,
  .slick-next:before{
    color: #25d4e6;
  }
}
.hoancau-alo-phone{position:fixed;background-color:transparent;width:170px;height:170px;cursor:pointer;z-index:200 !important;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s;bottom:0px;left:-30px;}
.hoancau-alo-ph-circle{width:130px;height:130px;top:35px;left:35px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30, 30, 30, 0.4);border:2px solid #bfebfc 9;opacity:.1;-webkit-animation:hoancau-alo-circle-anim 1.2s infinite ease-in-out;-moz-animation:hoancau-alo-circle-anim 1.2s infinite ease-in-out;-ms-animation:hoancau-alo-circle-anim 1.2s infinite ease-in-out;-o-animation:hoancau-alo-circle-anim 1.2s infinite ease-in-out;animation:hoancau-alo-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;border-color:#ff0000;opacity:.5;}
@-moz-keyframes hoancau-alo-circle-anim{0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}
30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}
100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}
}
@-webkit-keyframes hoancau-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}
30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}
100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}
}
@-o-keyframes hoancau-alo-circle-anim{0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}
30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}
100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}
}
.hoancau-alo-ph-circle-fill{width:100px;height:100px;top:50px;left:50px;position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;-webkit-animation:hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;animation:hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;background-color:rgba(255, 0, 0, 0.5);opacity:.75 !important;}
@-moz-keyframes hoancau-alo-circle-fill-anim{0%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
50%{-moz-transform:rotate(0) -moz-scale(1) skew(1deg);opacity:.2}
100%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@-webkit-keyframes hoancau-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}
100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@-o-keyframes hoancau-alo-circle-fill-anim{0%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
50%{-o-transform:rotate(0) scale(1) skew(1deg);opacity:.2}
100%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
.hoancau-alo-ph-img-circle{width:60px;height:60px;top:70px;left:70px;position:absolute;background:rgba(30, 30, 30, 0.1) url(../images/call.png) no-repeat center center;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.7;-webkit-animation:hoancau-alo-circle-img-anim 1s infinite ease-in-out;-moz-animation:hoancau-alo-circle-img-anim 1s infinite ease-in-out;-ms-animation:hoancau-alo-circle-img-anim 1s infinite ease-in-out;-o-animation:hoancau-alo-circle-img-anim 1s infinite ease-in-out;animation:hoancau-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;background-color:#ff0000;}
.hoancau-alo-phone:hover .hoancau-alo-ph-circle-fill{background-color:rgba(66, 168, 221, 0.5) !important;}
.hoancau-alo-phone:hover .hoancau-alo-ph-circle{border-color:#42a7dd}
.hoancau-alo-phone:hover .hoancau-alo-ph-img-circle{background-color:#42a7dd;}
@-moz-keyframes hoancau-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}
10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}
20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}
30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}
40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}
50%{-moz-transform:rotate(0) scale(1) skew(1deg)}
100%{-moz-transform:rotate(0) scale(1) skew(1deg)}
}
@-webkit-keyframes hoancau-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
}
@-o-keyframes hoancau-alo-circle-img-anim{0%{-o-transform:rotate(0) scale(1) skew(1deg)}
10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}
20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}
30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}
40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}
50%{-o-transform:rotate(0) scale(1) skew(1deg)}
100%{-o-transform:rotate(0) scale(1) skew(1deg)}
}
