@import "font.css";
@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 25px;
	font-family: "SanFranciscoText", sans-serif;
	font-weight: normal;
	overflow-x: hidden;
}
* {
	margin: 0px auto;
	padding: 0px auto;
	outline: none;
	text-decoration: none;
}
.clr {
	clear: both;
}
ul {
	padding: 0px;
}
img {
	placeSlide_camnhan border: 0;
}
::selection {
	background-color: #28262b;
	color: #fff;
}

::-webkit-selection {
	background-color:#28262b;
	color: #fff;
}
-webkit-::selection {
	background-color: #28262b;
	color: #fff;
}

::-moz-selection {
	background-color:#28262b;
	color: #fff;
}
.mota-video {
	text-align: center;
	font-size: 14px;
	background: #efece4;
	width: 75%;
	padding: 3px 0px;
	font-family: SVN-BonVoyage;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	line-height: 24px;
}
.search {
	position: relative;
	display: inline-block;
	width: 100%;
}
.input_search {
	padding: 0px;
	line-height: 40px;
	width: 100%;
	float: left;
	color: #a7a7a7;
	border: none;
	font-size: 15px;
	background: #ffffff;
	font-family: "SanFranciscoText", sans-serif;
	padding-left: 15px;
	border-radius: 7px;
}
.search>a {
	width: auto;
	background: none;
	float: right;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	text-align: center;
	font-weight: 600;
	color: #a3a3a3;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
}
.search>a i {
	color: #a3a3a3 !important;
}
.swiper-2-next, .swiper-2-prev,
.swiper-1-next, .swiper-1-prev,
.swiper-3-next, .swiper-3-prev,
.swiper-4-next, .swiper-4-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44* 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	color: #ad9861;
	--swiper-navigation-size: 26px;
	transform: translateY(-50%);
}
.swiper-2-prev,
.swiper-1-prev,
.swiper-3-prev,
.swiper-4-prev {
	left: -35px;
	right: auto;
}
.swiper-2-next,
.swiper-1-next,
.swiper-3-next,
.swiper-4-next {
	right: -35px;
	left: auto;
}
.swiper-2-next:after, .swiper-2-prev:after,
.swiper-1-next:after, .swiper-1-prev:after,
.swiper-3-next:after, .swiper-3-prev:after,
.swiper-4-next:after, .swiper-4-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}
.swiper-2-next:after,
.swiper-1-next:after,
.swiper-3-next:after,
.swiper-4-next:after {
	content: 'next';
}
.swiper-2-prev:after,
.swiper-1-prev:after,
.swiper-3-prev:after,
.swiper-4-prev:after {
	content: 'prev';
}

.column_hinhanh .swiper-wrapper {
	display: flex;
	align-items: stretch;
}
.column_hinhanh .mySwiper3 {
	padding: 20px 0;
}
.column_hinhanh .swiper-slide {
	display: flex;
	flex-direction: column;
	background-color: white;
	border-radius: 0px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	width: 100%;
	overflow: hidden;
	transition: all .65s ease;
	border: solid #f1f1f1 1px;
}
.column_hinhanh .swiper-slide:hover {
	transform: translateY(-7px);
	box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
	border: solid #ad9861 2px;
	transition: all .65s ease;
}
.column_hinhanh .swiper-slide img {
	width: 100%;
	object-fit: cover;
}
.column_hinhanh .swiper-slide h3 {
	margin: 15px 0px;
	color: #111941;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0;
	font-size: 20px;
	line-height: 30px;
	transition: all 0.5s;
}
.column_hinhanh .swiper-slide h3:hover {
	transition: all 0.5s;
	color: #ad9861;
}
.column_hinhanh .swiper-slide ul {
	padding: 25px 25px 30px;
}
.column_hinhanh .swiper-slide p {
	text-transform: none;
	font-size: 15px;
	line-height: 22px;
	margin-top: 0px;
	font-weight: normal;
	color: #888;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	position: relative;
	overflow: hidden;
	height: 66px;
	padding: 0;
}
.column_hinhanh .swiper-slide h3 a {
	color: #111941;
}
.flex {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.swiper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}


.dv-hinhanh-v3 {
	position: relative;
	border: 3px solid #fff;
	transition: all .5s;
	overflow: hidden;
}
.dv-hinhanh-v3 img {
	transition: all .5s;
}
.dv-hinhanh-v3:hover img {
	transform: scale(1.05);
	transition: all .5s;
}
.dv-chv3 {
	transition: all .5s;
	position: absolute;
	opacity: 0;
	transform: scale(0);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
}
.dv-hinhanh-v3:hover .dv-chv3{
	background: rgba(0, 0, 0, 0.75);
	opacity: 1;
	transform: scale(1);
	transition: all .5s;
}
.dv-chv3 .tb1 {
	display: table;
	width: 100%;
	height: 100%;
}
.dv-chv3 .tb2 {
	display: table-cell;
	vertical-align: middle;
}
.dv-chv3 p {
	padding: 0 10px;
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
}
.dv-chv3 h3 {
	padding: 0 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tintuc_home.tintuc_chitiet {
	margin-top: 60px;
}
.tintuc_chitiet .tintuc_id {
	margin: 0 !important;
	position: relative;
}
.tintuc_id .swiper-button-next,
.tintuc_id .swiper-button-prev {
	color: #ad9861;
	--swiper-navigation-size: 27px;
}
.tintuc_id .swiper-button-next {
	right: -35px;
}
.tintuc_id .swiper-button-prev {
	left: -35px;
}
.camnhan_hv_home .swiper-button-next,
.camnhan_hv_home .swiper-button-prev,
.list_pro_width70 .swiper-button-next,
.list_pro_width70 .swiper-button-prev,
.list_logo_home .swiper-button-next,
.list_logo_home .swiper-button-prev {
	color: #ad9861;
	--swiper-navigation-size: 27px;
}
.camnhan_hv_home .swiper-button-prev,
.list_pro_width70 .swiper-button-prev,
.list_logo_home .swiper-button-prev {
	left: -35px;
}
.camnhan_hv_home .swiper-button-next,
.list_pro_width70 .swiper-button-next,
.list_logo_home .swiper-button-next {
	right: -35px;
}
.swiper.mySwiper1 .swiper-button-next,
.swiper.mySwiper1 .swiper-button-prev {
	background: #ad9861;
	padding: 20px 15px;
	--swiper-navigation-size: 20px;
	color: #fff;
}
.bannerMain .swiper-button-prev,
.bannerMain .swiper-button-next {
	color: #fff;
	--swiper-navigation-size: 35px;
}
.hinhanh_ct .swiper-button-prev,
.hinhanh_ct .swiper-button-next {
	color: #ad9861;
	--swiper-navigation-size: 30px;
}
.mySwiper-tintuc .swiper-button-next,
.mySwiper-tintuc .swiper-button-prev{
	color: #ad9861;
}

.bannerMain .swiper-slide {
	overflow: hidden;
	position: relative;
}

.bannerMain .swiper-slide img.zoom-effect {
	width: 100%;
	height: 100%;
	display: block;
	transition: transform 25s ease;
	transform-origin: right center; /* Cố định điểm gốc bên phải */
	margin-left: auto; /* Đẩy ảnh về phía bên phải */
	object-position: right center; /* Hiển thị phần bên phải của ảnh */
}
.bannerMain .swiper-slide[style*="background-image"] {
	background-position: right center; /* Cố định background bên phải */
	background-repeat: no-repeat;
	background-size: 100%;
	transition: background-size 25s ease;
	background-origin: padding-box;
}
.banner-image {
	width: 100%;
	height: auto;
	display: block;
	transform: scale(1);
	transition: transform 25s ease;
	transform-origin: right center; /* Cố định điểm gốc bên phải */
	margin-left: auto; /* Đẩy ảnh về phía bên phải */
	object-position: right center; /* Hiển thị phần bên phải của ảnh */
}
.banner-image-zoom {
	transform: scale(1.15);
}
.bannerMain .swiper-slide {
	overflow: hidden;
}
.load_top_id_2>img {
	width: 100%;
	height: 820px;
	object-fit: cover;
}

.banner-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner-container:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.45);
	transition: .3s all ease;
	z-index: 1
}

/* Make sure transitions don't interfere with background effects */
.swiper-slide-active,
.swiper-slide-next,
.swiper-slide-prev {
	z-index: 1;
}

.bannerMain .bodytext-custom {
	width: 1200px;
	margin: auto;
	text-align: left;
}



