@charset "UTF-8";


@font-face {
    font-family: 'UTMAquarelle';
    src: url('../fonts/fontdt/UTMAquarelle.eot');
    src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url('../fonts/fontdt/UTMAquarelle.woff') format('woff'),
    url('../fonts/fontdt/UTMAquarelle.svg') format('truetype'),
    url('../fonts/fontdt/UTMAquarelle.woff2') format('truetype'),
    url('../fonts/fontdt/UTMAquarelle.ttf') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFUAuchon';
    src: url('../fonts/fontdt/SFUAuchon.eot');
    src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url('../fonts/fontdt/SFUAuchon.woff') format('woff'),
    url('../fonts/fontdt/SFUAuchon.svg') format('truetype'),
    url('../fonts/fontdt/SFUAuchon.woff2') format('truetype'),
    url('../fonts/fontdt/SFUAuchon.ttf') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Main */
:root { --main-color: #0b169f; --second-color: #e20505; --hover-color: #f49037; --color-red: #ea0909; --color-yel: #F3E800; --color-dark-red: #c31829; --color-green: #28a745; --color-dark-green: #207d36; --color-black: #212529; --color-gray: #6c757d; --bg: #ffeae5; }
html, body { font-size: 14px; font-family: 'Quicksand', sans-serif; color: #333333; overflow-x: hidden; }
img { max-width: 100%; height: auto; vertical-align: top }
a, input, textarea { outline: none; padding: 0px; }
a:hover { text-decoration: none; }
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.w-clear:after { display: block; content: ""; clear: both; }
.hidden { display: none; }
.clear { clear: both; }
.none { display: none; }
.hidden-seoh { visibility: hidden; height: 0px; margin: 0px; overflow: hidden; }
.wrap-main{ max-width: 1230px; padding: 0px 15px; }
.wrap-content { max-width: 1230px; margin: 60px auto; padding: 0px 15px; }
.wrap-home { max-width: 100%; padding: 0px; }
.wrap-content { margin: auto; }
.content-ck img { height: auto !important; }
.wrap-page { margin: 40px auto; }
/*Rotate IMG*/
.rotate-img { -webkit-transition: 0.8s ease-out; -moz-transition: 0.8s ease-out; -o-transition: 0.8s ease-out; transition: 0.8s ease-out; }
.rotate-img:hover img { transform: scaleY(180); -webkit-transition: 0.8s ease-out; -moz-transition: 0.8s ease-out; -o-transition: 0.8s ease-out; transition: 0.8s ease-out; transform: rotateZ(360deg);/*transform: rotateX(360deg);transform: rotateZ(360deg);*/ }

.text-split-2 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
}

.text-split-3 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
}
/* header */
.header-container .wrap-content{ display: flex; justify-content: space-between; align-items: center}
.header-top{background: var(--main-color); color:#fff; padding: 7px 0;}
.header-top p{margin-bottom: 0}
.slogan-header{width: 40%}
.slogan-header, .address-header{font-weight: 500}

.header-bottom{padding: 10px 0;}
.hotline p{margin-bottom: 0; font-size: 25px; font-family: 'SFUAuchon'; color:  var(--color-red); line-height: 23px }
.hotline{background: url('../images/phone.png') no-repeat center left; padding-left: 70px; height: 63px}
/* Menu */

.menu{background: var(--main-color);}
.menu ul { padding: 0px; margin: auto; list-style: none; gap: 40px;}
.menu ul li { position: relative; z-index: 10; }
.menu ul li.line {/* width: 1px; */height: 20px;/* margin: 0; */ background: var(--main-color); border-right: 1px dotted; color: #ffffff;  }
.menu ul li a {display: block;position: relative;color: #fff ;text-decoration: none !important;white-space: nowrap;padding: 15px ;text-transform: uppercase;font-size: 17px; font-weight: 700; transition: all 0.3s ease;}
.menu ul li a.has-child { padding-right: 16px; margin-right: 8px; }
.menu ul li a.active, .menu ul li:hover > a {background: var(--color-red); border-radius: 5px;}
.menu ul li ul li a { border: none; background: #fff !important; }
.menu ul li ul li{ background: #fff !important; }
.menu ul li ul li:hover .list-name { color: var(--color-red) !important; }
.menu ul li ul { position: absolute; min-width: 250px; background-color: #F5F5F5; -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%); box-shadow: 1px 1px 15px rgb(0 0 0 / 15%); -webkit-transform: perspective(600px) rotateX(-90deg); transform: perspective(600px) rotateX(-90deg); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; opacity: 0; visibility: hidden; transition: all .5s; z-index: 100; margin-left: 0; }
.menu ul li:hover > ul { -webkit-transform: perspective(600px) rotateX(0); transform: perspective(600px) rotateX(0); -webkit-transform-origin: 0 0 0; opacity: 1; visibility: visible; transition: all .7s; }
.menu ul li ul li { border-bottom: 1px solid #E6DEE1;  }
.menu ul li ul li a { text-align: left; color: #111111; }
.menu ul li ul li:last-child > a { border-bottom: 0px; }
.menu ul li ul li a.has-child { margin-right: 0px; }
.menu ul li ul li a.has-child:after { border-color: #313131; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.menu ul li ul li a.active, .menu ul li ul li:hover > a { border-radius: 0; background: #fafafa !important; color: var(--color-red) !important; padding-left: 22px; }
.menu ul li ul li:hover > a.has-child:after, .menu ul li ul li a.active.has-child:after { border-color: var(--color-red); }
.menu ul li ul li a { color: #000 !important; line-height: 1.5; padding: 10px 15px; font-size: 16px; font-weight: 500; text-transform: capitalize; transition: all 0.3s ease; }
.menu ul li ul li a::after{display: none}
.menu ul li ul li ul { top: 0; left: 100%; margin-top: 0px; }
.menu ul li ul li:last-child { border-bottom: none; }
.menu ul li ul li:hover { background: #fff; }
.menu ul li ul li ul li a{color: #333333 !important}
.menu ul li ul li ul li:hover .cat-name{color: var(--color-red) !important;}
.danhmuc-list{min-width: 260px !important; }
.menufix .danhmuc-list{top: 50px;}
.danhmuc-list li a{padding: 5px 10px !important; font-size: 15px !important; font-weight: 500 !important;}
.menufix { position: fixed !important; top: 0px; left: 0px; width: 100%; padding-top:0 !important; z-index: 15; box-shadow: 0 1px 5px #ccc;}
.menufix .menu-right-top {display: none}
.menufix .logo{margin-right: 7px}
.menufix .wrap-content ul{padding-bottom: 0;}
.menufix .menu-left{width: 10%}
.menufix .menu-top {display: none}
.menufix .menu-bottom{padding: 5px 0;}

/* Search */
.search { position: relative; }
.search .icon-search { width: 50px; height: 50px; cursor: pointer; text-align: center; line-height: 50px; font-size: 18px; margin: 0px; border-radius: 50%; color: #fff; }
.search .icon-search.active { color: #7a7a7a; border-radius: 100%; background: #fff; }
.search .icon-search:hover{color: var(--color-red);}
.search .search-grid { position: absolute; top: 50px; right: 0px; width: 0px; height: 40px; overflow: hidden; background: #ffffff; border: 1px solid #7a7a7a; z-index: 2; opacity: 0; border-radius: 25px; line-height: normal; }
.search .search-grid p { float: left; width: 35px; height: 38px; cursor: pointer; outline: none; border: none; margin: 0px; font-size: 17px; display: block; color: #7a7a7a; line-height: 40px; text-align: center; }
.search .search-grid input { width: calc(100% - 35px); float: right; line-height: 38px; outline: none; border: none; color: #000; }
.search .search-grid input::-webkit-input-placeholder { color: #ccc; }
.search .search-grid input:-moz-placeholder { color: #ccc; }
.search .search-grid input::-moz-placeholder { color: #ccc; }
.search .search-grid input:-ms-input-placeholder { color: #ccc; }
.list-news-other a{color: #000}
/*  */
.phone-right { display: flex; align-items: center; position: fixed; right: 15px; bottom: 80px; z-index: 10 }
.phone-right a{margin-right: -40px; z-index: 1; display: block}
.munb-right{background: var(--main-color);padding: 4px 30px 2px 51px;border-radius: 30px; color: #fff;}
.munb-right p{color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 0;}

/* Mmenu */
.menu-res { display: none; z-index: 10; background: var(--main-color); line-height: normal; }
.menu-bar-res { height: 55px; padding: 0px 15px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: center; justify-content: space-between; }
#menu { display: none; }
#hamburger { display: block; width: 25px; height: 23px; position: relative; }
#hamburger:before, #hamburger:after, #hamburger span { background: #fff; content: ''; display: block; width: 100%; height: 2px; position: absolute; left: 0px; }
#hamburger:before { top: 4px; }
#hamburger span { top: 10px; }
#hamburger:after { top: 16px; }
#hamburger:before, #hamburger:after, #hamburger span { -webkit-transition: none 0.5s ease 0.5s; transition: none 0.5s ease 0.5s; -webkit-transition-property: transform, top, bottom, left, opacity; transition-property: transform, top, bottom, left, opacity; }
.mm-wrapper_opening #hamburger:before, .mm-wrapper_opening #hamburger:after { top: 10px; }
.mm-wrapper_opening #hamburger span { left: -50px; opacity: 0; }
.mm-wrapper_opening #hamburger:before { transform: rotate(45deg); }
.mm-wrapper_opening #hamburger:after { transform: rotate(-45deg); }
.mm-menu_opened { display: block !important; }

/* Search Responsive */
.search-res { position: relative; }
.search-res .icon-search { width: 50px; height: 50px; cursor: pointer; text-align: center; line-height: 50px; font-size: 18px; margin: 0px; color: #fff; border-radius: 50% }
.search-res .icon-search.active { color: #7a7a7a; border-radius: 100%; background: #fff; }
.search-res .icon-search:hover{background: var(--main-color); color: #fff}
.search-res .search-grid { position: absolute; top: 50px; right: 0px; width: 0px; height: 40px; overflow: hidden; background: #ffffff; border: 1px solid #7a7a7a; z-index: 2; opacity: 0; border-radius: 25px; line-height: normal; }
.search-res .search-grid p { float: left; width: 35px; height: 38px; cursor: pointer; outline: none; border: none; margin: 0px; font-size: 17px; display: block; color: #7a7a7a; line-height: 40px; text-align: center; }
.search-res .search-grid input { width: calc(100% - 35px); float: right; line-height: 38px; outline: none; border: none; color: #000; }
.search-res .search-grid input::-webkit-input-placeholder { color: #ccc; }
.search-res .search-grid input:-moz-placeholder { color: #ccc; }
.search-res .search-grid input::-moz-placeholder { color: #ccc; }
.search-res .search-grid input:-ms-input-placeholder { color: #ccc; }



.wrap-home { max-width: 100%; padding: 0px; }

/* danh mục cấp 1 */
.sanpham-container{padding-top: 30px}
.menu-list-wrap{ margin-bottom: 20px }
.menu-list-wrap .wrap-content{max-width: 1070px; display: flex; justify-content: space-between; }
.menu-list{ padding: 10px 0; margin: 0 auto !important; display: inline-block}
.menu-list li{text-align: center; }
.menu_list_slick{display: none; margin: 0 -10px;}
.menu_list_slick .slick-slide{margin: 0 10px;}
.splist-title.active, .splist-title:hover{background: var(--main-color); color: #fff; border-color: var(--main-color) ;}
.menu-list::-webkit-scrollbar { height: 1px;  }
.menu-list::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #ccc; }
.menu-list::-webkit-scrollbar-thumb { background-color: #ccc; outline: 1px solid #c5c5c5; }
.menu-list li{list-style: none; margin: 0 3px; display: inline-block; margin-top: 6px}
.menu-list li a{display: flex;cursor: pointer;color: #000;padding: 3px 20px;border-radius: 7px;font-size: 16px;text-transform: capitalize;font-weight: 500;border: 1px solid var(--main-color);align-items: center;}
.menu-list li img{margin-right: 5px}
.splist-title i{margin-right: 5px}
#checkdv_1{display: none}

/* tiêu đề chính */
.title-main{text-align: center; margin-bottom: 30px; position: relative;}
.title-main span{font-size: 40px;color: var(--main-color);text-transform: uppercase;display: block;font-family: 'SFUAuchon'}
.title-main::after{position: absolute;content: '';height: 5px;width: 150px;left: 50%;transform: translateX(-50%);bottom: -10px;}
.slogan{ margin-bottom: 0; font-weight: 500 }

/* dịch vụ */
.service-container{padding-top: 40px}
.service-row{display: flex; justify-content: space-between}
.service-left{width: 32%}
.service-right{width: 65%}
.service-item{ display: flex; flex-direction: column}
.service_slick{display:none; margin: 0 -15px;}
.service_slick .slick-slide{ margin: 0 15px;}
.service-img a, .service-img img{border-radius: 7px}
.service-img{}
.service-infor{ padding: 10px; }
.service-name a{color: #000; font-size: 16px; font-weight: 700; }
.service-name a:hover{color: var(--main-color)}
.service-name{margin-bottom: 0 ; text-align: center}
.service-desc {font-size: 15px; line-height: 30px}
.title-service{ margin-bottom: 35px; background: url('../images/main/congnhan.png') no-repeat;}
.title-service span{font-family: 'SFUAuchon';font-size: 25px;text-transform: uppercase;background: var(--main-color);display: inline-block;padding: 8px 60px 8px 90px;color: #fff;clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);position: relative}
.title-service span::after{position: absolute; content: '';background: url('../images/congnhan.png') no-repeat; width: 20px; height: 25px; left: 20px; top: 50%; transform: translateY(-50%);}
.title-service span::before{position: absolute; content: '';background: var(--color-red); width: 2px; height: 100%; transform: rotate(18deg); top: 0; left:65px}
.gray-bg{background: #f4f4f4;}
.white-bg{background: #fff;}
.service-bg{padding: 50px 0 30px 0;}
.deepgray-bg{background: #e3e2e2;}
.service-container .title-main{margin-bottom: -10px}

/* quy trình */
.quytrinh-container{background: url('../images/quytrinh-bg.jpg') no-repeat; background-size: cover; padding: 50px 0;}
.quytrinh-row{display: flex; justify-content: space-between; align-items: end}
.quytrinh-left{width: 23%;}
.quytrinh-center{width: 45%}
.quytrinh-right{width: 23%}
.banner-quytrinh{border: 2px solid var(--main-color); border-radius: 50%; padding: 80px;}
.bannerqc-quytrinh img, .bannerqc-quytrinh a{border-radius: 50%}
.quytrinh-item{display: flex;justify-content: space-between;align-items: center;margin-top: 70px; transition: all 0.3s ease; position: relative;}
.quytrinh-img{width: 35%;padding: 14px;text-align: center; border-radius: 50%;background: #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.15); transition: all 0.3s ease;}
.quytrinh-img img{transition: all 0.3s ease;}
.quytrinh-name{width: 55%; font-size: 25px; font-weight: 700; text-transform: capitalize; color: #fff; transition: all 0.3s ease; display: block;}
.change{flex-direction: row-reverse}
.change .quytrinh-name{text-align: end;}
.quytrinh-item1{right: -123px}
.quytrinh-item2{right: -108px;}
.quytrinh-item3{right: -226px;}
.quytrinh-item4{left: -126px;}
.quytrinh-item5{left: -104px;}
.quytrinh-item6{left: -216px;}
.bannerqc-quytrinh{border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,0.3); transition: transform 0.5s ease;}
.bannerqc-quytrinh:hover{transform: scale(1.03);}
.quytrinh-item:hover{transform: translateY(-8px);}
.quytrinh-item:hover .quytrinh-img {background: var(--color-red); box-shadow: 0 10px 25px rgba(226,5,5,0.4); transform: scale(1.08);}
.quytrinh-item:hover .quytrinh-img img{ filter: brightness(0) invert(1);-webkit-filter: brightness(0) invert(1); transform: scale(1.15);}
.quytrinh-item:hover .quytrinh-name{color: var(--color-red); text-shadow: 0 2px 4px rgba(0,0,0,0.3);}

/* giới thiệu */
.intro-container{padding: 50px 0 ; background: url('../images/bgabout.png'); background-size: cover;}
.intro-item{display: flex; justify-content: space-between}
.intro-img{width: 50%}
.intro-infor{width: 48%}
.about-us{font-family: 'UTMAquarelle'; font-size: 28px; color:#333333}
.intro-name{margin-bottom: 20px}
.intro-name a{font-size: 35px;  text-transform: uppercase; color: var(--main-color); font-family: 'SFUAuchon' }
.intro-name a:hover{color: var(--color-red)}
.intro-desc{font-size: 15px; line-height: 25px; margin-bottom: 35px}
.xemthem a{display: inline-block;background: var(--main-color);border-radius: 5px; padding: 13px 20px; color: #fff; font-size: 15px;}
.xemthem a:hover{background: var(--color-red)}
.intro-img img, .intro-img a{border-radius: 10px; overflow: hidden}

/* dự án */
.project-container{padding-top: 50px;}
.project-grid{display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px;}
.project-item{background: #fff; border-radius: 12px; border: 1px solid #ebebeb; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.05); transition: all 0.3s ease;}
.project-item:hover{transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.15);}
.project-img {overflow: hidden;}
.project-img a {display: block;}
.project-img img {border-radius: 12px 12px 0 0; width: 100%;}
.project-name{font-weight: 700; color: #333333; display: -webkit-box; padding: 0; margin: 15px 10px; text-align: center; font-size: 18px; transition: color 0.3s ease; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 1.4; height: 2.8em;}
.project-item:hover .project-name{color: var(--main-color, #0b169f);}
.album-name a{font-size: 17px; font-weight: 600; color: #333333; text-transform: capitalize}
.album-name a:hover{color: var(--color-red);}
/* news */
.news-container{padding: 50px 0;}
.news_slick{ margin: 0 -10px;}
.news_slick .slick-slide{margin: 0 10px;}
.news-name{font-size: 16px;font-weight: 700;}
.news-name a{color: #000; text-transform: capitalize}
.news-name a:hover{color: var(--main-color);}
.news-item{margin-bottom: 20px; background: #f4f4f4; border-radius: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); transition: all 0.3s ease; position: relative;}
.news-item:hover{transform: translateY(-5px); box-shadow: 0 12px 25px rgba(0,0,0,0.15); background: #fff;}
.news-desc{margin-bottom: 5px; font-size: 15px;}
.news-container .xemthem{text-align: center; margin-top: 15px}
.view-news{color: #D10E0E; font-size: 15px; font-weight: 500}
.slogan-news{margin-top: 20px; font-size: 15px;}
.view-news:hover{color: var(--main-color);}
.news-infor{padding: 20px 15px 15px;}
.news-container .title-main::after{display: none}
.news-img{position: relative; border-radius: 10px 10px 0 0; overflow: hidden;}
.news-img a {display: block;}
.news-img img {width: 100%; border-radius: 10px 10px 0 0;}
.date{position: absolute; color: #fff; background: var(--main-color); padding: 5px 12px; border-radius: 8px; bottom: -12px; left: 15px; z-index: 10; transition: all 0.3s ease; box-shadow: 0 3px 8px rgba(0,0,0,0.2);}
.news-item:hover .date{background: var(--color-red); transform: translateY(-3px); box-shadow: 0 6px 15px rgba(226,5,5,0.4);}
.news-container .title-main{text-align: start}

/* Video Select Component */
#video-select, #video__select {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    background: #fff;
    overflow: hidden;
}
.video__main {
    width: 100%;
    flex-grow: 1;
    position: relative;
    min-height: 330px;
}
.video__main iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}
select.listvideos {
    width: 100%;
    padding: 16px 40px 16px 20px;
    border: none;
    border-top: 1px solid #ebebeb;
    background-color: #f8f9fa;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    outline: none;
    cursor: pointer;
    border-radius: 0 0 10px 10px;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
}
select.listvideos:hover, select.listvideos:focus {
    background-color: #e9ecef;
    color: var(--main-color);
}

/* Footer */
.footer-container{ background: var(--main-color) ; font-size: 15px; color: #fff; padding-top: 50px}
.footer-row{display: flex; justify-content: space-between; padding-bottom: 40px}
.footer-left{width: 35%}
.footer-center{width: 25%}
.footer-right{width: 30%}
.footer-title{ font-size: 17px;  margin-bottom: 20px; font-weight: 700;text-transform: uppercase }
.footer-name{font-family: 'SFUAuchon'; font-size: 35px; text-transform: uppercase; color: var(--color-red);}
.policy ul{padding-left: 0}
.policy ul li{list-style: none; margin-bottom: 15px}
.policy ul li a{color: #fff; }
.policy ul li a:hover{color: var(--color-red)}
.copyright{ background: #2938f5; color: #fff; font-size: 14px;}
.copyright-row{ padding-bottom: 20px; padding-top: 20px;   display: flex; justify-content: center}
.copyright-row p{margin-bottom: 0; }
.copyright-row p span{text-transform: capitalize}
.social{margin-top: 20px}
.social a{margin-right: 10px; display: inline-block}
.ft_title.ft_title_logo {
    font-size: 32px;
    font-weight: bold;
    color: #ff0000;
    text-transform: uppercase;
}
/* cơ sở */
.mt-none{margin-top: 0 !important}
.co-so iframe{width:100%;}
.co-so .tags-pro-detail a{float:left;font-size:13px;padding-bottom:0.375rem;margin:0px 5px 5px 0px;}
.co-so .tags-pro-detail a i{font-size:11px;margin:5px 5px 0px 0px;}
.co-so .tabs-pro-detail .nav-tabs .nav-link{font-size:15px;background:#fff;color:#000!important;text-transform:uppercase;border-radius:5px;border:1px solid #4871a9;padding:10px 25px;}
.co-so .tabs-pro-detail .nav-tabs .nav-link.active,.co-so .tabs-pro-detail .nav-tabs .nav-item.show .nav-link{font-size:15px;background: var(--color-red);color:#fff!important;text-transform:uppercase;border:none;}
.name-coso{position:absolute; top:20px;right: 50px}
.co-so .nav-link{color:#000!important;}
.co-so .nav-item{color:#000;padding-right:10px;}
.co-so{position:relative;}
.co-so  .nav-tabs{border-bottom:none;}
.footer_map_tab {
    position: relative;
    width: 100%;
    height: 500px;
}
.map_frame {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.map_content {
    display: none;
    width: 100%;
    height: 100%;
}
.map_content.active {
    display: block;
}
.map_frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.wrap_map {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    background: transparent;
    padding: 0;
    border: none;
}
.flex_mapaa {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 15px;
}
.map_items {
    padding: 10px 30px;
    background: #ffffff;
    color: #495057;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid #dee2e6;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.map_items.active, .map_items:hover {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
    box-shadow: 0 4px 12px rgba(81, 114, 253, 0.4);
    transform: translateY(-2px);
}


/* Sản phẩm - Giao diện mới như thiết kế */
.box__product {
    border: 1px solid #c9c9c9;
    border-radius: 8px;
    background: #fff;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.box__product .product__pic {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.box__product .product__name {
    margin: 0;
    padding: 0 10px;
    margin-bottom: 10px;
}

.box__product .product__name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    height: 2.8em;
    font-size: 17px;
    font-weight: 700;
    color: black;
}

.box__product .product__name a:hover {
    color: var(--second-color, #e20505);
}

.box__product .product__price {
    padding: 0 10px;
    margin-top: auto;
}

.box__product .product__price .price-new {
    color: #e20505;
    font-weight: 700;
    font-size: 16px;
}

.box__product .product__price .price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
    margin-left: 5px;
}

/* Đưa thẻ giảm giá (% discount) lên góc trên bên trái tấm ảnh */
.box__product .product__price .price-per {
    position: absolute;
    top: -300px; /* Reset vị trí cũ bị đưa xuống dưới vì .product__price ở cuối */
    top: 0;
    left: 0;
    background: #e20505;
    color: #fff;
    padding: 4px 10px;
    border-bottom-right-radius: 8px;
    font-size: 13px;
    font-weight: bold;
    z-index: 10;
}
/* Modern Floating Contact Buttons */
.modern-float-contact {
    position: fixed;
    right: 20px;
    bottom: 150px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.modern-contact-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none !important;
    position: relative;
}

.mci-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    position: relative;
    z-index: 2;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
}

.mci-icon img {
    width: 26px;
    height: auto;
    object-fit: contain;
}

.mci-icon i {
    font-size: 24px;
}

.modern-contact-item:hover .mci-icon {
    transform: scale(1.1);
}

.mci-text {
    position: absolute;
    right: 25px;
    color: #ffffff;
    padding: 8px 30px 8px 15px;
    border-radius: 20px 0 0 20px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1;
}

.modern-contact-item:hover .mci-text {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    right: 45px;
}

/* Màu sắc và hiệu ứng riêng biệt */
.mci-hotline { background: #28a745; box-shadow: 0 4px 10px rgba(219, 28, 36, 0.3); }
.hotline-pulse { border-color: #28a745; animation: pulse-hotline 2s infinite; }

.mci-phone { background: #28a745; box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3); }
.phone-pulse { border-color: #28a745; animation: pulse-phone 2s infinite; }
.phone-pulse i { color: #28a745 !important; }

.mci-zalo { background: #0068ff; box-shadow: 0 4px 10px rgba(0, 104, 255, 0.3); }
.zalo-pulse { border-color: #0068ff; animation: pulse-zalo 2s infinite; }

@keyframes pulse-hotline {
    0% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(40, 167, 69, 0); }
    100% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); }
}

@keyframes pulse-phone {
    0% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(40, 167, 69, 0); }
    100% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); }
}

@keyframes pulse-zalo {
    0% { box-shadow: 0 0 0 0 rgba(0, 104, 255, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(0, 104, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 104, 255, 0); }
}


