﻿* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	width: 100%;
	line-height: 22px;
	font-family: 'SegoeUI';
	font-size: 14px;
	color: #333;
}
img {
	max-width: 100%;
	height: auto;
}
.wapper {
	position: relative;
}
.container {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
}
.cb:before, .cb:after {
	display: table;
	content: " ";
}
.cb:after {
	clear: both;
}
.content {
	margin-top: 20px;
}
#CommonCuoiChiTietTin .shareItem {
	width: 25px;
	height: 20px;
	display: inline-block;
	position: relative;
	z-index: 1;
	top: 2px;
}
#CommonCuoiChiTietTin .fr {
	float: right;
}

/*================CÃ¡c thÃ´ng sá»‘ máº·c Ä‘á»‹nh Ä‘á»ƒ á»Ÿ pháº§n khung áº£nh================*/
.khungAnh {
	position: relative;
	z-index: 1;
}
.khungAnh:before {
	content: "";
	display: block
}
.khungAnhCrop, .khungAnhCrop0 {
	overflow: hidden;
	text-align: center;
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*================TrÆ°á»ng há»£p áº£nh lá»t trong khung================*/
.khungAnhCrop0 img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.khungAnhCrop0 img {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

/*transform pháº£i viáº¿t thÃªm cho cÃ¡c trÃ¬nh duyá»‡t cÅ©*/

/*================TrÆ°á»ng há»£p áº£nh trÃ n lá» khi chÆ°a gáº¯n class xÃ¡c Ä‘á»‹nh áº£nh dáº¡ng ngang hay dá»c================*/
.khungAnhCrop img {
	max-width: 150%;
	max-height: 150%;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.khungAnhCrop img {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

/*áº¢nh ngang (width > height) --> gáº¯n height 100%, width sáº½ bá»‹ láº¥p hai bÃªn*/
.khungAnhCrop img.wide {
	height: 100%;
	max-width: none
}

/*áº¢nh dá»c (width < height) --> gáº¯n width 100%, height sáº½ bá»‹ láº¥p pháº§n trÃªn dÆ°á»›i*/
.khungAnhCrop img.tall {
	width: 100%;
	max-height: none
}

/*================Hiá»‡u á»©ng zoom áº£nh khi hover================*/

/*.khungAnhCrop img,
.khungAnhCrop0 img{-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s}

.khungAnhCrop:hover img{transform:translate(-50%,-50%) scale(1.1)}
.khungAnhCrop:hover img{
    -webkit-transform:translate(-50%,-50%) scale(1.1);
    -moz-transform:translate(-50%,-50%) scale(1.1);
    -o-transform:translate(-50%,-50%) scale(1.1);
    transform:translate(-50%,-50%) scale(1.1)
}

.khungAnhCrop0:hover img{transform:translate(-50%,-50%) scale(1.1)}
.khungAnhCrop0:hover img{
    -webkit-transform:translate(-50%,-50%) scale(1.1);
    -moz-transform:translate(-50%,-50%) scale(1.1);
    -o-transform:translate(-50%,-50%) scale(1.1);
    transform:translate(-50%,-50%) scale(1.1)
}*/

/*===============================  */

/* ================ trang chá»§ ===================== */
.page-home {
	margin-top: 28px;
	padding-bottom: 40px;
	border-bottom: 1px solid #efefef;
}
.page-home .item {
	float: left;
	width: calc((100% - 130px) / 3);
	margin-right: 65px;
	position: relative;
}
.page-home .item:nth-child(3n) {
	margin-right: 0px;
}
.title-danhmuc {
	text-transform: uppercase;
	color: #1574c4;
	font-size: 15px;
	line-height: 20px;
	font-family: 'SegoeUI-Bold';
	margin-bottom: 15px;
}
.item-product .khungAnh:before {
	padding-bottom: 39%;
}
.item-product .khungAnh {
	border-radius: 5px;
	overflow: hidden;
}
.item-product .detail {
	margin-top: 12px;
}
.item-product .detail .text {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	height: 66px;
	overflow: hidden;
}
.item-product .xem {
	color: #126dbb;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	float: right;
}
.item-service .khoi1 .item1 .khungAnh {
	float: left;
	width: 33%;
	border-radius: 7px;
	overflow: hidden;
}
.item-service .khoi1 .item1 .detail {
	float: left;
	width: 67%;
	padding-left: 10px;
}
.item-service .khoi1 .item1 .khungAnh:before {
	padding-bottom: 81%;
}
.item-service .khoi1 .item1 .detail .name {
	font-size: 14px;
	line-height: 18px;
	font-family: 'SegoeUI-Bold';
	display: block;
	height: 37px;
	overflow: hidden;
}
.item-service .khoi1 .item1 .detail .text {
	color: #5d5d5d;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
	height: 30px;
	margin-top: 5px;
}
.item-service .khoi1 .item1 {
	margin-bottom: 17px;
}
.item-doc .tailieu-main a {
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin-bottom: 3px;
	background: url(images/bg-li.png) no-repeat left 8px;
	padding-left: 12px;
}
.video-khac .item-images-home .item-img:before {
    height: 0
    }
.item-doc .tailieu-main {
	margin-bottom: 10px;
}
.item-doc .xemthem {
	background: #ededed;
	text-transform: uppercase;
	padding: 2px 12px;
	font-size: 11px;
}
.doitac .slide .khungAnh:before {
	padding-bottom: 50%;
}
.doitac .slide {
	width: 95%;
	margin: auto;
	margin: 25px 0 0 15px;
}
.doitac .slide .slick-next:before {
	color: transparent !important;
}
.doitac .slide .slick-next.slick-arrow {
	top: 50%;
	right: -25px;
	position: absolute;
	z-index: 10;
	background: url("images/doitac-right.png") no-repeat center center;
	height: 46px;
	width: 29px;
}
.doitac .slide .slick-prev:before {
	color: transparent !important;
}
.doitac .slide .slick-prev.slick-arrow {
	top: 50%;
	left: -20px;
	position: absolute;
	z-index: 10;
	background: url("images/doitac-left.png") no-repeat center center;
	height: 46px;
	width: 29px;
	z-index: 10;
}
.item-service .slide .slick-dots {
	top: -32px;
	height: 17px;
	z-index: 10;
	right: 0;
	text-align: right;
	width: 130px;
}
.item-service .slide .slick-dots li button {
	width: 0;
	height: 0;
}
.item-service .slide .slick-dots li button:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	color: #fff;
	border: 1px solid #a39f9f;
	background: #fff;
	line-height: 10px;
}
.item-service .slide .slick-dots li.slick-active button:before {
	color: #3b9ed7;
	border: 1px solid #3b9ed7;
	background: #3b9ed7;
}
.item-service .slide .slick-dots li {
	margin: 0;
	width: 17px;
}

/* ======================= */
#main-left {
	width: 30%;
	float: left;
}
#main-right {
	float: right;
	width: 68%;
}

/*================ */
.link {
	bottom: 0;
	left: 0;
	height: 34px;
	line-height: 22px;
	width: 100%;
	height: auto;
	padding: 6px 0;
	background: #fafafa;
	border-top: 2px solid #e5e5e5;
}
.link ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
.link ul li {
	display: inline-block;
	padding: 0 10px 0 0px;
	background: url(images/link.png) right top 9px no-repeat;
	color: #666666;
	font-size: 14px;
	padding-right: 12px;
	padding-left: 2px;
}
.link ul li:last-child {
	background: none;
	color: #187bbc;
    padding-left: 6px;
}
.product-list.product-other .product-main .item:after{
    height: 0;
}
.product-list.product-other .product-main{
    border: 0;
}
.bg-menu-mb{
    display: none;
}
/* ============= */

/* ==========================  */
.container-nd {
	padding: 10px;
	margin-top: 20px;
	background: #fafafa;
}
.khachhang-item {
	margin-top: 30px;
}
.container-nd:first-child {
	border-top: none
}
.container-nd-img {
	float: left;
	width: 28%;
}
.container-nd-img .khungAnh:before {
	padding-bottom: 67%
}
.container-nd-ct {
	float: right;
	width: calc(100% - 28%);
	padding-left: 16px;
}
.container-nd-ct .tt-name {
	font-size: 16px;
	line-height: 22px;
	color: #333;
	font-family: 'SegoeUI-Bold';
	max-height: 49px;
	overflow: hidden;
	display: block;
	margin-bottom: 3px;
}
.container-nd:hover .tt-name {
	color: #017bc4;
}
.container-nd-ct .tomtat {
	height: 62px;
	line-height: 20px;
	overflow: hidden;
	text-align: justify;
	font-size: 15px;
}
.container-nd-ct .chitiet {
	border: 1px solid #d1d1d1;
	font-weight: normal;
	margin-top: 10px;
	padding: 2px 20px;
	font-size: 12px;
	background: #d6d6d6;
	color: #333;
	display: inline-block;
}
.container-nd-ct:hover .chitiet {
	background: #1574c4;
	color: #fff;
}

/* ======================= */
#main-left .menu-left {
	background-color: #f5f5f5;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
}
#main-left .menu-left .title {
	background-color: #1574c4;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-family: 'SegoeUI-Bold';
	padding: 5px 5px 5px 16px;
	margin-bottom: 15px;
    cursor: default;
}
#main-left .menu-left ul {
	padding: 0;
	margin: 0;
}
#main-left .menu-left ul li a {
	display: block;
	padding: 5px 0 5px 16px;
	margin-bottom: 10px;
	font-size: 15px;
}
#main-left .menu-left ul li{
	width: 80%;
}
#main-left .menu-left ul li.active, #main-left .menu-left ul li:hover {
	background: url(images/bg-menu.png) no-repeat;
	color: #fff;
	background-size: 100% 100%;
}
#main-left .video-left .khungAnh:before {
	padding-bottom: 56%;
}
#main-left .video-left .khungAnh iframe {
	border: 0;
}
#main-left .video-left .name {
	display: block;
	background: #7f7f7f;
	color: #fff;
	padding: 10px 11px;
	margin-top: 1px;
	font-size: 16px;
}
#main-left .video-left {
	margin-bottom: 35px;
}

