@charset "UTF-8";
@font-face{
    font-family: 'Baskerville Old Face';
    src : url('../fonts/baskervilleoldface.ttf');
    font-style: normal;
    font-display: swap;
}

.home-header .headState {
    display: block !important
}

.home-header .navbar-nav .nav-item:last-child {
    /* display: none; */
}

.home-header .navbar-nav .nav-item:first-child {
    display: block
}

.home-header .head-lang {
    position: relative
}

.home-header .head-lang__title {
    color: #e0e0e0;
    font-size: 15px;
    cursor: pointer;
    line-height: 1.75;
    letter-spacing: .5px;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    /* font-family: auto; */
}

.home-header .head-lang__title img {
    width: 18px;
    height: 18px;
    margin-left: 6px;
}

.home-header .head-lang__title:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    /* content: ""; */
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.home-header .head-lang__menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    border-top: 4px solid #2b1010;
    min-width: 100px;
    display: none;
}

.home-header .head-lang__menu.showClass {
    position: relative
}

.home-header .head-lang__menu__item {
    text-align: center;
    display: inline-block;
    padding: 15px;
    cursor: pointer;
    width: 100%;
    font-weight: 400;
    font-size: 1rem;
    color: #3D0101;
    font-family: auto;
}

.home-header .head-lang__menu__item:hover {
    background-color: #e0e0e0;
    color: #6c100f
}

.home-header .navbar {
    background-color: rgba(61, 1, 1, 0);
    flex-direction: column;
    padding: 0
}

.home-header-clearfix {
    height: 120px
}

.home-header-bd {
    padding: 0;
    width: 100%
}

.home-header-bd .navbar-brand {
    padding-left: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.home-header-bd .nav-item {
    font-size: 16px
}

.home-header-bd .nav-item .dropdown-menu {
    min-width: 140px
}

.home-header-bd .nav-item .dropdown-menu li {
    position: relative
}

.home-header-bd .nav-item .dropdown-menu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0
}

.home-header-bd .nav-item-c49a6c {
    color: #e0e0e0;
    line-height: 1.45
}

.home-header-bd .nav-item-c49a6c a {
    padding: 0 10px;
    color: inherit;
    font-size: 15px;
    /* font-family: auto; */
}
.home-header-bd .nav-item-c49a6c a:hover{
    color: #AF8147;
}

.home-header-bd .dropdown-roll .nav-item .dropdown-menu {
    background-color: hsla(0, 0%, 96.9%, .04);
    color: #fff;
    border-top: 4px solid #6c100f
}

.home-header-bd .dropdown-roll .nav-item .dropdown-menu .dropdown-item {
    color: #fff
}

.home-header-bd .dropdown-roll .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: hsla(0, 0%, 93.3%, .1);
    color: #c49a6c
}

.home-header-bd .nav-link {
    padding: 26px 22px !important;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: .5px;
    color: #e0e0e0;
    /* font-family: auto; */
}
.home-header-bd .nav-link:hover{
    color: #AF8147;
}

.home-header-bd .color-h {
    color: #212529
}

.home-header-bd .three-link:after {
    transform: rotate(-90deg)
}


.c-footer .c-footer-hd .menu-list a[data-v-73eb7d57]:hover{
    opacity: 1;
}






@media screen and (max-width:1024px)and (min-width:769px) {
    /*.home-header-bd .nav-item .nav-link {
        padding: 6px 8px !important;
        white-space: nowrap
    }

    .home-header-bd .nav-item .nav-link.en-box,
    .home-header-bd .nav-item .nav-link.ja-box,
    .home-header-bd .nav-item .nav-link.th-box,
    .home-header-bd .nav-item .nav-link.vi-box {
        padding: 6px 0 !important
    }*/

    .home-header-bd .navbar-brand {
        padding-left: 15px !important;
        margin-right: 10px
    }

    .home-header-bd .navbar-brand.en-box,
    .home-header-bd .navbar-brand.th-box,
    .home-header-bd .navbar-brand.vi-box {
        padding-left: 6px !important
    }

    .home-header-bd .navbar-brand.ja-box {
        margin-right: 0
    }
}

@media(max-height:375px) {
    .justify-content-around {
        height: 200px;
        overflow-y: auto
    }
}

