*{
    margin:0;
    padding:0;
}
body{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover{
    color:#003875 !important;
}
.clear{
    clear:both;
}
.wrapper{
    width: 1180px;
    margin:0 auto;
}
#header{
    /*background: url(images/header-bg.png) no-repeat;*/
        background: url('images/TLSQ-Banner-English.jpg');
    background-size: cover;
    height: 160px;
    background-position: right;
    overflow: hidden;
}
.logo {
    float: left;
    margin-top: 30px;
}
.logo img {
    float: left;
    margin-right: 37px;
}
.logo span {
    color: white;
    float: left;
    font-size: 26px;
    margin-top: 21px;
}
.header-right{
    float:right;
}

.header-flag {
    float: left;
    margin-right: 25px;
    margin-top: 16px;
    display:none;
}
.header-language {
    float: left;
    margin-top: 35px;
}
.choice-language > img {
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}
.choice-language > a {
    color: white;
    float: left;
    font-size: 14px;
    margin-right: 3px;
}
.choice-language > a.active{
    color:#ffe012;
}
.header-search {
    float: right;
    margin-right: 3px;
    margin-top: 10px;
}
.header-search {
    border: 1px solid #47596c;
    border-radius: 1px;
}
.header-search input[type="submit"]{
    background: rgba(0, 0, 0, 0) url("images/search-icon.png") no-repeat scroll center center;
    height: 32px;
    padding: 5px;
    width: 32px;
    border:none;
}
.header-search input[type="text"] {
    background-color: transparent;
    border: medium none;
    color: white;
    float: left;
    height: 31px;
    width: 0;
    transition: 0.3s
}
.header-search:hover input[type="text"]{
    width: 90px;
    margin-left: 10px;
}
nav.primary-menu {
    margin: 15px auto;
    overflow: hidden;
    width: 995px;
}
.menu li {
    float: left;
    margin-right: 5px;
}
.menu li a {
    border-radius: 20px;
    color: #222222;
    display: block;
    font-size: 18px;
    padding: 7px 30px;
    transition: all 0.2s ease 0s;
}
.menu li:nth-child(3):hover a,
.menu li:nth-child(3) a{
    background-color: #e2554f;
    color: white !important;
}
.menu li a:hover{
    color: #e2554f !important;
}
.current_page_item a {
    color: #e2554f !important;
}

/* ============================ FILL FORM FOR FEDEX REQUEST ============================ */
.page-post-services-wrap{
    margin-top: 50px
}

.page-post-services-inner{
    max-width: 600px;
    margin: 0 auto 30px;
}

