﻿@charset "UTF-8";
@import "base.css?v=2";

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mea+Culpa&display=swap');

:root {
    --f-main: "Kanit", sans-serif;
    --f-light: "Mea Culpa", cursive;
    --txt: #000;
    --mcolor: rgba(0, 107, 132, 1);
    --scolor: #f3ec18;
    --tcolor: #e6f5f9;
	--bcolor:rgba(19, 135, 162, 1);
    --red: #f00;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
    font-size: 20px;
    -webkit-text-size-adjust: none;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

img {
    vertical-align: bottom;
}

a {
    color: var(--txt);
    text-decoration: none;
    transition: all 0.3s;
}

    a:hover,
    a:active {
        text-decoration: none;
    }

table {
    width: 100%;
}

p {
    margin: 0 0 1.5em;
}

.section {
    padding: 0 0 30px;
}

p,
dd,
td,
th,
li {
    line-height: 1.3em;
	font-weight: 300;
}

#totop {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 10;
    margin-bottom: 0;
    width: 5vh;
}

    #totop a {
        display: block;
        transition: all 0.5s;
        -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
        animation: slide-top 0.8s linear infinite alternate-reverse;
    }

        #totop a:hover {
            opacity: 0.7;
        }

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.bold {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    outline: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
    color: var(--txt);
    font-family: var(--f-main);
}

#wrapper {
    min-width: 1200px;
    overflow: hidden;
    padding-top: 92px;
}

.container {
    width: 1200px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

img {
    max-width: 100%;
}

.sp {
    display: none;
}

h1 {
    display: none;
}

.h_main {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 30px 0;
}

    .h_main .container {
        display: flex;
        justify-content: space-between;
        justify-content: center;
    }

#logo {
    margin: 0;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    position: absolute;
    margin: 0;
    top: 46%;
    left: 48%;
    transform: translate(-50%, -50%);
    padding: 0;
    transition: all 0.3s;
    width: 200px;
    text-align: center;
	z-index:10;
}

.h_phone {
    font-size: 16px;
    color: #006b84;
    margin: 0;
}

.h_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    width: 100%;
}

#gnavi {
    position: relative;
}

    /*#gnavi::before {
        content: "";
        position: absolute;
        background: url(/assets/images/idx_bg.png) no-repeat center center / 100% auto;
        width: 22px;
        height: 22px;
        left: 0;
        top: calc(50% - 10px);
    }*/

.gnavi {
    display: flex;
    gap: 60px;
    /*padding-left: 70px;*/
    align-items: center;
}
.gnavi li:first-child {
	
}
.gnavi li:first-child a img {
	width: 22px;
    height: 22px;
}
    .gnavi > li > a {
        background: none;
        border: none;
        font-family: var(--f-main);
        font-size: 22px;
        font-weight: 400;
        color: #000;
        cursor: pointer;
        transition: color 0.3s;
        text-decoration: none;
        white-space: nowrap;
        padding: 0;
    }
    .gnavi > li > a:after {
	  content: "";
	  position: absolute;
	  width: 0;
	  height: 1.5px;
	  background: #000;
	  left: 0;
	  bottom: 0;
	  transition: all 0.3s;
	}
    .gnavi > li.active > a:after {
        width: 100%;
        background: var(--mcolor);
    }

    .gnavi > li.active > a, .gnavi > li:hover > a {
        color: var(--mcolor);
        /* font-weight: 500; */
    }

    .gnavi > li {
        position: relative;
        /* margin-right: 40px; */
        padding: 3px 0;
    }
    .gnavi > li:nth-child(3) {
        margin-right: 260px;
    }
	.gnavi > li > span {
		padding-left: 5px;
	}
	.gnavi > li.active > span, .gnavi > li:hover > span {
		color: var(--mcolor);
	} 
	/*.gnavi > li > span::before {
		content: '+';
		width: 10px;
		height: 10px;
		right: -12px;
		position: absolute;
		color: var(--mcolor);
	}*/
.submenu {
    position: absolute;
    background: #fff;
    padding: 5px 38px;
    width: 260px;
    left: calc(50% - 130px);
    top: 137%;
    filter: drop-shadow(2px -2px 4px rgba(0, 0, 0, 0.2));
    display: none;
}

    .submenu:before {
        content: "";
        position: absolute;
        width: 16px;
        height: 15px;
        left: calc(50% - 8px);
        background: #fff;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        top: -14px;
    }

    .submenu a {
        display: block;
        font-size: 18px;
        border-bottom: 1px solid #f6f6f6;
        padding: 5px 0;
    }

    .submenu li:last-child a {
        border-bottom: none;
    }

#header.fixed #logo {
    margin: 0;
    padding: 0;
}