@media(max-width:767px) {
    .home-header-clearfix {
        height: 66px
    }

    .home-header-bd {
        /* border-bottom: 1px solid #7d1614; */
    }

    .home-header-bd .nav-item-c49a6c {
        padding-left: 8px
    }

    .home-header .justify-content-around {
        max-height: 500px;
        overflow-y: auto
    }

    .home-header .dropdown-menu {
        position: relative !important;
        left: 0 !important
    }

    .home-header .navbar-brand {
        padding-left: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .home-header .navbar-toggler:focus {
        box-shadow: none
    }

    .home-header .navbar-toggler .icon {
        width: 30px;
        height: 30px;
        background-color: #000
    }

    .home-header .color-h {
        color: #212529
    }

    .home-header .fixed-menu {
        position: fixed;
        bottom: 150px;
        right: 0;
        transform: scale(.75);
        transform-origin: 100% 50%;
        z-index: 100
    }
}

.c-footer .c-footer-ft[data-v-73eb7d57] {
    background-color: #080E1C;
    padding-top: 44px;
    padding-bottom: 16px;
}

.c-footer .c-footer-ft .bottom-text[data-v-73eb7d57] {
    font-size: 12px;
    line-height: 1.67;
    color: #ffffff;
    /* font-family: auto; */
    opacity: 0.5;
}

@media(max-width:767px) {
    .c-footer .c-footer-ft[data-v-73eb7d57] {
        padding: 20px 0
    }
}

.c-footer .c-footer-bq[data-v-73eb7d57] {
    background-color: #080E1C;
    text-align: center;
    font-size: 12px;
    padding: 20px 0 26px;
    color: #ababab;
    font-family: auto;
}

.c-footer .c-footer-bd[data-v-73eb7d57] {
    padding: 20px 0
}

.c-footer .c-footer-bd .ad-text[data-v-73eb7d57] {
    font-size: 12px;
    line-height: 1.67;
    color: #333;
    font-weight: 700
}

.c-footer .c-footer-bd .ad-text .more[data-v-73eb7d57] {
    color: #008aed;
    margin-left: 50px
}

.c-footer .c-footer-bd .ad-text .btn[data-v-73eb7d57] {
    height: 44px;
    line-height: 42px;
    padding: 0 43px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #646464
}

.c-footer .c-footer-hd[data-v-73eb7d57] {
    background-color: #260505;
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.c-footer .c-footer-hd .other-text[data-v-73eb7d57] {
    margin-top: 40px;
    font-size: 12px;
    line-height: 2;
    color: #f7f7f7;
    width: 235px
}

.c-footer .c-footer-hd .language-box[data-v-73eb7d57] {
    margin-top: 34px
}

.c-footer .c-footer-hd .language-box__text[data-v-73eb7d57] {
    font-size: 12px;
    line-height: 1.67;
    color: #f7f7f7;
    font-family: auto;
}

.c-footer .c-footer-hd .language-box .language-list[data-v-73eb7d57] {
    margin-top: 12px
}

.c-footer .c-footer-hd .language-box .language-list li[data-v-73eb7d57] {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.67;
    color: #f7f7f7;
    margin-right: 12px;
    cursor: pointer
}

.c-footer .c-footer-hd .language-box .language-list li span[data-v-73eb7d57] {
    text-decoration: underline;
    font-family: auto;
}

.c-footer .c-footer-hd .language-box .language-list li img[data-v-73eb7d57] {
    width: 16px;
    height: 11px;
    vertical-align: middle;
    margin-right: 5px
}

.c-footer .c-footer-hd .customer-login[data-v-73eb7d57] {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
    color: #f7f7f7;
    text-decoration: underline;
    font-family: auto;
}

.c-footer .c-footer-hd .search-box[data-v-73eb7d57] {
    margin-top: 38px;
    position: relative
}

.c-footer .c-footer-hd .search-box img[data-v-73eb7d57] {
    width: 22px;
    height: 22px;
    transform: translateY(-50%)
}

.c-footer .c-footer-hd .search-box .form-control[data-v-73eb7d57] {
    background-color: transparent;
    width: 235px;
    height: 32px;
    line-height: 30px;
    margin: 0 0 19px;
    padding: 5px 10px 5px 42px;
    border-radius: 2px;
    border: 1px solid #979797;
    font-size: 12px
}

.c-footer .c-footer-hd .search-box .form-control[data-v-73eb7d57]:-moz-placeholder {
    color: #f7f7f7
}

.c-footer .c-footer-hd .search-box .form-control[data-v-73eb7d57]:focus {
    box-shadow: none
}

.c-footer .c-footer-hd .list-title[data-v-73eb7d57] {
    font-size: 16px;
    line-height: 1.75;
    color: #f7f7f7;
}

.c-footer .c-footer-hd .menu-list[data-v-73eb7d57] {
    font-size: 14px;
    line-height: 2.5;
    color: #f7f7f7;
    margin-top: 20px;
}

.c-footer .c-footer-hd .menu-list a[data-v-73eb7d57] {
    color: #ffffff;
    /* font-family: auto; */
    opacity: 0.5;
}



.home-header-bd .nav-item{
    position: static;
}
.home-header-bd .dropdown-roll .nav-item .dropdown-menu{
    position: absolute;
    width: 100%;
    left: 0;
    top: 76px;
    border-top: none;
    background: rgba(38, 5, 5, 1);
    /* border-top: 1px #4d4d4d solid; */
    padding-top: 26px;
}


.dropdown-menu{
    font-family: auto;
}
.dropdown-menu li{
    width: 33%;
    float: left;
}
.dropdown-menu .dropdown-right img{
    width: 176px;
    opacity: 1;
    margin: 12px 30px;
}

.dropdown-left{
    border-right: 1px #482e2e solid;
    height: 180px;
    margin-right: 70px;
    width: 24% !important;
    margin-top: 0px;
    margin-bottom: 60px;
    padding-top: 36px;
}
.dropdown-left .nav-title{
    font-size: 26px;
    margin-bottom: 20px;
    font-family: 'Noto Serif SC';
    font-weight: 700;
}
.dropdown-left .nav-desc{
    color: #c0c0c0;
    font-size: 16px;
    line-height: 24px;
    width: 92%;
    font-family: 'Noto Serif SC';
}

.dropdown-center{
    width: 54% !important;
}

.dropdown-center .nav-down{
    width: 32%;
    float: left;
    text-align: left;
}

.en-dropdown-center .nav-down{
    width: max-content;
    float: left;
    text-align: left;
    padding-right: 0px !important;
    margin-right: 8%;
}

.dropdown-center .nav-down a{
    font-size: 16px;
    display: block;
    color: #e6e6e6;
    margin: 30px 0;
    font-family: 'Noto Serif SC';
}
.dropdown-center .nav-down a:hover{
    color: #c49a6c;
}
.dropdown-center .nav-down p{
    font-size: 16px;
    color: #AF8147;
    display: inline-block;
    height: 19px;
    line-height: 17px;
    font-family: 'Noto Serif SC';
    margin-bottom: 4px;
    font-weight: 700;
}
.dropdown-right{
    width: 14% !important;
}

.dropdown-center .three-class a{
    font-size: 16px !important;
    margin: 22px 0px;
}


.nav-type-2 .nav-desc{
    width: 88%;
    line-height: 24px;
}

.login-pc{
    display: block;
}
.login-mobile{
    display: none;
}
.nav-link-login{
    font-size: 16px;
    font-family: auto;
    text-align: right;
    width: 35%;
    line-height: 23px;
    display: none;
}
.nav-link-login a{
    color: #e2e0e0;
    font-size: 15px;
    padding: 6px 22px;
    background: #601313;
    border-radius: 6px;
}
.navbar-toggler img{
    width: 30px;
}

.fca7{
  background: url(../images/about-06-bg.png) 100%/auto 100% no-repeat;
  height: 880px;
  background-position: center center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fca7 .d1 .p1{
  font-size: 36px;
  line-height: 58px;
  color: #e5e5e5;
  width: 70%;
  margin-left: 12%;
  font-weight: 700;
  margin-top: 320px;
  letter-spacing: 2px;
}
.fca7 .d1 .p2{
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 2px;
  margin: 40px 0;
  margin-left: 12%;
}
.fca7 .d1 .p2 em{
  width: 60px;
  height: 1px;
  display: inline-block;
  border-bottom: 1px #ffffff solid;
  float: left;
}
.fca7 .d1 .p2 span{
  margin: 0 12px;
  float: left;
}
.fca7 .d1 .p3{
  margin-left: 12%;
  letter-spacing: 2px;
  color: #FFFFFF;
  font-size: 16px;
  float: left;
  margin-top: 48px;
  width: 87%;
}
.fca7 .d2{
  margin-top: 160px;
}



.fca7 .form-btn {
    padding: 6px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    bottom: 90px;
    cursor: pointer;
    color: #4D0101;
}

.fca7 .form-btn span {
    margin-right: 10px;
    display: inline-block;
    line-height: 2;
    /* border-bottom: 1px solid #8b8b8b; */
}

.fca7 .form-box {
    width: 640px;
    height: 630px;
    position: absolute;
    top: 150px;
    right: 15%;
    padding: 3px 71px 68px 200px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.39) 100%);

}

.fca7 .form-box:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 190px;
    left: 0;
    /* border: 1px solid #7d1614; */
    opacity: .5
}

