
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header {
    /* background-color: #1d283a; */
    background-color: #34496a;
}

.nav,
.navbar,
.row.search,
.navbar-default,
.navbar-default .navbar-nav > .active > a {
    background: #34496a;
}

.row.search {
    padding: 10px 0px;
}

.logo-container {
    margin: 0 auto;
    padding: 30px 0 20px 70px;
}

.search-content {
    padding-left: 40px;
    margin: 0 auto;
}

.navbar {
    margin: 0 auto;
    border-radius: 0;
    border: none;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

    .navbar-default .navbar-nav > li > a:hover {
        background: #324665;
    }

.child-container {
margin-top:50px;
}
.row.company,
.company-intro {
    display: flex;
    justify-content: center;
}

.company-intro {
    position: relative;
}

.row.company {
    padding: 40px 0;
    background: url('../images/bg1.jpg');
}

.intro-text {
    margin-left: 70px;
}

.company-name,
.company-name--en {
    padding: 0 20px;
}

.company-name--en {
    margin-top: 10px;
}

.intro-hr {
    margin-top: 5px;
    padding: 0;
    border-color: #000;
}

.description {
    font-size: 18px;
}

.detail-button {
    position: absolute;
    right: 20px;
    bottom: 0px;
}

.search {
    color: #fff;
}

.search-content {
    display: flex;
}

.search-title-text--en {
    font-size: 16px;
    margin-top: 10px;
}

.search-form {
    font-size: 24px;
}

    .search-form .form-group {
        margin-bottom: 10px;
    }

    .search-form label {
        font-weight: 400;
    }

.search-submit {
    height: 100%;
    /* line-height: 100%; */
    display: flex;
    align-items: center;
}

    .search-submit .btn {
        font-size: 30px;
        border-radius: 0;
        padding: 0;
        /* line-height: 60px; */
        /* background-image: url(../images/btnsubmit.jpg) */
    }

.service-title,
.examin-title {
    text-align: center;
    /* height: 60px; */
    /* padding-top: 45px; */
}

.service-content {
    height: 410px;
    padding: 20px 0;
    background: url('../images/bg2.jpg');
}


.service-content-container,
.examin-carousel,
.news-content {
    display: flex;
    margin: 0 auto;
    height: 100%;
    justify-content: space-between;
}

.news-content {
    margin-top: 40px;
}

.news-content-left,
.news-content-right {
    padding: 25px 0 15px 35px;
    border: solid 1px #ccc;
}

.news-content-right {
    margin-left: 30px;
}

.service-content-block {
    border: solid 1px #cfcfcb;
    width: 358px;
    text-align: center;
    background-color: white;
    position: relative;
}

.service-detail-button {
    position: absolute;
    left: 135px;
    bottom: 10px;
}

.service-item-logo {
    margin: 20px auto 20px auto;
}

.service-item-title > span {
    display: inline-block;
    padding: 20px 5px 10px 5px;
    border-bottom: solid 2px #bb976e;
}

.service-item-content {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 2px;
}

.news-items {
    font-size: 18px;
    margin-top: 20px;
}

    .news-items li {
        padding: 10px;
        display: flex;
        justify-content: space-between;
    }

        .news-items li > span {
            display: inline-block;
        }

.news-date {
    font-size: 16px;
    color: #787878;
}

.news-more-button {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}

.carousel-item-content {
    width: 1065px;
    height: 625px;
    display: flex;
}

.examin-carousel {
    padding: 0 70px;
}

.img-big {
    height: 625px;
    width: 620px;
    background: red;
    border: solid 1px #ccc;
}

.img-small-items-container {
    width: 430px;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
}

.img-small {
    height: 310px;
    width: 208px;
    margin: 2px auto auto 0px;
    background: yellow;
    border: solid 1px #ccc;
}

.img-big-footer p,
.img-small-footer p {
    text-align: center;
}

.img-text-1 {
    font-size: 20px;
}

.img-text-3,
.img-text-2 {
    font-size: 16px
}

.examin-carousel .carousel-indicators {
    display: none;
}

.examin-carousel-left .glyphicon-chevron-left {
    position: absolute;
    left: -50px;
}

.examin-carousel-right .glyphicon-chevron-right {
    position: absolute;
    right: -50px;
}


.examin-carousel-left .glyphicon-chevron-left:before {
    content: url('../Images/left.png');
}

.examin-carousel-right .glyphicon-chevron-right:before {
    content: url('../Images/right.png');
}

.img-big-container {
    height: 540px;
    background: #fff;
}

.img-big-footer {
    height: 83px;
    background: url('../images/bg-examin1.jpg');
}

.img-small-container {
    height: 224px;
    background: #fff;
}

.img-small-footer {
    height: 84px;
    background: url('../images/bg-examin2.jpg');
}

.footer-content {
    height: 60px;
    /* background: #1d283a; */
    /* background: #34496a; */
    background: #ffffff;
    margin-top: 40px;
}

.footer-ul-container {
    background: #34496b;
    display: flex;
    justify-content: center;
    border-bottom: solid 2px #7d787a;
}

.footer-ul-1 {
    display: flex;
    height: 42px;
    line-height: 42px;
    /* background: #34496b; */
    color: #fff;
    font-size: 18px;
}

ul.footer-ul-1 .footer-li-1 {
    margin-right:58px;
}

ul.footer-ul-2 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
}

