@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }
@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

@keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }
.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }

.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.animated.delay-1s { -webkit-animation-delay: 1s; animation-delay: 1s; }

.animated.delay-2s { -webkit-animation-delay: 2s; animation-delay: 2s; }

.animated.delay-3s { -webkit-animation-delay: 3s; animation-delay: 3s; }

.animated.delay-4s { -webkit-animation-delay: 4s; animation-delay: 4s; }

.animated.delay-5s { -webkit-animation-delay: 5s; animation-delay: 5s; }

.animated.fast { -webkit-animation-duration: 800ms; animation-duration: 800ms; }

.animated.faster { -webkit-animation-duration: 500ms; animation-duration: 500ms; }

.animated.slow { -webkit-animation-duration: 2s; animation-duration: 2s; }

.animated.slower { -webkit-animation-duration: 3s; animation-duration: 3s; }

@media (print), (prefers-reduced-motion) { .animated { -webkit-animation: unset !important; animation: unset !important; -webkit-transition: none !important; transition: none !important; } }
.mg0 { margin: 0; }

.mb { margin-bottom: 15px; }

.center-layout { width: 90%; padding: 0 15px; margin: 0 auto; position: relative; }

.d-none { display: none; }

.d-block { display: block; }

.clearfix:after { content: ""; display: block; clear: both; }

.w-img { display: block; }
.w-img img { display: block; max-width: 100%; width: 100%;}

.d-flex { display: -webkit-box; display: -ms-flexbox; display: flex; }

.flex-center, .flex-between-center, .product-items1__flex, .slider-inner, .pd-detail__price, .pd-detail__application-items__left, .flex-between, .main, .product-items, .product-items2, .post1-items, .post2-items, .pd-detail, .pd-detail__application-items, .pd-detail__product-items, .product-items1, .product-items1__size, .feedback-items__flex, .pd-detail__nav, .pd-detail__procedure-grid, .pd-detail__procedure-items { display: -webkit-box; display: -ms-flexbox; display: flex; }

.flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.flex-between-center, .product-items1__flex, .slider-inner, .pd-detail__price, .pd-detail__application-items__left { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.flex-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.flex-between-center, .product-items1__flex, .main, .product-items, .product-items2, .post1-items, .post2-items, .pd-detail, .pd-detail__application-items, .pd-detail__product-items { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}

.pd-detail {flex-direction:column}

.grecaptcha-badge { display: none; }

html, header, section.body, footer { width: 100%; max-width: 1920px; min-width: 1349px; margin: 0 auto; }

.header-rp { display: none; }

.slider-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  	height: 450px;
    background-size: cover;    /* QUAN TRỌNG */
    background-position: center;
    background-repeat: no-repeat;
}