/* ==========================2. ====================== */
.thongke {
	height: 26px;
	background: #f7f7f7;
	border-top: 1px solid #eaeaea;
	padding-left: 10px;
	color: #999999;
	font-size: 12px;
	line-height: 29px;
	position: relative;
	margin-top: 15px;
}
.thongke-ngay {
	height: 100%;
	background: url('images/icon-day.png') no-repeat left 6px;
	float: left;
	margin-right: 15px;
}
.thongke-ngay span {
	padding-left: 5px;
}
.thongke-luotxem {
	height: 100%;
	background: url('images/icon-view.png') no-repeat left 10px;
	float: left;
}
.thongke-luotxem  span {
	padding-left: 6px;
}
.thongke span {
	margin-left: 15px;
}
.cochu {
	float: right;
	height: 100%;
}
.cochu span {
	margin-left: 0px;
	position: absolute;
	right: 71px;
}
.thongke .cochu a {
	margin: 0px;
	float: none;
	display: inline;
	cursor: pointer;
}

/* ------------------ */
.chucnang {
	height: 27px;
	background: #f7f7f7;
	border-top: 1px solid #eaeaea;
	padding-left: 5px;
	color: #a6a6a6;
	font-size: 12px;
	line-height: 25px;
	position: relative;
}
.detailed-news .chucnang {
	width: 100%;
}
.chucnang .icon-left {
	float: left;
	width: calc((255px));
}
.chucnang .icon-left div {
	display: inline-block;
}
.chucnang .back-page {
	height: 100%;
	background: url('images/icon-back.png') no-repeat left 8px;
	float: left;
	margin-right: 10px;
}
.chucnang .top-page {
	height: 100%;
	float: left;
}
.chucnang .email {
	height: 100%;
	background: url('images/icon-mail.png') no-repeat left 8px;
}
.chucnang .intrang {
	height: 100%;
	background: url('images/icon-in.png') no-repeat 10px 7px;
	padding-left: 10px;
}
.back-page span, .intrang span, .email span {
	padding-left: 19px;
}
.chucnang .icon-right {
	float: right;
	width: 363px;
	line-height: 9px;
	margin-top: 2px;
}
.chucnang .icon-right ul {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	float: right;
}
.chucnang .icon-right ul li {
	display: inline-block;
	padding-right: 5px;
}

