/*General Css*/
:root {
    --main-color: #daba68;
    --second-color: #0d4b89;

    --default-fs: 16px;
    --lg-fs: 25px;
    --md-fs: 20px;
    --sm-fs: 18px;

    --range-xxl: 50px;
    --range-xl: 40px;
    --range-lg: 30px;
    --range-md: 20px;
    --range-sm: 15px;
}

body {
    font-weight: 400;
    font-size: var(--default-fs);
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
} 

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a:hover, a:hover h3 {
    color: var(--main-color) !important;
    text-decoration: none;
}

a {
    color: #333;
}

.short-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-1 {
    -webkit-line-clamp: 1;
}

.clamp-2 {
    -webkit-line-clamp: 2;
}

.clamp-3 {
    -webkit-line-clamp: 3;
}

.clamp-4 {
    -webkit-line-clamp: 4;
}

.icon-input {
    font-family: "Font Awesome 5 Pro";
    /*add &#x before font unicode*/
}

.img-mw100 {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

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

.img-center {
    margin: 0 auto;
    display: block;
}

.img-border-1 {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.img-border-2 {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.img-full {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.border-t10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.menu-button {
    display: none;
}

.menu-button button {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.disabled {
    display: none;
}

.btn {
    background-color: transparent;
    padding: 0;
}
.flex {
 display:flex;
}
.flex-column{
	display:flex;
	flex:1;
	flex-direction:column;
}
.btn-search {
    color: var(--second-color);
}

.btn-search:hover {
    color: var(--main-color);
}

.box-search.active {
    opacity: 1;
    visibility: visible;
}

.box-search form {
    width: 100%;
    display: flex;
}

.box-search form input[type="search"] {
    border: 1px solid #cccccc;
    font-size: 15px;
}

.box-search form input[type="submit"] {
    background-color: var(--second-color);
    color: #fff;
    font-weight: 600;
    border: none;
    font-size: 12px;
}
.box-search-mb{
	padding-left:20%;
}
input:focus, .btn:focus {
    outline: transparent;
    box-shadow: none;
}

.btn-dropdown {
    display: none;
    transition: all .3s linear;
}

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

.float-contact {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 999;
}

.float-contact button {
    border: 0;
}

.chat-zalo {
    background: #3366CC;
    border-radius: 20px;
    padding: 5px 10px;
    color: white;
    display: block;
    margin-bottom: 6px;
}

.float-contact .hotline {
    background: var(--main-color) !important;
    border-radius: 20px;
    padding: 5px 10px;
    color: white;
    display: block;
    margin-bottom: 6px;
}

.Bao-gia a, .chat-zalo a, .hotline a {
    font-size: 17px;
    color: white;
    font-weight: 400;
    text-transform: none;
    line-height: 0;
}

.Bao-gia a:hover, .chat-zalo a:hover, .hotline a:hover {
    color: #fff !important;
}

.desc {
    font-size: 14px;
    text-align: justify;
}

.box-head {
    padding-bottom: 30px;
}

.box-head .head-title {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.box-desc {
    text-align: center;
    padding-bottom: 20px;
}

.box-desc .box-head {
    padding-bottom: 10px;
}

.head-title.--clm {
    color: var(--main-color);
}

.fixed-call {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 9999;
}

.fixed-call a {
    display: inline-flex;
    align-items: center;
    padding: 15px;
    background-color: var(--main-color);
    border-radius: 5px;
}

.fixed-call p {
    margin-bottom: 0;
}

.fixed-call i {
    font-size: 30px;
    padding-right: 10px;
}

.fixed-call a:hover {
    color: #fff !important;
}

.box-banner {
    height: 500px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background-image: url('https://vanphucdang.com/wp-content/uploads/2024/11/Mairui.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.box-banner .banner {
    width: 100%;
    background-image: linear-gradient(to right, #0d4b89e6, #fff);
    padding: 10px 0;
}

.banner-title {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}
.product__img {
	border-radius:10px;
	
}
.product__img:hover img{
	transform: scale(1.2);
}
.product-item .product__img img {
  transition: transform 0.7s ease;
}

.product-item .product__body {
    padding: 10px;
}

.product-item .product__body .product-title {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--second-color);
    font-weight: 700;
    text-align: center;
	background:#ffffffb5;
}

.detail-head h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: var(--second-color);
}

.detail-body {
    text-align: justify;
    line-height: 28px;
    font-size: 14px;
}

.detail-body img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}

.detail-body h1, 
.detail-body h2, 
.detail-body h3, 
.detail-body h4, 
.detail-body h5 {
    font-weight: 700;
}

.detail-body h2 {
    font-size: 25px;
}

.detail-body h3 {
    font-size: 23px;
}

.detail-body h4 {
    font-size: 20px;
}

.detail-body h5 {
    font-size: 19px;
}

.detail-body iframe {
    display: block;
    margin: 0 auto;
}

.detail-body table {
    width: 100% !important;
    border-collapse: collapse;
}

.detail-body table tbody tr:nth-child(even) {
    background-color: #eee;
}

.detail-body table tbody tr td {
    border: solid 1px #aaa;
    line-height: 20px;
    padding: 5px 10px 5px 10px;
}

.detail-body table th {
    border: solid 1px #aaa;
    text-align: center;
}

.detail-body h1,
.detail-body h2,
.detail-body h3,
.detail-body h4,
.detail-body h5 {
    margin-top: 20px;
}

.detail-body em {
    display: block;
    text-align: center;
    font-size: 14px;
}

.text-normal {
    text-transform: unset !important;
}

.news-item {
    display: flex;
    align-items: flex-start;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.news-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.news-item .news__img {
    width: 25%;
}

.news-item .news__img img {
    border-radius: 10px;
}

.news-item .news__body {
    width: 75%;
    padding-left: 20px;
}

.news-item .news__body .post-date {
    font-size: 14px;
    color: var(--main-color);
    padding: 5px 0;
}

.news-item .news__body .news-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--second-color);
    margin-bottom: 0;
}

.bg-eee {
    background-color: #eee;
}

/* Menu CSS */
.header-nav {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header-nav-main {
    display: flex;
    padding: 10px 0;
    align-items: center;
    transition: all .3s ease-in-out;
}

.header-nav-main .box-logo {
    width: 15%;
}

.header-nav-main .box-nav {
    width: 78%;
}

.header-nav-main .box-other {
    width: 7%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-top: 6px;
} 

.box-other i {
    font-size: 25px;
    color: var(--second-color);
}

.header-nav-main .box-menu {
    display: none;
}

.main-menu {
    width: 100%;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    list-style: none;
}

.main-menu > ul > li {
    display: flex;
    align-items: center;
    position: relative;
}

.main-menu ul li a {
    color: var(--second-color);
    font-weight: 700;
    display: block;
    font-size: 14px;
    padding: 10px;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s linear;
    z-index: 999;
}
/* End Menu CSS */

/* Footer Css */
footer {
    padding: var(--range-xxl) 0;
    background-color: #0d4b89;
}
footer, footer a {
    color: #fff;
}
.footer-bottom{margin-top:30px;}
.ft-head {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.ft-head h4 {
    font-size: var(--sm-fs);
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.ft-body {
    font-size: 14px;
}

.ft-body ul {
    padding: 0;
    margin: 0;
}

.ft-body ul li {
    list-style: none;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.ft-company .ft-body ul li {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc2b;
}

.ft-company .ft-body ul li:last-child {
    border: 0;
}

.ft-body ul li:last-child {
    margin-bottom: 0;
}

.ft-body ul li i {
    padding-right: 10px;
}

.ft-body ul li a {
    display: block;
}

.ft-body p {
    margin-bottom: 5px;
}

.ft-body iframe {
    width: 100%;
}
.ft-body table,
.ft-body td,
.ft-body tr {
   border:none;
}
.ft-company h5 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}

.footer-bottom .ft-left {
    text-transform: uppercase;
}

.footer-bottom-main {
    font-size: 13px;
    padding-top: 20px;
    border-top: 1px solid #cccccc2b;
    text-align: center;
}

.footer-bottom-main a {
    color: #fff;
    font-weight: 600;
}

.ft-body .social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 50%;
}

.ft-body > a {
    display: block;
}

#bocongthuong {
    margin-bottom: 15px;
    margin-top: 15px;
}

#dmca {
    margin-bottom: 15px;
}

.social iframe {
    width: 100%;
}

/* Owl Carousel Css */

.owl-dots {
    position: absolute;
    width: 100%;
    margin-top: 0 !important;
    bottom: 0;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    border-radius: 0;
    background-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] i {
    color: #fff;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
}

.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}

/* Igitech Css */

.video-popup.active {
    visibility: visible;
}

.video-popup iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.igi_box_btn_video {
    position: absolute;
    top: calc(50% - 33px);
    left: calc(50% - 33px);
}

.igi_btn_video {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
}

.igi_bg_video {
    border: 7px solid var(--main-color);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    opacity: 100%;
}

span.igi_open_video {
    position: absolute;
    z-index: 999;
    display: inline-block;
    width: 69px;
    height: 69px;
    background: none;
    line-height: 69px;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 34px);
    border-radius: 50%;
}

span.igi_open_video i {
    font-size: 21px;
    color: var(--main-color);
    width: 69px;
    height: 69px;
    position: absolute;
    left: 0;
    line-height: 69px;
}

.video-popup {
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 9999999;
    overflow: auto;
    background: rgba(0, 0, 0, 0.85);
    visibility: hidden;
}

.video-wrap {
    position: absolute;
    border-radius: 5px;
    width: 900px;
    left: calc(50% - 450px);
    height: 500px;
    top: 50%;
    transform: translateY(-50%);
}

.video-popup .igi_closed {
    position: absolute;
    right: 5px;
    top: -10px;
    font-size: 15px;
    z-index: 9999999;
    color: #ffff;
    font-weight: 600;
    width: 30px;
    height: 30px;
    text-align: center;
    background: red;
    border-radius: 50%;
    line-height: 28px;
    cursor: pointer;
}

.navigation {
    clear: both;
    text-align: center;
}

.navigation .pages {
    margin-right: 15px;
    display: none;
}

.navigation a, .navigation span.current {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    margin-left: 8px;
    font-weight: 600;
    color: #333;
    background-color: transparent;
    border: 1px solid #ccc;
}

.navigation a:hover, .navigation span.current {
    color: #fff !important;
    background-color: #ddac01;
}

.fixed_right {
    position: fixed;
    bottom: 70px;
    right: 40px;
    z-index: 100;
}

#zalo_mess .play-now .ripple {
    background-position: center center;
}

#face_mess .play-now .ripple {
    background-position: bottom center;
}