#header.fixed .h_main {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.h_lang {
    padding: 0 3px;
    background: #006b84;
    border: none;
    border-radius: 7px;
    color: white;
    font-family: var(--f-main);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
}

    .h_lang::-ms-expand {
        display: none;
    }
	#lang-selector {
		  position: relative;
		  display: inline-block;
		}

		#lang-btn {
		  display: flex;
		  align-items: center;
		  gap: 8px;
		  padding: 5px 12px;
		  background: rgba(0, 107, 132, 0.16);
		  border: 1px solid #ddd;
		  border-radius: 6px;
		  cursor: pointer;
		  font-size: 17px;
		  min-width: 90px;
		  justify-content: space-between;
		  color: #000000;
		  font-weight: 500;
		}

		.lang-current {
		  display: flex;
		  align-items: center;
		  gap: 8px;
		}
		.lang-flag-wrap {
		  width: 22px;
		  height: 22px;
		  border-radius: 50%;
		  overflow: hidden;
		  flex-shrink: 0;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		}

		.lang-flag {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.lang-chevron {
		  transition: transform 0.2s ease;
		  flex-shrink: 0;
		  color: #888;
		}

		.lang-chevron.open {
		  transform: rotate(180deg);
		}

		#lang-dropdown {
		  display: none;
		  position: absolute;
		  top: calc(100% + 4px);
		  left: 0;
		  background:#fff;
		  border: 1px solid #ddd;
		  border-radius: 6px;
		  overflow: hidden;
		  min-width: 170px;
		  z-index: 999;
		  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
		  min-width: 90px;
		}

		#lang-dropdown.open {
		  display: block;
		}

		.lang-opt {
		  display: flex;
		  align-items: center;
		  gap: 10px;
		  width: 100%;
		  padding: 9px 14px;
		  background: none;
		  border: none;
		  cursor: pointer;
		  font-size: 17px;
		  color: #222;
		  text-align: left;
		  color: #000000;
		  font-weight: 500;
		}

		.lang-opt:hover {
		  background: rgba(0, 107, 132, 0.16);
		}

		.lang-divider {
		  height: 1px;
		  background: #eee;
		  margin: 0;
		}

.h_btn {
    display: flex;
    margin-right: 15px;
}

    .h_btn li {
        width: 40px;
        height: 40px;
        border: 1px solid #9d9d9d;
        border-radius: 50%;
        position: relative;
    }

        .h_btn li.btn_search {
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s;
            margin-right: 30px;
        }

            .h_btn li.btn_search:after {
                content: "";
                position: absolute;
                width: 1px;
                height: 30px;
                left: calc(100% + 15px);
                top: 5px;
                background: #9d9d9d;
            }

        .h_btn li.btn_cart a {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #fff;
            border-radius: 50%;
        }

.main_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

.main_des {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 2;
    flex-direction: column;
    gap: 14px;
}

.main_slide .slick-dots {
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    bottom: 10%;
    z-index: 2;
    transform: translateX(50%);
    right: 51%;
    display: flex;
    gap: 0;
}

    .main_slide .slick-dots li {
        width: 25px;
        height: 25px;
        /* border: 1px solid #fff; */
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        cursor: pointer;
        transition: all 0.3s;
    }

        .main_slide .slick-dots li button {
            position: relative;
            width: 5px;
            height: 5px;
            background: #fff;
            border-radius: 50%;
            border: none;
            text-indent: -500000px;
            transition: all 0.3s;
        }

        .main_slide .slick-dots li.slick-active button {
            background: var(--mcolor);
        }

        .main_slide .slick-dots li.slick-active, .main_slide .slick-dots li:hover  {
            border-color: var(--mcolor);
            background: #fff;
            color: var(--mcolor);
        }
		.main_slide .slick-dots li:hover button {
            background: var(--mcolor);
        }
/* Mask để cắt phần dưới đường cong */
.mainvisual .main_img {
    -webkit-mask-image: url(/assets/images/slider_mark.png);
    mask-image: url(/assets/images/slider_mark.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
	
}
.mainvisual .main_img {
	
}
/* ::after để vẽ đường xanh đè lên trên mask */
.mainvisual {
    position: relative;
}

.mainvisual::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/slider_line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    pointer-events: none;
	transform: scaleX(-1);
    z-index: 10;
}
/*.main_slide .main_item:not(:first-child)::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(
	  to left,
	  rgba(255, 255, 255, 0) 0%,
	  rgba(255, 255, 255, 0.8) 100%
	);
	z-index: 2;
}*/
.main_ab {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}

    .main_ab .container {
        height: 100%;
    }

.main_slide .slick-arrow {
    position: absolute;
    z-index: 3;
    background: url("/assets/images/ic_next.svg") no-repeat center center;
    width: 20px;
    height: 20px;
    text-indent: -500000px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    bottom: 0;
}