/* ----------------------------- */
.text-gioithieu.TextSize {
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0;
	text-align: justify;
}
.text-gioithieu.TextSize img {
	max-width: 100%;
	height: auto;
	margin: 20px 0;
}

/* ============= */

/*  ================================= */
.tinkhac .title {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'SegoeUI-Bold';
	margin: 20px 0 10px 0;
}
.tinkhac .list-news a {
	display: block;
	margin-bottom: 7px;
	padding-left: 15px;
	color: #333333;
	font-size: 15px;
	font-family: 'SegoeUI';
	background: url(images/li-khac.png) no-repeat 2px 10px;
}
.aboutother{
    display: none;
}
.tinkhac .list-news a span {
	color: #999999;
    margin-left: 5px;
}
#product-home .product-list {
	margin-bottom: 20px;
}
#product-home .product-list:last-child {
	margin-bottom: 0px;
    margin-top: 20px;
}
#product-home .link{
    margin-bottom: 20px;
}
.tinkhac .list-news a:hover {
	color: #0081c5;
	background: url(images/li-khachv.png) no-repeat 2px 10px;
}
.name-tintuc {
	font-family: 'SegoeUISemiBold';
	font-size: 25px;
	color: #1574c4;
	margin: 15px 0 0 0;
}
.title-product {
	background: #1574c4;
	padding: 5px 0;
}
.title-product a.name {
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-family: 'SegoeUI-Bold';
	display: inline-block;
	width: calc(100% - 80px);
	float: left;
	padding-left: 10px;
}
.title-product a.xemthem {
	font-size: 13px;
	color: #fff;
	background: url(images/xemthem.png) no-repeat 65px 8px;
	float: left;
	width: 80px;
	display: block;
}
.product-main{
    /*border-bottom: 1px solid #e5e5e5;*/
}
.product-main .item:nth-child(5):after {
	width: calc(400% + 60px);
	height: 1px;
	background: #e5e5e5;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.product-main .item:nth-child(9):after {
	width: calc(400% + 60px);
	height: 1px;
	background: #e5e5e5;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.product-main .item:nth-child(13):after {
	width: calc(400% + 60px);
	height: 1px;
	background: #e5e5e5;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.product-main .item:nth-child(17):after {
	width: calc(400% + 60px);
	height: 1px;
	background: #e5e5e5;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.product-main .item:nth-child(21):after {
	width: calc(400% + 60px);
	height: 1px;
	background: #e5e5e5;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.product-main .item:nth-child(25):after {
	width: calc(400% + 60px);
	height: 1px;
	background: #e5e5e5;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.product-main .item:nth-child(29):after {
	width: calc(400% + 60px);
	height: 1px;
	background: #e5e5e5;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.product-main .item:nth-child(33):after {
	width: calc(400% + 60px);
	height: 1px;
	background: #e5e5e5;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.product-main .item:nth-child(37):after {
	width: calc(400% + 60px);
	height: 1px;
	background: #e5e5e5;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.product-main .item:nth-child(41):after {
	width: calc(400% + 60px);
	height: 1px;
	background: #e5e5e5;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.product-main .item {
	float: left;
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}
.product-main .item:nth-child(4n) {
	margin-right: 0px;
}
.product-main .item .khungAnh:before {
	padding-bottom: 72%;
}
.product-main .item .khungAnh {
        background: #f1f1f1;
        overflow: hidden;
        border-top: 3px solid #f1f1f1;
        border-left: 5px solid #f1f1f1;
        border-right: 5px solid #f1f1f1;
        border-radius: 5px 5px 0 0;
}
.product-main .item .detail {
	text-align: center;
	padding-top: 15px;
    background: #f1f1f1;
        border-radius:0 0 5px 5px ;
        padding-bottom: 5px;
}
.product-main .item .detail .name {
	font-family: 'SegoeUISemiBold';
	font-size: 15px;
	line-height: 20px;
	display: block;
	height: 40px;
	overflow: hidden;
}
.product-main .item .detail .gia {
	font-size: 15px;
	margin-top: 2px;
	height: 22px;
	overflow: hidden;
    display: none;
}
.product-main .item .detail .gia span {
	color: #e80909;
	font-family: 'SegoeUISemiBold';
}