#float_button, #zalo_mess, #face_mess {
    margin-top: 30px;
    position: relative;
    height: 40px;
    cursor: pointer;
}

#float_button .play-now {
    display: block;
}

.play-now {
    position: relative;
    border-radius: 50%;
    z-index: 10;
    text-align: center;
}

.play-now .ripple, .play-now .ripple:before, .play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 44px;
    width: 44px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(80, 170, 178, .3);
    -moz-box-shadow: 0 0 0 0 rgba(80, 170, 178, .3);
    -ms-box-shadow: 0 0 0 0 rgba(80, 170, 178, .3);
    -o-box-shadow: 0 0 0 0 rgba(80, 170, 178, .3);
    box-shadow: 0 0 0 0 rgba(80, 170, 178, .3);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple {
    background-image: url(../images/social_fixed.png);
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

#back-to-top {
    position: fixed;
    right: 10px;
    width: 57px;
    height: 57px;
    bottom: 10px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    font-size: 20px;
    opacity: .6;
    transition: all .3s ease;
    z-index: 999999999999;
	align-items: center;
    display: flex;
    justify-content: center;
}

.popupSearchBox {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    right: 0;
    bottom: 0;
}

.popupSearchBox .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 95%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
    max-width: 800px;
}

.popupSearchBox input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: calc(100% - 100px);
    background: white;
}