.footer-ul-2 a,
.footer-ul-2 a:hover,
.footer-ul-2 a:focus {
    color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .search-submit {
        margin-top: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .navbar,
    .company-intro,
    .logo-container,
    .service-content-container,
    .news-content,
    .examin-carousel,
    .search-content,
    .footer-content .footer-ul-1 {
        width: 1200px;
    }
}

@media screen and (max-width: 1200px) {
    .logo-container
    {
        padding-left: 0;
        display: flex;
        justify-content: center;
    }

    .search-content,
    .company-intro {
        display: block;
    }

    .search-content {
        padding-left: 0px;
    }

    .search-form {
        font-size: 18px;
    }

    .company-intro img {
        width: 100%;
    }

    .company-intro .intro-text {
        margin-top: 10px;
        margin-left: 0;
    }

    .company-name,
    h3 {
        font-size: 20px
    }

    h2 {
        font-size: 22px;
    }

    .company-name--en {
        font-size: 12px;
    }

    .description {
        font-size: 14px;
    }

    .detail-button {
        bottom: -25px;
    }

    .search-submit .btn {
        padding: 0;
        border: none;
    }

    .search-submit img {
        width: 50px;
    }

    .service-content {
        height: auto;
    }

    .service-content-block {
        width: 100%;
    }

    .service-content-container,
    .news-content,
    .examin-carousel {
        display: block;
    }

    .service-content-block {
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .news-content-right {
        margin-left: 0;
    }

    .examin {
        display: none;
    }

    .footer-li-1 {
        display: none;
    }

    .contact-info {
        display: block;
        padding-left: 40px;
    }
}

.navbar-toggle {
    margin-top: 15px;
}

.ul-container {
    padding: 0 15px;
    border: 1px solid #ddd;
    border-top: none;
}

    .ul-container .list-group {
        margin-bottom: 0px;
    }

    .ul-container .list-group-item {
        padding: 10px 0;
        border-top: none;
        border-left: none;
        border-right: none;
        margin-bottom: 0px;
    }

.news-content-wraper .news-title-container {
    display: flex;
    justify-content: space-between;
    margin: 0 50px;
    padding: 10px 0;
    border-bottom: solid #ccc 1px;
}

.news-content-wraper .news-content-text {
    padding: 20px 50px 20px 50px;
}

.news-title-subs {
    color: #797979;
}

.news-detail-button {
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
}

.news-content-wraper .list-group-item:first-child {
    border-top: none;
}

.news-content-wraper {
    margin-left: -15px;
}

.pagination-container {
    padding-left: 50px;
    display: flex;
    align-items: center;
}

.pagination-button {
    margin-left: 40px;
}

.about-content, .price-content {
    margin: 0 auto;
}

    .about-content > div {
        padding: 0px 5%;
    }

.about-title-content {
    padding: 0px 5%;
}

.about-title-content-margin {
    margin-bottom: 20px;
}

.about-title-content > h3 {
    letter-spacing: 4px;
}

.about-title-content > h4 > strong {
    letter-spacing: 2px;
}

.about-title-content > span {
    letter-spacing: 2px;
    line-height: 30px;
}

.about-title-content p {
    letter-spacing: 1px;
    line-height: 25px;
}

.price-group {
    padding: 0px 10px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
	min-height: 500px;
}

    .price-group > h3 {
        letter-spacing: 4px;
        padding: 8px 5px;
    }

    .price-group > table > thead th {
        background-color: #8fa3be;
    }

.rate_seach_left {
    padding: 28px 0px;
}

    .rate_seach_left > h3 {
        letter-spacing: 4px;
        padding-bottom: 20px;
    }

    .rate_seach_left > p {
        letter-spacing: 2px;
        line-height: 25px;
    }

        .rate_seach_left > p > span {
            color: #ca2f2f;
        }

.from-seach {
    padding: 60px 0px;
}

.seachinfo-container table > thead > tr > th {
    background-color: #34496b;
    color: white;
}
.red {
color:red;
}