.fca7 .form-box .form-control {
    height: 42px;
    padding: inherit
}

.fca7 .form-box .testing {
    margin-top: 40px;
    display: flex;
    align-items: center
}

.fca7 .form-box .testing__title {
    font-size: 24px
}

.fca7 .form-box .testing__kind {
    padding-left: 10px
}

.fca7 .form-box .testing__kind .input {
    border: 1px solid #ced4da;
    font-size: 1rem;
    font-weight: 400;
    line-height: 40px;
    color: #212529;
    background-color: #fff;
    border-radius: .25rem;
    width: 50px;
    height: 40px;
    text-align: center;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.fca7 .col-md-3 {
    padding: 0 5px
}

.fca7 .select-label {
    cursor: pointer;
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    /* background-color: #fff; */
    border-radius: 21px;
    height: 42px;
    border: 1px solid #ddd;
    color: #fff;
}

.fca7 .select-label--active {
    background-color: #ffffff;
    color: #3D0101;
    border-color: #ffffff;
}

.fca7 .form-label {
    font-size: 16px;
    margin-top: 40px;
    /* font-weight: 700; */
    color: #ffffff;
    letter-spacing: 2px;
}

.fca7 .form-title {
    margin-top: 20px;
    font-size: 36px;
    font-weight: 600;
    color: #333;
    line-height: 1.5
}

.fca7 .mt110 {
    margin-top: 80px
}

.fca7 .form-inquiry {
    height: 50px;
    width: 125px;
    background-color: #f5f5f5;
    padding: 15px 0 0 10px
}

.fca7 .form-inquiry__en {
    font-size: 12px;
    color: #666
}

.fca7 .form-inquiry__text {
    margin-top: 8px;
    color: #333;
    font-size: 20px;
    font-weight: 700
}
.form-control {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #ffffff;
    border-radius: 0px;
}
#verify{
  width: 92%;
}
.fca7 #contact-submit img{
  width: 9px;
  margin-top: 2px;
}