.post-service--titlePage{
    color: #ed1c24;
    padding: 0 15px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.post-service--itemHeadTitle{
    color: blue;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin: 0 auto 10px;
    text-transform: uppercase;
}

.post-service--itemContent{
    float: left;
    width: 100%
}

.vn-post-service-item{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.vn-post-service-item .title{
    width: 40%;
    float: left;
    font-weight: 600;
    padding-right: 15px;
}

.vn-post-service-item .col-md-10{
    width: 50%;
    float: left;
    padding-left: 15px;
}

.vn-post-service-item .input-field input[type="text"],
.vn-post-service-item .input-field input[type="email"],
.vn-post-service-item .input-field input[type="number"]{
    width: 92%;
    float: left;
    padding: 3px 10px;
}

.vn-post-service-item .input-field select{
    width: 100%;
    float: left;
    padding: 3px 10px;
}

.vn-post-service-item .input-field p span.wpcf7-list-item{
    margin: 0 0 10px;
}

.post-service--submit{
    text-align: center;
    margin: 50px auto 0;
}

.post-service--submit .wpcf7-recaptcha{
    margin-top: 20px;
    float: left;
    width: 100%;
}

.post-service--submit input[type="submit"]{
    margin-top: 20px;
    padding: 5px 30px;
    text-align: center;
}

.home-slider-left {
    float: left;
    height: 305px;
    margin-right: 8px;
    width: 770px;
}
.home-slider-left .ngg-slideshow{
max-width: 100% !important;
max-height: 100% !important;
}
.home-slider-left .widgettitle{
display: none;
}
.home-slider-left .ngg-widget{
padding: 0;
}
.home-slider-left .ngg-widget img{
border: none;
}
.home-slider-left li{
list-style: none;
}
.home-slider-right {
    float: left;
    width: 400px;
}
.home-slider-box{
    background-color: #ececec;
    border-left: 5px solid #dbdada;

}
.home-slider-box a{
    color: #555555;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 26px 30px;
}
.home-slider-box:hover{
    background-color: #e3554f;
    border-left: 5px solid #c9362f;
}
.home-slider-box:hover a{
    color:white !important;
}
.consulate-procedure-title > a {
    color: #e3554f;
    display: block;
    font-size: 36px;
    text-align: center;
}
.consulate-procedure-title > span {
    color: #999999;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}
.consulate-procedure-title {
    margin-top: 45px;
}
.consulate-procedure-box {
    float: left;
    height: 115px;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
}
.consulate-procedure-box > img{
    width: 329px;
    height: 115px;
}
.consulate-procedure-show-content {
    left: 20px;
    position: absolute;
    top: 20px;
}
.cpsc-img {
    background-color: #193047;
    border-radius: 50px;
    float: left;
    margin-right: 20px;
    padding: 14px 0;
    text-align: center;
    width: 77px;
}
.consulate-procedure-box:nth-child(2n) .cpsc-img {
    background-color: #e3554f;
}
.cpsc-text {
    float: left;
    margin-top: 10px;
    width: 210px;
}
.cpsc-text > span {
    border-bottom: 1px solid #193047;
    color: #222222;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.cpsc-text > p {
    color: #222222;
    font-size: 18px;
}
.consulate-procedure-box:nth-child(3n) {
    margin-right: 0;
}
.consulate-procedure-list {
    margin: 40px auto 0;
    width: 1030px !important;
    position: relative;
}
.home-news-title > a {
    border-bottom: 5px solid #e3554f;
    color: #003875;
    display: block;
    font-size: 26px;
    margin-bottom: 35px;
    padding-bottom: 5px;
}
.home-news {
    margin-top: 40px;
}
.home-news-list li {
    float: left;
    margin-right: 30px;
    width: 270px;
}
.home-news-list-img > a {
    display: block;
    height: 168px;
    width: 270px;
}
.home-news-list-img img {
    height: 100%;
    width: 100%;
}

.home-news-list-text > span {
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: 200;
    margin-top: 15px;
}
.home-news-list-text > a {
    color: #222222;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}
.home-news-list-text > p {
    color: #555555;
    font-size: 14px;
    font-weight: 200;
    line-height: 24px;
}
.home-news-list > ul {
    float: left;
}
.home-news-no-img {
    float: left;
    width: 280px;
}
.home-news-no-img-box {
    display: block;
    margin-bottom: 20px;
}
.home-news-no-img-box > a {
    color: #222222;
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.home-news-no-img-box > span {
    color: #999999;
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
.home-news-no-img-box:last-child(){
    margin-bottom: 0;
}
.home-contact-left {
    float: left;
    width: 890px;
}
.home-contact-left-map {
    float: left;
    height: 390px;
    width: 600px;
}
.home-contact-left-text {
    background-color: #e3554f;
    float: left;
    padding: 20px 25px;
    width: 240px;
}
.home-contact-left-text-title {
    margin-bottom: 10px;
}
.home-contact-left-text-title > a {
    color: white;
    font-size: 21px;
    font-weight: 700;
}
.home-contact-left-text-address {
    color: white;
    font-size: 14px;
    line-height: 30px;
}
.home-contact-left-text-address > a {
    font-weight: bold;
}
.home-contact-left-text-hotline {
    color: white;
    font-size: 14px;
    line-height: 30px;
}
.home-contact-left-text-hotline > a {
    float: left;
    font-weight: bold;
    width: 70px;
}
.home-contact-left-text-hotline > span {
    float: left;
}
.home-contact-left-more {
    margin-top: 6px;
}
.home-contact-left-more > a {
    border: 1px solid white;
    color: white;
    display: block;
    font-size: 14px;
    font-weight: 200;
    padding: 10px 0;
    text-align: center;
}
.home-contact-left-more > a:hover{
    color:white !important;
    opacity: 0.8
}
.home-contact-right {
    float: right;
    margin-left: 15px;
    width: 275px;
}
.home-contact-right-box {
    background-color: #193047;
    border-right: 5px solid #082038;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 33px 38px;
    position: relative;
}
.home-contact-right-box > img {
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}
.home-contact-right-box > a {
    color: white;
    float: left;
    font-size: 22px;
    max-width: 125px;
}
.home-contact-right-box > a.link-full {
    display: block;
    float: none;
    height: 100%;
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.home-contact-right-box > a:hover{
    color: white !important;
    opacity: 0.8;
}
.home-contact-right-box:nth-child(2){
    background-color: #e3554f;
    border-right: 5px solid #d64741
}
.home-contact-right-box:nth-child(3){
    background-color: #b5b5b5;
    border-right: 5px solid #a8a7a7;
}
.home-contact-right-box:nth-child(3) img{
    margin-top: 8px;
}

.home-contact {
    margin-top: 50px;
}
#footer {
    float: left;
    width: 100%;
    background-color: #65bdfc;
    padding: 35px 0;
    overflow: hidden;
    margin-top: 30px;
}
.footer-wrapper {
    margin: 0 auto;
    width: 660px;
}
.footer-menu li {
    border-right: 1px solid #ffffff;
    float: left;
}
.footer-menu a {
    color: white;
    font-size: 20px;
    line-height: 18px;
    padding: 0 25px;
}
.footer-menu a:hover{
    color:white !important;
    opacity: 0.8;
}
.footer-menu li:last-child{
    border-right: none;
}
.footer-address {
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: center;
}

.footer-address > span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.footer-two-col {
    float: left;
    padding: 0 3%;
    width: 44%;
}
.footer-two-col > span, .footer-two-col > a  {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.footer-two-col > a:hover{
    color:white !important;
    cursor: pointer;
}
.footer-two-col.footer-text-right{
    text-align: right;
}
.news-title {
    background-color: #f5f5f5;
    padding: 20px 0;
}
.news-title-show > a {
    color: #193047;
    font-size: 26px;
    font-weight: bold;
}
.breakcrum {
    color: #555555;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 50px;
}
#blog .entry-thumbnail {
    float: left;
    margin-right: 20px;
}
#blog .entry-thumbnail img {
    height: 168px;
    width: 270px;
}
#blog {
    float: left;

    width: 570px;
}
#blog .post {
    margin-bottom: 50px;
    overflow: hidden;
}
#blog .entry-text {
    float: left;
    width: 280px;
}
#blog .entry-title{
    line-height: 15px;
}
#blog .entry-title > a {
    color: #222222;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}
.date-published {
    color: #999999;
    font-size: 14px;
}
#blog .entry-content {
    color: #555555;
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
}
#blog .entry-text.fulltext-ns{
    width: 590px;
}
.list-news {
    float: left;
    margin-left: 40px;
    width: 270px;
}
.list-news-box-title {
    background-color: #edecec;
    color: #222222;
    font-size: 18px;
    padding: 12px 20px;
}
.list-news-box-show li {
    color: #999999;
    list-style: outside none disc;
    margin-left: 15px;
    margin-top: 15px;
}
.list-news-box-show ul li a {
    color: #222222;
    font-size: 16px;
    font-weight: 300;
}
.list-news-box {
    margin-bottom: 30px;
}
.list-consulate {
    float: left;
    margin-left: 25px;
    width: 275px;
}
.list-consulate .home-contact-right {
    margin-left: 0;
}
.list-consulate-header-img {
    background-color: #e3554f;
    border-radius: 50%;
    height: 95px;
    left: 80px;
    padding-top: 22px;
    position: absolute;
    top: -36px;
    width: 117px;
}
.list-consulate-header > a, .list-consulate-header > a:hover {
    color: #edecec !important;
    font-size: 26px;
}
.list-consulate-header > p {
    color: #566d85;
    font-size: 14px;
    margin-top: 10px;
}
.list-consulate-header {
    background-color: #193047;
    padding-bottom: 30px;
    padding-top: 100px;
    position: relative;
    text-align: center;
}
.list-consulate-show li {
    color: #555555;
    list-style: disc;
    margin-bottom: 10px;
    margin-left: 40px;
    padding-right: 20px;
}
.list-consulate-show a {
    color: #555555;
    display: block;
    font-size: 14px;
}
.list-consulate-show {
    border: 1px solid #f6f0ed;
    margin-bottom: 40px;
    padding-top: 10px;
}
.single-page-left {
    float: left;
    width: 880px;
}
.entry-content img{
    margin:10px auto;
    display: block;
    height: auto;
    max-width: 100%;
}
.random-news-list .home-news-list li:last-child {
    margin-right: 0;
}
.random-news {
    margin-bottom: 30px;
    margin-top: 50px;
    overflow: hidden;
}
.random-news-title > a {
    border-bottom: 5px solid #e3554f;
    color: #003875;
    display: inline-block;
    font-size: 26px;
    margin-bottom: 35px;
    padding-bottom: 6px;
}
.home-news-list-text-content img{
    display: none;
}
.home-news-list-text-content{
    color: #555555;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
}
.consulate-procedure-box > a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.show-news {
    line-height: 24px;
}
.breakcrum > a {
    color: #555555;
}
.choice-language li {
    float: left;
    list-style: outside none none;
    margin-top:3px;
}
.choice-language li a {
    border-right: 1px solid;
    color: white;
    display: block;
    font-size: 14px;
    line-height: 12px;
    margin-right: 3px;
    padding-right: 3px;
}
.choice-language li a:hover {
    color:#ffe012;
}
.choice-language li:last-child a{
    border-right: none;
}
.search-info {
    color: #252525;
    font-size: 14px;
    margin: 20px 0;
}
.skitter-box .container_thumbs{
    display: none;
}
.navigation {
    margin-bottom: 20px;
    text-align: center;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #000;
    text-decoration:none;
}