.main_slide .slick-next {
    left: calc(50% + 571px);
}

.main_slide .slick-prev {
    left: calc(50% + 417px);
    background-image: url("/assets/images/ic_prev.svg");
}

.main_logo {
    width: 200px;
    margin-bottom: 18px;
}

.main_txt {
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin-bottom: 18px;
    line-height: 45px;
	text-shadow: 3px 0px 10px #FFFFFF;
}

.btn {
    padding: 10px 12px;
    border: none;
    border-radius: 0 20px 20px 20px;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    white-space: nowrap;
    background: #1387a2;
    color: white;
}
.mainvisual .btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ed1c24;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 10px 8px 20px;
    border-radius: 15px; 
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: -3px -3px 0px #00aeef; 
    border: none;
    min-width: 170px;
}

.mainvisual .btn:hover {
    box-shadow: -1px -1px 0px #00aeef;
    transform: translate(-2px, -2px);
}

.mainvisual .btn svg {
    background-color: #fff;
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 12px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainvisual .btn svg polygon {
    fill: #ed1c24;
}

/* Container chính */
.sec01 {
    padding: 60px 0 0;
    background-color: #fff;
    overflow: hidden;
}

.sec01_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 170px;
}

/* Hình ảnh */
.sec01_image {
    flex: 1;
    text-align: center;
	mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

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

/* Nội dung */
.sec01_content {
    flex: 1;
    color: #333;
}

/* 20+ Năm */
.years_exp .number {
    font-family: var(--f-light); /* Bạn nên import font này từ Google Font */
    font-size: 148px;
    color: var(--bcolor);
    line-height: 0.8;
    display: block;
	position: relative
}
.lang-en .years_exp .number {
	margin-bottom: 40px;
}
.years_exp .number span {
	position: absolute;
    top: -25px;
    left: 28%;
    font-size: 120px;
}
.years_exp .main_title {
    font-size: 52px;
    font-weight: 500;
    margin-top: 0;
    letter-spacing: 1px;
    text-align: end;
    color: var(--mcolor);
}
/* Slogan phụ có gạch đứng */
.sub_slogan {
    margin: 25px 0;
    padding-left: 15px;
    position: relative;
}
.sub_slogan::before {
    content: '';
    height: 85%;
    width: 3px;
    top: 6px;
    left: 0;
    position: absolute;
    background: #006B8480;
}
.sub_slogan p {
	font-size: 28px;
    font-weight: 300;
    line-height: 1.4;
	margin: 0;
}

/* Khối trích dẫn */
.quote_box {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
}

.quote_icon {
    font-size: 28px;
    color: #007ba1;
    font-family: serif;
    line-height: 0;
	margin-bottom: 10px;
}

.quote_icon.bottom {
    text-align: right;
}

.quote_box p {
    font-size: 28px;
    line-height: 1.4;
    margin: 0;
}

.quote_box strong {
    color: var(--mcolor);
	font-weight: 500;
}

/* Thông tin tác giả */
.author_info {
    border-top: 1px solid #ddd;
    padding-top: 15px;
	padding-bottom: 40px;
}

.author_info .name {
    color: var(--mcolor);
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.author_info .position {
    color: #888;
    font-size: 16px;
    margin: 5px 0 0 0;
}

/* Nút bấm (Tùy chỉnh thêm) */
.btn_more {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    text-decoration: none;
    color: #007ba1;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.btn_more svg { margin-left: 10px; }

.idx_ttl {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 300;
    color: #000;
    margin-bottom: 24px;
}

    .idx_ttl .small {
        font-size: 38px;
        font-weight: 600;
        color: #1387a2;
        margin-bottom: 10px;
        display: block;
        position: relative;
        display: flex;
        align-items: center;
        gap: 16px;
    }

.idx_line {
    flex: 1;
    height: 1px;
    background: #ec212780;
}

.idx_ttl .lager {
    display: block;
    line-height: 1em;
    font-size: 55px;
    letter-spacing: -0.05em;
}

.sec02 {
    background: #f2f2f2;
    padding: 60px 0;
}

.product_image {
    margin: 0 10px;
    border-radius: 20px;
    overflow: hidden;
}

    .product_image:hover img {
        transform: scale(1.1);
    }

    .product_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .3s;
    }

.product_info {
    padding: 24px;
    text-align: center;
}

.product_cate {
    font-size: 18px;
    font-weight: 400;
    color: #212121;
    margin-bottom: 8px;
}

.product_name {
    font-size: 24px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 10px;
}
/* BUTTON */
.custom_arrows .slick-prev,
.custom_arrows .slick-next {
    top: 40%;
    width: 60px;
    height: 30px;
    z-index: 1;
    border: none;
    border-radius: 20px;
    position: absolute;
    text-indent: -5000000px;
    background-color: var(--tcolor);
    cursor: pointer;
    transition: background-color .3s ease;
}

/* ICON CHUNG */
.custom_arrows .slick-prev::before,
.custom_arrows .slick-next::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fff; /* màu icon mặc định */
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 16px;
    mask-size: 30px;
    transition: background-color .3s ease;
}

/* ICON RIÊNG */
.custom_arrows .slick-prev::before {
    -webkit-mask-image: url(/assets/images/ico_pri.svg);
    mask-image: url(/assets/images/ico_pri.svg);
	background-color: var(--mcolor);
}

.custom_arrows .slick-next::before {
    -webkit-mask-image: url(/assets/images/ico_next.svg);
    mask-image: url(/assets/images/ico_next.svg);
	background-color: var(--mcolor);
}

/* HOVER */
.custom_arrows .slick-prev:hover,
.custom_arrows .slick-next:hover {
    background-color: var(--mcolor);
}

.custom_arrows .slick-prev:hover::before,
.custom_arrows .slick-next:hover::before {
    background-color: #fff; /* màu icon khi hover */
}

/* POSITION */
.custom_arrows .slick-prev {
    left: -70px;
}

.custom_arrows .slick-next {
    right: -70px;
}



.button_rm {
    display: flex;
    justify-content: center;
}

.read_more {
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    white-space: nowrap;
    background: transparent;
    border: 2px solid #000;
    color: #000;
    padding: 10px 24px;
    border-radius: 23px;
    transition: all 0.3s;
}
.read_more svg {
	color: var(--mcolor);
}
    .read_more:hover {
        background: var(--mcolor);
        color: #fff;
        border: 2px solid var(--mcolor);
    }
.read_more:hover svg {
	color: #fff;
}
.sec03 {
    padding: 60px 0;
}

.promo_list {
    display: flex;
    gap: 20px;
}

/* ảnh */
.promo_img {
    width: 100%;
    height: 500px;
    overflow: hidden;
	    margin: 0;
}

.promo_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* item default chia đều */
.promo_item {
    position: relative;
    overflow: hidden;
    width: calc((100% - 40px) / 3);
    transition: all .3s ease;
	border-radius: 20px;
	border: 1px solid #B5B5B5;
}




/* --- MẶC ĐỊNH --- */
/* item 1 rộng 50% */
.promo_item:first-child{
    width:50%;
}

/* 2 item còn lại chia 50% */
.promo_item:not(:first-child){
    width:calc((50% - 20px)/2);
}

/* --- KHI HOVER LIST --- */
/* tất cả quay về chia 3 đều */
.promo_list:hover .promo_item{
    width:calc((100% - 40px)/3);
}

/* item đang hover chiếm 50% */
.promo_list:hover .promo_item:hover{
    width:50%;
}

/* 2 item còn lại chia 50% */
.promo_list:hover .promo_item:not(:hover){
    width:calc((50% - 20px)/2);
}

/* ========== OVERLAY ========== */
.promo_content {
    position:absolute;
    inset:0;
    background: rgb(0 70 86 / 70%);
    color:#fff;
    padding:30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap: 10px;
    opacity:0;
    visibility:hidden;
    transition:.4s;
    text-align: center;
}

/* item 1 mặc định hiển thị */
.promo_item:first-child .promo_content{
    opacity:1;
    visibility:visible;
}

/* khi hover list → tắt item1 */
.promo_list:hover .promo_item:first-child .promo_content{
    opacity:0;
    visibility:hidden;
}

/* item hover hiển thị overlay */
.promo_list:hover .promo_item:hover .promo_content{
    opacity:1;
    visibility:visible;
}

.promo_icon {
	margin-bottom: 10px;
}
.promo_icon img {
    width: 70px;
}

.promo_title {
    font-size: 24px;
    font-weight: 500;
}

.promo_text {
    font-size: 18px;
    padding: 0 40px;
    text-align: center;
    font-weight: 200;
}

.sec04 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    /* height: 800px; */
    overflow: hidden;
}

