:root {
    --white: #ffffff;
    --black: #000000;
    --red: #c80118;
    --grey: #A9A9A9;
    --grey-bg: #efefef;
}

@font-face {
    font-family: 'avant';
    font-display: swap;
    src: url('/static/dingshunbag/assets/fonts/AvantGarde-Demi.otf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    position: relative;
    display: block;
    font-family: Microsoft Yahei, Arial, Verdana, sans-serif;
    font-size: 16px;
    color: #707070;
    text-decoration: none;
    overflow-x: hidden;
}

ul,
li {
    list-style: none;
}

a,
a:active,
a:focus,
a:visited {
    text-decoration: none;
}

svg {
    display: block;
    fill: #333333;
    max-width: 50px;
}

.container {
    margin: 0 auto;
}

.topbar-contact {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
}

.topbar-contact .item-contact {
    display: flex;
    white-space: nowrap;
}

.topbar-contact .item-contact:not(:last-child) {
    margin-right: 20px;
}

.topbar-contact .item-contact svg {
    width: 20px;
    fill: var(--grey);
}

.topbar-contact .item-contact .name {
    color: var(--black);
    margin: 0 10px;
}

.header-navbar-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.logo a {
    display: block;
    padding-bottom: 10px;
}

.logo a img {
    display: block;
    max-height: 80px;
}

.nav-toolbar-ul {
    display: flex;
    align-content: center;
}

.nav-toolbar-ul .nav-item-1 {
    position: relative;
}

.nav-toolbar-ul .nav-item-1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--black);
    height: 100%;
    padding: 0 30px;
}

.nav-toolbar-ul .nav-item-1 a:hover {
    background-color: var(--red);
    color: var(--white);
}

.nav-toolbar-ul .nav-item-1 a>span.expand {
    margin-left: 20px;
}

.nav-toolbar-ul .nav-item-1 a>span.expand::after {
    content: "";
    display: block;
    border-top: 10px solid var(--black);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.nav-toolbar-ul .nav-item-1 a:hover>span.expand::after {
    border-top-color: var(--white);
}

.nav-toolbar-ul .nav-item-1 ul.nav-item-2 {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    width: max-content;
    min-width: 100%;
    background-color: var(--white);
    z-index: 9999;
}

.nav-toolbar-ul .nav-item-1:hover ul.nav-item-2 {
    display: block;
}

.nav-toolbar-ul .nav-item-1 ul.nav-item-2 li a {
    display: block;
    text-align: center;
    white-space: nowrap;
    padding: 15px 20px;
}

.nav-toolbar-ul .nav-item-1 ul.nav-item-2 li:not(:last-child) a {
    border-bottom: 1px solid #dddddd;
}

.nav-toolbar-ul .nav-item-search {
    position: relative;
}

.nav-toolbar-ul .nav-item-search::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    border-left: 1px solid #dddddd;
    height: 20px;
}

.nav-toolbar-ul .nav-item-search a:hover {
    background-color: transparent;
}

.nav-toolbar-ul .nav-item-search svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: var(--black);
}

.header-mobile-btn {
    display: none;
}


.container-section {
    padding: 80px 0;
    box-sizing: border-box;
}

.container-left-padding-section {
    padding-left: 120px;
}

footer{
    
}