.navigation li {
    display: inline-block;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    border: 1px solid black;
    border-radius: 2px;
    cursor: pointer;
    padding: 5px 12px;
    display: block;
    transition: 0.2s;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #193047;
    color:#FFF !important;
}
.prev_button, .next_button{
    display: none !important; 
}
.owl-carousel .owl-item img {
    display: inline-block !important;
    width: auto !important;
}
.owl-dots{
    display: none !important;   
}
.consulate-procedure .owl-theme .owl-nav .owl-prev {
    background-color: transparent;
    color: #ececec;
    cursor: pointer;
    font-size: 63px;
    left: -80px;
    position: absolute;
    top: 80px;
}
.consulate-procedure .owl-theme .owl-nav .owl-next {
    background-color: transparent;
    color: #ececec;
    cursor: pointer;
    font-size: 63px;
    right: -80px;
    position: absolute;
    top: 80px;
}
.consulate-procedure .owl-theme .owl-nav [class*="owl-"]:hover{
    background-color: transparent;
    color:#193047
}

@media screen and (max-width: 550px){
    body{
        width: 100%;
        overflow-x: hidden;
    }
    .wrapper{
        width: 100%;
    }
    .header-right {
        display: none;
    }
    .logo {
        float: none;
        padding: 0 10px;
    }
    .logo img {
        margin-right: 5%;
        width: 20%;
    }
    .logo span {
        margin-top: 0;
        width: 75%;
    }
    .home-slider-left {
        float: none;
        height: auto;
        margin-right: 0;
        width: 100%;
    }
    .home-slider-right {
        float: none;
        width: 100%;
    }
    .consulate-procedure-box {
        float: none;
        margin-right: 0;
    }
    .consulate-procedure-list {
        width: 100% !important;
    }
    .consulate-procedure-box {
        float: none !important;
        height: auto;
        margin: 0 auto 10px !important;
        width: 90% !important;
    }
    .consulate-procedure-box > img {
        height: auto;
        width: 100%;
    }
    .home-news-title > a{
        padding-left:10px 
    }
    .home-news-list > ul {
        float: none;
    }
    .home-news-list li {
        float: none;
        margin: 0 auto 20px;
        width: 90%;
    }
    .home-news-list-img > a {
        height: auto;
        width: 100%;
    }
    .home-news-no-img{
        display: none;
    }
    .home-contact-left-map {
        display: none;
    }
    .home-contact-left {
        float: none;
        width: 100%;
    }
    .home-contact-left-text {
        float: none;
        padding: 4%;
        width: 92%;
    }
    .home-contact-right {
        float: none;
        margin: 20px auto 0;
        width: 90%;
    }
    .home-contact-right-box > a {
        max-width: 70%;
        width: 70%;
    }
    .footer-wrapper {
        width: 100%;
    }
    .footer-menu {
        display: none;
    }
    .footer-two-col {
        display: block;
        float: none;
        margin-bottom: 15px;
        text-align: center !important;
        width: 94%;
    }
    nav.primary-menu {
        display: none;
    }
    .news-title-show {
        padding-left: 10px;
    }
    #blog {
        float: none;
        width: 100%;
    }
    #blog .post {
        margin: 0 auto 20px;
        width: 90%;
    }
    #blog .entry-thumbnail {
        float: none;
        margin-right: 0;
    }
    #blog .entry-text {
        float: none;
        width: 100% !important;
    }

    .list-news {
        float: none;
        margin: 0 auto;
        width: 90%;
    }
    .list-consulate .home-contact-right{
        display: none;
    }
    .list-consulate {
        float: none;
        margin: 60px auto 0;
        width: 90%;
    }
    .list-consulate-header-img{
        left: calc(50% - 57px);
    }
    #blog .entry-thumbnail img {
        height: auto;
        width: 100%;
    }
    .single-page-left {
        float: none;
        width: 100%;
    }
    .entry-content {
        padding: 0 10px;
    }
    .random-news-title > a {
        display: block;
        padding-left: 10px;
    }
    .breakcrum {
        padding-left: 10px;
    }
    .owl-nav{
    display: none;    
    }
}
@media screen and (max-width: 768px){
    .wrapper{
        width: 100%;
    }
    .header-right {
        display: none;
    }
    .logo {
        float: none;
        padding: 0 10px;
    }
    .logo img {
        margin-right: 5%;
        width: 15%;
    }
    .logo span {
        margin-top: 0;
        width: 75%;
    }
    .home-slider-left {
        float: none;
        height: auto;
        margin-right: 0;
        width: 100%;
    }
    .home-slider-right {
        float: none;
        width: 100%;
    }
    .consulate-procedure-list {
        width: 100% !important;
    }
    .consulate-procedure-box {
        float: left;
        height: auto;
        width: 47%;
        margin-left: 2%;
        margin-right: 0;
    }
    .consulate-procedure-box > img {
        height: auto;
        width: 100%;
    }
    .home-news-title > a{
        padding-left:10px 
    }
    .home-news-list > ul {
        float: none;
    }
    .home-news-list li {
        float: none !important;
        margin: 0 auto 20px !important;
        width: 90% !important;
    }
    .home-news-list-img > a {
        height: auto;
        width: 100%;
    }
    .home-news-no-img{
        display: none;
    }
    .home-contact-left-map {
        display: none;
    }
    .home-contact-left {
        float: none;
        width: 100%;
    }
    .home-contact-left-text {
        float: none;
        padding: 4%;
        width: 92%;
    }
    .home-contact-right {
        float: none;
        margin: 20px auto 0;
        width: 90%;
    }
    .home-contact-right-box > a {
        max-width: 70%;
        width: 70%;
    }
    .footer-wrapper {
        width: 100%;
    }
    .footer-menu {
        display: none;
    }
    .footer-two-col {
        display: block;
        float: none;
        margin-bottom: 15px;
        text-align: center !important;
        width: 94%;
    }
    nav.primary-menu {
        display: none;
    }
    .news-title-show {
        padding-left: 10px;
    }
    #blog {
        float: none;
        width: 100%;
    }
    #blog .post {
        margin: 0 auto 20px;
        width: 90%;
    }
    #blog .entry-thumbnail {
        float: none;
        margin-right: 0;
    }
    #blog .entry-text {
        float: none;
        width: 100% !important;
    }

    .list-news {
        float: none;
        margin: 0 auto;
        width: 90%;
    }
    .list-consulate .home-contact-right{
        display: none;
    }
    .list-consulate {
        float: none;
        margin: 60px auto 0;
        width: 90%;
    }
    .list-consulate-header-img{
        left: calc(50% - 57px);
    }
    #blog .entry-thumbnail img {
        height: auto;
        width: 100%;
    }
    .single-page-left {
        float: none;
        width: 100%;
    }
    .entry-content {
        padding: 0 10px;
    }
    .random-news-title > a {
        display: block;
        padding-left: 10px;
    }
    .breakcrum {
        padding-left: 10px;
    }
    a[x-apple-data-detectors],  span[x-apple-data-detectors]{
        color: inherit !important;
        text-decoration: none !important;
        font-size: inherit !important;
        font-family: inherit !important;
        font-weight: inherit !important;
        line-height: inherit !important;
    }
} 