/* ================================= */
.page {
	height: 34px;
	line-height: 34px;
	margin: 15px 0;
}
.page .SplitPages {
	line-height: 34px;
	float: left;
	width: 80%;
}
.page .SplitPages a {
	padding: 8px 13px;
	border: 1px solid #dddddd;
	margin-right: 0px;
	color: #666666;
	border-right: 0;
}
.page .SplitPages a:hover, .page .SplitPages a.hientai {
	background: #1574c4;
	color: #fff;
	border: 1px solid #1574c4;
	border-right: 0;
}
.page .sum-page {
	float: right;
}
.page .SplitPages a:last-child {
	border-radius: 0 3px 3px 0;
	border-right: 1px solid #dddddd;
}
.page .SplitPages a:first-child {
	border-radius: 3px 0 0 3px;
}

/*  ================================= */
#dichvu-list .dichvu-main {
	margin-top: 20px;
}
#tintuc-list .tintuc-khac a {
	display: block;
	margin-bottom: 3px;
	background: url(images/tinkhac.png) no-repeat 10px 9px;
	padding-left: 30px;
}
#tintuc-list .tintuc-khac {
	margin-top: 20px;
}
#tintuc-list .dichvu-main {
	margin-top: 20px;
}

/*---- thư viện ảnh --------  */
.item-images-home .item-img {
	float: left;
	width: calc((100% - 40px) / 3);
	margin-right: 20px;/* 	padding-bottom: 20px; */
	padding-top: 25px;
	position: relative;
}
.item-images-home .item-img:before {
	position: absolute;
	width: calc(100% + 20px);
	height: 1px;
	content: "";
	background: #eaeaea;
	display: block;
	top: 0;
}
.item-images-home .item-img:nth-child(3n):before {
	width: calc(100% + 0px);
}
.item-images-home .item-img:nth-child(3n) {
	margin-right: 0px;
}
.item-images-home .item-img .khungAnh:before {
	padding-bottom: 56.32%;
}
.item-images-home .item-img .khungAnh {
	position: relative;
}
.item-images-home .item-img .khungAnh .icon {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	width: 31px;
	height: 34px;
	width: 27px;
	height: 27px;
}
.item-images-home .item-img  .text {
	font-size: 14px;
	padding: 12px 0 0 0;
}
.item-images-home .item-img  .text a {
	height: 45px;
	overflow: hidden;
	display: block;
	font-size: 15px;
	font-family: 'SegoeUI-Bold';
}
.item-images-home .item-img:hover .text {
	color: #007cc6;
}
.videodt-full .khungAnh:before {
	padding-bottom: 60%;
}
.videodt-full .khungAnh iframe {
	border: 0;
}
.videodt-full {
	margin: 10px 0;
}
.title-video {
	font-size: 16px;
	text-transform: uppercase;
	color: #1574c4;
	font-family: 'SegoeUI-Bold';
	border-top: 2px solid #d0d0d0;
	margin-top: 30px;
	padding-top: 10px;
	position: relative;
}
.title-video:before {
	width: 130px;
	height: 2px;
	background: #1574c4;
	content: "";
	position: absolute;
	top: -2px;
}