.en-style .fca7 .form-label{
  letter-spacing: 0px;
}
.en-style .fca7 .d1 .p1{
  letter-spacing: 0px;
}
.en-style .fca7 .d1 .p3{
  letter-spacing: 0px;
}



@media(min-width:2100px) {
  .fca7 .d1 .p1{
    font-size: 44px;
    margin-top: 55%;
    width: 82%;
  }
  .fca7 .form-box{
      right: 22%;
      top: 22%;
    }
}

@media(min-width:2000px) {
    .fca7 .form-box{
      right: 18%;
      top: 22%;
    }
}

@media(max-width:1400px) {
    .fca7 .form-box{
      right: 8%;
    }
}

@media(max-width:1300px) {
    .fca7 .form-box{
      right: 6%;
    }
}


@media(width:768px) {
    .c-footer .en-box .row .col-md-2[data-v-73eb7d57] {
        width: 18.666667%
    }

    .c-footer .en-box .row div[data-v-73eb7d57]:nth-child(2) {
        width: 42%
    }

    .c-footer .en-box .row .col-md-4[data-v-73eb7d57] {
        width: 100%;
        margin-bottom: 40px
    }

    .c-footer .th-box .row .col-md-2[data-v-73eb7d57] {
        width: 18.666667%
    }

    .c-footer .th-box .row div[data-v-73eb7d57]:nth-child(2) {
        width: 42%
    }

    .c-footer .th-box .row .col-md-4[data-v-73eb7d57] {
        width: 100%;
        margin-bottom: 40px
    }

    .c-footer .vi-box .row .col-md-2[data-v-73eb7d57] {
        width: 18.666667%
    }

    .c-footer .vi-box .row div[data-v-73eb7d57]:nth-child(2) {
        width: 42%
    }

    .c-footer .vi-box .row .col-md-4[data-v-73eb7d57] {
        width: 100%;
        margin-bottom: 40px
    }
}