.popupSearchBox button {
    float: left;
    width: 100px;
    background: #ab1c30 !important;
    font-size: 15px;
    border: none;
    cursor: pointer;
    height: 55px;
    color: #fff;
}

/*Responsive CSS*/

@media (max-width: 1199px) {
    
}

@media (max-width: 991px) {
    :root {
        --range-xxl: 30px;
    }

    .header-nav-main {
        align-items: center;
        background-color: #fff;
        justify-content: flex-end;
        padding: 10px;
        border-radius: 10px;
        position: relative;
    }

    .box-search {
        position: inherit;
        width: 100%;
        transform: translateY(0);
        opacity: 1;
        top: 0;
        left: 0;
    }

    .box-search form input[type="search"] {
     
    }

    .box-search form input[type="submit"] {
        width: 20%;
    }

    .header-nav-main .box-menu {
        display: block;
    }

    .box-menu button i {
        color: var(--second-color);
        font-size: 25px;
    }

    .header-nav-main .box-nav {
        position: absolute;
        width: 100%;
        background-color: #fff;
        z-index: 999;
        padding-top: 20px;
        top: calc(100% - 8px);
        left: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .3s linear;
    }

    .header-nav-main .box-nav.active {
        max-height: 1000px;
        opacity: 1;
        visibility: visible;
    }

    .header-nav-main .box-logo {
        width: 160px;
        position: absolute;
        left: -20px;
        top: 50%;
        z-index: 9999;
        transform: translateY(-50%);
    }

    .main-menu {
        padding-left: 0;
    }

    .main-menu ul {
        flex-direction: column;
    }

    .main-menu ul li {
        width: 100%;
    }
    
    .main-menu > ul > li:last-child {
        display: block;
    }

    .main-menu > ul > li {
        flex-wrap: wrap;
    }

    .main-menu .sub-menu {
        position: inherit;
        width: 100%;
        padding-left: 30px;
        top: 0;
        left: 0;
        transform: translateY(0);
        opacity: 0;
        max-height: 0;
        visibility: hidden;
        overflow: scroll;
    }
    .main-menu .sub-menu.active {
        opacity: 1;
        max-height: 200px;
        visibility: visible;
    }

    .box-other {
        display: none;
    }

    .header-nav {
        position: relative;
        background-color: transparent;
        top: 10px;
    }

    .header-nav.sticky {
        position: fixed;
        top: 25px;
    }

    .btn-dropdown {
        display: block;
    }

    .header-nav-main .box-other {
        display: none;
    }

    .fixed-call {
        bottom: 5px;
        right: 5px;
    }

    .footer-bottom {
        padding-bottom: 70px;
    }
	.box-search-mb{
		padding-left: 40%;
	}
}