/* ================== */

/* ------------ TÃ i liá»‡u --------------- */
.tailieu-main {

	/* 	border: 1px solid #d6d6d6; */

	/*! padding: 15px 13px 10px 13px; */
	background: #ffffff;	 /*! margin-top: 20px; */
}
.tailieu-main .list-tailieu .item {
	background: #f8f8f8;
	padding: 8px 15px;
	padding-bottom: 20px;
	border: 1px solid #d6d6d6;
	border-bottom: 0;
}
.tailieu-main .list-tailieu .item:last-child {
	border: 1px solid #d6d6d6;
}
.tailieu-main .list-tailieu .item:nth-child(2n) {
	background: #fcfcfc;
}
.tailieu-main .list-tailieu .item .name {
	background: url(images/bg-down.png) no-repeat left 15px;
	display: block;
	padding: 10px 0px 10px 35px;
	font-family: 'SegoeUI-Bold';
	font-size: 18px;
}
.tailieu-main .list-tailieu .item .test {
	font-size: 15px;
	line-height: 22px;
	height: 63px;
	overflow: hidden;
	text-align: justify;
	font-family: 'SegoeUI';
}
.tailieu-main .list-tailieu .item .down {
	padding: 25px  0 0 0;
}
.tailieu-main .list-tailieu .item .down a {
	padding: 8px 13px;
	background-color: #b4b4b4;
	color: #fff;
	font-size: 13px;
	font-family: 'SegoeUI';
}
.tailieu-main .list-tailieu .item .down  a:hover {
	background-color: #0081c5;
}
.tailieu-main .list-tailieu .item:hover .name {
	color: #0081c5;
}
.tailieu-main .page {
	padding: 0px 3px 0px 0;
}
#tailieu-detail .downloand {
	margin-bottom: 14px;
}