.sec04 {
    overflow: hidden;
    position: relative;
}

    .sec04::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 20%;
        background: linear-gradient( to bottom, rgb(255 255 255), rgb(255 255 255 / 0%) );
        z-index: 9;
    }

    .sec04::after {
        content: "";
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        height: 20%;
        background: linear-gradient(to top, rgb(255 255 255), rgb(255 255 255 / 0%));
    }

.sec04_list {
    display: flex;
    gap: 10px;
    width: 55%;
    height: 800px;
	overflow: hidden;
}

.sec04_track {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc(100% / 3);
}

.sec04_list .sec04_track:nth-child(2) {
    transform: rotateZ(180deg);
}

    .sec04_list .sec04_track:nth-child(2) img {
        transform: rotateZ(180deg);
    }

.sec04_item {
    width: 200px;
    height: 200px;
}

    .sec04_item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 5px 0;
    }

.sec05 {
    background: #fbfbfb;
    padding: 60px 0;
}
.sec05 .idx_ttl .small, .sec05 .idx_ttl {
	color: #fff;
}
.sec05 .idx_ttl {
	margin-bottom: 40px;
}
.sec05_bg {
    position: relative;
    padding: 60px 0;
}

    .sec05_bg::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(50% - 600px);
        right: 0;
        /*background: linear-gradient(135deg, #084c52, #157a84);*/
		background: url(/assets/images/bg_customer.svg) no-repeat;
		width: 2000px;
		background-size: contain;
        z-index: 0;
    }

