
html,body{
    font-family: 'Muli', sans-serif;
    font-size:14px;
    padding:0px;
    margin:0px;
    color: #414042;
}
@font-face {
  font-family: 'UTMA';
  src: url('fonts/UTMAndrogyne.eot?#iefix') format('embedded-opentype'),  url('fonts/UTMAndrogyne.woff') format('woff'), url('fonts/UTMAndrogyne.ttf')  format('truetype'), url('fonts/UTMAndrogyne.svg#UTMAndrogyne') format('svg');
  font-weight: normal;
  font-style: normal;
}

#page
{
	margin:auto;
}
/* Bounce In */
.hvr-bounce-in {
vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-wobble-horizontal {

  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.hvr-bob {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.hvr-grow {
  display:block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/* Float */
.hvr-float {

  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.img-page
{
	position:relative;
	width:100%;
	display:block;
	overflow:hidden;
}
.img-page img
{
	display:block;
	width:100%;
}

h1,h2,h3,h4,h5,h6{
    line-height:normal;	
}
a{
    text-decoration:none;	
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
a:hover{
	color:#e8b0bb;
}
img{
    border:none;	
    max-width:100%;
}
.c, .c5, .c10, .c15, .c20, .c30, .c3, .c2 ,.c80{
    clear: both;
}
.c {
    height: 0px;
}
.c2 {
    height: 2px;
}
.c3 {
    height: 3px;
}
.c5 {
    height: 5px;
}
.c10 {
    height: 10px;
}
.c15 {
    height: 15px;
}
.c20 {
    height: 20px;
}
.c30 {
    height: 30px;
}
.c35 {
    height: 35px;
}
.c80 {
    height: 80px;
}
.top-page{
   background: #184c7b;
}
.main-silde
{
	position:relative;
}
.header
{
	min-height:50px;
	position:relative;
    z-index:888;
	top:0;
	left:0;
	width:100%;
	background-color:#31735e;
}
.inner-header
{
	background-color:#31735e;
	min-height:74px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute
}
.logo{
	float:left;
	padding-top:15px;
	padding-left:30px;
}
.logo img{
	display:block;
}

.box-saerch
{
	position:relative;
	float:right;
}
.input-search
{
	position:relative;
}
.time-open
{
	float:right;
	background-image:url(../images/bg_time.png);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left:25px;
	color:#fff;
	font-weight:700;
	line-height:47px;
	padding-right:10px;
	border-right:solid 1px #243792;
}
.btn-search-pc{
	display:block;
	width:43px;
	height:43px;
	float:right;
	text-indent:-9999em;
	background-image:url(../images/btn-search-pc.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:18px;
}
.search-pc{
    width:225px;
	float:right;
	margin-left:20px;
	right:0;
	z-index:800;
	display:none;
	position:absolute;
	top:60px;
	right:0;
}
.search-pc .kw{
    width: 100%;
    border: solid 1px #673614;
    padding:11px 10px;
	background-color:#673614;
	border-left:solid 1px #4e2508;
	color:#fff;
}
.search-pc .fa{
    position: absolute;
    right:0px;
    top: 0px;
}
.tool-hd
{
	float:right;
	width:auto;
	position:relative;
}
.btn-search
{
	color:#fff !important;
	background-color:#4e2508;
	display:block;
	width:40px;
	line-height:40px;
	text-align:center;
	font-size:20px;
	
}
.search-pc .btn-search-pc{
    width: 31px;
    height: 27px;
    position: absolute;
    right: 5px;
    top: 1px;
    display: block;
    background: url(../images/btn-search-pc.png) no-repeat;
}
.nav-mobile
{
	display:none;
	text-align:center;
	position:absolute;
	right:10px;
	top:20px;
}
.nav-mobile a
{
	color:#414042;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
}
.nav-mobile span
{
	display:block;
	margin-top:3px;
}
.nav-mobile img
{
	display:block;
}

.home-icon
{
	float:right;
	margin-top:5px;
	margin-bottom:5px;
	display:none;
}
.home-icon a
{
	color:#fff;
}
.box-boder
{
	padding:8px 10px;
	display:block;
	border:solid 2px #d7d7d7;
	width:auto;
	float:right;
	margin-left:8px;
	margin-top:25px;
	-webkit-border-radius: 100px;
border-radius: 100px;
}
.showsearch
{
	color:#858585;
}
.hotline{
	float:right;
	color: #db0000;
	font-weight:700;
	display:block;
	
	padding-left:25px;
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:12px;
	padding-bottom:12px;
	border-right:solid 1px #2d71af;
	background-color:#fff;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding-left:20px;
	padding-right:20px;
	margin-top:12px;
	margin-right:15px;
	margin-left:10px;
}
.hotline span{
	background-image:url(../images/phone.png);
	background-repeat:no-repeat;
	padding-left:30px;
	background-position:center left;
	
}

.email{
    float: right;
    color: #FFF;
	line-height:32px;
}
.email a{
    color: #FFF;
    font-size: 14px;
}

.menumobile{
    background:#0059bd;
    height:42px;
}
.btn-saerch
{
	color:#fff;
	float:right;
	display:block;
	line-height:47px;
	padding-left:10px;
	padding-right:10px;
	border-left:solid 1px #2d71af;
	border-right:solid 1px #2d71af
}
.box-search
{
	width:285px;
	float:right;
	position:absolute;
	top:48px;
	right:0;
	z-index:9999;
	display:none;
}
.box-search .txt-search
{
	width:100%;
	background-color:#ebebeb;
	padding:8px;
	border:solid 1px #ebebeb;
	-webkit-border-radius: 5px;
border-radius: 5px;
}
.btn-search-frm
{
	background-color:#db3832;
	color:#fff;
	width:42px;
	line-height:36px;
	position:absolute;
	top:0;
	right:0;
	text-align:center;
	-webkit-border-radius: 5px;
border-radius: 5px;
}


.menu-product{
    margin-top: 10px;
}
.menu-title{
    background: #29a7e1;
    color: #FFF;
    padding: 12px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}
.menubar{
    height:52px;
    font-size: 14px;
	float:right;;
	
}
.nav{
    padding: 0px;
    margin: 0px;
	float:right;
}
.nav > li{
    list-style:none;
    display:block;
    position:relative;
    font-size: 14px;
	float:left;
	background-position:center top;
}
.nav > li .a-home
{
	background-image:url(../images/home_icon.png);
	display:block !important;
	width:44px !important;
	line-height:44px !important;
	text-indent:-9999em;
}
.nav li:first-child{
    border-left:none;
}
.nav>li>a{
    text-decoration: none;
    color: #fff;
    display: inherit;
    padding: 0px;
    padding:0 12px;
	font-size:14px;
	font-weight:700;
	text-align:center;
	line-height:74px;

}
.nav>li>a span{

}
.nav li a:hover{
	color:#db3731;
}
.nav li:first-child a
{
}
.nav > li:hover a{
}
.nav > li.active a{
color:#db3731;
font-weight:700;
}
.nav li ul{
    position:absolute;
    top:82px;
    left:0;	
    width:280px;
    text-align:left;
    display:none;
    background:#db3832 !important;
    padding:0px;
    opacity:.95;
    z-index:999999;
    font-weight:normal;
}
.nav li ul > li{
    width:100%;
    list-style:none;
    /*
border-bottom:solid 1px #FFF;
    */
    text-transform:none;	
    line-height:normal;
    position:relative;
}
.fa-2x
{
	padding-top:2px;
	line-height:normal
}
.nav li ul > li a{
    padding: 12px 15px;
    display: block;
    color: #fff !important;
    line-height: 18px;
    background: #e84943 !important;	
	border-bottom:solid 1px #e46762 !important;
	font-size:14px;
	text-transform:none;
}
.nav li ul > li a:hover{
    background: #e84943 !important;	
	color:#f6ed55 !important
}
.nav li ul ul{
    left:100%;
    top:-1px;	
}

.nav > li.mega-menu
{
	position:inherit;
	
}
.nav > li.mega-menu ul
{
	width:100%;
	z-index:999;
	left:0;
	top:82px;
}
.nav > li.mega-menu li
{
	width:25%;
	float:left;
}


.menubar-mobile .nav{
    text-align:left;
}
.menubar-mobile .nav li{
    border-left:solid 1px #6dc2ef;
    font-size:18px;
}
.menubar-mobile .nav li a{
    padding:0px 10px;	
}
.lang{
    float: right;
    border: none;
	color:#9d9d9d;
	display:block;
	margin-left:10px;
	padding-top:30px;
}

.slide-main
{
	width:100%;
	min-height:598px;
	background-position:center top;
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
}
.slide-main img
{
	display:block
}

.ordernow
{
	display:inline-block;
	position:fixed;
	right:20px;
	top:15%;
	z-index:99;
	background-color:#cd0808;
	padding:12px 25px;
	border:solid 3px #a9d4f8;
	color:#14px;
	font-weight:700;
	text-transform:uppercase;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color:#fff;
	z-index:9999;
}
.mom
{
	position:absolute;
	left:3%;
	bottom:0;
	z-index:99;
}
.folio
{
	position:absolute;
	right:3%;
	bottom:12%;
	z-index:99;
}
.slogan
{
	position:absolute;
	left:35%;
	top:26%;
	z-index:99;
}

.vi{
	background-image:url(../images/flag-vi.png);
	display: inline-block;
	width:33px;
	height:20px;
	background-position:center center;
	text-indent:-9999em;
}
.en{
	background-image:url(../images/flag-en.png);
	display:inline-block;
	width:33px;
	height:20px;
	background-position:center center;
	text-indent:-9999em;
}
.mnutop
{
	float:right;
}
.line-pro
{
	background-color:#f8f8f8;
	padding-top:40px;
}
.line-pro1
{
	padding-top:40px;
	margin-top:0
}
.title-home
{
	text-align:center;
	margin:0;
	padding-bottom:10px;
	font-size:26px;
	font-weight:900;
	text-transform:uppercase;
	color:#1d509b;
}
.title-home strong
{
	color:#db3731;
	font-weight:700;
}
.title-pro-home
{
	background-image:url(../images/bg_title_pro_home.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:10px;
	margin-bottom:10px;
}
.title-home a
{
	color:#1d509b;
	display:inline-block;
	font-size:24px;
	font-weight:900;
	text-transform:uppercase;
	text-align:center;
}
.title-home a:hover
{
	color:#db3731;
}
.intro-pro-home
{
	width:60%;
	margin:auto;
	margin-top:15px;
	text-align:center;
}
.item-pro
{
	position:relative;
	margin-bottom:30px;
	border:solid 1px #d7d7d7;
	background-color:#f1f2f2;
}
.content-pro
{
	padding:15px;
}
.item-pro img
{
	display:block
}
.item-pro:hover
{
	
}
.item-pro-name
{
	padding-top:0px;
	padding-bottom:5px;
	
}
.item-pro-name a
{
	font-weight:700;
	text-transform:uppercase;
	color:#333132;
	font-size:14px;
}
.item-pro-name a:hover
{
	color:#db3832
}
.item-pro-code
{
}


.project-home
{
	padding-top:40px;
	padding-bottom:40px;
}
.line-duan
{
	background-image:url(../images/bg_line_duan.png);
	height:3px;
	width:65px;
	margin:auto;
}
.project-home .item-duan
{
	width:25%;
	position:relative;
}
.item-duan img
{
	display:block;
}
.intro-duan-home
{
	width:80%;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	line-height:22px;
	text-align:center;
}
.km
{
	position:absolute;
	top:10px;
	right:-10px;
	background-image:url(../images/hot_lbl.png);
	width:47px;
	line-height:25px;
	text-align:right;
	padding-right:5px;
	background-repeat:no-repeat;
	color:#fff;
	font-weight:700;
	font-size:14px;
	z-index:999;
}
.item-pro .img
{
	position:relative;
}
.item-pro .img img
{
	width:100%;
	display:block;
}
.item-pro .pro-name
{
	font-weight:700;
	margin:0;
	padding-top:15px;
	
}
.intro-pro
{
	font-size:14px;
	color:#333132;
	line-height:22px;
	margin-top:5px;
	font-size:14px;
}
.item-pro .pro-name a
{
	color:#626262;
	font-size:16px;
	font-weight:700;
}
.item-pro .tenhang
{
	font-weight:700;
	color:#0a6fb3;
	font-size:14px;
}
.item-pro .pro-name a:hover
{
	color:#0a6fb3;
}
.item-pro .code
{
	color:#7f7e7e;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:4px;
	font-size:14px;
	margin-top:5px;
}
.btn-item-pro
{
	width:60%;
	margin:auto;
	border:solid 1px #b7b7b7;
	color:#818181;
	margin-top:10px;
	
}
.cell-1-2-btn
{
	width:50%;
}
.btn-item-pro .btn-add
{
	display:block;
	color:#fff;
	text-align:center;
	padding-top:10px;
	padding-bottom:12px;
	font-size:14px;
	line-height:22px;
	color:#818181;
	margin:auto;
	
}
.btn-item-pro .btn-add span
{
	background-image:url(../images/bg_btt_add.png);
	display:inline-block;
	padding-left:30px;
	font-weight:700;
	background-repeat:no-repeat;
}
.btn-item-pro-hover
{
	background-color:#a0571b;
	border:solid 1px #a0571b;
	
}
.btn-item-pro-hover .btn-add
{
	color:#fff;
}
.btn-item-pro-hover .btn-add span
{
	background-image:url(../images/bg_btt_add1.png);
}
.btn-add:hover
{
	color:#d7d7d7;
}
.price-item
{
	padding-top:5px;
	padding-bottom:10px;
	overflow:hidden;
	line-height:26px;
}

.gia-ny
{
	color:#414042;
	font-weight:normal;
	font-size:14px;
	float:right;
}
.gia-ny del
{
	font-weight:normal;
	color:#999
}
.gia-khuyenmai
{
	font-size:14px;
	font-weight:normal;
	color:#414042;
	margin-top:0px;
	float:left;
}
.gia-khuyenmai span
{
	color:#db3832;
	font-size:20px;
	font-weight:700;
}

.btn-addcarrt
{
	display:inline-block;
	color:#fff;
	padding:10px 15px;
	font-weight:700;
	background-color:#184c7b;
	-webkit-border-radius: 5px;
border-radius: 5px;
}
.btn-addcarrt:hover
{
	background-color:#db3832;
	color:#fff;
}


.news-name{
    font-size:16px;	
    padding:0px;
    margin:0px;
    font-weight:700;
	margin-bottom:10px;
}
.news-name a{
    color:#673614;
    text-decoration:none;
}
.news-name a:hover{
	color:#95603c
}
.intro-service
{
	color:#3a3a3a;
	line-height:22px;
}
.createdate{
    margin: 5px 0px;
    font-size: 13px;
	font-weight:700;
    color: #898989;
}
.createdate i.fa{
	padding-right:10px;
}
.viewmore{
    margin-top: 10px;
    float: left;
    color: #616161;
    padding: 9px 40px;
	background-color:#fff;
	-webkit-border-radius: 3px;
border-radius: 3px;
border:solid 1px #0a6fb3;
font-weight:700;
}
.viewmore:hover{
	color:#d7d7d7;
}
.news-home
{
	padding-top:20px;
	padding-bottom:40px;
}
.intro-detail{
    font-size:16px;
	font-weight:700;
	line-height:22px;
	margin-top:10px;
	margin-bottom:10px;
}
.image-border{
    border:solid 2px #515151;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    border-radius:3px;
}
.image-news-name{
    width:170px;
    float:left;
    margin-right:10px;
    overflow:hidden;	
}
.item-news-home{
    border-top:dashed 1px #e1e1e1;
}
.box-news-shadow .item-news-home:first-child{
    border-top:none;	
}

.info-footer
{
	line-height:24px;
	margin-bottom:20px;
	color:#414042;
}
.intro-footer
{
	line-height:24px;
	margin-top:20px;
	color:#414042;
}
.footer{
    font-size: 14px;
     background:#ebebeb;
    color:#414042;
	padding-top:40px;
	padding-bottom:40px;
}
.menu-box-title
{
	font-size:18px;
	font-weight:700;
	color:#39813e;
	margin-bottom:15px;
}


.box-info
{
}

.title-page{
    margin:0px;
    padding:0px;
    color:#31735e;
    font-size:46px;
    font-weight:800;
	margin-bottom:10px;
	font-family:"UTMA";
	font-weight:normal;
}

.title-page strong{
	font-family:"Muli";
}
.title-page span{
	color:#ffae4f
}
.line-page
{
	padding-top:45px;
	padding-bottom:45px;
}
.uudiem
{
	background-image:url(../images/bg_uudiem.png);
	background-repeat:no-repeat;
	background-position: right bottom;
}
.rounded-circle {
    border-radius: 50% !important;
}

.list-uudiem
{
	margin-top:20px;
}


.item-uudiem
{
	background-color:#d7e7e2;
	padding:25px 25px;
	-webkit-border-radius: 100px;
border-radius: 100px;
margin-bottom:40px;
position:relative;
}

.item-uudiem:nth-child(2n)
{
	margin-right:20px;
	text-align:right;
	padding-right:170px;
}

.item-uudiem:nth-child(2n+1)
{
  margin-left:20px;
  padding-left:170px
}

.intro-uudiem
{
	line-height:24px;
	font-size:18px;
}
.img-uudiem
{
	width:160px;
	height:160px;
	padding:5px;
	background-color:#fff;
	border:solid 1px #e1e1e1;
	position:absolute;
	top:50%;
	margin-top:-80px;
	overflow:hidden;
	left:0;
}
.item-uudiem:nth-child(2n) .img-uudiem
{
	right:0;
	left:inherit;
}
.item-uudiem:nth-child(2n+1) .img-uudiem
{
	left:-20px;
}

.item-uudiem h3
{
	margin-top:0;
	margin-bottom:10px;
	font-size:22px;
	font-weight:700;
}


.line-page-chuyengia
{
	background-image:url(../images/bg_chuyengia.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding-top:30px;
}

.name-chuyengia
{
	background-color:#ab2318;
	padding:20px;
	text-align:center;
	-webkit-border-radius: 100px;
border-radius: 100px;
color:#fff;
}
.name-chuyengia strong
{
	font-size:16px;
	display:block;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:5px;
	
	
}
.content-chuyengia
{
	background-image:url(../images/bg_content-chuyengia.png);
	min-height:477px;
	background-repeat:no-repeat;
	background-position:top center;
}
.inner-content-chuyengia
{
	padding:45px;
	color:#fff;
	line-height:22px;
	font-size:15px;
}

.line-page-ykien
{
	background-image:url(../images/bg_ykien.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	min-height:570px;
}

.error{
    border:#FF0000 solid 1px;	
}
.btn-send{
    background:#db3832;
    height:auto !important;	
    border:none;
    padding:9px 30px;
    color:#FFF;
    font-weight:700;
	font-size:16px;
	text-transform:uppercase;
	padding-top:8px !important;
	width:auto !important;
	float:left !important;
	-webkit-border-radius: 6px;
border-radius: 6px;
margin-left:10px;
border:none !important
}
.product-name{
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    
    font-weight: normal;
    margin: 0px 0px;
    padding: 0px;
}
.product-name a{
    color:#333;
    text-decoration:none;	
}
.text-white,.text-white a{
    color:#FFF;	
}
.itemAttr span{
    display:inline-block;	
    padding:3px 0px;
}
.itemAttr span:first-child{
    width:45%;
}
.pro-name-details{
    margin:0px;
    padding:0px 0px 10px 0px;
    color:#007cc2;	
    font-size:16px;
}
.info-home-title{
    font-size:24px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    padding-bottom: 8px;
    font-weight:700;
}
.info-home-title a{
    color: #474747;
    margin: 0px;
    padding: 0px;
}
.info-home-title a:hover{
	color:#04b006
}
.info-home-content{
	color:#fff;
	padding-top:30px;
	padding-bottom:30px;
}
.menu-footer{
	background-color:#283892;
	background-image:url(../images/bg_menu_footer.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	padding-top:45px;
	padding-bottom:20px;
}
.menu-footer ul
{
	margin:0;
	padding:0;
}
.menu-footer ul li
{
	display:block;
	margin-bottom:10px;
}
.menu-footer a{
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
    text-decoration: none;
}
.menu-footer a:hover
{
	color:#db3731;
}
.linksmo{
	text-align:left;
	margin-top:10px;
}

.linksmo a{
    margin-right:2px;
    color: #fff;
    font-size: 16px;
	display:inline-block;
    line-height:31px;
	margin-bottom:10px;
}
.linksmo a.fb{
	background-color:#1155a0;
	color:#fff;
	padding-right:10px;
	-webkit-border-radius: 3px;
border-radius: 3px;
padding:6px 10px;

}
.linksmo span{
	display:inline-block;
	background-color:#959595;
	width:40px;
	height:40px;
	border:none;
	-webkit-border-radius: 50%;
border-radius: 50%;
text-align:center;
line-height:40px;
margin-right:0px;
}
.linksmo span:hover
{
	background-color:#db3731 !important
}
.linksmo span.fa-facebook
{
	background-color:#fff;
	color:#1155a0;
	-webkit-border-radius: 50%;
border-radius: 50%;
	
}
.linksmo span.fa-twitter
{
	background-color:#00abe9;
	color:#fff;
}
.linksmo span.fa-google-plus
{
	background-color:#959595;
	color:#ebebeb;

}
.linksmo span.fa-youtube
{
	background-color:#db3832;
	color:#fff;
}
.linksmo span.fa-instagram
{
	background-color:#e26d38;
	color:#fff;
}


.menuleft{
    padding:0px;
    margin:0px;	
    font-size:13px;
    font-family:Lato, Helvetica, sans-serif;
    border: solid 1px #DDD;
    padding: 20px;
    padding-bottom: 10px;
}
.menuleft .fa{
    color: #0b0b0b;
    font-size: 12px;
}
.menuleft ul{
    list-style: none;
    margin: 0px;
    padding:0px 0px;
}
.menuleft li{
    list-style: none;
    margin: 0px;
    padding:0px;
    border-bottom: solid 1px #DDD;
}
.menuleft li:last-child{
    border-bottom: none;
}
.menuleft li a{
    color: #666;
    padding: 10px 0px;
    
    width: 100%;
    display: block;
    font-size: 15px;
}
.menuleft .active a{
    color: #1b1a1a;
    font-weight: bold;
}
.menuleft li ul{
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}
.menuleft li ul li{
     padding-left: 0px;
     list-style-type:square;
}
   
.menuleft li ul li a{
    border-bottom: none;
    padding: 5px 0px;
}
.menuleft li ul .active{
    list-style: disc;
    color: #0b0b0b;
}
.menuleft li ul .active a{
    color: #0b0b0b;
}
.product-cat-name{
    font-size: 18px;
    
    font-weight: normal;
    margin: 10px 0px;
    padding: 0px;
    
}
.product-cat-name a{
    color: #333;
    text-decoration: none;
}
.line-sm
{
	height:3px;
	width:50px;
	background-color:#bababa;
	margin-top:5px;
}
.product-name-detail{
    margin: 0px;
    padding: 0px;
    font-size:26px;
    font-weight:800;
    color:#2c71af;
}
.pro-intro-detail{
	padding-top:15px;
	color:#3d3d3d;
}
.pro-attr-detail
{
	overflow:hidden;
}
.attr-item{
    width: 100%;
	padding-bottom:10px;
	line-height:22px;
	font-size:16px;
}
.attr-name{
    width: auto;
    float: left;
	font-weight:700;
	padding-right:5px;
}
.attr-value{
    width: 60%;
    float: left;
}
.intro-pro-detail
{
	line-height:24px;
	margin-bottom:30px;
}
.intro-pro-detail ul
{
	padding-left:10px;
}

.menu-top{
    padding: 0px;
    right: 0px;
    top: 0px;
	float:right;
	
}
.menu-top a{
    color:#fff;   
	line-height:47px;
	font-size:13px;
}
.menu-top a:hover{
	color:#db3731;
}

.toppage-item{
    line-height: normal;
    padding-left:10px;
	padding-right:10px;
	display:block;
	float:left;
	font-size:14px;
}

.toppage-item a:hover
{
	color:#80787a;
}
.why-title
{
	font-size:24px;
	text-transform:uppercase;
	font-weight:700;
	color:#414141;
	text-align:center;
	border-right:solid 1px #dddddd;
	
}
.rtb-box{
  min-height:110px;
}
.hd-rtb-box
{
	background-color:#283891;
	text-align:center;
	color:#fff;
	width:130px;
	float:left;
	font-weight:800;
	padding-top:20px;
	padding-bottom:20px;
}
.hd-rtb-box span
{
	display:inline-block;
	background-image:url(../images/hoi.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:40px;
	padding-left:10px;
	padding-right:10px;
}
.rtb-header{
	position:relative;
	display:block;
	display:table;
	width:25%;
	float:left;
	height:100%;
}
.rtb-header>div{
	display:table-cell;
	vertical-align:middle;
	height:100%;
}
.rtb-header a{
	color:#1d509b;
	font-size:17px;
}
.rtb-header a:hover{
	color:#db3731;
}
.rtb-items
{
	width:1070px;
}
.rtb-header>div
{
	padding-left:10px;
	padding-right:10px;
}
.rtb-header img{ 
   margin:auto;
   display:block;
   max-width:100%;
   float:left;
   margin-right:15px;
}
.rtb-header strong{
	font-size:17px;
	color:#1d509b;
	font-weight:700;
   display:block;
   margin-bottom:5px;
}

.pro-home
{
	padding-top:30px;
	
}
.pro-home .hd-pro-home
{
	text-align:center;
	border-bottom:solid 1px #cccccc;
	position: relative;
	margin:0;
	margin-bottom:40px;
}
.pro-home .hd-pro-home a
{
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	background-color:#fff;
	color:#5e5e5f;
	font-weight:normal;
	text-transform:uppercase;
	position: absolute;
	left:50%;
	top:-15px;
	margin-left:-90px;
	font-size:22px;
}
.pro-home .hd-pro-home a:hover
{
	color:#e8b0bb;
}

.pro-home-img
{
	position:relative;
}
.pro-home-img img
{
	display:block;
	margin:auto;
}


.poster-catpro-home
{
	
}
.gallery-top {
  width: 100%;
  margin-top:10px;
}
.gallery-thumbs {
  box-sizing: border-box;
  width:100%;
  height:100%;
  	 
}
.gallery-top1 {
  height:390px;
  width: 100%;
}
.gallery-thumbs1 {
  height:394px;
  box-sizing: border-box;
  width:100%;
}
#thumbg{
	position:absolute;
	width:100%;
	height:100%;	
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.menu-bar{
    background: #1a1a1a;
    height: 50px;
}
.title-cat-home{
    font-size:24px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0px;
	font-weight:700;
	color:#5e5e5f;
	margin-top:10px;
}
.title-cat-home a{
	font-weight:700;
	color:#5e5e5f;
}
.title-cat-home a:hover{
	color:#e8b0bb
}

.product-hơme .title-cat-home
{
	
}

.product-hơme .title-cat-home a
{
	color:#fff;
}
.product-hơme .title-cat-home a:hover
{
	color:#c88d2c
}
.title-cat-home a:hover
{
	color:#c88d2c
}
.intro-product-hơme
{
	color:#fff;
	line-height:22px;
}

.pro-name-home{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    margin-top: 10px;
}
.pro-name-home a{
    font-weight: normal;
    color: #096caa;
}
.border-cell-home {
    padding: 5px;
}
.border-cell-home img{
    display: block;
    padding: 1px;
    box-shadow: 0px 0px 2px #222;
}
.margin-bottom-20{
    margin-bottom: 20px;
}


.item-news-right
{
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}
.item-news-right a
{
	color:#414042;
	font-weight:normal;
	display:block;
}
.item-news-right a:hover
{
	color:#283891;
}

.item-news-right img
{
	width:35%;
	float:left;
	margin-right:10px;
}

.item-news-left{
    margin-top: 3px;
    width: 100%;
    font-weight: bold;
}
.item-news-left img{
    width: 103px;
    float: left;
    margin-right: 5px;
}
.item-news-left a{
    text-decoration: none;
    color: #333;
}
.partner
{
	padding-top:20px;
	padding-bottom:20px;
}
.intro-partner
{
	text-align:center;
	padding-bottom:20px;
}
.partner-prev{
position: absolute;
    left: 0px;
    top: 50%;
    z-index: 9;
    font-size: 20px;
    color: #999;
    margin-top: -10px;
}
.partner-next{
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 9;
    font-size: 20px;
    color: #999;
    margin-top: -10px;
}
.linefooter
{
	width:40px;
	height:2px;
	background-color:#a0571b;
	margin-bottom:20px;
}
.title-menu-footer{
    color: #e68925;
    text-transform: uppercase;
	font-weight:700;
    font-size: 16px;
	padding-bottom:10px;
}
.title-menu-footer a{
    color: #fff;
}
.title-menu-footer a:hover{
	color:#f7941e
}
.menufooter{
    padding: 0px;
    margin: 0px;
	margin-bottom:15px;
    
}
.menufooter li{
    list-style: none;
    padding-bottom:15px;
}
.menufooter li a{
    color: #fff;
	display:block;
}
.menufooter li a:hover{
	color:#f6ed56;
}
.menufooter li .fa{
    color: #FFF;
    font-weight: bold;    
}
.menutab{
    background: #db3832;
    font-size: 14px;
    font-weight: bold;
	text-align:center;

}
.product-menu-2-item
{
	display:inline-block;
	padding-left:20px;
	padding-right:20px;
}

.menutab a  {
	display:inline-block;
	line-height:50px;
	position:relative;
}
.product-menu-2-item  a{
    color: #fff;
	font-size:16px;
	font-weight:700;
}
.menutab .actived a{
    color: #f6ed56;
	border-top:solid 3px #f6ed56;
}
.menutab .actived
{
	position:relative;
}
.menutab .actived::before
{
	content:"";
	position:absolute;
	background-image:url(../images/ar.jpg);
	width:13px;
	height:9px;
	margin-left:-6px;
	left:50%;
	bottom:-9px;
}

.line-cat
{
	width:60px;
	background-color:#acacac;
	height:3px;
	-webkit-border-radius: 100px;
border-radius: 100px;
}
.mar-auto
{
	
	margin:auto;
	margin-top:10px;
margin-bottom:20px;
}
.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  width:35% !important;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  z-index:999999 !important;
  left:40%;
  top:30% !important; 
}
@media (min-width: 32em) {
.modal-box { width: 40%; }
}
.modal-box header, .modal-box .modal-header {
    background: #db0000;
	
	background-repeat:no-repeat;
    color: #FFF;
	position:relative;
	font-size:16px;
	text-transform:uppercase;
	line-height:50px;
	text-align:center;
	color:#fff;
	padding-top:13px;
	padding-bottom:13px;;
	position:relative;
}
.close
{
	position:absolute;
	background-image:url(../images/close1.png);
	width:27px;
	height:27px;
	display:block;
	right:10px;
	top:10px;
}
.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }
.modal-box .modal-body { padding: 1.5em; }
.js-modal-close{
    float: right;
}
.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed ;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}
a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 10px;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}
a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
.thanh-tien{
    font-size: 18px;
    font-weight: bold;
    color: #f35c5c;
}
.cart-pro-name{
    color: #111;
    font-weight: bold;
    font-size: 15px;
}
.cart-pro-image{
    float: left; margin-right: 10px;
    box-shadow: 0px 0px 3px #333;
}
.header-mobile{
    position: relative;
    height: 45px;
    background: url(../images/menu-mobile-block.png) #1a1a1a right center no-repeat;
}
.logo-mobile{
    float: left;
    width: 100%;
    background: #FFF;
}
.menu-mobile{
    position: absolute;
    left: 5px;
    top: 8px;
    color: #FFF;
}
.show-search-mobile{
    position: absolute;
    left: 55px;
    top: 10px;
    font-size: 10px;
    color: #FFF;
}
.hotline-mobile {
    background: url(../images/phone-icon.png) no-repeat;
    float: left;
    background-position-y: -5px;
    padding-left: 30px;
    color: #DDD;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 80px;
    font-size: 12px;
}
.hotline-mobile a{
    font-size: 18px;
    color: #FFF;
}
.search-mobile{
    width: 100%;
    float: left;
    position: relative;
    display: none;
}
.search-mobile input{
    width: 100%;
    height: 30px;
}
.search-mobile a{
    color: #666;
    position: absolute;
    right: 10px;
    top: 7px;
    display: block;
}
.content{
    padding: 0px;
	overflow:hidden;
}
.video-name-home{
    margin: 0px;
    padding: 0px;
    background:rgba(0,0,0,0.9);
    padding: 12px;
}
.video-name-home a{
    color: #FFF;
    font-weight: normal;
}
.wc
{
	background-color:#fff;
	padding-top:35px;
	padding-bottom:35px;
}
.img-wc
{
	position:relative;
}
.img-wc img
{
	display:block;
}
.swiper-pagination
{
	position:absolute;
	bottom:0;
	left:0;
	z-index:999;
	padding:10px 15px;
}
.swiper-pagination-bullet
{
	width:10px;
	height:10px;
	margin-right:5px;
	background-color:#fff;
	opacity:1;
}
.swiper-pagination-bullet-active
{
	background-color:#26368b;
}
.content-wc
{
	color:#505050;
	line-height:26px;
	font-size:16px;
}
.intro-bg-news
{
	padding:15px 0;
}
.service-home
{
	background-image:url(../images/bg_service.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding-top:40px;
	padding-bottom:60px;
}
.service-home .swiper-wrapper
{
	padding-top:10px;
}
.hd-service-home
{
	font-size:26px;
	font-weight:800;
	text-transform:uppercase;
	color:#fff;
	margin:auto;
}
.intro-service
{
	text-align:center;
	width:50%;
	margin:auto;
	color:#fff;
	margin-bottom:20px;
}


.service-home-item
{
}
.service-name-home
{
	background-color:#fff;
	padding:15px;
	margin:0;
}
.service-name-home a
{
	font-weight:800;
	font-size:14px;
	text-transform:uppercase;
	color:#2d71af;
}
.service-name-home a:hover
{
	color:#8e9e31
}
.intro-service-home
{
	padding:15px;
	line-height:22px;
	background-color:#ebebeb;
}

.video-home
{


}
.img-video
{
	position:relative;
}
.img-video img
{
	display:block;
}
.news-name-home{
    margin: 0px;
    padding: 0px;
	margin-bottom:6px;
	font-weight:normal;
}
.intro-news-home
{
	color:#717171;
	line-height:22px;
}
#news_home
{
	margin-top:20px;
}
.news-name-home a{
    color:#111111;
    font-weight:700;
    font-size:16px;
	
}
.news-name-home a:hover{
	color:#db3731;
}
.intro-news-home
{
	color:#414042;
	line-height:24px;
}
.msgbox{
	margin-bottom:5px;
	font-size:11px;
	color:#F00;
}
.video-detail-name{
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:800;
	padding:20px 20px;
	background-color:#ebebeb
}
#button-btt{
	position: fixed;
    right: 10px;
    bottom: 50px;
    background: #db3731;
	-webkit-border-radius: 100px;
border-radius: 100px;
z-index:999;
width:50px;
height:50px;
text-align:center;
line-height:44px;
}
#button-btt a{
	color:#FFF;
}

.cat-name-home{
    font-weight:700;
    margin: 0px;
    padding: 10px 15px;
	font-size:18px;
	text-align:center;
}
.cat-name-home a{
	color:#713615;
	font-weight:700;
}
.cat-name-home a:hover{
	color:#da2626;
}
.intro-cathome
{
	color:#4a4a4a;
	line-height:22px;
}

.intro-box-info-cat
{
	line-height:22px;
	color:#414042;
	width:80%;
	margin:auto;
	margin-top:15px;
	text-align:center;
	font-weight:700;
}

.intro-cat-home
{
	color:#333132;
	margin-top:5px;
	line-height:24px;
	font-size:14px;
	text-align:center;
}
.photo-reviews
{
	
padding-top:30px;
padding-bottom:30px;
}
.info-review
{
	background-color:#fff;
	margin-top:30px;
	width:90%;
}
.review-name
{
	color:#ab2318;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:5px;
}
.review-add{
    color: #414042;
	font-weight:500;
}
.button-slide
{
	display:block;
	position:absolute;
	top:50px;
	width:47px;
	height:47px;
	text-indent:-9999em;
	background-image:url(../images/np.png);
	z-index:99;
	display:none;
}
.button-next
{
	left:-60px;
	background-position:0 0;
}
.button-prev
{
	right:0px;
	background-position:-47px 0;
}

.content-review {
	position: relative;
	background: #ffffff;
	color:#414042;
	font-size:14px;
	line-height:22px;
	padding:30px 0;
	padding-top:15px;
}
.content-review:after {
	top: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 12px;
	margin-left: -12px;
}

.rev-item
{
	color:#fff;
}
.rev-info
{
	overflow:hidden;
}
.rev-info img
{
	float:left;
	margin-right:15px;
}

.congdung
{
	background-color:#31735e;
	padding-top:40px;
	padding-bottom:40px;
	background-image:url(../images/bg_congdung.png);
	background-repeat:no-repeat;
	background-position:center center;
	color:#fff;
}
.congdung .title-page
{
	color:#fff;
}
.intro-congdung
{
	color:#fff;
	text-align:center;
}
.intro-congdung>div
{
	display:inline-block;
	background-image:url(../images/l.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	margin-bottom:10px;
	clear:both;
	font-size:16px;
}

.item-congdung
{
	text-align:center;
}
.img-congdung
{
	border:dashed 1px #63cbaa;
	padding:10px;
	margin:auto;
	width:70%;
	overflow:hidden;
}
.congdung-name
{
	font-size:24px;
	font-weight:700;
	color:#fcd56c;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
}
.congdung-name span
{
	font-size:16px;
	font-style:italic;
}
.intro-congdung
{
	width:80%;
	margin:auto;
	font-weight:700;
	line-height:22px;
}
.content-congdung
{
	padding:20px 30px;
	background-color:#3b886f;
	-webkit-border-radius: 5px;
border-radius: 5px;
width:90%;
margin:auto;
margin-top:20px;
}
.content-congdung .item-content-congdung
{
	overflow:hidden;
	padding-bottom:10px;
}
.content-congdung .item-content-congdung>div
{
	width:50%;
	float:left;
}
.title-item-content
{
	font-weight:700;
}
.item-l
{
	text-align:left;
}
.item-r
{
	text-align:right;
}
.short-content
{
	text-align:left;
	line-height:22px;
	font-style:italic;
}

.thanhphan
{
	padding-top:40px;
	padding-bottom:40px;
}

.item-thanhphan
{

	position:relative;
	padding-left:30px;
	padding-right:25px;
	margin-bottom:30px;
}


.masonry {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat( auto-fill, minmax( 500, 1fr ) );
  grid-auto-rows: 250px; /* This makes */
 
}


.list-thanhphan1 {

  width:100%;
  margin:auto;
  display: flex;
  flex-flow: column wrap; /* Shorthand – you could use ‘flex-direction: column’ and ‘flex-wrap: wrap’ instead */
  justify-content: flex-start;
  align-items: flex-start;
  height:900px;
}

.item {
  height:auto;
  width: 47%;
  position:relative;
  margin-bottom:20px;
}



.inner-item-thanhphan
{
	background-color:#d7e7e2;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding:30px;
	padding-top:25px;
	margin-top:30px;
}
.img-thanhphan
{
	position:absolute;
	top:-5px;
	left:-15px;
	border:solid 3px #fff;
	overflow:hidden;
	
}
.name-thanhphan
{
	color:#31735e;
	font-size:20px;
	font-weight:normal;
	font-family:"UTMA";
	padding-left:70px;
	margin:0;
	margin-bottom:35px;
}
.intro-thanhphan
{
	line-height:24px;
	color:#414042;
	font-size:18px;
}

.thuonghieu
{
	background-image:url(../images/bg_chuyengia.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	padding-top:40px;
	padding-bottom:40px;
}
.intro-thuonghieu
{
	font-weight:700;
	font-size:24px;
	color:#de2626;
	text-align:center;
}
.content-thuonghieu
{
	line-height:22px;
}
.content-thuonghieu-left
{
	text-align:right;
}
.content-thuonghieu-right
{
	text-align:left;
}
.logo-thuoghieu
{
	text-align:center
}
.content-thuonghieu
{
	margin-top:30px;
	margin-bottom:30px;
}
.item-thuonghieu
{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ddebe7+0,a7d6c7+100 */
background: #ddebe7; /* Old browsers */
background: -moz-linear-gradient(top,  #ddebe7 0%, #a7d6c7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ddebe7 0%,#a7d6c7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ddebe7 0%,#a7d6c7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddebe7', endColorstr='#a7d6c7',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 10px;
border-radius: 10px;
padding:20px;
}
.thuonghieu-name
{
	text-align:center;
	font-size:20px;
	line-height:22px;
	font-weight:700;
}
.datmua
{
	background-image:url(../images/bg_datmua.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding-top:40px;
	min-height:649px;
}
.datmua .grid
{
	min-height:649px;
}
.title-datmua
{
	font-size:40px;
	color:#fff;
}

.img-datmua1
{
	position:absolute;
	left:0;
	bottom:0;
	z-index:9
}
.img-datmua1 img
{
	display:block;
}
.img-datmua2
{
	position:absolute;
	right:0;
	top:25%;
	z-index:9
}
.intro-datmua
{
	background-image:url(../images/bg_intro_datmua.png);
	width:545px;
	height:293px;
	background-position:center center;
	position:absolute;
	left:60px;
	top:25%;
	color:#ab231a;
	z-index:8;
}
.inner-intro-datmua
{
	width:60%;
	margin:auto;
	text-align:center;
	line-height:24px;
	font-size:20px;
	padding-top:80px;
}

.datmua1
{
	
	background-image:url(../images/bg_datmua1.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	
}
.datmua1 div.pos-re
{
	min-height:500px
}
.img-datmua3
{
	position:absolute;
	bottom:0;
	right:30px;
	z-index:10
}
.img-datmua3 img
{
	display:block;
}
.img-datmua4
{
	left:-20px;
	top:115px;
	position:absolute;
	z-index:9;
}

.page-name
{
	color:#545454;
	font-size:35px;
	text-transform:uppercase;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
}
.poster-page
{
}
.poster-page img
{
	display:block;
	width:100%;
}
.pro-name-list
{
	color:#4e4e4e;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
}
.pro-name-list a
{
	color:#4e4e4e;
	text-transform:uppercase;
	font-size:16px;
}
.pro-name-list a:hover
{
	color:#ffa200
}
.btn-detail-pro
{
	background-color:#0059ad;
	display:block;
	width:40%;
	display:block;
	padding:10px;
	color:#fff;
	text-align:center;
	margin-top:10px;
	-webkit-border-radius: 5px;
border-radius: 5px;
font-weight:700;
}
.congtrinh-home
{
	padding-top:20px;
	padding-bottom:20px;
}
#project_home
{
	margin-top:20px;
}
.pjo-item
{
}
.pjo-item img
{
	width:100%;
}
.img-pjo
{
	position:relative;
}
.intro-pjo
{
	display:none;
	margin-top:10px;
	
}
.intro-pjo .intro-news-home
{
	margin-bottom:5px;
}
.mask
{
	height:100%;
	background-image:url(../images/tran.png);
	width:100%;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.content-mask
{
	display:table;
	width:100%;
	height:100%;
	color:#fff;
}
.content-mask>div
{
	
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	line-height:22px;
	height:100%;
}
.content-mask h3
{
	margin:0;
	padding:0;
	margin-bottom:0px;

}
.content-mask a
{
	color:#fff;
}
.content-mask a:hover
{
	color:#f6ed56;
}
.content-mask p
{
	width:80%;
	margin:auto;
	margin-top:10px;
}

.pjo-name-home
{
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	background-image:url(../images/plus.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:34px;
	padding-left:10px;
	padding-right:10px;
	padding-top:60px;
}
.pjo-name-home a
{
	color:#fff;
	font-size:14px;
}
.box-profile-list{
	padding:50px 0px;	
}
.box-profile-list-odd{
	background:#Eee;
}
.box-profile-list-odd .profile-image
{
	float:right !important;
}
.profile-name{
	font-size:16px;
	font-family:OpenSans-Bold, Arial, Helvetica, sans-serif;	
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
 .profile-image{
	width:28%;	
}
.intro-part
{
	font-size:14px;
}
.profile-text{
	width:70%;	
}
.box-profile-list .profile-content{
	width:100%;
	display:none;
}
.row-reverse{
	-webkit-flex-direction: row-reverse; 
  	flex-direction: row-reverse;
}
.btn-profile-detail,.btn-profile-minus{
	color:#294da5;
	text-decoration:none;
	font-size:16px;
}
.btn-profile-detail .fa,.btn-profile-minus .fa{
	color:#294da5;	
}
.copyright
{
	background-color:#31735e;
	color:#fff;
	font-size:13px;
	text-align:center;
	line-height:22px;
	padding-top:10px;
	padding-bottom:10px;
}

.hotline-m
{
	display:none;
	color:#fff;
	font-weight:700;
	float:left;
	margin-top:10px;
}


.stic
{
	position:fixed;
	z-index:99999999;
	background-color:#31735e;
	top:0;
	width:100%;
	left:0;
	min-height:50px;
}


.stic .lang
{
	padding-top:20px;
}
.stic .hotline
{
	margin-top:4px;
}
.stic .btn-search-pc
{
	margin-top:0px;
}
.stic .logo
{
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
	padding-top:10px;
	padding-left:0;
}
.stic .inner-header
{
	min-height:inherit;
}
.stic .nav-mobile
{

}
.stic .logo img
{
	height:30px;	
}
.stic .logo::before
{
	background-image:url(../images/bg_header.png);
}
.stic .nav li a
{

}
.stic .nav>li>ul
{
	top:62px;
}
.stic .nav > li > a
{
	line-height:normal;
	padding:15px 15px;
}
.stic .box-boder
{
	margin-top:2px
}
.stic .cart-top
{
	margin-top:4px;
}
.info-home
{
	background-color:#fff;
	padding-top:50px;
    background-position:right top;
	background-repeat:no-repeat;
}
.line01,.linegray
{
	height:4px;
	background-color:#898989;
	width:40px;
	margin-bottom:5px;
}
.linegray1
{
	height:3px;
	background-color:#96251f;
	width:40px;
	margin-top:0px;
margin-bottom:20px;
}

.line-w
{
	height:3px;
	background-color:#fff;
	width:40px;
	margin:auto;
	margin-top:10px;
	margin-bottom:20px;
	
}

.tab-sub
{
	margin:0;
	padding:0;
	text-align:center;
	margin-top:15px;
	margin-bottom:30px;
}
.tab-sub li
{
	display:inline-block;
}
.tab-sub li a
{
	padding:10px;
	color:#5e5e5e;
	border:solid 2px #dcdcdc;
	display:inline-block;
	font-weight:700;
}
.tab-sub li a:hover
{
	border:solid 2px #db3731;
	color:#fff;
	background-color:#db3731;
}
.revhome
{
	padding-top:35px;
	padding-bottom:35px;
	background-color:#f1f2f2
}
.top-footer
{
	background-color:#ebebeb;
	padding-top:15px;
	padding-bottom:15px;
}
.logo-footer
{
	float:left;
	padding-right:50px;
}
.logo-footer img
{
	display:block;
}

.frm-newsl
{
	position:relative;
}
.frm-newsl .txtnewsl
{
	width:100%;
	padding:14px;
	background-color:#fff;
	border:none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #ccc;
}
.bnt-frm-newsl
{
	display:block;
	background-color:#eb983e;
	background-image:url(../images/newsl.png);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
	font-size:16px;
	padding:34px 20px;
	padding-bottom:12px;
	text-align:center;
	width:20%;
	float:right;
	position:absolute;
	right:0;
	top:0;

}
.bnt-frm-newsl:hover
{
	background-color:#b68a92;
	color:#fff
}
.imgcat
{
}
.imgcat img
{
	display:block;
}
.img-ser
{
	display:block;
}
.item-tuyendung
{
	border-bottom:solid 1px #c2c2c2;
	margin-bottom:20px;
}
.frm-home
{
	background-color:#ebebeb;
	-webkit-border-radius: 30px;
    border-radius: 30px;
    padding:20px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:5px;
	position:relative;
	margin-top:80px;
	z-index:9999999;
}
.lbl-frm
{
	color:#31735e;
	font-weight:700;
	width:18%;
	float:left;
	line-height:36px;
}
.input-small
{
	width:31%;
	float:left;
}
.frm-home .title-frm-home
{
	font-size:24px;
	font-weight:800;
	color:#fff;
	margin-bottom:20px;
	text-align:left;
	color:#31735e;
}
.frm-home input
{
	width:100%;
	padding:10px;
	border:none
}
.frm-home select
{
	width:100%;
	padding:9px;
	border:none
}
.item-input
{
	width:14%;
}

.item-input2
{
	
	width:30%;
}
.item-input3
{
	width:10%;
}
.btn-frmhome
{
	display:block;
	width:100%;
	background-color:#419bd3;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.newsbig
{
	overflow:hidden;
	margin-bottom:20px;
}
.newsbig img
{
	width:33%;
	float:left;
	margin-right:15px;
}

.intro-frm-home
{
	color:#5e5e5e;
	margin-bottom:15px;
	line-height:20px;
	font-size:14px;
}
.intro-frm-home span
{
	color:#c88e2d;
	font-weight:700;
}

.frm-home label
{
	display:block;
	margin-bottom:5px;
	color:#414042
}
.txt-frm-home
{
	border:solid 1px #acacac;
	padding:10px;
	width:100%;
	margin-bottom:13px;
}



.btn-frm
{
	background-color:#c88d2c;
	display:block;
	padding:12px 10px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	margin-top:3px;
}
.big-ser
{
}
.big-ser img
{
	display:block;
	margin-bottom:15px;
}
.big-ser a
{
	color:#713615;
	font-size:18px;
	font-weight:700;
}
.big-ser a:hover
{
	color:#333132
}
.intro-item-ser
{
	line-height:22px;
	text-align:justify;
}
.item-ser
{
	overflow:hidden;
	margin-bottom:15px;
	
}
.item-ser img
{
	display:block;
	width:40%;
	float:left;
	margin-right:15px;
}
.item-ser h3
{
	margin:0;
	margin-bottom:10px;
	font-size:14px;
	font-weight:700;
}
.item-ser h3 a
{
	color:#333132;
	line-height:20px;
}
.item-ser h3 a:hover
{
	color:#713615;
}
.btn-regser
{
	display:inline-block;
	padding:12px 20px;
	background-color:#016b21;
	color:#fff;
	font-weight:700;
	font-size:16px;
	-webkit-border-radius: 3px;
border-radius: 3px;
}
.btn-regser span
{
	background-image:url(../images/hand.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:40px;
	display:inline-block;
	line-height:24px;
}
.xxxx123
{
	display:none
}
.frm-title
{
	background-color:#016b21;
	padding:15px 20px;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	font-weight:700;
}
.frmService-frm
{
	margin-bottom:10px;
}
.frmService-frm input,.frmService-frm select,.frmService-frm textarea
{
	width:100%;
	border:solid 1px #d7d7d7;
	padding:10px;
}
.frmService
{
	border:solid 1px #d7d7d7;
	padding:20px;
	border-top:none;
}
.frm-left
{
	padding:15px;
	background-color:#184c7b;
	-webkit-border-radius: 5px;
border-radius: 5px;
color:#fff;
margin-bottom:30px;

}
.title-frm-left
{
	text-transform:uppercase;
	font-weight:700;
	margin:0;
}
.intro-frm-left
{
	text-align:center;
	margin-top:8px;
	margin-bottom:8px;
}

.row-left
{
	margin-bottom:0px;
}
.row-left .lbl-frm-left
{
	margin-bottom:5px;
}
.input-left
{
	margin-bottom:10px;
}
.input-left input,.input-left textarea
{
	padding:10px;
	border:solid 1px #cccccc;
	width:100%;
}
.input-left select
{
	padding:5px;
	border:solid 1px #fff;
	width:100%;
}
.bnt-left
{
	background-color:#e8b051;
	display:block;
	text-align:center;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:10px;
}
.error
{
	border:solid 1px #F00 !important;
}
.item-al
{
	background-color:#fff;
	margin-bottom:30px;
}
.item-al img
{
	display:block;

}
.abl-name
{
	font-size:14px;
	text-align:center;
	font-weight:normal;
	margin:0;
	
}
.abl-name a
{
	color:#414042;
	display:block;
	background-color:#f1f2f2;
	padding:15px 10px;

	text-align: right;
	font-weight:normal;
}
.abl-name a:hover
{
	color:#fff;
	background-color:#184c7b
}
.video-photo
{
	position:relative;
}
.video-photo img
{
	display:block;
	width:100%;
	height:auto
}
.hd-frm-contact
{
	background-color:#1d509b;
	padding:12px 40px;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
}
.frm
{
	border:solid 1px #a1a1a1;
	padding:30px 20px;
	padding-bottom:0;
}
.other_request
{
	border:solid 1px #d7d7d7;
	width:100%;
	height:120px;
}
.mr-auto
{
	margin:auto;
}
.text-center
{
	text-align:center;
}
.box-newsletter
{
	background-image:url(../images/bg_newslet.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding-top:40px;
	padding-bottom:40px;
}
.intro-newsletter
{
	color:#fff;
	font-weight:700;
	line-height:22px;
}
.title-box-info
{
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	border-bottom:solid 2px #a1a1a1;
	padding-bottom:10px;
	margin-bottom:10px;
}
.tab-home-content
   {
       padding-bottom:10px;
       padding-top:10px;
   }
   .tab-home-content .swiper-container
   {
       padding-top:10px;
   }
   .nav-tabs
   {
	   border:solid 3px #0a6fb3;
	   -webkit-border-radius: 5px;
       border-radius: 5px;
   }
   .tabs-home
   {
       text-align:center;
	   margin-bottom:30px;
   }
   .tabs-home ul
   {
       text-align:center;
       float:none;
       width:auto;
       display:inline-block;
	   padding:0;
	   margin:0;
   }
    .tabs-home ul li {
        display: inline-block;
        float: none;
        background-image: url('../images/bg_item_tab_home.jpg');
        background-position:right top;
        background-repeat:no-repeat;
    }
    .tabs-home ul li a{
        font-size:16px !important;
		display:block;
		padding:12px 20px;
    }
    .tabs-home ul li:last-child{
        padding-right:0;
        background-image:none;
    }
    .tabs-home ul li:first-child {
        padding-left:0;
    }
    .tabs-home ul li:hover a {
        background-color:transparent;
        color:#cbb079
    }
   
    .tabs-home ul li a{
        color:#8e8e8e;
        font-weight: 700;
        border:none;
        background-color:transparent;
        line-height:normal;
        padding-bottom:13px;
		font-family: 'Roboto', sans-serif;
		text-transform:none;
    }
    .tabs-home ul li a:hover{
        background-color:transparent;
        border:none;
        color:#0a6fb3
    }
    .tabs-home ul li.active{
       
   }
    .tabs-home ul li.active a{
       color:#cbb079;
       border:none;
       background-color: transparent;
   }
   .tabs-home .nav-tabs > li.active > a,.tabs-home .nav-tabs > li.active > a:hover,.tabs-home .nav-tabs > li.active > a:focus
   {
       color:#fff;
       border:none;
       background-color:#0a6fb3;
   }
   .tab-content > .tab-pane
   {
	   display:none;
   }
   .tab-content > .active{
	   display:block;
   }
   .intro-pro-home
   {
	   width:70%;
	   margin:auto;
	   margin-top:20px;
	   margin-bottom:20px;
	   line-height:22px;
   }
   
   .page-list .item-pro-cat-page:nth-child(2n)
   {
	   background-color:#ebebeb
   }
   
.cell-cat-1-2
{
	width:49%;
	float:left;
}

.item-pro-cat-page
{
	overflow:hidden;
	padding-bottom:30px;
	padding-top:30px;
	background-repeat:no-repeat;
	background-position:center top;
}
.list-cat-page .item-pro-cat-page:nth-child(2n+1) .ct1
{
	float:right !important;
}
.content-cat-page
{

}
.content-cat-page1
{
	width:55%;
	float:right;
	padding-right:10px;
	padding-top:15px;
}
.cat-name-page
{
	margin:0;
	padding:0;
}
.cat-name-page a
{
	color:#2c71af;
	font-size:16px;
}
.cat-name-page a:hover
{
	color:#e91c17;
}
.intro-cat-page
{
	margin-top:15px;
	line-height:22px;
}
.bnt-vews-detail
{
	display:inline-block;
	padding:10px 20px;
	background-color:#fff;
	border:solid 1px #0a6fb3;
	color:#505050;
	font-weight:700;
	-webkit-border-radius: 3px;
border-radius: 3px;
}
.bnt-vews-detail:hover
{
	color:#fff;
	background-color:#0a6fb3;
}

.list-cat-page .item-pro-cat-page:nth-child(2n+1) .ct2 .content-cat-page
{
	padding-left:0px !important;
}
.bgf1f1f1
{
	background-color:#f1f1f1
}
.da-name-page
{
	font-size:16px;
	background-color:#ebebeb;
	padding:10px;
	text-align:right;
	margin:0
}
.da-name-page
{
	font-weight:normal;
}
.da-name-page a
{
	color:#515151;
	font-size:18px;
	font-weight:700;
}
.intro-duan
{
	line-height:22px;
	margin-top:20px;
}
.intro-duan ul
{
	background-color:#ebebeb;
	padding:10px;
	margin:0;
	padding-left:30px;
	margin-top:15px;
	margin-bottom:15px;
}
.intro-duan ul li
{
	display:list-item;
	margin-bottom:10px;
	
}
.da-name-page a:hover
{
	color:#0a6fb3
}
.tab-details
{
	background-color:#f3f3f3;
	padding:20px;
	overflow:hidden;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	width:1200px;
	
}
.item-tabs-detail
{
	width:20%;
	text-align:center;
	float:left;
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:50px;
	display:block;
	color:#303030;
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
}
.item-tabs-detail:hover
{
	color:#0a6fb3;
}
.mausac
{
	background-image:url(../images/icon/mausac.png);
}
.mausac:hover
{
	background-image:url(../images/icon/mausac_hover.png);
}
.taitailieu
{
	background-image:url(../images/icon/tailieu.png);
}
.taitailieu:hover
{
	background-image:url(../images/icon/tailieu_hover.png);
}
.thongso
{
	background-image:url(../images/icon/thongso.png);
}
.thongso:hover
{
	background-image:url(../images/icon/thongso_hover.png);
}
.video
{
	background-image:url(../images/icon/video.png);
}
.video:hover
{
	background-image:url(../images/icon/video_hover.png);
}
.sanphamkhac
{
	background-image:url(../images/icon/sanphamkhac.png);
}
.sanphamkhac:hover
{
	background-image:url(../images/icon/sanphamkhac_hover.png);
}
.masac-content
{
	background-color:#f4f4f4;
	padding-top:30px;
	padding-bottom:30px;
	margin-top:30px;
}
.name-mausac
{
	font-size:16px;
	color:#6d6d6d;
	margin-top:10px;
	text-align:center
}
.title-pro-detail
{
	margin:0;
	padding-bottom:20px;
	font-size:#3e3e3e;
	font-size:35px;
	text-align:center;
}
.item-tailieu
{
	border-bottom:solid 1px #d0d0d0;
	padding-top:15px;
	padding-bottom:15px;
}
.btn-taive
{
	display:block;
	float:right;
	background-image:url(../images/icon/btn_download.png);
	width:31px;
	height:27px;
	background-position:center center;
	text-indent:-9999em;
}
.pd-50
{
	padding-top:40px;
}
.product-hơme
{
	padding-top:40px;
	padding-bottom:40px;
	background-image:url(../images/bg_pro_home.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.intro-product-hơme
{
	text-align:center;
	color:#fff;
	line-height:22px;
	margin-top:10px;
}


.pos-re
{
	position:relative;
}
.btnswp
{
	display:block;
	width:40px;
	height:40px;
	background-image:url(../images/np.png);
	text-indent:-9999em;
	position:absolute;
	top:50%;
	margin-top:-20px;
}


.content-box-info
{
	line-height:20px;
}
.content-box-info i.fa
{
	color:#959595;
	padding-right:20px;
}
.content-box-info div
{
	margin-bottom:10px;
}
.fanpage
{
	background-color:#fff;
	padding:5px;
	overflow:hidden;
	height:220px;
}

.hd-frmleft
{
	color:#c88e2d;
	font-size:20px;
	font-weight:700;
	padding-top:10px;
	text-transform:uppercase;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
.intro-frm
{
	font-style:italic;
	line-height:22px;
	color:#d1d3d4;
	padding-left:20px;
	padding-right:20px;
}
.line-frm-left
{
	margin-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}
.line-frm-left label
{
	display:block;
	color:#d1d3d4;
	font-size:14px;
	margin-bottom:5px;
}
.line-frm-left .txtlef
{
	border:solid 1px #acacac;
	color:#c88e2d;
	font-weight:700;
	padding:10px;
	width:100%;
	background-color:transparent
}
.btnleft
{
	display:block;
	width:100%;
	background-color:#c88e2d;
	padding:10px;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
}
.btnleft:hover
{
	background-color:#fff;
	color:#c88e2d;
}
.inner-frmleft
{
	background-image:url(../images/bg_frmleft.png);
	background-position:center bottom;
	padding-bottom:280px;
	background-repeat:no-repeat;
}

.img-detail
{
	width:100%;
	background-image:url(../images/bg_imgdetail.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.chungnhan
{
	background-color:#040404;
	background-image:url(../images/bg_chungnhan.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:40px;
	padding-bottom:40px;
}
.intro-chungnhan
{
	width:80%;
	line-height:22px;
	color:#fff;
	margin:auto;
	margin-top:20px;
	padding-bottom:30px;
}
.video-product
{
	padding-top:40px;
	padding-bottom:40px;
}
.item-video-pro
{
	width:100%;
	height:260px;
}
.video-pro-name
{
	font-size:16px;
	font-weight:700;
	color:#414042;
	padding-top:10px;
}
.info-protop
{
	padding-top:40px;
	padding-bottom:40px;
}
.listbnt
{
}
.listbnt a
{
	display:inline-block;
	padding:10px 30px;
	-webkit-border-radius: 100px;
border-radius: 100px;
background-color:#000000;
color:#fff;
font-size:16px;
font-weight:700;
text-transform:uppercase;
}
.listbnt a:hover
{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c88e2c+0,eaaf4c+50,c88e2c+100 */
background: #c88e2c; /* Old browsers */
background: -moz-linear-gradient(-45deg, #c88e2c 0%, #eaaf4c 50%, #c88e2c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #c88e2c 0%,#eaaf4c 50%,#c88e2c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #c88e2c 0%,#eaaf4c 50%,#c88e2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c88e2c', endColorstr='#c88e2c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}

.listbnt a.btnmuangay
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c88e2c+0,eaaf4c+50,c88e2c+100 */
background: #c88e2c; /* Old browsers */
background: -moz-linear-gradient(-45deg, #c88e2c 0%, #eaaf4c 50%, #c88e2c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #c88e2c 0%,#eaaf4c 50%,#c88e2c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #c88e2c 0%,#eaaf4c 50%,#c88e2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c88e2c', endColorstr='#c88e2c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
margin-right:10px;
}
.listbnt a.btnmuangay:hover
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#070101+0,685f58+50,000000+99 */
background: #070101; /* Old browsers */
background: -moz-linear-gradient(-45deg, #070101 0%, #685f58 50%, #000000 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #070101 0%,#685f58 50%,#000000 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #070101 0%,#685f58 50%,#000000 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070101', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.img-poster
{
	position:relative;
}
.btnmuangay-baner
{
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:9999;
	width:auto;
}
.msgboxprohome
{
	color:#F00;
	font-size:13px;
}
.msgboxfaq
{
	color:#F00;
	font-size:13px;
	margin-top:5px;
}
.form_success
{
	text-align:center;
	font-weight:700;
}
.msgboxfaqleft
{
	margin-bottom:8px;
	font-size:13px;
	color:#d7d7d7;
}
.bar
{
	background-color:#016b21;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	display:none;
	padding-top:5px;
	padding-bottom:5px;
}
.suntory-alo-phone {background-color: transparent;cursor: pointer;height: 120px;position: fixed; transition: visibility 0.5s ease 0s;width: 120px;z-index: 200000 !important; }
.suntory-alo-ph-circle {animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;background-color: transparent;border: 2px solid #cb242e;border-radius: 100%;height: 80px;left: 5px;opacity: 0.1;position: absolute;top: 5px;transform-origin: 50% 50% 0;transition: all 0.5s ease 0s;width: 80px;}
.suntory-alo-ph-circle-fill {animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;border: 2px solid transparent;border-radius: 100%;height: 60px;left: 15px;position: absolute;top: 15px;transform-origin: 50% 50% 0;transition: all 0.5s ease 0s;width: 60px;}
.suntory-alo-ph-img-circle {border: 2px solid transparent;border-radius: 100%;height: 40px;left: 25px;opacity: 0.7;position: absolute;top: 24px;transform-origin: 50% 50% 0;width: 40px;}
.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {opacity: 1;}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {border-color: #cb242e;opacity: 0.5;}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {border-color: #EB278D;opacity: 1;}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {border-color: #cb242e;opacity: 1;}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {background-color: rgba(0, 175, 242, 0.9);}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {background-color: #cb242e;}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {background-color: #cb242e;}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {background-color: #cb242e;}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {background-color: #cb242e;}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {background-color: #cb242e;}
@keyframes suntory-alo-circle-anim {0% {opacity: 0.1;transform: rotate(0deg) scale(0.5) skew(1deg);}
30% {opacity: 0.5;transform: rotate(0deg) scale(0.7) skew(1deg);}
100% {opacity: 0.6;transform: rotate(0deg) scale(1) skew(1deg);}}
@keyframes suntory-alo-circle-img-anim {0% {transform: rotate(0deg) scale(1) skew(1deg);}
10% {transform: rotate(-25deg) scale(1) skew(1deg);}
20% {transform: rotate(25deg) scale(1) skew(1deg);}
30% {transform: rotate(-25deg) scale(1) skew(1deg);}
40% {transform: rotate(25deg) scale(1) skew(1deg);}
50% {transform: rotate(0deg) scale(1) skew(1deg);}
100% {transform: rotate(0deg) scale(1) skew(1deg);}}
@keyframes suntory-alo-circle-fill-anim {0% {opacity: 0.2;transform: rotate(0deg) scale(0.7) skew(1deg);}
50% {opacity: 0.2;transform: rotate(0deg) scale(1) skew(1deg);}
100% {opacity: 0.2;transform: rotate(0deg) scale(0.7) skew(1deg);}}
.suntory-alo-ph-img-circle i {animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;font-size: 20px;line-height: 40px;padding-left: 10px;color: #fff;}
@keyframes suntory-alo-ring-ring {
0% {transform: rotate(0deg) scale(1) skew(1deg);}
10% {transform: rotate(-25deg) scale(1) skew(1deg);}
20% {transform: rotate(25deg) scale(1) skew(1deg);}
30% {transform: rotate(-25deg) scale(1) skew(1deg);}
40% {transform: rotate(25deg) scale(1) skew(1deg);}
50% {transform: rotate(0deg) scale(1) skew(1deg);}
100% {transform: rotate(0deg) scale(1) skew(1deg);}}
#suntory-alo-phoneIcon{display: none}

.btn-footer
{
	display:block;
	position:fixed;
	background-color:#c88e2d;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
	width:auto;
	padding:10px 15px;
	left:10px;
	bottom:10px;
	z-index:9999999;
	display:none;
	-webkit-border-radius: 5px;
border-radius: 5px;
}
.videoWrapper
{
	overflow:hidden;
	position:relative;
	width:100%;
	height:343px;
}
.videoWrapper iframe
{
	width:100%;
	height:343px;
}
.play
{
	font-size:60px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-30px;
	margin-top:-30px;
	color:#fff;
}
.play:hover
{
	color:#fba109
}
.hd-page
{
	font-size:24px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:20px;
}
.hd-page a
{
	color:#414042;
}
.hd-page a:hover
{
	color:#fba109;
}
.box-service-right
{
	background-color:#ebebeb;
	padding:20px 15px;
	padding-bottom:5px;
}
.item-service-right
{
	background-color:#fff;
	margin-bottom:15px;
}
.item-service-right>div
{
	padding:12px 10px;
	text-align:center;
}
.item-service-right>div a
{
	color:#016b21;
	font-weight:700;
}
.btnview
{
	display:inline-block;
	padding:10px 15px;
	background-color:#016b21;
	color:#f9aa00;
}
.img-poster-cat
{
	margin-bottom:30px;
}
.img-poster-cat img
{
	width:100%;
	display:block;
}


.box-info-contact
{
	padding-bottom:40px;
	padding-top:20px;
}
.box-info-contact a
{
	font-weight:700;
	color:#292728;
	display:block;
	margin-bottom:15px;
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:left center;
}
.box-info-contact a:hover
{
	color:#db3731;
}
.box-info-contact a.hotleft
{
	background-image:url(../images/bg_hotline1.png);
}
.box-info-contact a.emailleft
{
	background-image:url(../images/bg_email_left.png);
}
.frm-dathang
{
	width:80%;
	margin:auto;
}

.line-frm{
    width: 100%;
    margin-bottom: 10px;
}
.line-frm input{
    width: 100%;
	border:solid 1px #d7d7d7;
	padding:10px;
}
.line-frm textarea{
    width: 100%;
	border:solid 1px #d7d7d7;
	padding:10px;
}
.btn-guiyeucau
{
	display:block;
	width:100%;
	background-color:#e8b0bb;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	text-transform:uppercase;
	color:#333132;
	width:100%;
}
.error
{
	border:solid 1px #F00 !important
}
.box-filter-daily
{
	width:60%;
	margin:auto;
}
.box-filter-daily select
{
	border:solid 1px #a1a1a1;
	padding:10px;
	width:100%;
}
.title-daily
{
	background-color:#e8b0bb;
	padding:15px;
	color:#333132;
	font-weight:700;
	text-transform:uppercase;
	font-size:16px;
}
#gmap-list
{
	padding-left:0 !important;
	padding-right:0 !important
}
.ullist li
{
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
}
.box-bd-map
{
	border:solid 1px #a1a1a1
}
.line-content-w
{
	padding-top:40px;
	padding-bottom:40px;
}

.intro-home
{
	line-height:22px;
	color:#414042;
	margin-top:10px;
	margin-bottom:20px;
}
.top1-news
{
	overflow:hidden;
}
.top1-news .img-page
{
	float:left;
	margin-right:15px;
	width:34%;
}
.top1-news .time-top1
{
	background-color:#1d509b;
	padding:7px 15px;
	display:inline-block;
	color:#fff;
}
.top1-news h3
{
	margin:0;
	margin-top:10px;
	margin-bottom:5px;
}
.top1-news h3 a
{
	font-weight:700;
	color:#414042
}
.top1-news h3 a:hover
{
	color:#db3731;
}
.intro-news
{
	line-height:22px;
}
.more-news-home
{
	margin:0;
	padding:0;
	margin-top:20px;
}
.more-news-home li
{
	display:inline-block;
	margin-bottom:10px;
}
.more-news-home li span
{
	display:inline-block;
	background-color:#fff;
	padding:6px 10px;
	font-size:12px;
	margin-right:10px;
}
.more-news-home li a
{
	color:#414042;
}
.more-news-home li a:hover
{
	color:#db3731;
}
.more-news-home li a:hover span
{
	color:#fff;
	background-color:#21307e
}
.slide-home
{
	position:relative;
}
.box-btn-slide
{
	position:fixed;
	top:30%;
	right:20px;
	z-index:999;
}
.box-btn-slide a
{
	display:block;
	padding:12px 20px;
	background-color:#ffffff;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	margin-bottom:10px;
}
.box-btn-slide a:hover
{
	background-color:#db3731;
	color:#fff;
}
.box-btn-slide a span
{
	display:inline-block;
}

.page-service
{
	background-image:url(../images/bg_page_service.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}
.page-content
{
background-image:url(../images/bg_page.jpg);
background-repeat:repeat-x;
background-position:top center;
}
.boxneolink
{
	padding:0;
	margin:0;
	padding:15px;
	border: solid 1px #f2f2f2;
padding:10px 20px;
}
.btn-close-boxneolink
{
	position:absolute;
	right:10px;
	top:10px;
	color:#8e9e31
}
.title-boxneolink
{
	font-size:16px;
	font-weight:700;
	padding:10px 20px;
	background-color:#edefef;
	position:relative;
}
.boxneolink li
{
	display:block;
	padding-bottom:10px;
}
.boxneolink li a
{
	color:#414042;
	font-size:13px;
}
.boxneolink li a:hover
{
	color:#db3731;
}
.content-detail-service h2
{
	background-image:url(../images/rang.png);
	padding-left:40px;
	color:#283891;
	font-weight:800;
	font-size:22px;
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:15px;
}
.content-detail-service h2::before
{
	position:absolute;
	bottom:0;
	/*height:5px;
	background-color:#ebebeb;*/
	width:100%;
	content:"";
	overflow:hidden;
}
.view-more
{
	font-weight: normal;
	display:inline-block;
	color:#fff;
	font-size:14px;
	font-weight:800;
	margin-top:15px;
	background-color:#1d509b;
	padding:10px 20px;
}
.view-more:hover
{
	color:#db3731;
}

.item-sale
{
	background-color:#f1f2f2;
	margin-bottom:15px;
}
.inner-item-sale
{
	padding-top:20px;
}
.item-sale img
{
	display:block;
}
.sale-name
{
	font-size:16px;
	font-weight:700;
	
	margin-bottom:10px;
}
.sale-name a
{
	color:#414042;
}

.item-sale:hover
{
	background-color:#283891;
	color:#fff;
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
.item-sale:hover a
{
	color:#fff !important;
}
.intro-frm-pop
{
	font-weight:800;
	color:#db0000;
	text-align:center;
	padding-top:0px;
	padding-bottom:15px;
}
.sl-frm
{
	width:100%;
	border:solid 1px #d7d7d7;
	padding:10px;
	
}
.box-btn-slide-page
{
	position: fixed;
	top:20%;
	right:10px;
	z-index:99;
}
.box-btn-slide-page a
{
	background-color:#fff;
	display:block;
	padding:12px 10px;
	margin-bottom:10px;
	width:50px;
	text-align:center;
	font-size:20px;
	color:#182874;
	-webkit-box-shadow: 0 0 3px 3px #B5B5B5;
box-shadow: 0 0 3px 3px #B5B5B5;
}
.box-btn-slide-page a:hover
{
	color:#e6535e;
}

.c45
{
	height:45px;
}

.btn-right-fix{
    position:fixed !important;
    right:0px;
    top:30%;
    z-index:99;
}

.btn-right{
    background-color: #FFF;
    width:235px;
    right: -190px;
	position:absolute;
height:40px;
font-style:18px;
line-height:40px;
border: solid 1px #d7d7d7;

}
.btn-right a{
	font-size:16px;
	color:#244294;
	font-weight:800;
	line-height:37px;
}
.btn-right i.fa
{
	width:46px;
	line-height:40px;
	text-align:center;
	font-size:24px;
	float:left;
}
.title-home-doingu
{
	text-align:left;
}
.review-img1
{
	display:none;
	margin-bottom:10px;
}
.review-img1 img
{
	display:block;
	width:100%;
}

.page-top
{
	background-image:url(../images/bg_top_info.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	background-color:#ffffff;
	padding-top:40px;
	padding-bottom:40px;
}
.intro-top
{
	width:60%;
	margin:auto;
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
}
.title-line-info
{
	color:#184c7b;
	font-weight:900;
	font-size:22px;
	display:block;
	margin:0;
}
.title-line-info a
{
	color:#184c7b;
}
.title-line-info a:hover
{
	color:#db3832
}

	
	

.page-info
{
	background-image:url(../images/bg_info.png);
}
.inner-page-info
{
	padding-top:40px;
	padding-left:30px;
	padding-right:30px;
}
.createdate1
{
	display:inline-block;
	width:118px;
	height:32px;
	background-image:url(../images/bg_date.png);
	background-repeat:no-repeat;
	text-align:center;
	color:#fff;
	line-height:32px;
	font-weight:normal;
	font-size:14px;
	margin-left:20px;
}
.cell-service-1-2
{
	width:50%;
}
.page-list-service
{
}
.page-list-service
{
}
.page-list-service .item-page-service
{
	overflow:hidden;
	background-color:#ebebeb;
}
.page-list-service .item-page-service .ct2
{
	
}
.page-list-service .ct2
{
	padding:40px;
}
.page-list-service .ct2:hover
{
	background-color:#184c7b;
	color:#fff;
}
.page-list-service .ct2:hover .view-more
{
	background-color:#e9241d;
	color:#fff;
}
.page-list-service .ct2:hover .title-line-info a
{
	color:#fff
}
.page-list-service .item-page-service:nth-child(2n+1) .ct1
{
	float:right !important;
}
.img-part
{
	position:relative;
}
.img-part img
{
	display:block;
}
.part-name-page
{
	position:absolute;
	bottom:0;
	margin:0;
	width:100%;
	padding:10px;
	background-image:url(../images/tran.png);
	text-align:right;
}
.part-name-page a
{
	color:#fff;
	font-size:16px;
	font-weight:700;
	display:block;
	
}
.part-name-page:hover
{
	background-color:#1d509a
}
.panel-top-part
{
	background-color:#1d509a;
	padding:10px;
	overflow:hidden;
	color:#fff;
	line-height:24px;
}
.logo-part
{
	width:20%;
	float:left;
	margin-right:20px;
}
.logo-part img
{
	display:block;
}
.name-part-detail
{
	font-size:24px;
	color:#f6ed56;
	font-weight:900;
	margin:0;
	margin-bottom:10px
}
.part-detail
{
	-webkit-box-shadow: 0 0 2px 2px #E0E0E0;
    box-shadow: 0 0 2px 2px #E0E0E0;
}
.hd-box-right
{
	background-color:#1d509a;
	padding:10px 15px;
	color:#fff;
	font-weight:700;
}
.box-right
{
	border:solid 1px #d7d7d7;
	border-top:none;
	margin-bottom:20px;
}
.box-sup-right
{
	border:solid 1px #d7d7d7;
	border-top:none;
	margin-bottom:20px;
	padding:15px;
}
.box-sup-right>div
{
	margin-bottom:10px;
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:20px;
}
.box-sup-right>div.add-sup-right
{
	background-image:url(../images/icon/add.png);
}
.box-sup-right>div.phone-sup-right
{
	background-image:url(../images/icon/phone.png);
}
.box-sup-right>div.email-sup-right
{
	background-image:url(../images/icon/email.png);
	background-position:0 5px;
}
.box-sup-right>div.web-sup-right
{
	background-image:url(../images/icon/web.png);
	background-position:0 3px;
}

.box-right>div
{
	border-bottom:dashed 1px #d7d7d7;
	padding:10px 15px;
}
.intro-part
{
	padding:20px;
}
.title-hinhanh
{
	font-size:14px;
	font-weight:900;
	text-transform:uppercase;
	color:#1d509a;
}
.video-home-item
{
}
.video-name
{
	font-weight:normal;
	line-height:22px;
}
.video-name a
{
	color:#414042;
}
.video-name a:hover
{
	color:#8e9e31
}
.item-cat-pro
{
	overflow:hidden;
	background-color:#f1f2f2;
	margin-bottom:15px;
	border:solid 1px #f1f2f2
}
.imgcatpro
{
	width:40%;
	float:left;
}
.imgcatpro img
{
	display:block;
}
.why-page
{
	padding-top:30px;
	padding-bottom:30px;
}
.quytrinh
{
	background-image:url(../images/bgquytrinh.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:40px;
	padding-bottom:40px;
}
.steps
{
	padding-top:30px;
	position:relative;
}
.steps:before
{
	height:2px;
	background-color:#fff;
	position:absolute;
	left:0;
	top:140px;
	content:"";
	width:86%;
	z-index:0;
	margin-left:85px;
	margin-right:85px;
}
.step-item
{
	width:14%;
	width:87px;
	background-repeat:no-repeat;
	padding-top:140px;
	display:block;
	text-align:center;
	background-position:top center;
	position:relative;
	z-index:2px;
}
.step-item:hover
{
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
.step-title
{
	color:#fff;
	line-height:22px;
	padding-left:10px;
	padding-right:10px;
}
.step-title strong
{
	display:block;
	font-size:18px;
	margin-bottom:10px;
}

.step-item-01
{
	background-image:url(../uploaded/steps/s1.png);
	width:14%;
}
.step-item-01:hover
{
	background-image:url(../uploaded/steps/s1-hv.png);
	width:14%;
	
}

.step-item-02
{
	background-image:url(../uploaded/steps/s2.png);
	width:14%;
}
.step-item-02:hover
{
	background-image:url(../uploaded/steps/s2-hv.png);
	width:14%;
}

.step-item-03
{
	background-image:url(../uploaded/steps/s3.png);
	width:14%;
}
.step-item-03:hover
{
	background-image:url(../uploaded/steps/s3-hv.png);
	width:14%;
}


.step-item-04
{
	background-image:url(../uploaded/steps/s4.png);
	width:14%;
}
.step-item-04:hover
{
	background-image:url(../uploaded/steps/s4-hv.png);
	width:14%;
}


.step-item-05
{
	background-image:url(../uploaded/steps/s5.png);
	width:14%;
}
.step-item-05:hover
{
	background-image:url(../uploaded/steps/s5-hv.png);
	width:14%;
}

.step-item-06
{
	background-image:url(../uploaded/steps/s6.png);
	width:14%;
}
.step-item-06:hover
{
	background-image:url(../uploaded/steps/s6-hv.png);
	width:14%;
}


.step-item-07
{
	background-image:url(../uploaded/steps/s7.png);
	width:14%;
}
.step-item-07:hover
{
	background-image:url(../uploaded/steps/s7-hv.png);
	width:14%;
}
.intro-step
{
	color:#fff;
	text-align:center;
	width:80%;
	margin:auto;
	margin-top:20px;
	line-height:22px;
}
.intro-step strong
{
	font-weight:700;
	color:#fff;
	display:block;
	font-size:18px;
	margin-bottom:10px;
}
.intr0-line1
{
	width:80%;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	line-height:22px;
}
.item-tuvan1
{
	background-color:#efeff0;
	padding:10px;
	-webkit-border-radius: 6px;
border-radius: 6px;
position:relative;
padding-bottom:40px;
margin-bottom:30px;
transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
.item-tuvan1-name
{
	font-size:16px;
	font-weight:700;
	margin:0;
	padding:10px;
}
.item-tuvan1-name a

{
	color:#419bd4;
}
.item-tuvan1-name a:hover
{
	color:#ea251e;
}
.intro-item-tuvan1
{
	color:#414042;
	padding-left:10px;
	padding-right:10px;
	line-height:22px;
}
.view-detail-plus
{
	display:block;
	width:25px;
	line-height:25px;
	position:absolute;
	background-color:#fff;
	color:#414042;
	right:10px;
	bottom:10px;
	text-align:center;
	-webkit-border-radius: 6px;
border-radius: 6px;
}
.item-tuvan1:hover
{
	background-color:#184c7b;
}
.item-tuvan1:hover .intro-item-tuvan1
{
	color:#fff;
}
.item-tuvan1:hover .item-tuvan1-name a
{
	color:#fff;
}
.pictuvan
{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
}

.hd-tuvandetail
{
	font-size:16px;
	font-weight:800;
	color:#184c7b;
	background-color:#ebebeb;
	padding:10px;
	border-left:solid 10px #184c7b;
	margin:0;
	margin-bottom:15px;
}
.baogia
{
	background-color:#ebebeb;
	padding-top:40px;
	padding-bottom:40px;
}

.item-baogia
{
	background-color:#fff;
	-webkit-border-radius: 7px;
border-radius: 7px;
padding-bottom:5px;

}
.item-baogia:hover
{
	-webkit-box-shadow: 0 0 4px 4px #E0E0E0;
box-shadow: 0 0 4px 4px #E0E0E0;
transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
.name-baogia
{
	font-size:18px;
	font-weight:800;
	text-transform: uppercase;
	color:#419bd3;
	text-align:center;
	padding-top:20px;
	padding-bottom:5px;
}
.intro-baogia
{
	text-align:center
}
.price-baogia
{
	color:#fff;
	font-size:26px;
	text-transform:uppercase;
	text-align:center;
	font-weight:800;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:20px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c73af+0,409bd2+50,2c73af+100 */
background: #2c73af; /* Old browsers */
background: -moz-linear-gradient(left,  #2c73af 0%, #409bd2 50%, #2c73af 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #2c73af 0%,#409bd2 50%,#2c73af 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #2c73af 0%,#409bd2 50%,#2c73af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c73af', endColorstr='#2c73af',GradientType=1 ); /* IE6-9 */

}
.list-price
{
}
.price-item
{
	padding:8px 15px;
	border-bottom:solid 1px #ebebeb;
	color:#414042;
}
.list-price .price-item:last-child
{
	border-bottom:none
}
.bnt-baogia
{
	display:block;
	background-color:#db3832;
	padding:10px 0px;
	-webkit-border-radius: 6px;
border-radius: 6px;

text-align:center;
font-weight:800;
color:#fff;
margin:15px 15px;
}
.phukien
{
	padding-top:40px;
	padding-bottom:40px;
}
#phukien
{
	padding-top:10px;
}

.outer-frm-home
{
	position:relative; z-index:9999; margin-top:-50px;
}
.hotline-footer
{
	background-color:#db3832;
	width:195px;
	padding:6px 10px;
	-webkit-border-radius: 3px;
border-radius: 3px;
color:#fff;
line-height:34px;
display:block;

}
.hotline-footer span
{
	background-image:url(../images/hot_footer.png);
	background-repeat:no-repeat;
	padding-left:30px;
	display:inline-block;
	background-position:center left;
	
}

.boxmes
{
	width:235px;
	bottom:0;
	position: fixed;
	left:10px;
	height:85px;
	z-index:9999;
	background-image:url(../images/bg_mes.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

.inner-boxmes
{
	position:relative;
}
.close-box
{
	position:absolute;
	right:-5px;
	top:-17px;
	
}
.close-box i.fa
{
	font-size:25px;
}
.close-box a
{
	color:#39813e
}
.close-box a:hover
{
	color:#414042
}
.name-order
{
	
	padding-left:15px;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	color:#9c1f40;
	text-transform:uppercase;
	margin-top:22px;
}
.name-order span
{
	background-image: url(../images/bg_name.png);
	background-repeat:no-repeat;
	background-position:center left;
	display:inline-block;
	padding-left:25px;
}

.mes-content
{
	line-height:20px;
	font-size:14px;
	margin-top:0px;
	padding:10px;
	text-align:center;
	padding-top:5px;
	padding-bottom:0;
}
.mes-content strong
{
	color:#ed1c24;
}



.menu-toggle {
    display:none;
	float:right;
	position: relative;
	z-index:9999;
	margin-top:40px;
  }
.menu-toggle.open {
    margin-top: 60px;
}
.open .hamburger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hamburger, .hamburger::before, .hamburger::after {
    content: '';
    display: block;
    background: #404041;
    height: 2px;
    width: 42px;
    -webkit-transition: all ease-in-out 350ms;
    transition: all ease-in-out 350ms;
}

.open .hamburger::after {
    -webkit-transform: translateY(-1px) rotate(-90deg);
    transform: translateY(-1px) rotate(-90deg);
}
.hamburger::after {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.r-f
{
	float:right; text-align:right;
}
.r-f div
{
	margin-bottom:5px;
}
.menubar.opening
{
	display:block !important;
}
.img-thuonghieu img
{
	display:block;
	width:100%;
}

.zoom {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  z-index:9999999;
}

.zoom:hover {
  -ms-transform: scale(2.5); /* IE 9 */
  -webkit-transform: scale(2.5); /* Safari 3-8 */
  transform: scale(2.5); 
}

.zoom1 {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  z-index:9999999;
}

.zoom1:hover {
  -ms-transform: scale(2); /* IE 9 */
  -webkit-transform: scale(2); /* Safari 3-8 */
  transform: scale(2); 
}

.swiper-slide-thumb-active img
{
	-ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}


/* The Modal (background) */
.modal {
  display:none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  
}



/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.closemd {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closemd:hover,
.closemd:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}



/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


.qr-code{
	position: absolute;
    top: 60px;
    left: 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 1px 2px #CCC;
}











