@charset "UTF-8";

/* Main */
:root{--color-red:#ec2d3f;--color-medium-red:#cc2c32;--color-dark-red:#c31829;--color-green:#28a745;--color-dark-green:#207d36;--color-black:#212529;--color-gray:#6c757d;}
body{font-size:14px;font-family: Mulish;}
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,.wrap-content{max-width:1230px;margin:40px auto;padding:0px 15px;}
.wrap-home{max-width:100%;padding:0px;margin: 0;}
.wrap-content{margin:auto;}
.wap-all-page{width: 100%;display: flex;flex-wrap: wrap;}
.wap-top{width: 100%;}
.wap-hearder{width: 100%;}
.wap-menu{width: 100%;}
.wap-slider{width: 100%;}
.wap-main{width: 100%;}
.wap-footer{width: 100%;}
.page-index-all{width: 100%;display: flex;flex-wrap: wrap;}
/* General */
.box-page-intro{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box-page-intro .wrap-content{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.name-cty{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.logo-header{
    margin-bottom: 40px;
}
.box-noidungchinh{
    display: flex;
    gap: 120px;
}
.item-ndc{}
.item-ndc a{}
.photo-ndc{
    border-radius: 32px;
    padding: 16px;
    border: 2px solid #ffffff;
    position: relative;
    margin-bottom: 40px;
}
.photo-ndc:before{content:"";position: absolute;width: 95%;height: 95%;top: -20px;left: -20px;z-index: -1;background: linear-gradient(90deg, rgba(187,140,64,1) 0%, rgba(244,225,123,1) 46%, rgba(181,132,60,1) 100%);border-radius: 16px;}
.photo-ndc img{
    border-radius: 16px;
}
.info-ndc{
    padding: 16px 5px;
    text-align: center;
    color: #000;
    border-radius: 60px;
    background: #FFDB00;
    transition: all 0.3s;
    border: 2px solid transparent;
}
.info-ndc:hover{
    background: transparent;
    border: 2px solid #fff;
}
  .info-ndc h3{
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}   
.info-website{
    padding: 10px 0px;
    background: #000000ab;
    color: #fff;
    margin-top: 40px;
    width: 100%;
}     
.info-website .wrap-content{}  
.address{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}
.info-bottom{}
.info-bottom ul{
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0;
    gap: 50px;
}
.info-bottom ul li{}
/* Responsive */
@media(max-width:1001px){
	.menu{display:none;}
	.menu-res{display:block;}
    .box-page-intro{height: auto;padding-top: 15px;}
    .name-cty{text-align: center;font-size: 20px;}
    .box-noidungchinh{gap: 15px;}
    .logo-header img{max-height: 90px;}
    .photo-ndc:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: -1;
        background: linear-gradient(90deg, rgba(187, 140, 64, 1) 0%, rgba(244, 225, 123, 1) 46%, rgba(181, 132, 60, 1) 100%);
        border-radius: 26px;
    }
    .info-ndc{padding: 10px 0px;}
    .info-ndc h3{font-size: 16px;}
    .address {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .info-bottom ul{flex-direction: column;gap: 5px;}
    .info-bottom {
        width: 100%;
    }
}
@media(max-width:576px){
	.news-image{margin-bottom:1rem;}
}
@media(max-width:369px){
	.cart-pro-detail a{width:100%;}
	.cart-pro-detail a:first-child{margin-right:0px;margin-bottom:0.5rem;}
	.cart-pro-detail a i{display:none;}
}