@charset "UTF-8";
/* @font-face {
    font-family: 'hr';
    src: url(../fonts/SVN-Helves.ttf);
}
@font-face {
    font-family: 'hb';
    src: url(../fonts/SVN-Helvesbold.ttf);
} */
.wow{visibility: hidden;}
*{
    transition: all 0.3s;
}
/* 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-family: "Arial", sans-serif;font-size:14px;color: #3E3E3E;margin: 0;padding: 0;min-height: 100vh;}
img{max-width:100%;height:auto;vertical-align:top}
a,input,textarea{outline:none;padding:0px;}
a:hover,a:focus{text-decoration:none;}
input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
h1, h2, h3, h4, h5, h6{font-weight: normal;margin: 0;padding: 0;}   
.container{
    max-width: 1140px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
}
.wrap-main{
    padding-top: 80px;
}   
.header{
    text-align: center;
}
.wap-all-page{min-height:100vh;position: relative;transition: all 0.3s;}
.header svg{}
.header p{
    font-weight: 600;
    font-size: 15px;
}
.wrap-line{
    width: 100%;
    height: 1px;
    border-top: 1px solid #000;
    margin: 25px 0px;
}
.content-page{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.content-page-left{
    width: 50%;
    padding: 0px 15px;
    transition: all 0.3s;
}
.content-page-left p{margin:0}
.content-page-right{
    width: 28%;
    padding: 0px 15px;
}
.photo-page{}
.group-btn-link{
    margin-top: 25px;
}
.group-btn-link > p{
    text-align: center;
    margin-bottom: 15px;
}
.group-btn-link ul{
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 0;
}
.group-btn-link ul li{}
.group-btn-link ul li a{
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px;
    background: #363636;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 600;
    transition: all 0.3s;
}
.group-btn-link ul li a:hover{
    background: #494949;
}
.wap-footer{
    background: #000;
    color: #fff;
    padding: 15px 0px;
    /* position: absolute; */
    width: 100%;
    /* bottom: 0px; */
    /* left: 0px; */
}
.footer-left{
    max-width: 40%;
}
.wap-footer .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.name-footer{
    font-size: 32px;
    font-weight: 700;
}
.content-footer{
    line-height: 25px;
}
.footer-right{}
.footer-right img{}
/* Responsive */
@media(max-width:1001px){
    .content-page{
        flex-direction: column;
        row-gap: 15px;
    }
    .content-page-left{
        width: 100%;
    }
    .content-page-right{
        width: 100%;
        text-align: center;
        transition: all 0.3s;
    }
    .wap-footer{position:unset;margin-top: 15px;}
}
@media(max-width:768px){
    .wap-footer .container{flex-direction: column;row-gap: 35px;}
    .footer-left{width: 100%;max-width: 100%;}
    .footer-right{
        width: 100%;
        max-width: 170px;
    }
    .name-footer {
        font-size: 22px;
        font-weight: 700;
    }
    .group-btn-link ul li a {
        padding: 7px 7px;
        font-size: 13px;
        text-align: center;
    }
    .wrap-main {
        padding-top: 25px;
    }
    .header p {
        font-weight: 600;
        font-size: 14px;
        margin: 5px 0px;
    }
    .photo-page {
        max-width: 35%;
        margin: auto;
    }
    .wrap-line{
    margin: 5px 0px;
}
}
@media(max-width:576px){
	
}
@media(max-width:369px){
	
}