.gt_home_mota {
	margin: 0;
	width: 100%;
}
.gt_home_mota>h4 {
	letter-spacing: 0.2em;
	font-size: 20px;
	line-height: 30px;
	color: #111941;
	font-weight: 800;
	border-bottom: 1px solid;
	margin-bottom: 35px;
	padding-bottom: 10px;
}
.gt_home_mota>p {
	margin-bottom: 0px;
	font-size: 14px;
	text-align: center;
}
.gt_home_mota>p>a.view_all {
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
	letter-spacing: 2px;
	margin-top: 20px;
	display: inline-block;
}
.gt_home_mota>p>a.view_all:hover {
	color: #ad9861;
}
.swiper-grid-column>.swiper-wrapper {
	flex-direction: row !important;
}
.pagewrap {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.padding_pagewrap {
	padding: 0;
	position: relative;
}
.showText p {
	padding-bottom: 15px;
	font-size: 15px;
	color: #666;
	line-height: 23px;
}
.showText img {
	display: block;
	margin: 0 auto;
	height: auto;
	max-width: 100%;
}
.showText ul {
	padding-bottom: 15px;
}
.showText ul li {
	margin-left: 35px;
	padding-bottom: 15px;
	font-size: 17px;
	color: #666;
	line-height: 30px;
}
.tintuc_home {
	padding: 50px 0 60px;
	background: url(../delete/banner/bg-tintuc.png) no-repeat center;
	background-size: cover;
}
.tintuc_home h5 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
	color: #189AD7;
	position: relative;
	margin-bottom: 35px;
	padding-left: 10px;
	padding-right: 10px;
}
.tintuc_home h5:after {
	content: "";
	display: table;
	left: 10px;
	position: absolute;
	z-index: 2;
	clear: both;
	width: 10%;
	top: 50px;
	height: 4px;
	background: #ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
}
.tintuc_home .tintuc_id {
	margin: 0 0 30px;
}
.tintuc_id ul {
	float: left;
	margin: 0 12.5px 30px;
	width: calc(100%/3 - 25px);
	border-bottom: solid #dcdcdc 4px;
	background: #f1f1f1;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s,
	background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s,
	background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	transition: all 0.5s;
	padding-bottom: 25px;
}
.tintuc_id .mySwiper-tintuc ul {
	margin: 0;
}
.tintuc_id ul img {
	width: 100%;
}
.tintuc_id ul li::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scaleX(0);
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 2;
}
.tintuc_id ul li::after {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: "";
	opacity: 1;
	transition: opacity .35s, -webkit-transform .45s;
	transition: opacity .35s, transform .45s;
	transition: opacity .35s, transform .45s, -webkit-transform .45s;
	z-index: 9;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tintuc_id ul:hover li::before {
	transform: scaleX(1);
	transition: all 0.65s;
}
.tintuc_id ul:hover li::after {
	-webkit-transform: initial;
	transform: none;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
}
.tintuc_id ul:hover {
	border-bottom: solid #ad9861 4px;
	transition: all 0.65s;
}
.tintuc_id_page ul {
	float: left;
	margin: 0 10px 20px 10px;
	width: 380px;
	border-bottom: solid #CCC 4px;
	background: #fff;
	transition: all 0.5s;
}
.tintuc_id ul li, .tintuc_id ul li img, .tintuc_id_page ul li, .tintuc_id_page ul li img, .dichvu_id li img {
	width: 100%;
	list-style: none;
	line-height: 0;
	webkit-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	position: relative;
	overflow: hidden;
	display: block;
}
.tintuc_id ul li:hover img, .video_home_id li img:hover, .product_id ul li img:hover,
.hinhanh_id ul li img:hover, .video_id ul li img:hover, .hethognlienhe_id ul li img:hover, .dichvu_id ul li img:hover,
.hinhanh_home_id_bs ul li img:hover, .silde_den ul li img:hover {
	transform: scale(1.1);
	opacity: 1;
	-webkit-filter: grayscale(0);
}
.tintuc_id ul h2, .tintuc_id_page ul h2 {
	color: #ad9861;
	font-weight: 600;
	font-size: 20px;
	padding: 30px;
	text-transform: uppercase;
	line-height: 30px;
	padding-bottom: 7px;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	font-family: SVN-BonVoyage;
	text-align: center;
}
.tintuc_id .mySwiper-tintuc ul h2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.tintuc_id ul p, .tintuc_id_page ul p {
	color: #888;
	font-size: 14px;
	line-height: 23px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.tintuc_id ul:hover h2, .tintuc_id_page ul:hover h2 {
	color: #ad9861;
}
.news-day {
	font-size: 14px;
	color: #333;
	border-bottom: solid 1px #eee;
	padding: 10px 0px;
	background: url(../images/icon_day.png) center left no-repeat;
	padding-left: 20px;
	margin-bottom: 15px;
}
.nt_tt_id {
	background: #0000009e;
	padding: 10px 20px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
}
.nt_tt_id h3 {
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
}
.nt_tt_id h4 {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
}
.title_news {
	margin: auto;
	width: 75%;
}
.title_news h2 {
	font-size: 23px;
	line-height: 33px;
	color: #111941;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 600;
	font-family: SVN-BonVoyage;
	letter-spacing: 1px;
}
.title_news li {
	font-size: 16px;
	color: #666;
	list-style: none;
	list-style: none;
	background: url(../images/icon_day.png) center left no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
	font-style: italic;
}
.title_news p {
	line-height: 24px;
	color: #333;
	font-weight: normal;
	margin: 15px 0;
}
.title_news p:last-child {
	margin-bottom: 0;
}
.title_news p img {
	width: 100%;
}
.placeNav_3 {
	position: absolute;
	top: 35%;
	z-index: 3;
	color: #ad9861;
	font-size: 70px;
	width: 30px;
	height: 70px;
	line-height: 55px;
	text-align: center;/* background: #fff; */
}
.placeNav_2 {
	position: absolute;
	top: 50%;
	z-index: 3;
	color: #333;
	font-size: 50px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	transform: translateY(-50%);
}
.placeNav {
	position: absolute;
	top: 40px;
	z-index: 3;
	color: #999;
	font-size: 20px;
	width: 15px;
	line-height: 20px;
	height: 25px;
	background: rgba(51, 51, 51, 0.69);
	text-align: center;
	opacity: 0;
}
.placeNav_3.prev {
	left: 50px;
}
.placeNav_3.next {
	right: 50px;
}
.placeNav.prev, .placeNav_2.prev {
	left: -20px;
}
.placeNav_2.next {
	right: -20px;
	text-indent: 3px;
}
.placeNav.next {
	right: 0;
	text-indent: 3px;
}
.placeSlide_main:hover .placeNav, .placeSlide_main:hover .placeNav_2, .placeSlide_main:hover .placeNav_3 {
	opacity: 10;
}
.placeNav:hover, .placeNav_2:hover {
	color: #ad9861;/* background: #00000091; */
}
.placeNav_3:hover {
	color: #111941;/* background: #00000091; */
}
.placeSlide_main {
	position: relative;
	overflow: hidden;
}
.placeSlide, .placeSlide_danhsachdaily, .placeSlide_3 {
	width: 1300px;
}
.camnhan_hv_home .swiper{
	position: relative;
}
.camnhan_hv_home>img {
	position: absolute;
	right: 150px;
	bottom: -115px;
	height: 135px;
}
.titBox {
	text-align: center;
	margin: 0 auto 35px auto;
}
.titBox .desc {
	display: block;
	font-size: 16px;
	color: #C800C8;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 5px;
}
.titBox .tit, .titBox .tit_2 {
	display: block;
	font-size: 32px;
	color: #111941;
	line-height: 45px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 800;
	padding-bottom: 10px;
	font-family: SVN-BonVoyage;
}
.titBox .tit_2 {
	color: #fff;
}
.titBox:after {
	content: "";
	display: inline-table;
	margin: 0;
	height: 1px;
	width: 90px;
	background: #ad9861;
}
.titBox.left {
	margin-left: 10px;
	text-align: center;
	margin-right: 10px;
	margin-top: 10px;
}
.titBox.left:after {
	margin-left: 0;
	background: #333;
}
.titBox.titBox-add {
	width: 75%;
	margin: auto;
	margin-bottom: 50px;
}
.titBox.titBox-add .tit {
	font-size: 27px;
	line-height: 35px;
}
.titBox.titBox-add:after {
	display: none;
}
.titBox.titBox-add p {
	margin: 15px 0;
	text-align: left;
}
.titBox.titBox-add p img {
	width: 100%;
}
.titBox .sub {
	display: block;
	color: #6d6e72;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 8px;
	line-height: 35px;
}
.box_video_home {
	padding-top: 50px;
	background: #fff;
	padding-bottom: 10px;
	overflow-x: hidden;
}
.video_home_id li {
	float: left;
	width: 58%;
	list-style: none;
	line-height: 0;
	position: relative;
	overflow: hidden;
	display: block;
	z-index: 1;
}
.video_home_id ul {
	float: left;
	width: 42%;
	text-align: left;
	padding: 0 30px;
}
.col-p.align-right {
	left: 2px;
	right: initial;
}
.video_home_id li img {
	width: 100%;
	webkit-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.video_home_id li span {
	display: table;
	position: absolute;
	left: 40%;
	top: 40%;
	display: inline-block;
}
.video_home_id li span i {
	color: #AD9861;
	font-size: 80px;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}
.video_home_id.video_home_id2 ul p {
	margin-bottom: 10px;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.video_home_id.video_home_id2:after {
	left: 0px;
	right: inherit;
}
.video_home_id li span i:hover {
	color: #fff;
}
.video_home_id ul h3 {
	margin-bottom: 15px;
	width: calc(100% + 30px);
}
.video_home_id.video_home_id2 ul h3 {
	margin-left: -30px;
}
.video_home_id ul h3 a {
	font-weight: 600;
	font-style: normal;
	font-size: 23px;
	line-height: 35px;
	color: #ad9861;
	padding-top: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	position: relative;
	width: 100%;
	overflow: hidden;
	font-family: SVN-BonVoyage;
	text-transform: uppercase;
	transition: all 0.5s;
	letter-spacing: 0.7px;
}
.video_home_id ul h3 a:hover {
	color: #111941;
	transition: all 0.5s;
}
.video_home_id ul p {
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 23px;
	color: #333;
	margin-bottom: 10px;
}
.video_home_id {
	width: 75%;
	padding-bottom: 30px;
	margin-bottom: 50px;
	position: relative;
	display: flex;
	overflow: hidden;
}
.video_home_id:after {
	content: '';
	position: absolute;
	background: #efece4;
	width: 70%;
	height: calc(100% - 50px);
	right: 0;
	z-index: 0;
	top: 0;
	margin-top: 85px;
	display: none;
}
.dv-ykien-kh-new3 {
	padding: 5px;
}
.footer {
	padding-top: 40px;
	background: url(../delete/banner/footer.png) no-repeat center;
	padding-bottom: 60px;
	background-size: cover;
	position: relative;
}
.footer:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.65);
}
.logo_right_footer {
	float: right;
	width: 420px;
	text-align: right;
	margin-top: 35px;
}
.logo_right_footer ul li {
	float: left;
	list-style: none;
	line-height: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 200px;
}
.logo_right_footer ul li img {
	width: 100%;
	height: auto;
}
.company_footer {
	float: left;
	width: 500px;
}
.company_footer ul li {
	list-style: none;
	line-height: 0;
	padding-bottom: 25px;
}
.company_footer ul h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 35px;
}
.company_footer ul p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}
.company_footer ul p i {
	padding-right: 10px;
}
.copyright_bottom a {
	color: #fff;
}
.copyright_bottom a:hover {
	text-decoration: underline;
	color: #ad9861;
}
.copyright_bottom {
	padding: 25px 10px;
	background: #000;
	text-align: center;
	color: #fff;
}
#back-top {
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 9;
}
#back-top a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background: #ad9861;
	outline: none;
	color: #fff;
	font-size: 17px;
	text-align: center;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}