.footer-wrapper {
    background: url(../image/bg-footer.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0 30px ;
}

.grid-footer-column {
    display: grid;
    grid-template-columns: 40% calc(60% - 120px);
    grid-gap: 80px;
}

.contact-list .topic-title,
.contact-form .topic-title {
    display: flex;
    align-items: center;
    font-size: 28px;
    color: var(--white);
    margin-bottom: 30px;
}

.contact-list .topic-title::before,
.contact-form .topic-title::before {
    content: "";
    display: block;
    border-left: 3px solid var(--white);
    height: 28px;
    margin-right: 20px;
}

.contact-list .logo-text {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    color: var(--white);
    margin-bottom: 50px;
}

.contact-list .logo-text img {
    display: block;
    max-height: 50px;
    margin-right: 20px;
}

.contact-list ul.contact-list-content li:not(:last-child) {
    margin-bottom: 10px;
}

.contact-list ul.contact-list-content li,
.contact-list ul.contact-list-content li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.contact-list ul.contact-list-content li svg.icon {
    display: block;
    width: 20px;
    height: 20px;
    fill: var(--white);
    margin-top: 5px;
}

.contact-list ul.contact-list-content li span {
    display: block;
    width: calc(100% - 30px);
    font-size: 14px;
    color: var(--white);
    line-height: 30px;
}

.contact-form-elements .form-line-group {
    display: flex;
    justify-content: space-between;
}

.contact-form-elements .form-line-group .form-line{
    width: 100% ;
}

.contact-form-elements .form-line-group .form-line:not(:last-child) {
    margin-right: 20px;
}

.contact-form-elements .form-line {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.contact-form-elements .form-line .form-line-title {
    color: var(--white);
    padding-left: 20px;
    margin-bottom: 20px;
}

.contact-form-elements .form-line .form-line-element {
    display: flex;
}

.contact-form-elements .form-line .form-line-element .form-require {
    font-size: 20px;
    color: var(--red);
    width: 20px;
}

.contact-form-elements .form-line .form-line-element input,
.contact-form-elements .form-line .form-line-element textarea {
    display: block;
    width: calc(100% - 20px);
    padding: 10px 20px;
    background-color: var(--white);
    border: 0;
    outline: none;
}

.contact-form-elements .form-line button{
    display: block;
    background-color: var(--red);
    width: max-content;
    font-size: 16px ;
    color: var(--white);
    border: 0 ;
    margin-left: 20px ;
    padding: 10px 30px ;
    outline: none;
    cursor: pointer;
}

.footer-copyright{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #222222;
    padding: 10px 60px 10px 120px;
}

.footer-menu-copyright ul.menu,
.footer-menu-copyright ul.menu li{
    display: flex;
    align-items: center;
}

.footer-menu-copyright ul.menu li:not(:last-child):after{
    content:"";
    display: block;
    border-left: 1px solid #a9a9a9;
    height: 14px ;
    margin: 0 20px ;
}

.footer-menu-copyright ul.menu li a{
    display: block;
    font-size: 14px ;
    color: #a9a9a9;
}

.footer-menu-copyright .copyright{
    font-size: 14px ;
    margin-top: 10px ;
}

.footer-menu-copyright .copyright a{
    color: #a9a9a9;
}

.footer-social-media{
    display: flex;
}

.footer-social-media a{
    display: block;
}

.footer-social-media a:not(:last-child){
    margin-right: 10px ;
}

.footer-social-media a img{
    display: block;
    max-width: 30px ;
    opacity: 0.5;
}

.footer-social-media a:hover img{
    opacity: 1;
}

.layer-search-wrapper{
    display: none;
    position: fixed;
    top: 0 ;
    left: 0 ;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100% ;
    height: 100% ;
    z-index: 9999;
}

.layer-search-wrapper.open{
    display: flex;
}

.layer-search-wrapper .search-form{
    width: 60% ;
}

.layer-search-wrapper .search-form .search-form-close{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px ;
}

.layer-search-wrapper .search-form .search-form-close .form-close-btn{
    display: block;
    width: 40px ;
    height: 40px ;
    cursor: pointer;
}

.layer-search-wrapper .search-form .search-form-elements form{
    display: flex;
    justify-content: center;
}

.layer-search-wrapper .search-form .search-form-elements form input,
.layer-search-wrapper .search-form .search-form-elements form button{
    outline: none;
}

.layer-search-wrapper .search-form .search-form-elements form input{
    width: calc(100% - 140px);
    padding: 20px 20px;
    border: 1px solid #efefef;
}

.layer-search-wrapper .search-form .search-form-elements form button{
    background-color: var(--black);
    color: var(--white);
    display: flex;
    align-items: center;
    width: 140px;
    border: 0;
    padding: 0 30px;
    cursor: pointer;
}

.layer-search-wrapper .search-form .search-form-elements form button svg{
    display: block;
    width: 20px ;
    height: 20px ;
    fill: var(--white);
    margin-right: 5px ;
}