@media(max-width:1600px) {
    .home-header-bd .nav-link{
        padding: 26px 20px !important;
        font-size: 15px;
    }
    .home-header-bd .nav-item-c49a6c a{
        font-size: 15px;
    }
    .home-header .head-lang__title{
        font-size: 15px;
    }
    .home-header-bd .dropdown-roll .nav-item .dropdown-menu{
        top: 76px;
    }
}
@media(max-width:1500px) {
    .home-header-bd .nav-link{
        padding: 26px 20px !important;
        font-size: 15px;
    }
    .home-header-bd .nav-item-c49a6c a{
        font-size: 15px;
    }
    .home-header .head-lang__title{
        font-size: 15px;
    }
}
@media(max-width:1400px) {
    .home-header-bd .nav-link{
        padding: 22px 20px !important;
        font-size: 16px;
    }
    .home-header-bd .nav-item-c49a6c a{
        font-size: 15px;
    }
    .home-header-bd .navbar-brand img {
        width: 120px;
        height: auto;
    }
    .c-footer .c-footer-ft .bottom-text[data-v-73eb7d57]{
        padding-left: 30px;
        padding-right: 30px;
    }
    .dropdown-left .nav-title{
        font-size: 22px;
    }
    .dropdown-left .nav-desc{
        font-size: 14px;
    }
    .dropdown-center .nav-down p{
        font-size: 15px;
    }
}
@media(max-width:1460px) {
    .home-header-bd .dropdown-roll .nav-item .dropdown-menu{
        top: 64px;
    }
}
@media(max-width:1360px) {
}
@media(max-width:1200px) {
    .home-header-bd .nav-link{
        font-size: 14px;
    }
    .home-header-bd .nav-link{
        padding: 26px 10px !important;
        font-size: 14px;
    }
    .home-header .head-lang__title{
        font-size: 14px;
    }
    .home-header-bd .nav-item-c49a6c a{
        font-size: 14px;
    }
    .home-header-bd .dropdown-roll .nav-item .dropdown-menu{
        top: 78px;
    }
}
@media(max-width:1100px) {
    .home-header-bd .nav-link{
        padding: 26px 6px !important;
    }
}