#back-top a i {
	line-height: 40px;
}
#back-top a:hover {
	color: #fff;
	background: #868686;
}
#sharelink {
	-webkit-animation: blurFadeRight 0.4s ease-in .4s backwards;
	-moz-animation: blurFadeRight 0.4s ease-in .4s backwards;
	-ms-animation: blurFadeRight 0.4s ease-in .4s backwards;
	padding-top: 5px;
	height: 35px;
	text-align: center;
}
.sharelink {
	-webkit-animation: blurFadeRight 0.4s ease-in .4s backwards;
	-moz-animation: blurFadeRight 0.4s ease-in .4s backwards;
	-ms-animation: blurFadeRight 0.4s ease-in .4s backwards;
}
.sharelink a img {
	border: solid rgb(255 255 255 / 54%) 1px;
	padding: 7px 5px;
	margin-left: 5px;
	margin-right: 5px;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	opacity: 1;
	width: 44px;
	height: 40px;
	object-fit: scale-down;
}
.sharelink img:hover {
	background: #ad9861;
	opacity: 10;
	border: solid #ffffff 1px;
}
.dangkynhantin_footer {
	/* width: 265px; */
	/* float: left; */
	/* border: solid rgb(255, 255, 255) 1px; */
	/* padding: 15px; */
	/* background-color: #111941; */
	margin-top: 25px;
}
.dangkynhantin_footer h2 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #ad9861;
}
.dangkynhantin_footer ul form input {
	float: left;
	height: 45px;
	background: none;
	border-bottom: solid #ad9861 1px;
	border-left: solid #ad986100 1px;
	width: 268px;
	padding: 0 10px;
	color: #fff;
	list-style: none;
	border-top: solid #ad986100 1px;
	border-right: solid #ad986100 1px;
	font-size: 15px;
	-webkit-transition: border-color .3s ease-in-out, border-width .6s cubic-bezier(0, 0.63, 0, 1.29), background-color .3s ease;
	-moz-transition: border-color .3s ease-in-out, border-width .6s cubic-bezier(0, 0.63, 0, 1.29), background-color .3s ease;
	transition: border-color .3s ease-in-out, border-width .6s cubic-bezier(0, 0.63, 0, 1.29), background-color .3s ease;
	-webkit-transition: padding-left .3s ease-in-out, padding-right .3s ease-in-out;
	-moz-transition: padding-left .3s ease-in-out, padding-right .3s ease-in-out;
	transition: padding-left .3s ease-in-out, padding-right .3s ease-in-out;
	margin-right: 14px;
	font-family: "Saira", sans-serif;
}
.dangkynhantin_footer ul form input:focus {
	color: #fff;
	background: none;
	border: solid #ad9861 1px;
}
.dangkynhantin_footer ul form a {
	float: left;
	line-height: 44px;
	color: #fff;
	background: #0d1333;
	padding: 0 50px;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	font-size: 18px;
	border: solid #71768E 1px;
}
.dangkynhantin_footer ul form a:hover {
	color: #fff;
	text-decoration: none;
	background: #ad9861;
	border: solid #ad9861 1px;
}
.dangkynhantin_footer p {
	padding: 0px;
	padding-bottom: 10px;
	line-height: 24px;
	color: #fff;
}
.why_home_id ul {
	float: left;
	text-align: center;
	margin: 0 13px;
	transition: all .5s;
}
.why_home_id ul:hover {
	transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transform: translateY(-5px);
}
.why_home_id ul:nth-child(3) li>a {
	background: #c41562;
}
.why_home_id ul:nth-child(4) li>a {
	background: #205cb8;
}
.why_home_id ul:nth-child(5) li>a {
	background: #1a2e64;
}
.why_home_id ul:nth-child(6) li>a {
	background: #ff5757;
}
.why_home_id ul>a>img {
	height: 100px;
}
.why_home_id ul li {
	list-style: none;
}
.why_home_id ul li>a {
	list-style: none;
	line-height: 0;
	background: #ad9861;
	border-radius: 10px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding-top: 8px;
	transition: all .5s;
}
.why_home_id ul:hover li>a {
	transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	background: #ad9861;
}
.why_home_id ul li img {
	height: 30px;
}
.why_home_id ul h3 {
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: #ad9861;
	text-transform: capitalize;
	padding-bottom: 0px;
	padding-top: 7px;
}
.why_home_id ul h3 a {
	color: #ad9861;
}
.why_home_id ul p {
	font-weight: 500;
	font-size: 17px;
	line-height: 25px;
	color: #666;
}
.why_home_id {
	background: #fff;
	padding-bottom: 50px;
	padding-top: 50px;
}
.why_home_id>.flex {
	justify-content: center;
	align-items: flex-end;
}