/* Danh sách ảnh nhỏ bên trái */
.thumb-list {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 80px;
    width: 33%;
    justify-content: flex-start;
    margin: auto 0 100px 0;
}

.thumb-item {
    width:60px;
    height:60px;
    border-radius:50%;
    cursor:pointer;
    overflow:hidden;
    margin-left:-30px;
    transition:all .3s ease;
    filter:grayscale(100%);
    position:relative;
}

.thumb-item.active ,.thumb-item:hover{
    border-color:#fff;
    filter:none;
    transform:scale(1.1);
}

.thumb-item:hover{
	z-index:9999 !important;
}
    .thumb-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Khu vực ảnh lớn và Video */
.main-display {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-wrapper {
    position: relative;
    width: 350px;
    height: 350px;
    margin: 0 50px;
}

.main-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid rgba(255, 255, 255, 0.1);
    transition: opacity 0.5s;
}

/* Nút Play Video */
.play-btn {
    position: absolute;
    bottom: 30px;
    left: -35px;
    width: 78px;
    height: 78px;
    background: rgba(255, 255, 255, 0.8); /* Màu trắng đục ở tâm */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    /* Tạo 3 vòng tròn bên ngoài bằng box-shadow */
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2),
    /* Vòng sát tâm */ 0 0 0 35px rgba(255, 255, 255, 0.1),
    /* Vòng giữa */ 0 0 0 55px rgba(255, 255, 255, 0.05); /* Vòng ngoài cùng */
    transition: all 0.3s ease;
    animation: pulse-ring 2s infinite; /* Thêm hiệu ứng đập nhẹ cho sinh động */
}

    /* Tạo hình tam giác (nút play) màu đỏ như hình gốc */
    .play-btn::after {
		content: "";
		width: 0;
		height: 0;
		border-left: 15px solid #d32f2f;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		margin-left: 5px;
		position: absolute;
		bottom: 30px;
		left: 28px;
    }

/* Hiệu ứng lan tỏa (Pulse Animation) */
@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3), 0 0 0 0px rgba(255, 255, 255, 0.2), 0 0 0 0px rgba(255, 255, 255, 0.1);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0), 0 0 0 0px rgba(255, 255, 255, 0), 0 0 0 0px rgba(255, 255, 255, 0);
    }
}

/* Hiệu ứng khi di chuột vào (Hover) */
.play-btn:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 1);
}
/* Phần text nội dung */
.content-box {
    flex: 1;
    /* max-width: 400px; */
    color: #fff;
}

    .content-box h2 {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .content-box p.role {
        font-size: 15px;
        color: #29c1e5;
        margin-bottom: 24px;
    }

    .content-box p.desc {
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
        margin: 0;
    }

/* Animation khi đổi nội dung */
.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.sec06 {
    padding: 60px 0;
}

    .sec05 .idx_ttl,
    .sec06 .idx_ttl {
        text-align: center;
    }

        .sec05 .idx_ttl .small,
        .sec06 .idx_ttl .small {
            width: max-content;
            margin: 0 auto 5px;
        }

.events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
	margin: 0 -10px;
}

.event-card {
    position: relative;
    overflow: hidden;
}

    .event-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* content */
.event-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    display: flex;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.15));
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.45s ease, opacity 0.45s ease;
    flex-direction: column;
}

/* hover */
.event-card:hover .event-content {
    transform: translateY(0);
    opacity: 1;
}

/* text style */
.event-title {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0;
	text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.evnet_main {
    display: flex;
    align-items: flex-end;
    gap: 50px;
}

.evnet_des {
    color: #fff;
}
/* Reset & General */
#footer {
    color: #333;
    line-height: 1.6;
}
/* Phần chính màu sáng */
.ft_main {
    background: url("/assets/images/bg_footer.png") no-repeat center center/cover;
    padding: 60px 0;
}

