:root {
	--color-common: #ae1819;
	--btn-color : #ae1819;
	--btn-box-header : #ae1819;
	--btn-box-header-hover : rgb(235 32 39);
	--btn-bg : rgb(253, 59, 66);
	--btn-bg-color : #ae1819;
	--nav-bg: #069bd2;
	--btn-c-bg: rgb(253, 59, 66);
	--nav-bg-hover: rgb(8 69 158);
	--btn-breadcrumb: rgb(15,59,122);
	--nav-btn-bg: #069bd2;
	--nav-btn-bg-hover: rgb(8 69 158);
	--nav-color: rgb(15,59,122);
	--nav-color-hover: rgb(8 69 158);
}
@font-face {
    font-family: 'VNICommerceBoldItalic';
    src: url('fonts/vni_commerce/vcommerc.eot');
    src: url('fonts/vni_commerce/vcommerc.eot') format('embedded-opentype'),
         url('fonts/vni_commerce/vcommerc.woff') format('woff'),
         url('fonts/vni_commerce/vcommerc.ttf') format('truetype'),
         url('fonts/vni_commerce/vcommerc.svg#VNICommerceBoldItalic') format('svg');
}
@font-face {
    font-family: 'sumi';
    src: url('fonts/mitsu/UTMBitsumishi.eot');
    src: url('fonts/mitsu/UTMBitsumishi.eot') format('embedded-opentype'),
         url('fonts/mitsu/UTMBitsumishi.woff') format('woff'),
         url('fonts/mitsu/UTMBitsumishi.ttf') format('truetype'),
         url('fonts/mitsu/UTMBitsumishi.svg#sumi') format('svg');
}
/*begin scroll*/
::-webkit-scrollbar { width: 7px; height: 7px;}
::-webkit-scrollbar-button {  background-color: var(--nav-color)}
::-webkit-scrollbar-track {  background-color: var(--nav-color);}
::-webkit-scrollbar-track-piece { background-color: #ccc;}
::-webkit-scrollbar-thumb { height: 50px; background-color: var(--nav-color); border-radius: 0;}
::-webkit-scrollbar-corner { background-color: var(--nav-color);}
::-webkit-resizer { background-color: var(--nav-color);}

::-moz-scrollbar { width: 7px; height: 7px;}
::-moz-scrollbar-button {  background-color: var(--nav-color)}
::-moz-scrollbar-track {  background-color: var(--nav-color);}
::-moz-scrollbar-track-piece { background-color: #ccc;}
::-moz-scrollbar-thumb { height: 50px; background-color: var(--nav-color); border-radius: 0;}
::-moz-scrollbar-corner { background-color: var(--nav-color);}
::-moz-resizer { background-color: var(--nav-color);}
/*end scroll*/
::-webkit-input-placeholder {
    color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
:-ms-input-placeholder {
    color: #fff;
}
body {font-family: 'Verdana';background: url('../images/theme-bg.gif') center top repeat;}
/*header*/
.content-body li, .content-body ul, .content-body ol {
	list-style: revert !important;
	margin: auto !important; 
    padding: revert !important;
}
ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#scrollUp {
	bottom: 70px;
	right: 5px;
	background:rgba(55, 56, 56, 0.81) url(../images/arrow-up.png) no-repeat center center;
	opacity: .9;
	height:40px;
	width:40px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	transition: background 200ms linear;
}
	#scrollUp:hover {
		background:#E81923 url(../images/arrow-up.png) no-repeat center center;
	}
.contain_main{padding: 15px;box-sizing: border-box;border: 1px solid #ddd;background: rgba(244, 244, 244, 0.29);margin-bottom: 2px;margin-top: 2px;}
header {}
header img { width: 100%; }
.header-top {}
.page-header {display: inline-block;color: #083368;border-bottom: 0;}
.slogan { font-family: 'VNICommerceBoldItalic'; }
.frm-search .form-control { border-radius: 0; }
.frm-search .btn {border-radius: 0;background:#39b44a;}
.frm-search .btn:hover { color: }
.lang { margin-bottom: 0px; }
.lang li { padding: 0; }
.lang img { width: 30px; }
.header-middle{border-bottom: 2px #777 solid;}
.thanh_cuon {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  margin-top: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.navbar-custom {
	border-radius: 0;
	background: var(--nav-bg);
	min-height: 0;
	margin-bottom: 0;
	border: 0;
}
.nav-justified li.x2 { 
	transition-duration: 0.7s;
  -webkit-transition: 0.7s;
  box-shadow: inset 0 0 0 0 var(--nav-bg);
  position: static;
	}
.nav-justified li:hover {
  box-shadow: inset 0 100px 0 0 var(--nav-bg);
  transition-duration: 0.4s;
  -webkit-transition: 0.4s;
}
.navbar-custom .navbar-nav li a {
  border-radius: 0;
  background: transparent;
  color: #fff;
  padding: 15px 15px 15px 15px;
  z-index: 999;
}
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus { background: var(--nav-bg-hover); }
.navbar-custom .dropdown .dropdown-menu {
  background:var(--nav-bg);
  border: 0;
  border-radius: 0;
  margin: 0;
  z-index: 998;
  border-top: 2px solid var(--nav-bg-hover);
}
/*.navbar-custom .dropdown:hover .dropdown-menu {display: block;}*/
/*.navbar-custom .dropdown .dropdown-menu li {
  float: left;
}*/
.navbar-custom .dropdown .dropdown-menu li a { padding: 1px 10px; }
.navbar-custom .dropdown .dropdown-menu li .sub-menu {margin-top: -30px;left: 100%;display: none;z-index: 998;}
.navbar-custom .dropdown .dropdown-menu li:hover .sub-menu {display: block;background: #39b44a;}
/*.navbar-custom .navbar-nav>li+li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 1px;
	height: 100%;
	border-radius: 50%;
	background: -webkit-linear-gradient(top, rgba(232, 230, 230, 0.41), rgba(244, 242, 242, 0.88), rgba(231, 221, 221, 0.28));
	background: -moz-linear-gradient(top, rgba(232, 230, 230, 0.41), rgba(244, 242, 242, 0.88), rgba(231, 221, 221, 0.28));
	background: -ms-linear-gradient(top, rgba(232, 230, 230, 0.41), rgba(244, 242, 242, 0.88), rgba(231, 221, 221, 0.28));
	background: -o-linear-gradient(top, rgba(232, 230, 230, 0.41), rgba(244, 242, 242, 0.88), rgba(231, 221, 221, 0.28));
	background: linear-gradient(top, rgba(232, 230, 230, 0.41), rgba(244, 242, 242, 0.88), rgba(231, 221, 221, 0.28));
}*/
/*.header-bottom { 
	background: -webkit-linear-gradient(top,#39b44a, #0e3f7f);
	background: -moz-linear-gradient(top,#39b44a, #0e3f7f);
	background: -ms-linear-gradient(top,#39b44a, #0e3f7f);
	background: -o-linear-gradient(top,#39b44a, #0e3f7f);
	background: linear-gradient(top,#39b44a, #0e3f7f);*/}
.slider-inner {position: relative; }
.nav-custom li a {padding: 5px 15px;border-left: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;border-right: 2px solid #e6e6e6;border-radius: 0;color: #333;margin-left: 15px;}
.nav-custom li a:hover {color:#E81923 }
.btn-menu2{padding: 0px 5px;}
.tags {
    display: block;
    line-height: 30px;
    border-top: 1px #39b44a dashed;
    border-bottom: 1px #39b44a dashed;
	margin-bottom: 20px;
}
[class^="hvr-"] {
    margin: 7px 5px 7px 5px;
    padding: 0px 10px 0px 10px;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #428BCA;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.tags .title {
    text-decoration: none;
    color: #C70404;
}
.content-header-same{
	border-bottom: 3px solid #C31D33;
    height: 47px;
}
/*main*/
.beta{display:block !important}
.sear{display:flex;}
.tim{width:140px;}
.tinhthanh, .quanhuyen{width:230px;}
.dropdown-toggle{border-color: #fff;border-radius: 0px;}
.search>form>div>span {
    display: inline-block;
    position: absolute;
    line-height: 32px;
    font-size: 22px;
    color: #333;
    z-index: 3;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
.search form .input-group input {
    border: 0;
}
.search form .input-group {
    border-radius: 0 7px 7px 0;
}
.input-group {
    margin-bottom: 7.5px;
}
.input-group-btn .submit {
    background: #39b44a;
    color: #FFF;
    border-radius: 0 7px 7px 0;
    border: 0;
    height: 34px;
}

.main { }
.page-box-home { 
  /*background: rgba(221, 221, 221, 0.3); */
}

.page-box-hotro { background: rgba(221, 221, 221, 0.3);box-shadow: 1px 2px 6px #BBB9B9;border: solid 1px #D5CFCF;}
.box-header-1 .title {
	background: var(--btn-box-header);
}
.box-header-hotro .title {
	padding: 8px;
	color: #fff;
	text-align: center;
	background: #39b44a;
}
.box-item img { width: 100%; }
.circle-outer {border: 2px solid #0f5abc;overflow: hidden;box-shadow: 0px 2px 2px rgba(0,0,0,.5);position: relative;}
.circle-outer img{height:auto;}
.circle-outer .circle-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 0 solid rgba(15, 90, 188, 0.7);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	/*background: rgba(15, 90, 188, 0.7);*/
}
.circle-outer .read-more {
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	padding-top: 15px;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border-radius: 50%;
	background: #fff;
	text-align: center;
	cursor: pointer;
	box-shadow: inset 0 0 15px rgba(0,0,0,1);
	-webkit-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(0,0);
	-o-transform: scale(0,0);
	transform: scale(0,0);
}
.circle-outer .read-more .glyphicon {font-size: 2em;}
.circle-outer .read-more .glyphicon:hover {
	color: #E81923;
	  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transition: all .86s ease;
  -webkit-transition: all .86s ease;
  -moz-transition: all .86s ease;
  -o-transition: all .86s ease;
}
.circle-outer .read-more:hover {color: #E81923;}
.circle-outer:hover .read-more {
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}
.circle-outer .read-more a span:hover{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all .86s ease;
    -webkit-transition: all .86s ease;
    -moz-transition: all .86s ease;
    -o-transition: all .86s ease;
}
.page-box-2 .thumbnail {padding: 0;border: 0;border-radius: 0;}
.page-box-2 .thumbnail .caption {
	background: -webkit-linear-gradient(top,#39b44a, #0e3f7f);
	background: -moz-linear-gradient(top,#39b44a, #0e3f7f);
	background: -ms-linear-gradient(top,#39b44a, #0e3f7f);
	background: -o-linear-gradient(top,#39b44a, #0e3f7f);
	background: linear-gradient(top,#39b44a, #0e3f7f);
	padding-top: 15px;
	padding-bottom: 15px;
}
.page-box-2 .thumbnail .caption .list-unstyled { margin-bottom: 0; font-size: 13px; }
.support { margin-top: 5px;font-size: 13px;color: #000;}
.support .tit {width: 140px;line-height: 21px;float: left;}
.support_on{border-top: 1px solid #B4B1B1;}
.support_on .tit {width: 128px;line-height: 21px;float: left;}
.supp_hotline_kd {color: var(--nav-color);font-size: 18px;font-family: 'sumi';}
.supp_hotline {color: var(--btn-color);font-size: 13px;font-family: sans-serif;}
.supp_hotline a {color: var(--btn-color);}
.support .list-inline { float: left;margin-bottom: 0; }
.page-box-2 .thumbnail .caption .title { margin-bottom: 15px; }
.linhvuc, .title-new-home{font-family: 'sumi';font-size: 25px;}
.hotro{font-family: 'sumi';font-size: 20px;}
.page-box-sp{padding-left: 0px;line-height: normal;background: none;}
.product
{
	color: #fff;
  	font-size: 26px;
  	text-transform: uppercase;
  	line-height: normal;
  	padding-bottom: 5px;
  	background:var(--btn-box-header);
  	padding: 15px 0px 8px 30px;
  	border-bottom: 5px solid var(--btn-box-header-hover);
  	position: relative;
}
.product:after
{
	  content: '';
	  width: 30px;
	  height: 110px;
	  top: 0;
	  right: -29px;
	  position: absolute;
	 /* background: url(../images/corner2.png) no-repeat !important;*/
}
.price-corner-right {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
  top: 24px;
  left: -5px;
  border-right-color: var(--btn-box-header-hover);
  content: " ";
  border-width: 20px;
  box-sizing: border-box;
  z-index: -1;
}
.supprort{padding: 0px 10px 10px 10px;}
.product_detail{}
#carousel-tour-list-1{margin-top: 15px;}
.carousel-control.left {
	left: auto;
	right: 35px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
 .carousel-control {
	width: 25px;
	height: 25px;
	line-height: 25px;
	top: -45px;
	opacity: 1;
	background: #e1e1e1;
	border: 1px solid #9B9999;
	text-shadow: 0 0 2px rgba(0,0,0,.5);
	font-size: 1em;
	vertical-align: middle;
}
.product-item
{
	border: 0;
	border-radius: 0;
	padding: 10px;
	margin-top: 5px;
	margin-left: 2px;
	position: relative;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25);
	height: auto;
	webkit-transition: all 300ms linear;
	  -moz-transition: all 300ms linear;
	  -o-transition: all 300ms linear;
	  transition: all 300ms linear;
}
.code_prof{
    font-size: 11px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--btn-bg-color);
    color: var(--btn-bg-color);
}
.code_prof span{color: var(--color-common) !important;}
.thumbnail.product-item:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.product-item .product-option {margin-left: -15px;margin-right: -15px;}
.caption .product-title {font-size: 12px;}
.product-item:before {
	content: "";
	position: absolute;
	bottom: 80px;
	left: 11px;
	width: 92%;
	height: 7px;
	background: transparent url('../images/bg-1.png') no-repeat center top;
	background-size: 100% 100%;
}
.wrapper-content .content-body .product-item{
  min-height: 372px;
}
.product-info{font-size: 14px;margin-top: 8px;}
.price {color: var(--btn-color);font-size: 14px;font-weight: bold;padding-left: 10px;}
.title_detail{font-family: 'sumi';font-size: 23px;padding-bottom: 5px;border-bottom: 1px solid var(--btn-color);color: var(--btn-color);text-transform: uppercase;}
.title_detail.title_detail_mobile {margin-top: 35px}
.title_detail_serch{font-family: 'sumi';font-size: 23px;color: var(--nav-bg);text-transform: uppercase;}
.serch_car{padding: 10px;background-color: #fcf8f2;margin: 10px 0px 10px 0px;}
.new_detail{margin-top: 10px;line-height: 23px;word-spacing: 1px;text-align: justify;}
#active{background: #777;}
.news-item_list {border-bottom: 1px dashed #AF7A0A;padding-bottom: 10px;padding-top: 10px;margin-bottom: 10px;}
.order {float: left;font-size: 18px;text-align: center;background: rgba(12, 144, 213, 0.79);border-radius: 50%;width: 34px;padding: 5px;color: #fff;}
.time {font-size: 13px;line-height: 24px;color: #333;margin-left: 48px;}
.news-intro h5 a {color: #333;margin-left: 10px;}
.news-update {background-size: 100% auto;padding: 10px;box-shadow: 1px 2px 6px #BBB9B9;border: solid 1px #D5CFCF;}
.vticker ul {list-style: none;padding-left: 0;width: 100%;}
.vticker ul li {padding: 5px 0;}
.news-update-body {padding-bottom: 15px;}
.news-update-summary{font-size: 12px;}
.news-update-pic img{height: 80px;width: 80px;}
#hot-new {background: url('../images/new.gif') no-repeat right top;}
.clr_product{
  margin-bottom: 10px;
  border-bottom: 1px #B0ABAB dashed;
  width: 100%;
  float: left;
  position: relative;
}
.list-unstyled li{}
.list-unstyled li a{font-size: 15px;}
.tab-content{background: #fff;border: 1px solid #ddd;border-top: none;border-radius:4px;padding: 15px;margin-bottom: 15px;}
.red{color:var(--color-common);}
.code{color: #000 !important;font-weight: bold;font-size: 12px;width: 140px;}
.img_min img{width: 80px;height: 80px;}
.btn-add-cart{margin-top: -40px;}
.sale-box {
  position: absolute !important;
  width: 100px;
  top: 0;
  overflow: hidden;
  height: 100px;
  text-align: center;
  z-index: 0;
  right: 0px;
}
.sale-label {
	font: 16px/20px "Ubuntu", sans-serif;
    text-transform: uppercase;
    background-color: #E81923 !important;
    padding: 12px 0 13px;
    text-align: center;
    width: 160px;
    color: #fff;
    position: absolute !important;
    right: -45px !important;
    left: 0 !important;
    top: 11px !important;
    height: 38px !important;
    display: block;
    z-index: 1;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}
.proud_hot_new{margin-top: 20px;}
.hoatdong{margin-top:20px;}
.thuonghieu{text-align:center;margin-bottom:20px;box-shadow: 1px 1px 1px 2px #ddd;}
.thuonghieu img{width:100%;max-height:105px}
.thuonghieu::before {
  background: #0F5ABB;
  content: "";
  height: 100%;
  left: 0;
  max-width: 0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  width: 100%;
}
.thuonghieu:hover::before {
  background: #fff;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  -ms-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}
.author{position: relative;top: 6px;}
.nav-tabs{margin-top:25px}
.thuonghieu_hone{text-align:center;margin:10px 0px 10px 0px;box-shadow: 1px 1px 1px 2px #ddd;}
.thuonghieu_hone img{width:100%;max-height:200px}
.cler{color: #fff}
.cler:hover{color: #E81923}
.tang{background: #fff;color: #E81923;border-radius: 15px;padding: 12px;font-weight: bold;position: relative;left: -10px;top: -6px;}
.hover_img {
    display: block;
    margin-bottom: 20px; }
    .hover_img a {
      display: block;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .hover_img a > span {
        position: absolute;
        background-color: #000;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .hover_img a > span:first-of-type {
          left: 20px;
          right: 20px;
          top: 10px;
          height: 1px;
          -webkit-transform: translateX(-120%);
          -moz-transform: translateX(-120%);
          -ms-transform: translateX(-120%);
          -o-transform: translateX(-120%);
          transform: translateX(-120%); }
        .hover_img a > span:last-of-type {
          left: 20px;
          right: 20px;
          bottom: 10px;
          height: 1px;
          -webkit-transform: translateX(120%);
          -moz-transform: translateX(120%);
          -ms-transform: translateX(120%);
          -o-transform: translateX(120%);
          transform: translateX(120%); }
        .hover_img a > span:nth-child(2) {
          right: 10px;
          top: 10px;
          bottom: 10px;
          width: 1px;
          -webkit-transform: translateY(120%);
          -moz-transform: translateY(120%);
          -ms-transform: translateY(120%);
          -o-transform: translateY(120%);
          transform: translateY(120%); }
        .hover_img a > span:nth-child(3) {
          top: 10px;
          left: 10px;
          bottom: 10px;
          width: 1px;
          -webkit-transform: translateY(-120%);
          -moz-transform: translateY(-120%);
          -ms-transform: translateY(-120%);
          -o-transform: translateY(-120%);
          transform: translateY(-120%); }
      .hover_img a:hover {
        -webkit-box-shadow: 0 3px 0 #E81923;
        box-shadow: 0 3px 0 #E81923; }
        .hover_img a:hover > span:first-of-type, .hover_img a:hover > span:last-of-type {
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0); }
        .hover_img a:hover > span:nth-child(2), .hover_img a:hover > span:nth-child(3) {
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); }
.news-con{border-bottom: 1px dotted #ccc;margin-bottom:20px;}
/*footer*/
footer { font-size: 12px; }
.footer-top { background: url('../images/bg-1.png') repeat;  }
.partner {}
.footer-bottom { 
	padding-top: 10px;
	border-top: 5px solid var(--nav-bg);
}
.social .list-inline li { padding: 0; }
.footer-left{border-bottom: 1px dotted #ccc;margin-bottom: 5px; color: #333;}
.footer-left address { margin-bottom: 10px; }
.footer-left address p b a, .footer-left address p a { color: #333; }
.footer-left address p { margin-bottom: 0; }
/*child page*/
.main-top { background: transparent;
background-image: -webkit-linear-gradient(right,var(--btn-breadcrumb)  0%,transparent 60%);
background-image: linear-gradient(to right,var(--btn-breadcrumb)  0%,transparent 60%);
background-repeat: repeat-y;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='transparent', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
font-size: 1em;
margin-bottom: 5px;
border-left: 3px solid var(--btn-breadcrumb); }
.breadcrumb {background: transparent;margin: 0;padding: 2px 15px;border-radius: 0;}
.breadcrumb a { color: #fff; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb li.active { color: #fff; }
.content-header { margin-bottom: 15px; }
.content-header .title {padding-bottom: 10px;border-bottom: 1px solid var(--btn-breadcrumb);color: var(--btn-breadcrumb);}
.sidebar-right {}
.content-body .title-box {font-size: 18px; font-weight: bold;}
.menu-right { padding-left: 20px; }
.menu-right a { color: rgba(0,0,0,.8); }
.menu-right a:hover { text-decoration: underline; }
.title-box {margin-bottom: 15px;}
.title-box.color-3 {color:var(--color-common)}
.content-body address p { margin: 0; }
.btn-1 { background: var(--btn-color); color: #fff; }
.btn-1:hover { background: #E81923; color: #fff; }
.gg-map { height: 300px; }
/*Light*/
.logo-box {width: 100%;height: 120px;display: inline-block;position: relative;}
.logo-box .logo-3d {display: inline-block;width: 100%;height: 120px;margin-bottom: -10px;}
.logo-box .logo-3d ul {
    padding-left:0;
    list-style: none;
    margin: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    position: relative;
   /* transform:rotatey(-12deg);
    -webkit-transform:rotatey(-12deg);*/
    animation: turn360 8s ease-in-out infinite;
    -webkit-animation: turn360 8s ease-in-out infinite;
}
.logo-box .logo-3d li {
    width: 100%;
    height: 120px;
    background: url("../images/bosch-logo.png") no-repeat center center;
    background-size: 95% auto;
    position: absolute;
}
    .logo-3d li:nth-child(1){
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    .logo-3d li:nth-child(2){
        transform: translate3d(0, 0, 1px);
        -webkit-transform: translate3d(0, 0, 1px);
    }
    .logo-3d li:nth-child(3){
        transform: translate3d(0, 0, 2px);
        -webkit-transform: translate3d(0, 0, 2px);
    }
    .logo-3d li:nth-child(4){
        transform: translate3d(0, 0, 3px);
        -webkit-transform: translate3d(0, 0, 3px);
    }
    .logo-3d li:nth-child(5){
        transform: translate3d(0, 0, 4px);
        -webkit-transform: translate3d(0, 0, 4px);
    }
   /* @keyframes turn360{
        0%      { transform: rotateY(0deg); }
        100%    { transform: rotateY(-180deg); }
    }
    @-webkit-keyframes turn360{
        0%      { -webkit-transform: rotateY(0deg); }
        100%    { -webkit-transform: rotateY(-180deg); }
    }
Light*/
.light{
    display: inline-block;
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
}

.light:after{
    content: "";
    width: 21px;
    height: 210px;
    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.71), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.71), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.71), rgba(255, 255, 255, 0));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.71), rgba(255, 255, 255, 0));
    z-index: 1;
    position: absolute;
    top: -30%;
    left: -30%;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    animation: light_logo 2s linear infinite;
    -webkit-animation: light_logo 2s linear infinite;
}
    @keyframes light_logo{
        0%      { left: -20%; }
        100%    { left: 120%; }
    }
    @-webkit-keyframes light_logo{
        0%      { left: -20%; }
        100%    { left: 120%; }
    }
	.social_f li a,.socialnetworking,.social_position li a{
        display: block;
        background: url("../images/icon_social.png") no-repeat;
        width: 32px;
        height: 32px;
        overflow: hidden;
        margin: 5px 0;
}        
.social_position li a{
    width: 41px;
    height: 41px;
    position: fixed;
    left: -15px;
    border-radius: 0 2px 2px 0;
    opacity: .7;
}
.social_position li a:hover{
    left: 0;
    opacity: 1;
}
    .social_position li:nth-child(1)>a{
        background-position: -192px 0;
        bottom: 108px;
    }
    .social_position li:nth-child(2)>a{
        background-position: -233px 0;
        bottom: 64px;
    }
    .social_position li:nth-child(3)>a{
        background-position: -274px 0;
        bottom: 20px;
    }

    .social_f li:nth-child(1)>a,.facebook{
        background-position: 0 0;
    }
    .social_f li:nth-child(2)>a,.twitter{
        background-position: -32px 0;
    }
    .social_f li:nth-child(3)>a,.googleplus{
        background-position: -64px 0;
    }
    .social_f li:nth-child(4)>a,.yahoo{
        background-position: -160px 0;
    }
    .social_f li:nth-child(5)>a,.skype{
        background-position: -96px 0;
    }

    .social_f li a:hover,.socialnetworking:hover{
        transform: scale(.5) rotate(20deg) translate(2px);
        -webkit-transform: scale(.5) rotate(20deg) translate(2px);
        -moz-transform: scale(.5) rotate(20deg) translate(2px);
        -o-transform: scale(.5) rotate(20deg) translate(2px);
    }
.block-code img {
    left: 0;
    position: fixed;
    top: 200px;
    width: 80px;
    z-index: 999;
}
@media (max-width: 767px){
	.block-code img {display:none}
	.text-left a img {
	    width: 55px !important;
	}
  article img{width: 100% !important;height: 100% !important;}
}
/*End Light*/
	.block-social-right { right:0; position:fixed; top:150px; width:45px; z-index:999}
	.social-icon { background:url("../images/social-icons.png") 0 0 no-repeat; display:block; float:right; width:43px; height:43px; margin-bottom:2px;}
	.social-text { float:left; font-size: 11px; margin: 13px 0 11px 44px; white-space:nowrap; color:#fff}
	.social-icons a:hover { text-decoration:none }
	#facebook-btn span { background-position: 13px 7px}
	#linkedin-btn span { background-position: 12px -266px}
	#twitter-btn span { background-position: 13px -39px }
	#youtube-btn span { background-position: 12px -230px }
	#pinterest-btn span { background-position: 12px -181px }
	#googleplus-btn span { background-position: 13px -132px }
	#instagram-btn span { background-position: 10px -300px }
	#flickr-btn span { background-position: 10px -335px }
	#web-btn span { background-position: 10px -403px }
	#mail-btn span { background-position: 10px -369px }
	#facebook-btn .social-icon { background-color:#3B5998 }
	#linkedin-btn .social-icon { background-color:#6eb8da }
	#twitter-btn .social-icon { background-color:#2BACD8 }
	#googleplus-btn .social-icon { background-color:#DB4A39 }
	#pinterest-btn .social-icon { background-color:#DB4A39 }
	#youtube-btn .social-icon { background-color:#C4302B }
	#instagram-btn .social-icon { background-color:#D2C5B3 }
	#flickr-btn .social-icon{ background-color:#E4006B}
	#mail-btn .social-icon { background-color:#2A056F}
	#web-btn .social-icon { background-color:#000}
    /*pagination*/
	.pagination {margin: 0;margin-bottom: 15px;}
	.pagination li {}
	.pagination li a {background:#39b44a;border-color: #39b44a;color: #fff;}
	.pagination li a:hover,
	.pagination li a:focus,
	.pagination li.active a,
	.pagination li.active a:hover,
	.pagination li.active a:focus {background: #777;border-color: #39b44a;color: #fff;}
	
	.note-msg{  
	border-color: rgba(10, 57, 115, 0.24);
	background-image: url(../images/i_msg-note.gif);
	color: #333;
	border-style: solid !important;
	border-width: 1px !important;
	background-position: 10px 9px !important;
	background-repeat: no-repeat !important;
	min-height: 24px !important;
	padding: 8px 8px 8px 35px !important;
	font-size: 12px !important;
	font-weight: normal !important;
	margin: 20px;
  }
  
/* pop up */
.popupoverlay {
	z-index: 1000;
	border: medium none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/popup_footer_bg.png);
	position: fixed;
}
#dialog-popup {
	position: fixed;
	width: 747px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	padding-top:20px;
	z-index: 1002;
}
#dialog-popup .popup-banner .red_mor{background: #1452a3;padding: 5px 12px 5px 12px;position: absolute;right: 15px;bottom: 28%;color: #fff;}
#dialog-popup .popup-banner { width: 100%; height: 100%; overflow: hidden; float: left; }
#dialog-popup .popup-banner img { width: 100%; }

#dialog-popup .popup-menu { width: 50%; float: left; }
#dialog-popup .popup-menu .popup-menu-col { width: 48%; margin-left: 2%; float: left; }
#dongpopup{
    cursor: pointer;
    float: right;
    margin-top: -20px;
}
#dongcontent {
	cursor: pointer;
    float: right;
    margin: -23px -8px 0px 0px;
}
#histats_counter{margin-top: 15px;}
.footer-bottom-top{
    background: var(--nav-bg);
    color: #fff;
    padding: 5px 0px;
}
.title .title-subline h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 31px;
    font-size: 1.2em;
    color: #005cc9;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 3px solid #fff;
}
.text-subline {
    position: relative;
    height: 2px;
    display: block;
    padding: 0;
    background: rgba(255, 255, 255, 0.65);
    border: none;
    margin-bottom: 15px;
}
.contact-address p b, .price b {
  color: var(--color-common) !important;
}
.contact-address p, 
.contact-address p a, 
.author, 
.news-update-summary p b {
  color: #333;
}

.category-featured {
  margin: 30px 0px;
}

.category-featured .video {
    width: 100%;
    height: 325px;
}

.category-featured .about-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 17px;
}

.btn-read-more {
    height: 35px;
    width: auto;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    background: var(--btn-c-bg);
    cursor: pointer;
}

.btn-read-more:hover {
  color: #ffffff;
}


#main-menu .container-fluid {
  padding: 0;
}

#main-menu .navbar-header {
  display: none;
}

#main-menu .navbar {
  border: none;
  margin: 0;
  background: none;
}

#main-menu .navbar-collapse {
  padding: 0;
}

#main-menu .navbar .navbar-nav > li > a {
  color: #333;
  margin: 12px;
  padding: 0;
  border-right: 1px solid #cacaca;
  padding: 3px 15px;
  background: transparent;
}

#main-menu .navbar .navbar-nav > li:last-child > a {
  border-right: none;
}

#main-menu .navbar .navbar-nav > li:hover,
#main-menu .navbar .navbar-nav > li.active {
  background: #ff3366;
  color: #fff;
}

#main-menu .navbar .navbar-nav > li:hover > a,
#main-menu .navbar .navbar-nav > li.active > a {
  color: #fff;
  border-right: 1px solid transparent;
}

#main-menu .nav,
#main-menu .collapse,
#main-menu .dropup,
#main-menu .dropdown {
    position: static;
}

#main-menu .dropdown-menu {
  border-radius: 0;
  min-width: 200px;
  border-top: none;
  left: auto;
  padding: 15px 5px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: translate(0, 40px);
  -moz-transform: translate(0, 40px);
  -o-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  display: block;
  visibility: hidden;
  opacity: 0;
  background: #fff;
}

#main-menu .dropdown-menu.container-fluid {
  padding: 15px 30px;
}

#main-menu .navbar-nav > li:hover .dropdown-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

#main-menu .mega_dropdown .block-container {
  padding: 0 3px;
}

#main-menu .mega_dropdown .group_header {
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
  margin-top: 15px;
}
#main-menu .mega_dropdown .group_header a:hover, 
#main-menu .dropdown-menu .block-container .link_container > a:hover {
  background: #fff;
  color: #39b44a !important;
}
#main-menu .mega_dropdown .group_header .group_header-img {
  width: 30px;
  height: 30px;
  margin-right: 2px;
}

#main-menu .mega_dropdown .group_header:first-child {
  margin-top: 0;
}
#main-menu .mega_dropdown 
#main-menu .mega_dropdown .img_container {
  padding: 0 0 5px;
}
#main-menu .dropdown-menu .block-container  .link_container.group_header a{
  font-weight: bold;
} 
#main-menu .dropdown-menu .block-container .link_container > a {
  line-height: 32px;
  color: #333;
  background: #fff;
}

#main-menu .dropdown-menu .block-container .group_header > a {
  line-height: 32px;
  border-bottom: 1px solid #39b44a;
  display: inline-block;
  margin-bottom: -1px;
  color: #333;
}

#main-menu li.dropdown > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  vertical-align: 0;
  padding-left: 7px;
}

#main-menu li.dropdown:before {
  content: "\f0de";
  font-family: "FontAwesome";
  font-size: 15px;
  color: #fff;
  padding-left: 7px;
  position: absolute;
  bottom: -13px;
  right: 48%;
  display: none;
  z-index: 1001;
}

#main-menu li.dropdown:hover:before {
  display: none;
}
.text-left a img {
    width: 50px;
}
.header-icon-cart, .navbar-custom .navbar-nav .header-icon-cart a:hover {
	background: #fff;
    border-radius: 50%;
}
.navbar-custom .navbar-nav .header-icon-cart a {
    padding-left: 13px;
    padding-right: 13px;
}
.header-icon-cart a img {
	width: 27px;
}

.visible-icon-cart {
	position: relative;
	float: right;
	padding: 9px 6px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 50%;
	background: #fff;
}
.visible-icon-cart a img {
	width: 25px;
}
.navbar-header-mobile .navbar-toggle {
	float: left;
	right: -15px;
}
.social_footer {
	position: fixed;
    bottom: 10px;
}
.social_footer .social-item {
    display: inline-block;
}
.social_footer .social-item.social-zalo a img {
    width: 30px;
    filter: brightness(0) invert(1);
}
.social_footer .social-item.social-phone a img {
	width: 50px;
    margin-top: -4px;
}
.social_footer .social-item.social-fb a img {
    width: 30px;
    filter: brightness(0) invert(1);
}
.social_footer .social-item a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    color: #000;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    transition: all 0.3s;
}
.social-item.social-zalo a,  .social-item.social-fb a {
    background-color: #0088ff;
    color: #fff;
}
.share_addthis {
	margin-bottom: 15px;
}
.services2-item {
    padding: 0;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    min-height: 420px;
}
.services2-item .image {
    text-align: center;
    color: #333333;
    padding: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}
.services2-item .image .icon img {
    width: 100%;
}
.services2-item .image h3 {
    font-size: 15px;
    color: #333333;
    margin-top: 10px;
}
.services2-item .text {
    padding: 0 15px 0 15px;
}
.services2-item .image h3 a{
	color: var(--btn-color);
}

h2:target {
  animation: highlight 1s ease;
}
@keyframes highlight {
  from { background: yellow; }
  to { background: white; }
}
.font-weight {
	font-weight: bold;
}
.home-new-detail {
	margin-bottom: 20px;
}
.home-new-detail img {
	width: 100% !important;
	height: 100% !important;
}
.home-new-detail .services2-item {
	min-height: 0;
	padding-right: 20px;
}

/*toc note*/
.toc-wrap {
  // Hiện thanh scroll dọc nếu TOC quá dài
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #cccccc;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
  }

  border-radius: 0.375rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color: #f9fafb;
  border-width: 1px;
  border-color: #d2d6dc;

  .toc-title {
    text-align: center;
    font-size: 2rem;
    margin-top: 1rem;  
    padding-top: 1rem;
    font-family: 'sumi';
  }

  #toc {
    max-height: calc(100vh - 150px);
    padding: 1rem;
    overflow-y: scroll;    
    border-top: 2px solid rgb(238, 238, 238);
    margin: 8px 0px 15px;
    a {
      &:hover {
        text-decoration: underline;
      }
    }
    .toc-active {
      font-weight: bold;
      color: #2563eb;    
    }
    .toc-item {
      padding: 0.1em 0;
      a {
        padding: 0.25em 0.5em;
      }
    }
    .toc-h2 { margin-left: 0.5em }
    .toc-h3 { margin-left: 1.75em }
    .toc-h4 { margin-left: 3em }
    .toc-h5 { margin-left: 4.25em }
    .toc-h6 { margin-left: 5.5em }
  }
}

/*end toc note*/