@media (max-width: 767px) {
    .ft-bottom-main {
        flex-direction: column;
    }

    .ft-bottom-main .ft-left {
        padding-bottom: 10px;
    }

    .video-wrap {
        width: 100%;
        left: 0;
        height: 210px;
    }

    .video-popup .igi_closed {
        right: 22px;
    }

    .banner-title {
        font-size: 26px;
    }

    .box-banner {
        height: 250px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li a {
        font-size: 12px;
    }

    .header-nav-main .box-other {
        width: 13%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-wrap {
        width: 100%;
        left: 0;
    }
}

@media screen and (min-width: 1024px){
    .main-menu ul li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .main-menu ul li:hover > .btn-dropdown {
        color: var(--main-color);
    }
    
    .main-menu ul li:hover > a {
        color: var(--main-color);
    }

    .header-nav.sticky {
        background-color: #fff;
        box-shadow: 0px 2px 8px rgb(0 0 0 / 50%), inset 0px 0px 0px rgb(255 255 255);
    }
    
    .header-nav.sticky .header-nav-main .box-logo {
        width: 10%;
    }

    .header-nav.sticky .header-nav-main {
        align-items: center;
        padding: 0;
    }

    .video-popup {
        width: 100%;
        height: 1000px;
    }
}
.pswp{
	z-index:10000;
}
.box-search {
    position: absolute;
    right: 50%;
    left: 50%;
    opacity: 1;
    z-index: 999999;
    visibility: hidden;
    transition: all .3s linear;
    transform: translate(-50%, 0%);
	top: 0;
	height:100%;
}

.box-search form {
    position: fixed;
    display: flex;
    height: auto !important;
}
.aws-container .aws-search-form{
	height:100% !important;
}
.box-search input[type=search] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px;
    font-size: 14px;
    z-index: auto;
}

.aws-container .aws-search-form .aws-form-btn {
    background-color: var(--second-color);
    color: #fff;
    border-radius: 0;
    font-size: 14px;
} 

.aws-container .aws-search-form .aws-search-btn_icon {
    color: #fff;
}

.aws-container .aws-search-form .aws-form-btn:hover {
    background-color: var(--second-color);
}

#dmca,#bocongthuong {
	content-visibility: hidden;
}
.tableview {
  border-collapse: collapse;
  width: 100%;
}

.tableview th,
.tableview td {
  border: 1px solid #333;
  padding: 8px;
  text-align: left;
}

.tableview th {
  background-color: #f2f2f2;
}