.home-video {
	position: relative;
	padding: 60px 0;
	background: url(../delete/banner/bg-video.jpg) no-repeat top center;
	background-size: cover;
}
.home-video-popup {
	position: relative;
	width: 75%;
	height: 600px;
	margin: auto;
	margin-top: -145px;
	border: 5px solid #ad9861;
}
.home-video-popup img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-video-popup .video-trigger {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #e52d27;
	color: white;
	padding: 15px 20px;
	border-radius: 10px;
	cursor: pointer;
	transition: all .5s;
}
.home-video-popup .video-trigger:hover {
	background: #ad9861;
	transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.home-video-popup iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home-video-popup .video-trigger>i {
	font-size: 30px;
}
.home-video-popup img {
	width: 100%;
	border-radius: 0px;
}
.box_product_home {
	background: #eee;
	padding: 60px 0 40px;
}
.product_id{
	text-align: center;
	margin: 0 -10px;
	padding-top: 30px;
}
.product_id ul {
	display: inline-table;
	margin: 0px 10px 25px 10px;
	background: #fff;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	width: calc(100% / 3 - 25px);
	padding: 20px;
	transition: all .65s;
	border: solid #FFF 2px;
	text-align: center;
}
.product_id ul img{
	float: left;
	width: 100%;
	height: 340px;
	object-fit: contain;
}

.product_id ul:hover, .list_pro_home ul:hover, .hinhanh_id ul:hover,
.video_id ul:hover, .dichvu_id ul:hover, .hethognlienhe_id ul:hover, .top_sp_id ul:hover {
	transform: translateY(-7px);
	box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
	border: solid #ad9861 2px;
	webkit-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.list_pro_home ul:hover {
	transform: translateY(0);
	border: solid #ad9861 1px;
}
.list_pro_home ul:hover li img {
	transform: translateY(-10px);
	webkit-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.list_pro_home ul li img {
	webkit-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.product_id ul li, .product_id ul li img {
	webkit-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;
}
.product_id ul h3 {
	text-transform: uppercase;
	font-size: 22px;
	line-height: 30px;
	padding: 10px 0;
	padding-top: 15px;
	font-weight: 500;
	color: #111941;
	display: block;
	padding-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
	width: 100%;
	overflow: hidden;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}
.product_id ul:hover h3, .hinhanh_id ul:hover h3, .video_id ul:hover h3, .dichvu_id ul:hover h3 {
	color: #ad9861;
}
.product_id ul p {
	text-transform: none;
	font-size: 15px;
	line-height: 22px;
	margin-top: 15px;
	font-weight: normal;
	color: #888;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	position: relative;
	overflow: hidden;
	height: 66px;
}
.video_sologan_home {
	padding: 80px 0;
	background: url(../delete/banner/made-in-germany.png) no-repeat center;
	background-size: 360px;
}
.video_sologan_home .camnhan_hv_home {
	width: 950px;
	position: relative;
}
.video_sologan_home h2 {
	text-align: center;
	color: #111941;
	font-weight: 600;
	font-size: 32px;
	line-height: 45px;
	text-transform: uppercase;
	padding-bottom: 5px;
	letter-spacing: 2px;
	font-family: SVN-BonVoyage;
}
.video_sologan_home .pagewrap>h3 {
	color: #111941;
	font-size: 20px;
	font-family: SVN-BonVoyage;
	line-height: 33px;
	margin-bottom: 35px;
	letter-spacing: 1px;
}
.video_left_home li {
	float: right;
	list-style: none;
	line-height: 0;
	margin-right: 10px;
	width: 550px;
}
.video_left_home li iframe {
	width: 100%;
	height: 350px;
	-webkit-transition: -webkit-transform .3s ease, border .3s ease, -webkit-box-shadow .3s ease, background .3s ease, z-index .3s ease;
	-moz-transition: -moz-transform .3s ease, border .3s ease, -moz-box-shadow .3s ease, background .3s ease, z-index .3s ease;
	transition: transform .3s ease, border .3s ease, box-shadow .3s ease, background .3s ease, z-index .3s ease;
	-webkit-box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.45);
	-o-box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.45);
}
.hethongtoancau_home {
	background: #efece4;
	text-align: center;
}
.hethongtoancau_home ul img {
	width: 100%;
}
.ykien_kh_home {
	padding-top: 30px;
	background: url(../images/bg_1.png) center bottom no-repeat #111941;
	padding-bottom: 100px;
}
.camnhan_hv_home ul {
	display: flex;
	align-items: flex-end;
}
.camnhan_hv_home ul p {
	color: #333;
	font-weight: normal;
	font-size: 15px;
	line-height: 23px;
	margin-top: 10px;
}
.camnhan_hv_home ul li {
	list-style: none;
	line-height: 0;
	float: left;
	width: 170px;
	margin: 0;
}
.camnhan_hv_home ul li:nth-child(3) {
	background: #cccaca;
	height: 170px;
	padding: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.camnhan_hv_home ul li:nth-child(3) img {
	width: auto;
	height: 80px;
}
.thongtin-right {
	margin: 0;
	width: calc(100% - 340px);
	padding: 0 50px;
	text-align: left;
}
.camnhan_hv_home ul li img {
	width: 100%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.camnhan_hv_home ul h3 {
	font-weight: 500;
	line-height: 35px;
	font-size: 25px;
	color: #000000;
	text-transform: uppercase;
}
.camnhan_hv_home ul h4 {
	font-weight: normal;
	line-height: 20px;
	font-size: 18px;
	color: #ccc;
	text-transform: none;
}
.banner li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.45);
	transition: .3s all ease;
	z-index: 1;
}
.bannerInside {
	height: calc(100vh - 0px);
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bannerMain {
	position: relative;
	overflow: hidden;
}
.banner li {
	float: left;
	width: 100% !important;
	height: 820px;
	list-style: none;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: default;
	position: relative;
}
.banner li img {
	height: 820px;
	width: 100%;
	object-fit: cover;
}
.banner li video {
	height: 820px;
	width: 100%;
	object-fit: cover;
}
.ce-bodytext {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 999;
}
.ce-bodytext h2 {
	font-size: 125px;
	text-shadow: 0px 3px 90px #00000080;
	color: #fff;
	line-height: 125px;
	letter-spacing: 15px;
	font-family: SVN-BonVoyage;
	font-weight: 900;
}
.ce-bodytext p {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 7px;
	color: #fff;
}
.pagiBanner {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: auto;
	width: auto;
	text-align: center;
	z-index: 1;
}
.pagiBanner a {
	display: inline-block;
	vertical-align: text-top;
	width: 18px;
	height: 18px;
	background: #e1e1e1;
	text-indent: -100000px;
	margin: 0 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	border: solid #fff 2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}
.pagiBanner a.selected {
	background: #ad9861;
}
.pagiBanner_3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	text-align: center;
	z-index: 10;
}
.pagiBanner_2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	margin: auto;
	width: auto;
	text-align: center;
	z-index: 10;
}
.pagiBanner_2 a, .pagiBanner_3 a {
	display: inline-block;
	vertical-align: text-top;
	width: 15px;
	height: 15px;
	background: #111941;
	text-indent: -100000px;
	margin: 0 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	border: solid #fff 2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}
.pagiBanner_2 a.selected, .pagiBanner_3 a.selected {
	background: #ad9861;
}
.box_home_top {
	margin: 50px 0 0px;
}
.box_home_top .list_pro_home {
	padding: 0;
}
.list_pro_width70 {
	width: 60%;
	margin: 0 auto;
	position: relative;
}
.title_gt_home {
	margin-bottom: 35px;
	width: 75%;
}
.title_gt_home ul {
	width: 100%;
	margin: 0;
}
.title_gt_home ul img {
	width: auto;
}
.title_gt_home ul h2 {
	font-size: 40px;
	line-height: 60px;
	color: #111941;
	padding-bottom: 10px;
	letter-spacing: 2px;
	font-family: SVN-BonVoyage;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}
.title_gt_home ul p {
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	color: #333;
	text-transform: none;
}
.list_pro_home ul {
	float: left;
	width: 280px;
	background: #e1e1e1;
	padding: 45px 40px;
	text-align: center;
	transition: all .6s;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border:solid #FFF 1px;
}
.list_pro_home ul h3 {
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 18px;
	border-top: 1px solid;
	padding-top: 10px;
}
.list_pro_home ul.bg_xanhdam {
	background: #ad9861;
}
.list_pro_home ul.bg_xanhnhat {
	background: #067b7b;
}
.list_pro_home ul.bg_dodam {
	background: #db803b;
}
.list_pro_home ul.bg_trangid {
	background: #fff;
}
.list_pro_home ul p {
	font-weight: 500;
	font-size: 17px;
	line-height: 30px;
	color: #666;
}
.list_pro_home ul li {
	list-style: none;
	line-height: 0;
	min-height: 80px;
}
.list_pro_home ul li img {
	width: 100%;
	height: 80px;
	object-fit: contain;
}
.list_pro_home ul h3 a {
	font-weight: 500;
	font-size: 17px;
	line-height: 30px;
	text-transform: uppercase;
	background: #fff;
	display: inline-table;
	border: solid #CCC 1px;
	padding: 5px 30px;
	color: #666;
	margin-top: 20px;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}
.list_pro_home ul h3 a:hover {
	background: #111941;
	border: solid #111941 1px;
	color: #fff;
}
.logo_top {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 2;
}
.logo_top img {
	position: relative;
	width: auto;
	height: 50px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	width: 70px;
	object-fit: contain;
}
.box_menu.fixed {
	position: fixed;
	top: 0 !important;
	z-index: 99999;
	background: #ad9861;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
	height: 65px;
	padding: 5px 0;
}
.box_menu.fixed .logo_top {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.box_menu.fixed .logo_top img {
	height: 40px;
	margin-top: 5px;
}
.box_menu.fixed .menu {
	/* float: none; */

	/* text-align: center; */
}
.box_menu.fixed #menu > li > a {
	padding: 0 20px;
}
.box_menu.fixed:after, .box_menu.fixed:before {
	position: absolute;
}
.box_menu {
	background: #ad9861;
	position: relative;
	height: 82px;
	padding: 15px 0;
}
.wrapper, .over, .menuRightMain, .menu > li > ul > li > a, .homeSearch, .rightNav .button > span, .banPro .owl-dot:after, .slidePro_item .thumb:after, .slidePro_item .tit span:after, .oneNews .thumb:after, .oneNews .tit:after, .descProjects {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.menuMain {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
}
.menuMain>.menu:first-child {
	text-align: right;
}
.menu {
	display: inline-table;
	margin: 0;
	padding: 0 65px;
	margin-top: 5px;
	width: calc(50% - 35px);
}
.menu * {
	list-style: none;
}
.menu > li + li {
	margin-left: 70px;
}
.menu > li {
	/* float: left; */
	position: relative;
	display: inline-table;
}
.menu > li > a {
	display: block;
	height: 45px;
	line-height: 45px;
	position: relative;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.menu > li > a i {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 7px;
	color: inherit;
	font-size: 15px;
}
.menu > li:hover > a {
	color: #fff;
}
.menu > li:hover > a:after {
	left: 0;
	right: 0;
	opacity: 1;
}
.menu > li > a:after {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 2px;
	background: #ad9861;
	opacity: 0;
	z-index: 2;
}
.menu > li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
}
.menu > li.active > a {
	color: #EF1E23;
}
.menu > li.active > a:after {
	left: 0;
	right: 0;
	opacity: 1;
}
.menu > li > ul,
.menu > li > ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	min-width: 245px;
	z-index: 6;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	display: block;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transform-origin: center top 0px;
	-moz-transform-origin: center top 0px;
	-webkit-transform-origin: center top 0px;
	transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
	-moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
	-webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
	background: #ad9861;
	text-align: left;
}
.menu > li > ul ul {
	left: 100%;
	top: 0px;
}
.menu > li > ul > li:hover ul,
.menu > li > ul > li > ul > li:hover ul {
	opacity: 1;
	visibility: visible;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
}

.menu > li > ul > li,.menu > li > ul ul li {
	z-index: 10;
	position: relative;
	margin: 0;
	color: #fff;
	font-weight: 400;
	background: #ad9861;
}
.menu > li > ul > li > a,
.menu > li > ul ul li a {
	display: block;
	white-space: nowrap;
	color: inherit;
	background: rgba(255, 255, 255, 0);
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	padding: 0;
	text-decoration: none !important;
	text-transform: capitalize;
	font-size: 16px;
	text-align: left;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	padding: 10px 20px;
}
.menu > li > ul > li > a i {
	text-align: right;
	float: right;
	top: 10px;
	position: absolute;
	right: 15px;
}
.menu > li > ul > li > a > span {
	display: none;
}
.menu > li > ul > li:hover {
	z-index: 3;
}


.openBtn {
	background: no-repeat;
	border: none;
	padding: 5px 5px;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	transition: width .6s, border-radius .6s, background .6s, box-shadow .6s;
	float: right;
	margin-top: 10px;
	margin-right: 50px;
}
.openBtn:hover {
	background: #ad9861;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	color: #fff;
}
.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0, 0, 0, 0.9);
}
.overlay-content {
	position: relative;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}
.overlay .closebtn:hover {
	color: #ccc;
}
.overlay input[type=text] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 87%;
	background: white;
}
.overlay input[type=text]:hover {
	background: #f1f1f1;
}
.overlay button {
	float: left;
	width: 10%;
	padding: 15px;
	background: #ddd;
	font-size: 20px;
	border: none;
	cursor: pointer;
}
.overlay button:hover {
	background: #bbb;
}
.lang_top {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	margin-right: 25px;
}
.lang_top ul li {
	float: left;
	margin-left: 15px;
	list-style: none;
	line-height: 0;
	position: relative;
}
.timkiem_top {
	position: absolute;
	width: 230px;
	right: 0;
	top: 23px;
	display: none;
}
.lang_top ul li i {
	color: #fff;
	font-size: 18px;
}
.lang_top ul li i:hover {
	color: #fff;
}
.lang_top img {
	width: 20px;
	height: auto;
	border: solid #FFF 2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.load_top_id {
	background: url(../images/bg_4.jpg) center center no-repeat;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.load_top_id_2 {
	position: relative;
}



.link_page ul li i {
	margin-right: 7px;
}
.link_page {
	padding-top: 140px;
	padding-bottom: 30px;
}
.link_page ul h2 {
	text-transform: uppercase;
	color: #ad9861;
	font-size: 27px;
	line-height: 35px;
	position: relative;
	font-weight: normal;
	float: left;
	margin-left: 10px;
}
.link_page ul h2:after {
	content: "";
	display: table;
	clear: both;
	width: 50%;
	margin-top: 10px;
	height: 3px;
	background: #ad9861;
}
.link_page ul li {
	list-style: none;
	float: right;
	text-transform: uppercase;
	font-size: 15px;
	color: #999;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-right: 10px;
}
.link_page ul li a {
	color: #999;
}
.link_page ul li a:hover {
	color: #ad9861;
	text-decoration: underline;
}
.page_conten_page {
	padding-top: 50px;
	padding-bottom: 60px;
}



.showText h2 {
	color: #487a07;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 10px;
}
.company_contact ul {
	margin: 0 10px 20px 10px;
	float: left;
	width: 230px;
	background: #eee;
	padding: 25px;
}
.company_contact ul p {
	font-size: 16px;
	line-height: 25px;
	padding-top: 5px;
	color: #666;
}
.company_contact ul h3 {
	text-transform: uppercase;
	color: #111941;
	font-size: 20px;
	line-height: 35px;
	font-weight: normal;
	margin-bottom: 5px;
}
.company_contact ul h3 i {
	margin-right: 10px;
}
.map_contact iframe {
	width: 100%;
	height: 450px;
}
.contact h2 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	color: #666;
	padding-bottom: 20px;
}
.contact .left {
	width: 44.7%;
	float: left;
}
.contact .right {
	width: 55%;
	float: right;
}
.formBox li {
	display: block;
	position: relative;
	margin-bottom: 10px;
	z-index: 0;
}
.formBox li input, .formBox li textarea {
	border: solid 1px #E1E1E1;
	height: 45px;
	color: #999;
	padding: 0 10px 0 45px;
	font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
	font-size: 15px;
}
.formBox li textarea {
	padding: 10px 10px 10px 45px;
	height: 197px;
}
.contact .left input {
	width: 87%;
}
.contact .right input, .contact .right textarea {
	width: 91%;
}
.formBox li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
}
.formBox li.name:after {
	background-image: url("../images/contact/c_name.png")
}
.formBox li.phone:after {
	background-image: url("../images/contact/c_phone.png");
}
.formBox li.mail:after {
	background-image: url("../images/contact/c_mail.png");
}
.formBox li.local:after {
	background-image: url("../images/contact/c_local.png");
}
.formBox li.subject:after {
	background-image: url("../images/contact/c_subject.png");
}
.formBox li.mess:after {
	background-image: url("../images/contact/c_mess.png");
}
.formBox li.code:after {
	background-image: url("../images/contact/c_code.png");
}
.formBox li.day:after {
	background-image: url("../images/contact/day.png");
}
.formBox li.songuoi:after {
	background-image: url("../images/contact/songuoi.png");
}
.formBox .button {
	float: right;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 25px;
	margin-left: 10px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	color: #FFF;
	background: #ad9861;
	white-space: nowrap;
	/* border-radius: 5px; */
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.formBox .button:hover {
	color: #FFF;
	background: #111941;
}
.formBox li span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 42px;
	padding: 0 10px;
	font-weight: normal;
	z-index: 2;
	letter-spacing: 1px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
}
.hinhanh_id ul {
	float: left;
	margin: 0 10px 20px 10px;
	width: 360px;
	background: #ffffff;
	padding: 10px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
	transition: all .3s;
}
.hinhanh_id ul li, .hinhanh_id ul li img {
	width: 100%;
	height: 235px;
	list-style: none;
	line-height: 0;
	webkit-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	position: relative;
	overflow: hidden;
	display: block;
}
.hinhanh_id ul h3, .video_id ul h3 {
	text-align: center;

	font-size: 18px;
	font-weight: normal;

	text-transform: uppercase;
	color: #333;
	line-height: 25px;
	padding: 10px;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	padding-top: 15px;
}
.video_id ul {
	float: left;
	margin: 0 10px 20px 10px;
	width: 260px;
	background: #ffffff;
	padding: 10px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
	transition: all .3s;
}
.video_id ul li, .video_id ul li img {
	width: 100%;
	height: 170px;
	list-style: none;
	line-height: 0;
	webkit-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	position: relative;
	overflow: hidden;
	display: block;
}
.albumView {
	min-height: 300px;
	padding: 0 10px 20px 0px;
}
.albumView .galleria-info {
	visibility: hidden;
}
.galleria-thumbnails .galleria-image {
	width: 285px;
	height: auto;
	margin-left: 10px;
	margin-bottom: 10px;
	position: absolute!important;
	top: 0;
	left: 0;
	cursor: pointer;
	background: #ddd url(../images/loader.gif) no-repeat 50% 50%;
}
.video_id_top {
	/* margin: 10px; */
	border: solid #CCC 10px;
	margin-bottom: 20px;
}
.video_id_top iframe {
	width: 100%;
	height: 600px;
}
.bottom_more {
	text-align: center;
	margin: 25px auto 50px;
}
.bottom_more.bottom_more_tintuc {
	margin: 0 auto;
}
.bottom_more h3 a {
	text-transform: capitalize;
	padding: 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 800;
	display: inline-block;
	letter-spacing: 2px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: all 0.3s;
	position: relative;
	background: transparent;
	color: #ad9861;
	font-family: SVN-BonVoyage;
}
.bottom_more.bottom_more_tintuc h3 a {
	background: #ad9861;
	color: #fff;
	padding: 10px 20px;
}
.bottom_more.bottom_more_tintuc h3 a:hover {
	background: #111941 !important;
	color: #ad9861 !important;
	transition: all 0.3s;
}
.silde_den ul h3 a:hover {
	background: #111941 !important;
	color: #ad9861 !important;
	transition: all 0.3s;
}
.bottom_more h3 a:hover {
	color: #111941 !important;
	transition: all 0.3s;
}
.hethognlienhe_id ul {
	float: left;
	width: 540px;
	margin: 10px;
	background: #fff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	transition: all .3s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	padding: 20px;
}
.hethognlienhe_id ul h3 {
	text-transform: uppercase;
	color: #111941;
	font-size: 22px;
	line-height: 35px;
	font-weight: normal;
	margin-top: 10px;
}
.hethognlienhe_id ul p {
	font-size: 17px;
	line-height: 25px;
	padding-top: 5px;
	color: #555;
}
.dichvu_id ul p {
	font-size: 18px;
	line-height: 30px;
	padding: 15px;
	color: #555;
	text-align: justify;
}
.dichvu_id ul li, .dichvu_id ul li img {
	width: 100%;
	height: 250px;
	list-style: none;
	line-height: 0;
	webkit-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	position: relative;
	overflow: hidden;
	display: block;
}
.dichvu_id ul {
	float: left;
	margin: 0 10px 20px 10px;
	width: 380px;
	background: #ffffff;
	padding: 10px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
	transition: all .3s;
}
.dichvu_id ul h3 {
	text-transform: uppercase;
	color: #111941;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	padding: 15px;
	padding-bottom: 0;
}
.hethognlienhe_id ul li, .hethognlienhe_id ul li img {
	width: 100%;
	height: 250px;
	list-style: none;
	line-height: 0;
	webkit-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	position: relative;
	overflow: hidden;
	display: block;
}
.viewRight {
	width: 560px;
	float: right;
}
.viewRight .desc {
	border-bottom: dotted 1px #ddd;
	margin-bottom: 2px;
	padding-bottom: 10px;
}
.viewRight .desc b {
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	color: #ad9861;
}
.viewRight .desc b span {
	margin-left: 15px;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	text-decoration: line-through;
}
.viewRight .desc li {
	line-height: 18px;
	margin-bottom: 15px;
	text-indent: 15px;
	list-style: none;
	background: url("../images/icon-check-pink.png") no-repeat left 4px;
	margin-left: 15px;
	font-size: 16px;
}
.quantity {
	position: relative;
	margin-bottom: 15px;
}
.quantity, .quantity * {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
}
.quantity label {
	font-size: 16px;
	padding-right: 5px;
}
.quantity .input-text {
	width: 50px;
	height: 50px;
	border: none;
	text-align: center;
	font-size: 18px;
	box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}