.ft_row {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    gap: 60px;
}

.ft_col {width: 35%;}

.info_col {width: 30%;}

/* Logo Section */
.ft_logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 30px;
}

.ft_logo img {
    /* height: 60px; */
    /* margin-right: 15px; */
}

.logo_text .brand {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    line-height: 1;
}

.logo_text .slogan {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

/* Contact & Social */
.ft_contact_info p {
    margin-bottom: 10px;
    font-size: 18px;
}

.ft_social {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.social_item img {
    /* width: 38px; */
    /* height: 38px; */
    border-radius: 8px;
    transition: transform 0.3s;
}

.social_item:hover img {
    transform: translateY(-3px);
}

/* Titles & Lists */
.ft_ttl {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 36px;
    text-transform: uppercase;
    text-align: center;
}

.ft_list {
    list-style: none;
    padding: 0;
}

.list_two_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 50px;
}

.ft_list li {
    position: relative;
    padding-left: 20px;
    width: max-content;
}
.lang-en .ft_list li {
	width: auto;
}
    .ft_list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 11px;
        width: 8px;
        height: 8px;
        background-color: #1a8da1; /* Màu xanh teal giống hình */
        border-radius: 50%;
    }

    .ft_list li a {
        text-decoration: none;
        /* color: #444; */
        font-size: 16px;
        transition: color 0.3s;
        font-weight: 300;
    }

        .ft_list li a:hover {
            color: #1a8da1;
        }

/* Bottom Bar (Màu xanh Teal) */
.ft_bottom {
    background-color: #1a8da1;
    color: #fff;
    padding: 20px 0;
}

.ft_bottom_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    opacity: 0.9;
}

    .copyright a {
        color: #fff;
        text-decoration: underline;
    }

.bct_logo img {
}