/* ============= LiÃªn há»‡ ================= */
.contact-main .form-main input, .contact-main .form-main  select, .contact-main .form-main  textarea {
	width: 100%;
	margin-bottom: 8px;
	border: 1px solid #dbdbdb;
	height: 36px;
	padding-left: 12px;
	font-size: 15px;
	font-family: 'SegoeUI';
	-moz-appearance: none;
	-webkit-appearance: none;
}
.contact-main .form-main  select {
	background: url(images/option.png) 98% no-repeat;
}
.contact-main  .form-main select option {
	padding-left: 12px;
}
.contact-main  .form-main  select {
	padding-left: 8px !important;
}
.contact-main  .form-main input::-moz-placeholder {
	color: #333;
	opacity: 1;
}
.contact-main  .form-main input::-webkit-input-placeholder {
	color: #333;
	opacity: 1;
}
.contact-main  .form-main textarea::-moz-placeholder {
	color: #333;
	opacity: 1;
}
.contact-main  .form-main textarea::-webkit-input-placeholder {
	color: #333;
	opacity: 1;
}
.contact-main  .form-main textarea {
	height: 93px;
	padding-top: 8px;
	max-width: 100%;
}
.contact-main  .form-main .check {
	width: 100%;
}
.contact-main   .form-main .check a {
	width: 49%;
	display: block;
	float: left;
	text-align: center;
	background-color: #a3a3a3;
	color: #fff;
	font-size: 18px;
	font-family: 'SegoeUI-Bold';
	padding: 8px 0;
	text-transform: uppercase;
}
.contact-main  .form-main .check a:last-child {
	float: right;
}
.contact-main .form-main .check a:hover {
	background-color: #1574c4;
}
.contact-main .contact-left .item .name {
	font-family: 'SegoeUI-Bold';
	font-size: 13px;
}
.contact-main .contact-left .item p {
	font-size: 14px;
	margin-bottom: 3px;
}
.contact-main .form-main {
	margin-top: 40px;
}
.contact-main .contact-right .form-main {
	margin-top: 0px;
	display: none;
}
.contact-main .contact-left .form-main .title {
	margin-bottom: 10px;
}

/* ==================== */
.contact-main {
	margin-top: 20px;
	margin-bottom: 10px;
}
.contact-main .contact-left {
	float: left;
	width: 48%;
}
.contact-main .contact-right {
	float: right;
	width: 48%;
}
.contact-main .title {
	text-transform: uppercase;
	font-family: 'SegoeUISemiBold';
	font-size: 18px;
	line-height: 22px;
}
.contact-main .contact-right .map-full #map_canvas {
	width: 100%;
	height: 597px;
}
.contact-main .contact-right .title {
	margin-bottom: 15px;
}
.contact-main .contact-left .item {
	margin-top: 15px;
}

/* ----------------------------  */
#to-popup {
	background: #ffffff;
	color: #333333;
	display: none;
	width: 630px;
	height: 355px;
	position: fixed;
	top: 13%;
	z-index: 99999999;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	border-radius: 3px;
	border: 5px solid rgba(71, 70, 68, 0.6);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 30px;
	padding: 0 33px;
}
#btn-close {
	display: block;
	width: auto;
	position: absolute;
	top: -30px;
	right: 0;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	background: url(images/close.png) no-repeat 90%;
	padding-right: 45px;
}
#to-popup .success {
	color: #333333;
}
#to-popup .success .gui {
	font-family: 'SegoeUI';
	color: #1574c4;
	font-size: 30px;
	line-height: 30px;
}
#to-popup .success .gui1 {
	font-size: 15px;
	font-family: 'SegoeUI';
	color: #000000;
}
#to-popup .success .gui2 {
	font-size: 15px;
	color: #333333;
	line-height: 23px;
	font-family: 'SegoeUI';
	margin-top: 15px;
}
#to-popup .success .gui2 span {
	color: #fe0000;
}
#to-popup .success .trangchu a {
	background-color: #1574c4;
	text-align: center;
	font-size: 14px;
	color: #fff;
	width: 200px;
	display: block;
	margin: auto;
	padding: 8px 0;
	font-family: 'SegoeUI-Bold';
	margin-top: 20px;
	font-size: 15px;
	border-radius: 3px;
}
#background-popup {
	z-index: 85;
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	background: #000;
	top: 0px;
	left: 0px;
}
#timkiem-home .title-product p {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	padding-left: 10px;
	font-family: 'SegoeUI-Bold';
}
#timkiem-home .title-product p span {
	font-size: 20px;
}