.quantity p {
	padding: 15px 0 10px 0;
	border-top: dotted 1px #ddd;
	font-size: 18px;
	text-transform: uppercase;
}
.quantity .minus, .quantity .plus {
	position: absolute;
	bottom: 0px;
	left: 100px;
	width: 30px;
	height: 23px;
	border: none;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	text-align: center;
	-webkit-appearance: none;
	appearance: none;
	background: #666;
	line-height: 19px;
}
.quantity .minus {
	font-size: 25px;
}
.quantity .plus {
	bottom: 27px;
}
.quantity a {
	position: relative;
	height: 50px;
	line-height: 52px;
	position: absolute;
	/* float: left; */
	/* right: 0; */
	/* bottom: -1px; */
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 18px 0 50px;
	color: #ddd;
	border: solid 1px #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	background: #666;
	margin-left: 50px;
}
.quantity a:hover {
	color: #fff;
	background: #333;
}
.quantity a:before {
	content: "";
	background-image: url("../images/icon-cart-w.png");
	background-position: center center;
	position: absolute;
	top: 12px;
	left: 10px;
	width: 26px;
	height: 22px;
	z-index: 2;
	line-height: normal;
}
#proView .link a {
	display: inline-block;
	height: 24px;
	line-height: 26px;
	padding-left: 30px;
	color: #333;
	position: relative;
}
#proView .link a:hover {
	color: #f00;
}
#proView .link a:first-child {
	margin-right: 22px;
}
#proView .link {
	margin-bottom: 15px;
}
#proView .link a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-color: #646464;
	background-position: center center;
	background-repeat: no-repeat;
}
#proView .link a.b_mail:after {
	background-image: url("../images/icon-mail.png");
}
#proView .link a.b_share:after {
	background-image: url("../images/icon-share.png");
}
#proCont {
	padding: 0px 0px;
}
.listDesc {
	margin-bottom: 15px;
	box-shadow: inset 0 -5px #E6E6E6;
}
.listDesc a {
	text-transform: uppercase;
	font-size: 20px;
	display: inline-block;
	line-height: 40px;
	margin-right: 20px;
	padding-bottom: 5px;
	box-shadow: inset 0 -5px #646464;
	color: #999;
}
.titleView {
	background: url(../images/title-line.png) repeat-x left bottom;
	position: relative;
	padding: 0px 0 15px 0;
	margin-bottom: 20px;
	line-height: 30px;
	font-size: 25px;
	color: #111941;
	font-weight: 100;
	text-transform: uppercase;
}
.viewRight h2 {
	font-size: 20px;
	position: relative;
	border-bottom: dotted 1px #ddd;
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #f60;
}
#bridal_images {
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	float: left;
	width: 450px;
	height: 450px;
	overflow: hidden;

	margin-right: 20px;
}
#bridal_images img {
	border: none;





	width: 450px;
	height: 450px;



	margin: 0px auto;
}
#bridal_images_list {
	display: block;
	float: left;
	width: 110px;
	padding-right: 20px;
	position: relative;
}
#bridal_images_list li {
	margin-bottom: 5px;
	list-style: none;
	/* float: left; */
	height: 100px;
	width: 100px;
	border: 1px solid #CCC;
	background: #fff;
	padding: 4px;
	text-align: center;
	overflow: hidden;
	margin-top: 5px;
}
#bridal_images_list li:hover {
	border: 1px solid #999;
	background: #fff;
}
#bridal_images_list img {
	width: auto;
	height: 100px;
	width: 100px;
	border: none;
}
.pro_slide_prev, .pro_slide_next {
	position: absolute;
	width: 12px;
	border: solid 1px #ccc;
	bottom: 50%;
	height: 50px;
	margin-bottom: -25px;
	text-indent: -10000px;
}
.pro_slide_prev {
	left: 0px;
	border-radius: 5px 0px 0px 5px;
	background: url(../images/pro_slide_prev.png) no-repeat center center #f4f4f4;
}
.pro_slide_next {
	right: 0px;
	border-radius: 0px 5px 5px 0px;
	background: url(../images/pro_slide_next.png) no-repeat center center #f4f4f4;
}
a.pro_slide_prev.disabled, a.pro_slide_next.disabled {
	opacity: .5;
}
a.pro_slide_prev.disabled, a.pro_slide_next.disabled {
	cursor: default;
}
.cloud-zoom-lens {
	cursor: move;
}
.cloud-zoom-big {
	overflow: hidden;
}
.cloud-zoom-loading, img.loading {
	background: url(../images/loading.gif) no-repeat scroll center transparent;
}
#pro_img_main {
	margin-bottom: 25px;/* margin-left: 10px; *//* margin-right: 10px; */
}
.dowload_file a {
	background: #ad9861;
	text-transform: uppercase;
	color: #fff;
	padding: 2px 40px;
	font-size: 15px;
	line-height: 35px;
	font-weight: normal;
	display: inline-block;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	margin-bottom: 15px;
	position: relative;
	margin-top: 20px;
}
.dowload_file a:hover {
	background: #111941;
	color: #fff;
}
.listtabs {
	/* display: inline-table; */
	overflow: hidden;
	margin-bottom: 0px;
	text-align: center;/* background: #FFF; */
}
.listtabs li {
	display: inline-table;
	list-style: none;
}
.listtabs li a {
	color: #ad9861;
	text-decoration: none;
	margin-right: -1px;
	display: block;
	padding: 0px 20px;
	line-height: 35px;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	background: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.listtabs li a:hover, .listtabs li a.selected, .listtabs li a.selected:hover {
	color: #ad9861;
	background: #111941;
	/* border: solid #c1c1c1 1px; */
	/* border-bottom: solid #87479c 2px; */
}
#pro_tabs .tabs {
	border-top: none;
}
#pro_tabs {
	margin-bottom: 20px;
	text-align: center;
}
.box_tab {
	width: 55%;
	background: #fff;
	/* padding-top: 14px; */
	/* margin: 0 10px; */
	border-bottom: dotted 1px #c1c1c1;
	border-top: dotted 1px #c1c1c1;
}
.top_sp_id {
	padding: 30px 0;
	background: #fff;
}
.top_sp_id h2 {
	color: #111941;
	font-size: 30px;
	line-height: 45px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.top_sp_id ul {
	margin: 10px;
	float: left;
	background: #fff;
	text-align: center;
	padding: 100px 30px;
	width: 220px;
	-webkit-transition: -webkit-transform .3s ease, border .3s ease, -webkit-box-shadow .3s ease, background .3s ease, z-index .3s ease;
	-moz-transition: -moz-transform .3s ease, border .3s ease, -moz-box-shadow .3s ease, background .3s ease, z-index .3s ease;
	transition: transform .3s ease, border .3s ease, box-shadow .3s ease, background .3s ease, z-index .3s ease;
	-webkit-box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.35);
	-o-box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.35);
	border-radius: 5px!important;
}
.top_sp_id ul img {
	width: 100%;
	height: auto;
}