@media(max-width:995px) {
    .login-mobile .nav-item{
        text-align: center;
    }
    .c-footer .c-footer-ft[data-v-73eb7d57]{
        background-color: #000000;
    }
    .c-footer .c-footer-bq[data-v-73eb7d57]{
        background-color: #000000;
    }
    .learning-center .tab-content .news-li:nth-child(3){
        margin-right: auto;
    }
    .learning-center .tab-content .news-li:nth-child(6){
        margin-right: auto;
    }
    .learning-center .tab-content .news-li{
        width: 90%;
        margin: 6px auto 22px;
    }
    .section1 .r1 .p3{
        display: none;
    }
    .section1 .r1{
        margin-bottom: 16px;
    }
    .nav-link-login{
        display: block;
    }
    .dropdown-center{
        width: 92% !important;
    }
    .dropdown-center .nav-down{
        width: 100%;
    }
    .dropdown-left{
        display: none;
    }
    .dropdown-right{
        display: none;
    }
    .home-header .head-lang__title img{
        position: relative;
        top: 4px;
    }
    .home-header-bd .dropdown-roll .nav-item .dropdown-menu{
        top: 0;
        padding-top: 6px;
    }
    .dropdown-center{
        padding-left: 9%;
    }
    .dropdown-center a{
        margin: 28px 0 !important;
    }
    .dropdown-center .nav-down p{
        margin-bottom: 0px;
        margin-top: 0px !important;
    }
    .dropdown-center .nav-down a{
        font-size: 16px;
    }
    .login-pc{
        display: none;
    }
    .login-mobile{
        display: block;
    }
    .home-header .head-lang{
        text-align: center;
    }
    .home-header .head-lang__title{
        display: block;
    }
    .home-header .justify-content-around{
        padding: 8px 0px 20px;
        max-height: 600px;
    }
    .home-header .navbar-nav .nav-item:last-child{
        /*text-align: center;*/
    }
    .home-header-bd .nav-link {
        padding: 10px 30px !important;
        font-size: 16px;
        /* text-align: center; */
    }
    .home-header-bd .nav-item-c49a6c a{
        font-size: 16px;
        color: #fff;
        background: #9d7345;
        padding: 8px 30px;
        border-radius: 4px;
        margin: 10px 10px;
        display: inline-block;
    }
    .home-header-bd .nav-item-c49a6c em{
        display: none;
    }
    .home-header .head-lang__title{
        font-size: 16px;
    }
    .c-footer .c-footer-ft .bottom-text[data-v-73eb7d57]{
        padding-left: 0px;
        padding-right: 0px;
    }
    .fca7 .d1 .p3{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .contact-us {
        height: auto;
        padding-bottom: 64px
    }

    .contact-us .form-bg {
        width: 100%;
        display: block;
        margin: 0;
        border: none
    }

    .contact-us .form-box {
        height: auto;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        border: none;
        padding: 40px 8%;
        margin-top: -30px
    }

    .contact-us .form-box:after {
        display: none
    }

    .contact-us .form-box .form-btn {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 60px
    }

    .contact-us .form-box .row {
        margin: 0
    }

    .contact-us .form-box .row>* {
        padding: 0
    }

    .contact-us .form-box .mt110 {
        margin-top: 43px
    }

    .contact-us .form-box .col-md-3 {
        margin-top: 12px;
        margin-right: 20px;
        width: 62px;
        height: 28px
    }

    .contact-us .form-box .select-label {
        height: 100%
    }

    .contact-us .form-box .form-label {
        font-size: 16px;
        margin-top: 32px
    }

    .fca7 .d1 .p1{
      margin: 90px auto 0px;
      font-size: 28px;
      line-height: 44px;
      text-align: center;
      width: 90%;
    }
    .fca7 .d1 .p2{
      margin: 20px auto;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .fca7 .d1 .p2 em{
      margin-top: 5px;
    }
    .fca7 .d1 .p3{
      font-size: 14px;
    margin: 30px auto 0;
    float: unset;
    }
    .fca7 .d2{
      margin-top: 74px;
    }
    .fca7 .d1 .p2{
      font-size: 18px;
    }
    .fca7 .verify-code{
      width: 50%;
    }
    .fca7 .verify-input{
      width: 50%;
    }
    #verify {
      width: 100%;
    }
    .contact-us .form-box .select-label{
      height: 34px;
      width: 80px;
    }
    .contact-us .form-box .col-md-3{
      margin-right: 40px;
    }
    .contact-us .form-box .form-btn{
        margin-top: 36px;
    }
    .contact-us .form-box{
      padding-bottom: 80px;
    }
    .fca7 .d1 .p3{
      font-size: 14px;
      line-height: 24px;
    }
    .fca7 {
      background: url(../images/about-06-bg.png) 100%/auto 100% no-repeat;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
    }
    #verify {
      width: 100%;
    }
    .contact-us .form-box .select-label{
      height: 34px;
      width: 80px;
    }
    .contact-us .form-box .col-md-3{
      margin-right: 40px;
    }
    .contact-us .form-box .form-btn{
        margin-top: 36px;
    }
    .contact-us .form-box{
      padding-bottom: 80px;
    }
    .fca7 .d1 .p3{
      font-size: 14px;
    }
}



@media(max-width:440px) {
    .nav-link-login{
        width: 40%;
    }
}

@media(max-width:420px) {
    .nav-link-login{
        width: 37%;
    }
}
@media(max-width:400px) {
    .nav-link-login{
        width: 36%;
    }
}

@media(max-width:380px) {
    .nav-link-login{
        width: 33%;
    }
}



@media(max-width:350px) {
    .nav-link-login{
        width: 28%;
    }
}


.c-footer{
    background-color: #260505;
}


@media(min-width:2000px) {
    .c-footer{
        background-color: #260505;
    }
    .c-footer .c-footer-ft .bottom-text[data-v-73eb7d57]{
        font-size: 14px;
        line-height: 2.2;
    }
    .c-footer .c-footer-hd .list-title[data-v-73eb7d57]{
        font-size: 18px;
    }
    .c-footer .c-footer-hd .menu-list a[data-v-73eb7d57]{
        font-size: 16px;
    }
    .c-footer .c-footer-hd[data-v-73eb7d57]{
        padding-bottom: 100px;
    }
}