.slider-inner__title { font-weight: 900; font-size: 2.6em; line-height: 65px; padding-bottom: 10px; position: relative; cursor: pointer; top: -40px;}
.slider-inner__title:after { position: absolute; content: ""; width: 60px; height: 2px; background: #222; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: 0; }

.pd-inner { padding: 80px 0; }

.bg_white{background:#fff;}

.main-left { width: 30%; }
.main-left__title { font-weight: 700; font-size: 24px; line-height: 33px; padding-bottom: 5px; margin-bottom: 20px; position: relative; }
.main-left__title:after { position: absolute; content: ""; width: 30px; height: 2px; background: #222; left: 0; bottom: 0; }
.main-left__nav ul { list-style-type: none; }
.main-left__nav a { display: block; font-size: 17px; font-weight: 400; color: #222; margin-bottom: 20px; }
.main-left__nav a.active{font-weight: 700;color: #222;}
.main-left__nav > li > a { text-transform: uppercase; font-weight: bold;}
.main-left__nav > li ul a { padding-left: 15px; }
.main-left__nav li:hover > a { font-weight: 700; color: #222; }
.main-right { 
  width: 69%; 
  padding: 20px 20px 20px 20px;
}
.main-right1 { width: 71%; }
.main-right2 { width: 79%; }
.main-right3 { width: 60%; }
.main-right4 { width: 20%; }
.main-right-full{width: 100%;padding: 20px 20px;}

.product-grid { display: grid; grid-template-columns: 1fr; grid-gap: 40px; }
.product-items { background: #fff; padding: 40px 20px; }
.product-items .w-img { width: 45.7142857143%; }
.product-items__info { width: 48.5714285714%; }

.sanpham_bottom .product-items { 
  background: #fff;
  padding: 20px;
  width: calc(100%/3);
  float: left;
  display: block;
  margin: 0 3%;
}

.sanpham_bottom .product-items .w-img { width: 100%; }
.sanpham_bottom .product-items__info { width: 100%; }

.main-right4 .product-items{ display:block; }
.main-right4 .product-items .w-img { width: 100%; }
.main-right4 .product-items__info { width: 100%; }

.product-items__name { display: block; font-weight: 700; font-size: 20px; color: #222; line-height: 33px; padding-bottom: 10px; margin-bottom: 20px; position: relative; }
.product-items__name:after { position: absolute; content: ""; width: 30px; height: 1px; background: #222; left: 0; bottom: 0; }
.product-items__desc { margin-bottom: 40px; }
.product-items__desc * { font-weight: 400; font-size: 16px; color: #7A7A7A; line-height: 31px; }
.product-items__detail { display: block; width: 90px; background: url("../images/Polygon.png") no-repeat right center; font-weight: 400; font-size: 16px; color: #222; line-height: 22px; text-transform: uppercase; }
.product-items1 { position: relative; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.product-items1 .w-img { width: 35%; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.product-items1__info { width: 85%; padding: 40px 40px 20px 270px; background: #fff; }
.product-items1__name { display: block; font-weight: 700; font-size: 24px; color: #222; line-height: 33px; padding-bottom: 10px; margin-bottom: 20px; position: relative; }
.product-items1__name:after { position: absolute; content: ""; width: 30px; height: 1px; background: #222; left: 0; bottom: 0; }
.product-items1__desc { margin-bottom: 10px; }
.product-items1__desc * { font-weight: 400; font-size: 16px; color: #7A7A7A; line-height: 31px; }
.product-items1__title { font-weight: 700; font-size: 16px; color: #222; line-height: 22px; padding-bottom: 5px; border-bottom: 1px solid #E1E1E1; margin-bottom: 10px; }
.product-items1__size { margin-bottom: 20px; }
.product-items1__size-items { min-width: 40px; margin-right: 20px; padding-top: 50px; font-size: 12px; font-weight: 400; line-height: 16px; text-align: center; }
.product-items1__size-items:nth-child(1) { background: url("../images/Product Width 2.png") no-repeat top center; }
.product-items1__size-items:nth-child(2) { background: url("../images/Product Height 2.png") no-repeat top center; }
.product-items1__size-items:nth-child(3) { background: url("../images/Product Length 2.png") no-repeat top center; }
.product-items1__size-items:nth-child(4) { background: url("../images/Product Volume.png") no-repeat top center; }
.product-items1__detail { display: block; width: 90px; background: url("../images/Polygon.png") no-repeat right center; font-weight: 400; font-size: 16px; color: #222; line-height: 22px; text-transform: uppercase; }
.product-items2 { background: #fff; padding: 20px 90px 20px 40px; }
.product-items2 .w-img { width: 23%; }
.product-items2__info { width: 65%; padding-top: 20px; }
.product-items2__name { display: block; font-weight: 700; font-size: 24px; color: #222; line-height: 33px; padding-bottom: 10px; margin-bottom: 20px; position: relative; }
.product-items2__name:after { position: absolute; content: ""; width: 30px; height: 1px; background: #222; left: 0; bottom: 0; }
.product-items2__desc { margin-bottom: 70px; }
.product-items2__desc * { font-weight: 400; font-size: 16px; color: #7A7A7A; line-height: 31px; }
.product-items2__detail { display: block; width: 90px; background: url("../images/Polygon.png") no-repeat right center; font-weight: 400; font-size: 16px; color: #222; line-height: 22px; text-transform: uppercase; }

.post1-items:nth-child(even) { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.post1-items:nth-child(even) .post1-items__application { right: initial; left: 0; }
.post1-items__image { width: 50%; position: relative; float:right;}
.post1-items__image img { width: 100%; }

.post2-items__image { width: 50%; position: relative; float:left;}
.post2-items__image img { width: 100%; }

.post1-items__application { position: absolute; right: 0; bottom: 0; background: rgba(255, 255, 255, 0.7); padding: 30px; }
.post1-items__application ul { list-style-type: none; }
.post1-items__application li { font-size: 16px; font-weight: 400; line-height: 30px; }
.post1-items__title { font-weight: 700; font-size: 24px; color: #222; line-height: 33px; padding-bottom: 10px; margin-bottom: 20px; position: relative; }
.post1-items__title:after { position: absolute; content: ""; width: 30px; height: 2px; background: #222; left: 0; bottom: 0; }
.post1-items__info { width: calc(50% - 140px); float:left; }
.post2-items__info { width: calc(50% - 140px); float:right; }

.post1-items__number { font-weight: 900; font-size: 65px; color: #E1E1E1; line-height: 120%; }
.post1-items__name { display: block; font-weight: 700; font-size: 25px; color: #222; line-height: 120%; padding-bottom: 20px; margin-bottom: 20px; position: relative; }
.post1-items__name:after { position: absolute; content: ""; width: 30px; height: 1px; background: #222; left: 0; bottom: 0; }
.post1-items__desc { margin-bottom: 40px; font-weight: 400; font-size: 16px; color: #7A7A7A; line-height: 31px; overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;}
.post1-items__desc * { 
  font-weight: 400; 
  font-size: 16px; 
  color: #7A7A7A; 
  line-height: 31px; 
}
.post1-items__detail { display: block; width: 90px; background: url("../images/Polygon.png") no-repeat right center; font-weight: 400; font-size: 16px; color: #222; line-height: 22px; text-transform: uppercase; }

.post2-grid { display: grid; grid-template-columns: 1fr; grid-gap: 40px; }
.post2-items .w-img { width: 45.7142857143%; }
.post2-items .w-img img { width: 100%; }
.post2-items__info { width: 48.5714285714%; }
.post2-items__name { display: block; font-weight: 700; font-size: 21px; color: #222; line-height: 120%; padding-bottom: 20px; margin-bottom: 20px; position: relative; }
.post2-items__name:after { position: absolute; content: ""; width: 60px; height: 2px; background: #222; left: 0; bottom: 0; }
.post2-items__desc { margin-bottom: 40px; font-weight: 400; font-size: 16px; color: #7A7A7A; line-height: 31px; }
.post2-items__desc * { font-weight: 400; font-size: 16px; color: #7A7A7A; line-height: 31px; }
.post2-items__detail { display: block; width: 119px; font-weight: 700; font-size: 16px; color: #222; line-height: 41px; border: 1.2px solid #6e6e6e; text-transform: uppercase; text-align: center; }
.post2-owl .post2-items__name { 
  font-size: 22px; 
  line-height: 48px; 
  padding-bottom: 10px;     
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post2-owl .post2-items__desc { margin-bottom: 20px; }
.post2-owl .post2-items__detail { font-size: 16px; line-height: 22px; border: 0; font-weight: normal; text-align: left; background: url('../images/Polygon.png') no-repeat 70px center; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px; }
.post-items { padding: 5px; border: 1px solid #ccc; }
.post-items__name { margin: 0; }
.post-items__name a { display: block; font-weight: 700; font-size: 18px; color: #333; text-align: center; text-transform: uppercase; padding: 7px 0 5px; }
.post-items__desc { font-weight: 400; font-size: 14px; color: #999; text-align: center; }
.post-items:hover { border-color: #c42020; }
.post-items:hover .post-items__name a { color: #c42020; }
.post-title { font-weight: 700; font-size: 22px; margin-bottom: 30px; }
.post-flex { margin-bottom: 20px; }
.post-date { font-size: 15px; font-weight: 400; color: #999; }
.post-date svg { width: 16px; margin-right: 10px; }
.post-date svg path { fill: #999; }
.post-content { margin-bottom: 40px; }
.post-related { list-style-type: none; }
.post-related a { color: #111; }
.post-related li { padding-left: 10px; position: relative; }
.post-related li:after { position: absolute; content: ""; width: 5px; height: 2px; background: #999; left: 0; top: 10px; }
.post-related li:hover { padding-left: 30px; }
.post-related li:hover:after { width: 20px; background: #c42020; }
.post-related li:hover a { color: #c42020; }

.post2-items{
  background: #fff;
  padding: 40px 20px;
}

.title3 { font-weight: 700; font-size: 36px; color: #393A39; line-height: 49px; text-align: center; padding-bottom: 10px; margin-bottom: 30px; position: relative; }
.title3:after { position: absolute; content: ""; width: 60px; height: 2px; background: #222; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.about-content { padding-top: 80px; padding-bottom: 80px; }

.team-members-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 40px; }
.team-members-items__name { font-weight: 700; font-size: 24px; line-height: 33px; text-align: center; color: #222; padding: 24px 0 10px; }
.team-members-items__desc { font-weight: 400; font-size: 16px; color: #7A7A7A; text-align: center; }

.feedback { padding-top: 80px; padding-bottom: 80px; }
.feedback-items { padding: 30px; background: #fff; border-radius: 4px; }
.feedback-items__flex { margin-bottom: 20px; }
.feedback-items .w-img { margin-right: 20px; }
.feedback-items .w-img img { border-radius: 50%; }
.feedback-items__info { width: calc(100% - 80px); }
.feedback-items__name { font-weight: 700; font-size: 16px; color: #222; line-height: 22px; }
.feedback-items__position { font-size: 14px; font-weight: 400; line-height: 19px; color: #7A7A7A; }
.feedback-items__desc { padding-left: 45px; background: url("../images/Vector.png") no-repeat left top; font-size: 16px; color: #7A7A7A; font-weight: 400; line-height: 30px; }

.project { padding-bottom: 80px; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px; }
.project-grid .w-img:nth-child(1) { grid-column: 1 / 3; grid-row: 1; }
.project-grid .w-img:nth-child(2) { grid-row: 1 / 3; grid-column: 3; }
.project-grid .w-img img { width: 100%; height: 100%; }

.contact { padding: 80px 0; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 80px; margin-bottom: 40px; }
.contact-logo { margin-bottom: 40px; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-column-gap: 40px; grid-row-gap: 20px; }
.contact-row label { display: block; font-weight: 400; font-size: 16px; line-height: 31px; color: #7d7d7d; }
.contact-row input { 
  display: block;
  width: 100%;
  height: 30px;
  border: 1px solid rgba(210, 210, 210, 0.8);
  padding-left: 0;
}
.contact-row textarea { display: block; width: 100%; height: 145px; border: 1px solid rgba(210, 210, 210, 0.8); padding: 10px 10px 10px 20px; background:none !important; }
.contact-row:last-child { grid-column: 1 / 3; }
.contact-button { 
  display: block;
  width: 110px;
  height: 45px;
  border: 1px solid rgba(210, 210, 210, 0.8);
  background: transparent;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  margin-top: 20px;
  color:#7d7d7d;
}
.contact-map { width: 100%; height: 430px; }
.contact-map iframe { border: 1px solid #ccc; border-radius:15px;}

.album-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px; }
.album-items { position: relative; }
.album-items__name { display: block; width: 100%; position: absolute; left: 0; bottom: 0; font-size: 16px; line-height: 22px; font-weight: 400; padding: 9px 20px; background: rgba(255, 255, 255, 0.8); }

.album-detail-items{width: 50%; margin:auto;}

.pd-detail__name { font-weight: 700; font-size: 36px; color: #222; line-height: 49px; padding-bottom: 10px; margin-bottom: 20px; position: relative; }
.pd-detail__name:after { position: absolute; content: ""; width: 30px; height: 2px; background: #222; left: 0; bottom: 0; }
.pd-detail__price { margin-bottom: 20px; }
.pd-detail__price strong { font-weight: 700; font-size: 36px; line-height: 49px; color: #222; }
.pd-detail__price span { font-size: 24px; font-weight: 400; color: #7A7A7A; text-decoration: line-through; margin-left: 20px; }
.pd-detail__nav { padding: 8px 0; border-bottom: 1px solid #E1E1E1; list-style-type: none; margin-bottom: 20px; }
.pd-detail__nav li { font-weight: 700; font-size: 16px; color: #7A7A7A; padding: 0 20px; line-height: 22px; text-transform: uppercase; position: relative; cursor: pointer; }
.pd-detail__nav li:before { position: absolute; content: ""; width: 1px; height: 15px; background: #E1E1E1; right: 100%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.pd-detail__nav li.active { color: #222; }
.pd-detail__tab-items { display: none; }
.pd-detail__tab-items.active { display: block; }
.pd-detail__contact { display: block; width: 160px; border: 2px solid #222222; font-weight: 700; font-size: 16px; color: #222; text-align: center; text-transform: uppercase; line-height: 50px; }
.pd-detail__title { font-weight: 700; font-size: 16px; color: #222; line-height: 33px; margin-bottom: 20px; text-transform: uppercase; }
.pd-detail__application { padding-bottom: 80px; }
.pd-detail__application-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 40px; }
.pd-detail__application-items { border-left: 4px solid #393A39; background: #fff; }
.pd-detail__application-items__left { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 40%; border-right: 1px solid #E1E1E1; }
.pd-detail__application-items__right { width: 60%; padding: 20px; }
.pd-detail__procedure { padding: 10px 10px 80px 10px; display: none }
.pd-detail__procedure-grid { -ms-flex-pack: distribute; justify-content: space-around; position: relative; z-index: 1; }
.pd-detail__procedure-grid:after { position: absolute; content: ""; width: 100%; height: 2px; background: #7A7A7A; left: 0; top: 16px; z-index: -1; }
.pd-detail__procedure-items { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.pd-detail__procedure-items__num { width: 32px; height: 32px; border: 1px solid #7A7A7A; border-radius: 50%; text-align: center; line-height: 32px; background: #F7F7F7; }
.pd-detail__procedure-items__name { font-weight: 400; font-size: 16px; color: #7A7A7A; text-align: center; }
.pd-detail__product {     padding: 10px 10px 80px 10px; }
.pd-detail__product-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 40px; }
.pd-detail__product-items { background: #fff; }
.pd-detail__product-items .w-img { width: 45%; }
.pd-detail__product-items__info { width: 55%; padding: 20px; }
.pd-detail__product-items__name { font-weight: 700; font-size: 24px; line-height: 33px; color: #222; padding-bottom: 10px; position: relative; margin-bottom: 20px; }
.pd-detail__product-items__name:after { position: absolute; content: ""; width: 30px; height: 1px; background: #222; left: 0; bottom: 0; }
.pd-detail__video { position: relative; }
.pd-detail__video:before { position: absolute; content: ""; width: calc(100% - 20px); height: calc(100% - 20px); border: 3px solid #fff; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.pd-detail__video:after { position: absolute; content: ""; width: 120px; height: 120px; background: url('../images/Arrow Circle Button.png') no-repeat; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.selectors { margin-top: 30px; position: relative; }
.selectors .w-img { border: 1px solid #7A7A7A; border-radius: 2px; overflow: hidden; }
.selectors .mz-thumb, .selectors .mz-thumb:focus { display: block; }
.selectors .mz-thumb-selected { background: #F7F7F7; border: 0; overflow: initial; -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.16); box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.16); }
.selectors .mz-thumb-selected img { -webkit-filter: none; filter: none; }

.pd-detail__left {
	margin-bottom: 30px;
}

.section1-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px; }
.section1-items {
  background-color: #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.section1-items .card-icon .card-icon-content p{
  margin:0;
}

.footer-link li{
  line-height: 120%;
}

.footer_copyright{
  justify-content: center;
}

.section1-items:first-child { background: transparent; }

.section-inner { display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 15px; padding-top: 60px; width: 90%; padding: 0 15px; margin: 0 auto;}
.gpdg_secttion{ display: grid; grid-template-columns: repeat(5, 1fr); }
.section-inner-items { 
    background: #4A90E2; /* Xanh hiện đại, sáng vừa phải */
}

.section-inner .card-icon { 
    background: #4A90E2; 
}

.section-inner .section-inner-items:hover, 
.section-inner .section-inner-items:hover .card-icon { 
    background: #5BA3F5; /* Xanh sáng hơn khi hover */
}

.card-icon-title { 
    font-size: 20px; 
    text-transform: capitalize; 
    color: #1E73B8; /* Chữ trắng */
}

.card-icon-title.line-center.mb-4 {color:white}

card-icon-title line-center mb-4

.pd-detail__table th { background: #e1e1e1; }
.pd-detail__table tr:nth-child(even) { background: #F1F1F1; }
.album-detail { padding: 60px 0; }
.album-detail__title { font-weight: 700; font-size: 36px; text-align: center; padding-bottom: 5px; position: relative; margin-bottom: 10px; }
.album-detail__title:after { position: absolute; content: ""; width: 50px; height: 2px; background: #222; left: 50%; bottom: 0; transform: translate(-50%, 0); }
.album-detail__download { font-size: 16px; font-weight: normal; color: #0066FF; display: block; text-align: right; margin-bottom: 30px; }
.album-detail__button { background: #fff; padding: 40px; position: relative; }
.album-detail__button .custom-owl-prev { display: block; position: absolute; content: ""; width: 48px; height: 48px; background: url('../images/prev1.png') no-repeat; background-size: contain; left: 0; top: 50%; border: 0; outline: none!important; }
.album-detail__button .custom-owl-next { display: block; position: absolute; content: ""; width: 48px; height: 48px; background: url('../images/next1.png') no-repeat; background-size: contain; right: 0; top: 50%; border: 0; outline: none!important; }
.album-detail__relate { font-size: 24px; font-weight: bold; color: #222; text-align: center; position: relative; margin: 40px 0; }
.album-detail__relate:after { position: absolute; content: ""; width: 30px; height: 1px; background: #222; left: 50%; bottom: 0; transform: translate(-50%, 0); }
.abc-items__name { font-size: 24px; font-weight: 700; color: #222; padding: 10px 0; display: block; }
.abc-items__desc { font-size: 16px; font-weight: normal; color: #7A7A7A; }
.abc-items__detail { display: block; }
.card-header button { font-weight: bold; font-size: 16px; color: #222; }
.date-aa { font-size: 14px; font-weight: normal; font-style: italic; color: #7A7A7A; }
.datcauhoi { margin-top: 20px; }
#question { margin: 20px 0 30px; display: flex; justify-content: space-between; }
#question input[name="email"] { width: 22.8571428571%; height: 50px; border: 1px solid #7A7A7A; font-size: 14px; color: #7A7A7A; padding-left: 10px; }
#question input[name="name"] { width: 57.1428571429%; height: 50px; border: 1px solid #7A7A7A; font-size: 14px; color: #7A7A7A; padding-left: 10px; }
#question button { width: 14.2857142857%; height: 50px; border: 2px solid #222; font-size: 16px; font-weight: bold; color: #222; text-align: center; text-transform: uppercase; background: #fff; }

.packaging-slide1-main img { max-width: 100%; width: 100%;}
.packaging-slide1-main .card-application { position: absolute; right: 0; bottom: 0; }

.packaging h6{font-size: 1em;color:#1E73B8}

.asdoqow { display: flex; justify-content: space-between; }
.asddw { width: 48.5714285714%; display: flex; flex-direction: column; }
.asddw img { margin-bottom: 100px; }
.asddw:nth-child(2) { flex-direction: column-reverse; }
.asddw:nth-child(2) img { margin-bottom: 0; margin-top: 0; }
.asddw:nth-child(2) .asdeasdasd { margin-bottom: 100px; }

.packaging-design { padding-bottom: 70px; }

.cnbq_slide{
  margin: 0px;
  padding: 0 75px;
}

.slick-prev{position: absolute;top: 50%;left:10px;width: 20px;height:35px;background: url(../images/pre_sl.png);transform:translateY(-50%);background-size: cover;}
.slick-next{position: absolute;top: 50%;right:10px;width: 20px;height:35px;background: url(../images/pre_sl.png);transform:translateY(-50%) rotate(180deg);background-size: cover;}


.cnbq_slide .slick-prev{position: absolute;top: 50%;left:10px;width: 20px;height:35px;background: url(../images/pre_sl.png);transform:translateY(-50%);background-size: cover;}
.cnbq_slide .slick-next{position: absolute;top: 50%;right:10px;width: 20px;height:35px;background: url(../images/pre_sl.png);transform:translateY(-50%) rotate(180deg);background-size: cover;}

.cntp_slide{
  margin: 0px;
  padding: 0 75px;
}

.cntp_slide .slick-prev{position: absolute;top: 50%;left:10px;width: 20px;height:35px;background: url(../images/pre_sl.png);transform:translateY(-50%);background-size: cover;}
.cntp_slide .slick-next{position: absolute;top: 50%;right:10px;width: 20px;height:35px;background: url(../images/pre_sl.png);transform:translateY(-50%) rotate(180deg);background-size: cover;}


.ndth_slide{
  margin: 0px;
  padding: 0 75px;
}

.ndth_slide .slick-prev{position: absolute;top: 50%;left:10px;width: 20px;height:35px;background: url(../images/pre_sl.png);transform:translateY(-50%);background-size: cover;}
.ndth_slide .slick-next{position: absolute;top: 50%;right:10px;width: 20px;height:35px;background: url(../images/pre_sl.png);transform:translateY(-50%) rotate(180deg);background-size: cover;}


.tkbb_slide{
  margin: 0px;
  padding: 0 75px;
}

.tkbb_slide .slick-prev{position: absolute;top: 50%;left:10px;width: 20px;height:35px;background: url(../images/pre_sl.png);transform:translateY(-50%);background-size: cover;}
.tkbb_slide .slick-next{position: absolute;top: 50%;right:10px;width: 20px;height:35px;background: url(../images/pre_sl.png);transform:translateY(-50%) rotate(180deg);background-size: cover;}


.img-fluid {
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.r_top{display: flex;align-items: center;}
.img_nn{width:40px;height: 32px;display: inline-block;overflow-y:hidden;padding: 0px!important;}
.img_nn img {
  width: 100%;
  height: 28px;
  border: 1px solid #ababab;
}
.img_nn:last-child {margin-left: 5px}
.icon_nn{
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.sanpham_bottom{
  display: flex;
  margin-top: 150px;
  background: #fff;
  padding: 20px;
}

.mb-80{
  margin-bottom:80px;
}

.adasd h1{
  font-size: 2em;
}
.adasd{
  min-height:600px;
  margin-top:4em;
}
.adasd h1 a{
  color:#505050;
}

.chaydoitac {
  margin: 0px;
  padding: 0 75px;
}

.chaydoitac .slick-list{
  background:#fff;
}

.item_doitac{padding:0px 10px}
.item_doitac img{width: 100%}

.chaydoitac .slick-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 35px;
  background: url(../images/pre_sl.png);
  transform: translateY(-50%);
  background-size: cover;
}

.chaydoitac .slick-next {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 35px;
  background: url(../images/pre_sl.png);
  transform: translateY(-50%) rotate(180deg);
  background-size: cover;
}

.contact-form input{
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
  background-color: transparent;
}

.content-contact{
  margin:40px auto;
}

.info-contact{
  padding:20px 0;
}

.mg_left{
  margin-left: 8%;
}
.search_header{
  margin: 0px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ddd;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#timkiem {
  position: absolute;
  right: 29px;
  width: 0;
  background-color: #ddd;
  height: 30px;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s;
}

#timkiem input {
  float: left;
  width: calc(100% - 40px);
  height: 29px;
  outline: none;
  border: none;
  background-color: #ddd;
  font-size: 14px;
  color: #fff;
  padding-left: 10px;
}

#timkiem button {
  float: right;
  width: 40px;
  height: 30px;
  outline: none;
  border: none;
  color: #fff;
  background: #ddd;
}

#timkiem.active {
  width: 15rem;
  right: 29px;
}
ul.pagination .page_info{display:none;}

ul.pagination {text-align:center;color:#829994;}
ul.pagination li {display:inline-block;padding:0 3px;font-family:'RobotoCondensedBold';}
ul.pagination a {border-radius:0!important;color:#333;display:inline-block;padding: 8px 13px;
  border:none;text-decoration:none;font-size: 22px;background:#eee;font-family: "Nunito Sans", sans-serif;}
ul.pagination a:hover, ul.pagination a.current {background:#ddd;color:#fff;}
.pagination {margin: auto;width: auto;text-align: center;margin: 10px 0px;}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  border-color:transparent!important;
}
.group-addthis{margin:10px 0;}

.tieude_home{width:100%;}

img {
  max-width: 100%;
  height: auto;
}

.title_to{
  font-size:2em; 
  font-weight: 800;
  color: #1E73B8;
}

@media only screen and (max-width: 1440px) {
  .title_to{
    font-size: 1.6em; 
  }
  .section1-items .gpdg_text{
    font-size: 0.7em;
  }
  .for-startup h3{
    font-size:1.2em; 
  }
  .khoinghiep_text{
    font-size: 0.707em;
  }
  .section1-items .card-icon .card-icon-content p{
    font-size: 0.9em;
  }
}