.menu-child {
	display: flex;
	flex-direction: column;
	z-index: 1000;
	padding: 3px;
	right: 0;
	margin-right: 8px;
}

.menu-child li {
	list-style: none;
	margin: -1px 0;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	white-space: nowrap;
}
.menu-child li:nth-child(odd) a {
	border-left: 2px solid #ad9861;
}
.menu-child li a {
	display: block;
	text-decoration: none;
	color: #111941;
	padding: 15px 5px;
	border-left: 2px solid #111941;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	background: #fff;
}
.menu-child li a:hover {
	border-left: 2px solid #333;
	color: #ad9861;
}


.banner_sp_dt li {
	list-style: none;
	line-height: 0;
	margin-top: 10px;
}
.banner_sp_dt li img {
	display: block;
	margin: 0 auto;
	height: auto;
	max-width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.banner_sp_dt ul h3 {
	display: block;
	font-weight: 600;
	font-size: 32px;
	line-height: 45px;
	color: #111941;
	text-transform: none;
	padding-bottom: 20px;
	letter-spacing: 2px;
	font-family: SVN-BonVoyage;
}
.banner_sp_dt ul h4 {
	color: #ad9861;
	font-size: 32px;
	line-height: 45px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 30px;
	font-family: SVN-BonVoyage;
}
.banner_sp_dt ul h3 img {
	height: 80px;
}
.banner_sp_dt ul h3:after {
	content: "";
	display: inline-table;
	margin: 0;
	height: 4px;
	width: 160px;
	background: #ad9861;
	position: absolute;
	bottom: -5px;
	left: 40%;
	display: none;
}
.banner_sp_dt ul p {
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	font-size: 15px;
	text-align: center;
	width: 80%;
}
.banner_sp_dt ul {
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}
.banner_sp_dt {
	padding: 50px 0 0px;
}
.banner_sp_ob {
	position: relative;
}
.banner_sp_ob>img {
	position: absolute;
	top: 75px;
	left: 50%;
	transform: translateX(-50%);
	width: 65%;
	opacity: 0.12;
}
.silde_den {
	padding-bottom: 10px;
	text-align: center;
	padding-top: 0px;
}
.silde_den ul {
	display: inline-block;
	margin: 30px 10px 0px;
	width: calc(100% / 2 - 25px);
	position: relative;
}
.silde_den ul li, .silde_den ul li img {
	width: 100%;
	height: auto;
	list-style: none;
	line-height: 0;
	webkit-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
	position: relative;
	overflow: hidden;
	display: block;
}
.silde_den ul li img {
	width: auto;
	height: 500px;
}
.silde_den ul h3 {
	position: relative;
	width: 100%;
	margin-top: 30px;
}
.silde_den ul h3 a {
	text-transform: uppercase;
	color: #ad9861;
	border: 2px solid #ad9861;
	padding: 6px 30px 3px;
	font-size: 18px;
	line-height: 35px;
	font-weight: normal;
	display: inline-block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	letter-spacing: 1px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	position: relative;
	font-family: SVN-BonVoyage;
	background: #fff;
}
.silde_den ul:before {
	content: "";
	position: absolute;
	left: 102%;
	top: 28%;
	height: 44%;
	width: 2px;
	border-right: 2px solid #ad9861;
	z-index: 1;
}
.silde_den ul:nth-child(2):before {
	display: none;
}
.hinhanh_home_id_bs ul {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 24.2%;
	position: relative;
	display: block;
	overflow: hidden;
}
.hinhanh_home_id_bs ul li, .hinhanh_home_id_bs ul li img {
	height: auto;
	list-style: none;
	line-height: 0;
	width: 100%;
	webkit-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
	position: relative;
	overflow: hidden;
	display: block;
}
.hinhanh_home_id_bs ul h3 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	text-align: center;
	color: #fff;
	background: #0000008f;
	line-height: 28px;
	font-size: 17px;
	font-weight: 500;
	opacity: 0;
	padding: 20px;
}
.hinhanh_home_id_bs ul:hover h3 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	color: #fff;
	background: #0000008f;
	opacity: 10;
	height: calc(40vh - 0px);
}
.pull-right {
	float: right;
	margin-left: 0;
}
.padding_pagewrap_with {
	width: 100%;
	position: relative;
}
.danhsachdaily_danhsach {
	background: #eee;
	display: block;
	position: relative;
}
.danhsachdaily_danhsach ul {
	float: left;
	width: 800px;
	margin: 40px 50px;
	text-align: center;
}
.danhsachdaily_danhsach ul h3 {
	font-size: 25px;
	color: #333;
	line-height: 35px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 10px;
}
.danhsachdaily_danhsach ul p {
	font-size: 18px;
	line-height: 30px;
	color: #555;
}
.box_dl_id {
	margin-bottom: 45px;
}
.hinhanh_dl_id ul li {
	list-style: none;
	position: relative;
	line-height: 0;
}
.hinhanh_dl_id ul li img {
	width: 100%;
	height: 350px;
}
.hinhanh_dl_id ul h3 {
	text-align: center;
	color: #ad9861;
	font-size: 23px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 35px;
	padding: 10px;
	background: #111941;
}
.mySlides {
	display: none
}
img {
	vertical-align: middle;
}
/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 4px;
	width: 30px;
	margin: 0 2px;
	background-color: #bbb;
	/* border-radius: 50%; */
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: #ad9861;
}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
@-webkit-keyframes fade {
	from {
		opacity: .2
	}
	to {
		opacity: 1
	}
}
@keyframes fade {
	from {
		opacity: .2
	}
	to {
		opacity: 1
	}
}
.mySlides {
	display: none;
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
	cursor: pointer;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
/* Container for image text */
.caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
/* Six columns side by side */
.column {
	float: left;
	width: 16.66%;
}
/* Add a transparency effect for thumnbail images */
.demo {
	opacity: 0.6;
}
.active, .demo:hover {
	opacity: 1;
}
.hinhanh_ct {
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.hinhanh_ct img {
	width: 100%;
	height: auto;
	text-align: center;
}
.gia_id {
	text-align: center;
	margin-top: 0px;
	padding: 50px 0;
}
.gia_id h2 {
	text-align: center;
	display: inline-table;
	color: #ad9861;
	font-weight: normal;
	background: #111941;
	font-size: 20px;
	line-height: 35px;
	padding: 5px 30px;
}
.sp-hotline {
	font-size: 25px;
	line-height: 35px;
}
.sp-hotline a {
	color: #333;
}
.nums {
	table-layout: auto;
	margin-top: 20px;
	text-align: center;
}
.nums li {
	list-style: none;
	display: inline-table;
}
.nums a {
	font-size: 15px;
	display: block;
	margin: 0 5px 0 0;
	padding: 0px 15px;
	line-height: 30px;
	height: 32px;
	width: auto;
	table-layout: inherit;
	text-align: center;
	color: #fff;
	background: #969696;
	border: #969696 1px solid;
	text-decoration: none;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 3px;
}
.nums a:hover, .nums a.active, .nums a.stay:hover {
	background: #ad9861;
	color: #FFF;
	border: #ad9861 1px solid;
}
.nums a.stay {
	background: #111941;
	border: #111941 1px solid;
	color: #fff;
}


.logo_doitac_home {
	padding: 60px 0;
	position: relative;
	background: #505050;
}
.logo_doitac_home .list_logo_home {
	width: 60%;
	position: relative;
}
.logo_doitac_home .list_pro_home ul {
	padding: 7px 40px;
	border: none;
}

.sanpham-thesound {
	padding: 0 0px;
	position: relative;
}
.sanpham-thesound .page_p_bg {
	transform: translateX(-5%);
	left: 0;
	right: initial;
}
.sanpham-thesound.sanpham-thesound-2 .page_p_bg {
	transform: translateX(-33%);
	right: 0;
	left: initial;
	background: #e1e1e1;
}
.sanpham-thesound.sanpham-thesound-2 .col-left .col-left-p {
	width: 69%;
	right: 15px;
}
.sanpham-thesound.sanpham-thesound-3 .page_p_bg {
	background: #a0a5a817;
}
.col-column-full {
	width: 100%;
	margin: auto;
	position: relative;
	display: flex;
	margin-bottom: 50px;
	overflow: hidden;
}
.col-column-full img {
	width: 100%;
}
.sanpham-thesound .col-column-full:after {
	content: '';
	position: absolute;
	background: #efece4;
	width: 70%;
	height: calc(100% - 50px);
	left: 0;
	z-index: 0;
	top: 0;
	margin-top: 85px;
	display: none;
}
.sanpham-thesound h2 {
	font-size: 25px;
	color: #ad9861;
	line-height: 35px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: SVN-BonVoyage;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.sanpham-thesound p {
	color: #000;
	margin-bottom: 10px;
}
.sanpham-thesound h2>span {
	display: block;
	padding-left: 123px;
}
.col-left {
	width: 42%;
	float: left;
	padding: 0 30px;
}
.col-left .col-left-p {
	position: absolute;
	z-index: 2;
	width: 71%;
	padding: 0 30px;
	right: 0;
	top: 45%;
	transform: translateY(-50%);
}
.col-left .col-left-p>img {
	position: absolute;
	width: 300px;
	height: 300px;
	top: 54%;
	transform: translateY(-50%);
	left: 8%;
	opacity: 0.1;
}
.col-left .col-left-p.align-right {
	left: 0;
	right: initial;
}
.col-left .col-left-p.align-right>img {
	left: 12%;
}
.col-right {
	width: 58%;
	float: left;
	position: relative;
	z-index: 2;
}
.col-right img {
	width: 100%;
}
.sanpham-thesound.sanpham-thesound-2 .col-column-full:after {
	right: 0;
	left: inherit;
	background: #e1e1e1;
}
.sanpham-thesound.sanpham-thesound-3 .col-column-full:after {
	background: #a0a5a817;
}
.sanpham-thesound.sanpham-thesound-2 h2 {
	color: #1a171b;
}

.column_hinhanh {
	background: #fff;
	padding: 50px 0;
}
.sanpham-thesound.sanpham-academy h2 {
	color: #a0a5a8;
}
.sanpham-thesound.sanpham-academy .pagewrap:after {
	background: #e1e1e1;
}
.sanpham-thesound.sanpham-academy .col-left-p p {
	color: #333;
}

.sanpham-thesound.sanpham-hoffmann h2 {
	color: #067b7b;
}
.sanpham-thesound.sanpham-hoffmann-3 .page_p_bg {
	background: #327eac14;
}

.sanpham-thesound.sanpham-hoffmann .page_p_bg {
	background: #067b7b14;
}

.sanpham-thesound.sanpham-zimmermann h2 {
	color: #db803b;
}
.sanpham-thesound.sanpham-zimmermann .pagewrap:after {
	background: #db803b29;
}

.logo-t.flex {
	justify-content: space-between;
	align-items: center;
	position: absolute;
	width: 100%;
}
.logo-t.flex img {
	margin: 0;
	z-index: 1;
}
.logo-t.flex img:nth-child(1) {
	height: 70px;
	z-index: 1;
}
.swiper.mySwiper-sp {
	z-index: 0;
}

.hinhanh_ct .swiper-horizontal>.swiper-pagination-progressbar,
.hinhanh_ct .swiper-pagination-progressbar.swiper-pagination-horizontal {
	height: 0;
	bottom: -30px;
	top: inherit;
	position: relative;
}

.hinhanh_ct .mySwiper-sp {
	padding-bottom: 40px;
	padding-top: 70px;
	margin-bottom: 10px;
	width: 65%;
}
.hinhanh_ct .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.hinhanh_ct .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 35px;
	height: 10px;
	border-radius: 2px;
}
.hinhanh_ct .swiper-pagination-bullet-active {
	background: #ad9861;
}


.accordion {
	position: relative;
	border-top: 1px solid rgba(221, 221, 221, 0.75);
	border-bottom: 1px solid rgba(221, 221, 221, 0.75);
	font-family: "SanFranciscoText", sans-serif;
	font-size: 15px;
	width: 75%;
}
.accordion__title {
	display: flex;
	gap: 1em;
	position: relative;
	padding: 1.25rem;
	font-size: 23px;
	color: #333;
	font-weight: 500;
	margin-bottom: 0;
	cursor: pointer;
	transition: color 0.3s ease-in-out;
	font-family: SVN-BonVoyage;
	text-transform: uppercase;
	align-items: center;
}
.accordion__title>img {
	margin: 0;
	height: 32px;
	margin-right: 0;
}
.accordion__title::after {
	flex-shrink: 0;
	content: "";
	position: relative;
	display: inline-block;
	margin-left: auto;
	transform-origin: center;
	transform: rotate(45deg);
	transition: all 0.3s ease-in-out;
	width: 0.65em;
	height: 0.65em;
	border-bottom: 0.125rem solid #333;
	border-right: 0.125rem solid #333;
}
.accordion__title:hover {
	color: #111941;
}
.accordion__inner {
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.accordion__content {
	padding: 10px 30px 15px;
}
.accordion__content ul {
	padding-left: 30px;
	padding-top: 10px;
}
.accordion__content p img {
	width: 100%;
}
.accordion--opened .accordion__title::after {
	transform: translateY(25%) rotate(220deg);
}

.accordion + .accordion {
	border-top: none;
}

.noidung h2 {
	font-family: SVN-BonVoyage;
	color: #333;
	font-size: 23px;
	margin-bottom: 10px;
	line-height: 35px;
}
.noidung {
	margin-bottom: 30px;
	width: 75%;
}
.noidung>p {
	margin-bottom: 10px;
	text-align: justify;
}
.sanpham-thesound.daily-custom p {
	color: #333;
}
.mapps {
	padding: 60px 0;
}
.tintuc_home.truso-column {
	padding-top: 60px;
	padding-bottom: 30px;
}
.truso-column .tintuc_id ul li::before,
.truso-column .tintuc_id ul li::after {
	display: none;
}
.truso-column .tintuc_id ul li {
	display: inline-block;
	line-height: 23px;
	padding: 3px 20px;
	list-style: disc;
	font-size: 15px;
}
.truso-column .tintuc_id ul li i {
	font-size: 10px;
	margin-right: 5px;
	margin-top: -1px;
}
.truso-column .tintuc_id ul {
	padding-bottom: 30px;
	margin-bottom: 0;
}
.truso-column .tintuc_id ul h2 {
	font-size: 23px;
	text-align: center;
	line-height: 35px;
	color: #ad9861;
	border-bottom: 1px solid;
	margin-left: 20px;
	margin-right: 20px;
	padding: 20px 0 10px;
	margin-bottom: 20px;
}

.logo-sanpham-ab {
	position: relative;
}
.logo-sanpham-ab>img {
	position: absolute;
	right: 0;
	top: -280px;
	width: 127px;
	background: #fff;
	padding: 20px;
	padding-right: 0;
	display: none;
}
.logo-sanpham-b {
	justify-content: space-between;
	align-items: center;
	margin-top: -20px;
	margin-bottom: 30px;
}
.logo-sanpham-b>img {
	margin: 0;
	height: 90px;
	margin-bottom: 20px;
}
.logo-sanpham-b .maso {
	font-size: 100px;
	color: #ad9861;
	font-family: SVN-BonVoyage;
	font-weight: 700;
	margin: 0;
	line-height: 90px;
	letter-spacing: 2px;
}
.logo-sanpham-b .maso>span {
	font-size: 45px;
	font-weight: 500;
	margin-left: 5px;
}
.col-left-lienhe h4 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
.col-left-lienhe h4 a,
.col-left-lienhe h5 a {
	color: #ad9861;
}
.col-left-lienhe h3 {
	margin-bottom: 10px;
}
.col-left-lienhe h3 a {
	color: #db803b;
}
.col-left-lienhe h5 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
}
.sanpham-thesound.sanpham-thesound-2 .col-left-lienhe h2 {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0;
	font-weight: 800;
	height: auto;
	margin-bottom: 7px;
}

.sanpham-cauchuyen {
	padding: 0 0 50px;
	position: relative;
	overflow: hidden;
}
.sanpham-cauchuyen:before {
	content: '';
	position: absolute;
	background: url(../delete/sanpham/bg-12.png) no-repeat right center;
	width: 52%;
	height: 630px;
	background-size: cover;
	margin-top: 10px;
	opacity: 0.35;
	top: 0;
	clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}
.sanpham-cauchuyen.sanpham-cauchuyen-col2:before {
	background: url(../delete/sanpham/bg-13.png) no-repeat left; center;
	right: 0;
	width: 52%;
	height: 630px;
	background-size: cover;
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.sanpham-cauchuyen.sanpham-cauchuyen-col3:before {
	background: url(../delete/sanpham/bg-14.png) no-repeat right center;
	width: 52%;
	height: 630px;
	background-size: cover;
	clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}

.sanpham-cauchuyen .tit {
	display: block;
	font-size: 28px;
	color: #111941;
	line-height: 45px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 800;
	padding-bottom: 15px;
	font-family: SVN-BonVoyage;
}
.cauchuyen-col {
	position: relative;
}
.cauchuyen-col img {
	width: 77%;
	z-index: 2;
	position: relative;
	border: 7px solid #ad9861;
}
.cauchuyen-col:after {
	content: '';
	position: absolute;
	background: #ad9861;
	width: 200%;
	height: 280px;
	right: -133%;
	z-index: 0;
	bottom: -30px;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 3.5% 100%);
}
.sanpham-cauchuyen-col2 .cauchuyen-col:after {
	right: inherit;
	left: -132%;
	clip-path: polygon(0 0, 100% 0%, 96.5% 100%, 0 100%);
}
.sanpham-cauchuyen-col2 .cauchuyen-col .cauchuyen-col-1>p {
	padding-left: 0;
	padding-right: 12%;
}
.cauchuyen-col-1 {
	position: relative;
	z-index: 2;
	display: flex;
	width: 77%;
	align-items: flex-end;
	justify-content: space-between;
}
.cauchuyen-col-1>h3 {
	font-family: SVN-BonVoyage;
	font-size: 50px;
	color: #000;
	letter-spacing: 2px;
	line-height: 50px;
}
.cauchuyen-col-1>p {
	color: #000;
	padding-left: 12%;
}
.dichvu-col-full {
	padding-bottom: 60px;
}
.dichvu-col-left {
	width: 50%;
	float: left;
	padding-right: 50px;
}
.dichvu-col-left>img {
	width: 100%;
}
.dichvu-col-right {
	width: 50%;
	float: left;
}
.dichvu-col-right>p {
	margin-bottom: 15px;
	font-size: 15px;
}
.dichvu-col1-full {
	position: relative;
	height: 700px;
}
.dichvu-col1-full>img {
	width: 100%;
	height: 700px;
	object-fit: cover;
}
.col1-ab {
	width: 40%;
	position: absolute;
	top: 50%;
	left: 10%;
	z-index: 2;
	font-family: SVN-BonVoyage;
	color: #fff;
	font-size: 40px;
	line-height: 75px;
	text-align: right;
	transform: translateY(-50%);
}
.col1-ab>h2 {
	text-shadow: 2px 2px #ad9861;
}

.dichvu-col2-full {
	margin-top: -125px;
	padding-bottom: 60px;
}
.col2-left {
	width: 45%;
	float: left;
	padding: 215px 100px 0 0;
}
.col2-left>img {
	width: 100%;
}
.col2-right {
	width: 55%;
	float: right;
}
.col2-right>img {
	width: 100%;
}

.sanpham-lienquan {
	width: 100%;
	position: relative;
}
.dichvu-col {
	width: 75%;
}

.tintuc_page .video_home_id {
	display: flex;
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.page_p_bg {
	background: #efece4;
	width: 165%;
	height: 90%;
	position: relative;
	transform: translateX(-33%);
	right: 0;
}
.tintuc_page .video_home_id:after {
	display: none;
}
.page_p_bg>.col-p {
	position: absolute;
	z-index: 2;
	width: 72%;
	padding: 0 30px;
	right: 4px;
	top: 44%;
	transform: translateY(-50%);
}
.video_home_id2 .page_p_bg {
	transform: translateX(-6%);
	left: 0;
	right: initial;
}
.video_home_id2 .page_p_bg>.col-p {
	right: inherit;
}
.sanpham_morong {
	padding-top: 50px;
}

.home-video.sanpham-video {
	background: #fff;
	position: relative;
	padding-top: 0;
	padding-bottom: 0px;
}
.home-video.sanpham-video:before {
	content: '';
	position: absolute;
	background: url(../delete/sanpham/bg-10.png) no-repeat right center;
	width: 44%;
	height: 500px;
	background-size: cover;
	margin-top: -30px;
	opacity: 0.25;
	clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}
.home-video.sanpham-video:after {
	content: '';
	position: absolute;
	background: url(../delete/sanpham/bg-11.png) no-repeat left center;
	width: 44%;
	height: 500px;
	background-size: cover;
	opacity: 0.25;
	right: 0;
	bottom: 0px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
}
.home-video.sanpham-video .home-video-popup {
	margin-top: 0;
	z-index: 2;
}

.dichvu-col-3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 50px;
}
.dichvu-col-3 .col-3 img {
	position: absolute;
	top: 50%;
	left: 35%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
	width: 600px;
}
.dichvu-col-3>div {
	margin: 0;
}
.dichvu-col-3 .col-5 {
	width: 50%;
}
.col-5 img {
	width: 100%;
	opacity: 0.35;
	height: 600px;
	object-fit: cover;
	object-position: right center;
	clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
}

.dichvu-col-3 .col-2 {
	width: 45%;
	padding: 0 50px;
}
.dichvu-col-3 .col-2 h3 {
	font-size: 23px;
	line-height: 33px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 700;
	font-family: SVN-BonVoyage;
	letter-spacing: 1px;
}
.dichvu-col-3.dichvu-col-31 .col-5 img{
	clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
}
.dichvu-col-3.dichvu-col-31 .col-3 img {
	left: 65%;
}