/*            sản phẩm chi tiết ----------------- */
#ttsp {
	margin-top: 20px;
}
#ttsp .ttsp-img {
	float: left;
	width: 49%;
}
#ttsp .noidung-sp {
	float: right;
	width: 49%;
}
#ttsp .ttsp-img .slider-for .khungAnh:before {
	padding-bottom: 72%;
}
#ttsp .ttsp-img .slider-for .khungAnh {
	border: 1px solid #eaeaea
}
#ttsp .ttsp-img .slider-nav .khungAnh:before {
	padding-bottom: 72%;
}
#ttsp .ttsp-img .slider-nav .khungAnh {
	border: 1px solid #eaeaea;
	margin: 0 1px;
	margin-top: 1px;
}
#ttsp .ttsp-img .slider-nav .khungAnh.slick-current, #ttsp .ttsp-img .slider-nav .khungAnh:hover {
	border: 1px solid #267ec8
}
#ttsp .ttsp-img .slider-for .slick-next:before {
	color: transparent !important;
}
#ttsp .ttsp-img .slider-for .slick-next.slick-arrow {
	top: 50%;
	right: 9px;
	position: absolute;
	z-index: 10;
	background: url("images/sp-right.png") no-repeat center center;
	height: 46px;
	width: 29px;
}
#ttsp .ttsp-img .slider-for .slick-prev:before {
	color: transparent !important;
}
#ttsp .ttsp-img .slider-for .slick-prev.slick-arrow {
	top: 50%;
	left: 9px;
	position: absolute;
	z-index: 10;
	background: url("images/sp-left.png") no-repeat center center;
	height: 46px;
	width: 29px;
	z-index: 100;
}
#ttsp .noidung-sp .name-tintuc {
	text-transform: uppercase;
	font-family: 'SegoeUI-Bold';
	font-size: 18px;
	color: #1574c4;
	margin: 0px 0 10px 0;
}
#ttsp .noidung-sp .item p span {
	font-size: 15px;
	font-family: 'SegoeUI-Bold';
	color: #333;
}
#ttsp .noidung-sp .item p {
	font-size: 15px;
	color: #333;
	margin-bottom: 4px;
}
#ttsp .noidung-sp .item  p.gia {
	color: #e80909;
	font-family: 'SegoeUI-Bold';
display: none}
#ttsp .noidung-sp .noidung {
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
	margin: 7px 0;
	margin-bottom: 15px;
}
#ttsp .noidung-sp  .chucnang {
	background: #fff;
	border-top: 0px solid #eaeaea;
	color: #a6a6a6;
	margin-top: 5px;
}
#ttsp .noidung-sp .tailieu {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 15px;
}
#ttsp .noidung-sp .tailieu a {
	color: #1574c4;
	background: url(images/downtl.png) 10px 4px no-repeat;
	padding-left: 27px;
}
#ttsp .noidung-detail {
	margin-top: 30px;
}
#ttsp .noidung-detail .title {
	font-size: 20px;
	font-family: 'SegoeUI-Bold';
	margin-bottom: 13px;
}
#ttsp .noidung-detail .text {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 15px;
}
#product-detail .product-main .item::after {
	height: 0px;
	margin-top: 0;
}
#product-detail .product-main {
	border-bottom: 0px solid #e5e5e5;
}
#ttsp .noidung-sp #CommonCuoiChiTietTin .fr {
	float: left;
}
#ttsp .noidung-sp .chucnang .icon-right {
	width: 100%;
}
.video-main {
	margin-top: 20px;
}