.form_search {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

    .form_search input {
        width: 700px;
        border: none;
        border-bottom: 1px solid #fff;
        color: #fff;
        font-size: 20px;
        padding: 20px;
        background: none;
    }

        .form_search input::placeholder {
            color: #fff;
        }

.form_search_close {
    margin: 0;
    background: url("/assets/images/ic_close.svg") no-repeat center center/20px auto #000;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    position: absolute;
    right: 20px;
    top: calc(50% - 20px);
}

.form_search.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.ft_row .ft_col:nth-child(2) {
    /* width: 450px; */
    width: 37%;
}
.ft_row .ft_col:nth-child(3) {
    /* width: 450px; */
    width: 25%;
}
@media screen and (max-width: 1400px) {
	/*.product_list .slick-prev {
		left: -40px;
	}

	.product_list .slick-next {
		right: -40px;
	}*/
}
@media screen and (min-width: 769px) {
    .h_btn li.btn_search:hover,
    .h_btn li.btn_cart a:hover {
        background-color: #f0f0f0;
    }
	
    .gnavi > li:hover > a:after {
        width: 100%;
    }

    .submenu a:hover,
    .ft_link a:hover {
        color: #000;
    }

    .idx_btn a:hover {
        background-color: #fff;
        color: #fff;
    }



    .idx_btn a:hover:after {
        background-image: url("/assets/images/ic_arr_sm_hover.svg");
    }

    .sec06_btn a:hover {
        background-color: #ccc;
    }

    .sec06_item_img a:hover img,
    .sec03_item a:hover .img img {
        transform: scale(1.1);
    }
}

@media screen and (min-width: 992px) and (max-width: 1150px) {
    #logo {
        left: 50%;
    }
}
/*@media screen and (max-width: 1100px) {
	#logo {
        left: 56%;
    }
}*/
@media screen and (max-width: 991px) {
	h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
		font-size: 18px;
		-webkit-text-size-adjust: none;
	}
    #wrapper {
        min-width: 100%;
        margin: 0;
        padding-top: 72px;
    }

    #main,
    #footer {
        min-width: 100%;
    }
	.h_main .container {
        justify-content: space-between;
	}
    .container {
        padding: 0 15px;
        width: 100%;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }
    /* MENU-ICON */
    .menu-icon {
        width: 40px;
        height: 40px;
        box-sizing: border-box;
        text-align: center;
        text-transform: uppercase;
        line-height: 1em;
        cursor: pointer;
        color: #fff;
        font-size: 14px;
        padding: 8px 0;
        z-index: 10;
        background: var(--mcolor);
        /* border-radius: 50%; */
        margin-left: 5px;
    }

        .menu-icon span {
            display: block;
            margin: 0 auto 15px;
            width: 20px;
            height: 2px;
            background-color: #fff;
            -webkit-transition-duration: 0;
            -moz-transition-duration: 0;
            -ms-transition-duration: 0;
            -o-transition-duration: 0;
            transition-duration: 0;
            -webkit-transition-delay: 0.2s;
            -moz-transition-delay: 0.2s;
            -ms-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
            top: 12px;
            left: 0;
            position: relative;
        }

            .menu-icon span::after,
            .menu-icon span::before {
                display: block;
                content: "";
                position: absolute;
                width: 20px;
                height: 2px;
                background-color: #fff;
                -webkit-transition-property: margin, -webkit-transform;
                -webkit-transition-duration: 0.2s;
                -moz-transition-duration: 0.2s;
                -ms-transition-duration: 0.2s;
                -o-transition-duration: 0.2s;
                transition-duration: 0.2s;
                -webkit-transition-delay: 0.2s, 0;
                -moz-transition-delay: 0.2s, 0;
                -ms-transition-delay: 0.2s, 0;
                -o-transition-delay: 0.2s, 0;
                transition-delay: 0.2s, 0;
            }

            .menu-icon span::before {
                margin-top: -8px;
            }

            .menu-icon span::after {
                margin-top: 8px;
            }

        .menu-icon.active span {
            background-color: transparent;
        }

            .menu-icon.active span::before,
            .menu-icon.active span::after {
                margin-top: 0px;
                -webkit-transition-delay: 0, 0.2s;
                -moz-transition-delay: 0, 0.2s;
                -ms-transition-delay: 0, 0.2s;
                -o-transition-delay: 0, 0.2s;
                transition-delay: 0, 0.2s;
            }

            .menu-icon.active span::before {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .menu-icon.active span::after {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }
			
	#gnavi::before {
		content: unset;
	}
	
    .gnv-ico {
        width: 50px;
        height: 51px;
        position: absolute;
        background: var(--mcolor);
        right: 0;
        top: 0 !important;
        transform: none !important;
        border: none !important;
    }

        .gnv-ico:before {
            content: "";
            position: absolute;
            border: solid #fff;
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 3px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            left: calc(50% - 3px);
            top: calc(50% - 3px);
            transition: all 0.5s ease;
        }

    .gnavi li.active > .gnv-ico:before {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #totop {
        right: 3%;
        bottom: 50px;
        line-height: 0;
    }

    .form_search input {
        width: calc(100vw - 80px);
        font-size: 16px;
        padding: 15px 10px;
    }

    .form_search_close {
        background-size: 14px auto;
        width: 30px;
        height: 30px;
        top: calc(50% - 40px);
        right: 15px;
    }

    #gnavi {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 100%;
        z-index: 99;
        background: rgba(0, 0, 0, 0.7);
        top: 0;
        transition: all 0.3s;
    }

        #gnavi.show {
            left: 0;
        }

    .gnavi {
        display: block;
        background: #fff;
        width: calc(100% - 60px);
        max-width: 300px;
        margin: 0 0 0 auto;
        height: 100%;
        overflow: auto;
        padding: 30px 20px;
    }

        .gnavi > li {
            padding: 13px 0;
            margin: 0;
            border-bottom: 1px solid #ddd;
        }

            .gnavi > li > a {
                /* padding: 15px 0; */
                /* border-bottom: 1px solid #ddd; */
                position: relative;
            }

                .gnavi > li > a:after,
                .submenu:before {
                    display: none;
                }

    .submenu {
        position: relative;
        filter: none;
        left: 0;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }

        .submenu a {
            font-size: 15px;
            padding: 15px 0 15px 15px;
            position: relative;
        }

            .submenu a:before {
                content: "";
                position: absolute;
                border: solid #666;
                border-width: 0 1px 1px 0;
                display: inline-block;
                padding: 2px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                left: 0;
                top: 21px;
            }

    .gnavi > li.active > a {
        color: #333;
        font-weight: 500;
    }

    .gnv_close {
        margin: 0;
        position: absolute;
        background: url("/assets/images/ic_close.svg") no-repeat center center/14px auto var(--mcolor);
        width: 36px;
        height: 36px;
        top: 20px;
        border-radius: 50%;
        right: 320px;
    }

    #logo img {
        width: 130px;
    }

    #logo {
        margin: 0;
        padding: 0;
        background: none;
        width: auto;
        position: relative;
        top: 0;
        left: 0;
        padding: unset;
		transform: unset;
    }
	.h_right {
        gap: 15px;
        width: 40%;
        justify-content: flex-end;
	}
	#lang-btn {
		min-width: auto;
	}
	#lang-btn #lang-label {
		display: none;
	}
    .h_main {
        padding: 10px 0;
    }

    .mainvisual {
        margin: 0;
    }

    .h_lang {
        padding: 0 10px;
        background-position: right 3px center;
        font-size: 16px;
    }

    .h_btn {
        margin-right: 5px;
    }

        .h_btn li.btn_search {
            margin-right: 5px;
        }

            .h_btn li.btn_search:after {
                display: none;
            }

    .main_slide.slick-initialized .slick-slide {
        height: 60vw;
    }
	.mainvisual .main_img {
		height: 100%;
	}
    .main_slide:after {
        border-bottom-left-radius: 6vw;
        border-bottom-right-radius: 6vw;
    }

    .main_ttl {
        font-size: 6vw;
        bottom: 16vw;
        width: 100%;
        left: 0;
        transform: none;
        text-align: center;
    }

    .main_slide .slick-dots {
		}

    .main_slide .slick-next {
        left: calc(50% + 45px);
    }

    .main_slide .slick-prev {
        left: calc(50% - 65px);
    }

    .form_search input {
        width: calc(100vw - 80px);
        font-size: 16px;
        padding: 15px 10px;
    }

    .form_search_close {
        background-size: 14px auto;
        width: 30px;
        height: 30px;
        top: calc(50% - 40px);
        right: 15px;
    }
	.main_logo {
		width: 120px;
	}
    .main_des {
        width: 100%;
        left: 3%;
        height: 100%;
        top: 0;
		gap: 0;
	}

    .main_txt {
        line-height: 1.4;
        font-size: 14px;
    }
	.main_slide .slick-dots li {
		width: 10px;
		height: 10px;
	}
	.main_slide .slick-dots li button {
		    width: 4px;
			height: 4px;
	}
    .sec01 {
        padding: 30px 0 30px;
    }
    .sec01_wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .sub_slogan {
        border-left: none;
    }
	.sub_slogan p {
		font-size: 24px;
	}
	.quote_box p {
		font-size: 24px;
	}
	.author_info {
		padding-bottom: 0;
	}
    .idx_ttl .small {
        font-size: 24px;
    }

    .idx_ttl {
        font-size: 18px;
    }

    .product_list .slick-prev,
    .product_list .slick-next {
        top: -45px;
        width: 55px;
        height: 25px;
        background-size: 50%;
		display: none !important;
    }

    .product_cate {
        font-size: 16px;
    }

    .read_more {
        padding: 7px 15px;
    }

    .product_name {
        font-size: 18px;
        font-weight: 500;
    }
	.sec01_image img {
		max-width: 75%;
	}
    .sec02 {
        padding: 30px 0;
    }

    .sec03 {
        padding: 30px 0;
    }

    .promo_content {
        padding: 10px;
        gap: 10px;
    }

    .promo_item:hover {
        width: 100%;
    }

    .promo_icon img {
        width: 80px;
    }

    .promo_title {
        font-size: 16px;
    }

    .promo_text {
        font-size: 14px;
    }

    .sec04 {
        padding: 30px 0;
    }

        .sec04 .container {
            flex-wrap: wrap;
            gap: 30px;
            /* height: auto; */
        }

        .sec04::before,
        .sec04::after {
            content: none;
        }

    .sec05 {
        padding: 30px 0;
    }

    .sec06 {
        padding: 30px 0;
    }

    .events-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .event-content {
        transform: translateY(0);
        opacity: 1;
    }

    .ft_row {
        flex-direction: column;
        gap: 30px;
    }

    .list_two_col {
        grid-template-columns: 1fr;
    }

    .ft_bottom_flex {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .main-display {
        flex-wrap: wrap;
        text-align: center;
        gap: 10px;
    }

    .thumb-list {
        padding-right: 0;
        width: 100%;
        justify-content: center;
		margin: auto 0 30px 0;
    }

    .image-wrapper {
        margin-right: 0;
    }

    .ft_ttl {
        text-align: start;
    }

    .sec04_list {
        width: 100%;
		        height: 400px;
    }
	.promo_list{
        flex-direction: column;
        gap:15px;
    }

    .promo_item{
        width:100% !important;
    }

    /* overlay luôn hiển thị */
    .promo_content{
        opacity:1 !important;
		visibility: visible !important;
        background:rgba(19,135,162,.7);
    }

    /* bỏ hiệu ứng hover */
    .promo_list:hover .promo_item{
        width:100%;
    }
	.promo_img {
		height: 250px;
	}
	.sec05_bg::before {
		background: url(/assets/images/bg_customer.svg) no-repeat center;
		background-size: cover;
	}
	.ft_col {
		width: 100% !important;
	}
	.mainvisual .btn {
		font-size: 12px;
		min-width: 120px !important;
		padding: 5px 10px 5px 10px;
	}
}

@media screen and (max-width: 440px) {
}

@media screen and (max-width: 360px) {
    .gnv_close {
        right: auto;
        left: 10px;
    }
}
