/* Logo */
.logo a {
    font-family: "Times New Roman", serif;
    width: 100%;
    letter-spacing: normal;
    text-transform: capitalize;
	font-size: 40px;
}
@media (max-width:768px){
	.logo a {
	font-size: 30px !important;
	}
}
/* Menu */
a.nav-top-link {
    font-size: 17px !important;
    letter-spacing: 0.2px !important;
    margin-left: 10px;
    padding: 0px !important;
}
ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current {
    color: #ffc300 !important;
    border-bottom: 1px solid;
}
/* đuôi trang */
.monica-footer {
    color: #fff;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.monica-footer h3 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: Newsreader;
}

.monica-footer h4 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 11px;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
}

.footer-about p{
    font-size:15px;
    line-height:1.8;
    margin-bottom:20px;
    color:rgba(255,255,255,.9);
}

.footer-about blockquote {
    margin: 0 0 35px;
    font-size: 17px;
    line-height: 1.9;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    border: none;
    font-family: "Cormorant Garamond", serif;
    padding: 0;
}

.monica-footer ul{
    list-style:none;
    margin:0;
    padding:0;
}

.monica-footer ul li{
    margin-bottom:20px;
}

.monica-footer ul li a, .monica-footer ul li {
    color: rgba(255, 255, 255, .9);
    text-decoration: none;
    font-size: 15px;
    line-height: 1.7;
    margin: 0px;
    margin-bottom: 10px;
    margin-left: 0px !important;
}
.footer-social{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.footer-social a{
    width:48px;
    height:48px;
    border:1px solid rgba(255,255,255,.6);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    transition:.3s;
    font-size:18px;
}

.footer-social a:hover{
    background:#fff;
    color:#102c52;
}

.footer-contact .contact-item {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.7;
}

.footer-contact .icon{
    width:48px;
    height:48px;
    min-width:48px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}


@media(max-width:1199px){

    .monica-footer{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:768px){

		.monica-footer {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0px 20px;
    }

    .monica-footer h3{
        font-size:32px;
    }

    .monica-footer h4{
        font-size:24px;
    }

    .footer-about p,
    .footer-about blockquote,
    .monica-footer ul li,
    .monica-footer ul li a,
    .footer-contact .contact-item{
        font-size:14px;
    }
	.footer-social {
    gap: 3px;
    justify-content: space-between;
}
}
/* form liên hệ */
.cf7-consult{
    max-width:700px;
    margin:0 auto;
}
.consult-section .cf7-consult h2 {
    display: none;
}
.cf7-consult h2 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #1d3557;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: "Times New Roman", serif;
}

.cf7-row{
    display:flex;
    gap:18px;
}

.cf7-col{
    flex:1;
}

.cf7-consult label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #243b5a;
    font-family: "Times New Roman", serif;
    font-weight: 500;
}

.cf7-consult input[type=text],
.cf7-consult input[type=email],
.cf7-consult input[type=tel],
.cf7-consult textarea{
    width:100%;
    height:54px;
    border:1px solid #8e99ab;
    background:#fff;
    padding:0 16px;
    font-size:16px;
    color:#333;
    border-radius:0;
    box-sizing:border-box;
}

.cf7-consult textarea{
    height:110px;
    padding:14px 16px;
    resize:vertical;
}

.cf7-consult input::placeholder,
.cf7-consult textarea::placeholder{
    color:#a5a5a5;
}

.cf7-agree{
    margin:0;
    font-size:14px;
    color:#6b7280;
}

.cf7-agree .wpcf7-list-item{
    margin:0;
}

.cf7-agree label{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin:0;
    font-size:14px;
    font-weight:400;
    color:#6b7280;
}

.cf7-agree input[type=checkbox]{
    margin-top:2px;
}

.cf7-agree a{
    color:#243b5a;
    text-decoration:underline;
}

.cf7-submit input{
    width:100%;
    height:58px;
    border:none;
    background:#10284b;
    color:#fff;
    font-size:18px;
    font-weight:600;
    letter-spacing:.5px;
    text-transform:uppercase;
    cursor:pointer;
    transition:.3s;
}

.cf7-submit input:hover{
    background:#183864;
}

span.wpcf7-spinner{
    display:none;
}

@media (max-width:767px){

    .cf7-consult h2{
        font-size:28px;
        margin-bottom:22px;
    }

    .cf7-row{
        flex-direction:column;
        gap:22px;
    }

    .cf7-consult label{
        font-size:17px;
    }

    .cf7-consult input[type=text],
    .cf7-consult input[type=email],
    .cf7-consult input[type=tel]{
        height:50px;
    }

    .cf7-consult textarea{
        height:130px;
    }

    .cf7-submit input{
        height:54px;
        font-size:16px;
    }
}