/*
Theme Name: Tin tức
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.meta-related ul li a{color: #0092ff;} .meta-related ul li{line-height: 20px;} .meta-related ul{margin-left: 10px}
#footer{z-index:99999}

/* Dành cho điện thoại */
@media all and (max-width: 480px) {
.list-news li{width:50%}
.list-news{width:100%}
 
}

 
/* Dành cho máy tính bảng */
@media all and (max-width: 850px) {
 .nav>li.active {height: auto!important;}
}

 
/* Dành cho máy tính bảng */
@media all and (max-width: 1024px) {
 
}

div.wpcf7 {
    background: url(images/reg-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #ffffff;
    padding: 3.125rem 0 0 0;
    font-family: "Roboto", sans-serif;
}

div.wpcf7 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.wpcf7 ul li {
    display: inline-block;
    margin: 0 0 2.0625rem 0;
    width: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.wpcf7 ul li img {
    float: left;
    width: 80px;
    height: auto;
    margin-right: 1rem;
}

.thong-tin-form {
    padding: 0;
    max-width: 984px;
    border-radius: 15px;
    background: #c4ccdc;
}

.wpcf7 .thong-tin-form h2 {
    color: #0e50a1;
    font-size: 25px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin: 15px 0 15px 0;
    font-weight: normal;
}

.wpcf7 .thong-tin-form h2::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: " ";
    width: 25%;
    height: 3px;
    background: #0e50a1;
}

.thong-tin-form input[type="text"], .thong-tin-form input[type="tel"], .thong-tin-form input[type="email"] {
    border-radius: 1.5625rem;
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    -ms-border-radius: 1.5625rem;
    -o-border-radius: 1.5625rem;
    padding: 0 1.5625rem;
    width: 100%;
    margin-bottom: 1.25rem;
    box-shadow: 0 -7px 1px -5px #a6a6a6;
}

.thong-tin-form > div {
    padding: 0 15px 2rem 15px;
}

.thong-tin-form label {
    color: #0e50a1;
    font-weight: normal;
    font-size: inherit;
    margin-bottom: 0;
}

.thong-tin-form .wpcf7-list-item input[type=radio] {
    float: left;
    margin-right: 0.3125rem;
    margin-top: 0.25rem;
}

.thong-tin-form .wpcf7-list-item {
    width: 100%;
       margin: 0!important;
    display: inline-block;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.thong-tin-form select {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: #0e50a1;
    color: #FFF;
    line-height: 35px;
    padding: 0 1.5625rem;
    border: solid 2px #0e50a1;
    border-top: solid 2px #093469;
    border-radius: 0;
    font-family: "Roboto", sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.thong-tin-form .wpcf7-submit {
    cursor: pointer;
    line-height: 1.5;
    border-radius: 1.5625rem;
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    -ms-border-radius: 1.5625rem;
    -o-border-radius: 1.5625rem;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    padding: 0 2rem;
    display: inherit;
    margin: 0 auto;
    min-height: auto;
    margin-top: 2rem;
    box-shadow: 0 -7px 5px -5px #961517;
    background: transparent url(images/wf7-submit.jpg) repeat-x center center;
    background-color: #961517!important;
    letter-spacing: normal;
    font-weight: normal;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

@media (min-width: 992px) {
    .wpcf7 ul li img {
        width: 85px;
        margin-right: 2rem;
    }

    .thong-tin-form > div {
        padding: 15px 15px 40px 15px;
    }

    .thong-tin-form .wpcf7-list-item {
        width: 50%;
       margin: 0!important;
    }

    .thong-tin-form .wpcf7-submit {
        display: inherit;
        padding: 0 2rem;
    }

    .thong-tin-form {
        background: url(images/ttts-bg.png) no-repeat right bottom;
    }
}

@media (min-width: 1200px){
    div.wpcf7 {
        padding: 3.125rem 1.875rem 0 0.625rem;
    }

    .thong-tin-form > div {
        padding: 15px 15px 40px 15px;
    }
    .thong-tin-form .wpcf7-submit {
        margin-left: 17%;
    }

}

