:root {
    --base-color: #4581ff;
}

*,body,html {
    font-family: 'Cormorant-Light';
}
body,html {
    overflow-x: hidden;
}
.container {
    padding: 0 15px;
}
a:hover,a:focus{
    color:#fff;
    text-decoration:none;
}
.pd-15 {
    padding-left: 15px;
    padding-right: 15px;
}
iframe {
    width: 100%;
}
/*Header*/
.title-company {
    font-size: 25px;
    font-weight: 600;
}
.company {
    text-align: center;
        margin: 10px 0;
}
.hot-number {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--base-color);
    margin-top: 15px;
}
.header-main {
    padding:15px 0;
}
/*Menu*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>li>a:hover {
    background-color: #ef1000;
}
.navbar.navbar-default {
    min-height: 35px;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 1px;
    text-align: center;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.navbar.navbar-default .list-ft li a I {
    color: #FFF;
}
.navbar-nav>li>a {
    line-height: 10px;
    text-transform: uppercase;
    padding: 14px 30px;
    font-weight: 500;
    color: #fff !important;
    border-bottom: 1px solid #ffffff47;
}
#mega-menu-wrap-primary {
    display: inline-block;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    border-bottom: 1px solid #fffdfd59 !important;
    text-transform: uppercase;
}
.main-menu {
   -webkit-transition: all 0.5s ease;
   -o-transition: position 10s;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}
.fixed {
    left: 0;
    max-width: 100%;
    overflow: visible;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
    -webkit-animation: smoothScroll 1s forwards;
            animation: smoothScroll 1s forwards;
}
@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
/*Content*/
.title-archive h4 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 2em;
    color: var(--base-color);
}
.title-archive h4 span {

}
.title-archive h4 span:after {
    display: inline-block;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    content: "";
    width: 50px;
    height: 3px;
    background-color: #f62001;
    position: absolute;
    top: 30px;
}
ul.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}
.content-archive {
    padding-left: 15px;
    padding-right: 15px;
}
.pagination-archive {
    text-align: center;
        width: 100%;
    margin-top: 30px;
    z-index: 999;
}

.mobile {
    text-align: center;
    padding: 5px;
}
.mobile img {
    width: 30%;
}
.main-content {
    margin-top: -20px;
}
ol.breadcrumb {
    background: #dbf0f3d6;
    text-transform: uppercase;
}
.box-tin {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 18px 0 rgba(71,74,182,.2);
            box-shadow: 0 2px 18px 0 rgba(71,74,182,.2);
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.box-text {
    padding: 10px;
}
.meta-footer {
    padding: 10px;
    border-top: 1px solid #3333;
}
.box-image img {
    height: 200px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: calc(100% + 1px);
    border-radius: 5px 5px 0 0;
}
.box-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 10px;
}
h4.title-text {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.2;
    max-height: 3em;
    margin-bottom: 5px;
}
span.posts-author {
    font-weight: 600;
}
span.posts-date::before {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 5px;
    margin: 5px;
    position: relative;
    bottom: 2px;
}
.img-content {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.article-top {
    font-size: 110%;
    overflow: hidden;
}
.content p {
    font-size: 105%;
    line-height: 1.5;
}
.title-single h3 {
    font-size: 28px;
    position: relative;
    padding-bottom: 15px;
    font-family: 'Cormorant-Bold';
}

.title-single h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background: rgb(255 255 255);
}
.realted-post h4 {
    border-bottom: 1px solid var(--base-color);
    color: var(--base-color);
    padding-bottom: 3px;
    font-weight: 600;
}
.realted-post ul li:before {
    font-family: FontAwesome;
    content: '\f101';
    margin-right: 10px;
}
.realted-post ul li {
    list-style-type: none;
    font-size: 16px;
    padding: 2px;
    color: #3b7dc1;
}
.realted-post ul {
    padding-left: 0;
}
.icon-right i {
    margin-left: 5px;
    margin-right: 4px;
}
div#___plusone_0 {
    top: 5px;
    position: relative;
}
h3.title-gt {
    text-align: center;
    text-transform: uppercase;
}

/*Footer*/
footer#footer {
    color: #fff;
    padding: 40px 0;
}
.copyright {
    text-align: center;
    padding: 8px;
    background-color: #000;
    color: #cccccc;
    font-size: 16px;
}
/* Archive */
.box-image {
    position: relative;
}
span.badge-cate {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--base-color);
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
}
/*Contact*/
.top-contact {
    display: inline-block;
    border: 1px solid #3333;
    border-radius: 4px;
    padding: 15px;
    margin: 15px;
}
h3.title-head:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    bottom: -2px;
    content: "";
    width: 76px;
    height: 2px;
    display: inline-block;
    background: #ed1b24;
    position: absolute;
}
.title-head {
    color: var(--base-color);
    display: block;
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 400;
}
ul.contact-info-page li {
    list-style-type: none;
    line-height: 2;
}
ul.contact-info-page {
    padding-left: 0;
}
.title-contact {
    font-size: 20px;
    font-weight: 600;
    color: red;
}
section#contact {
    padding: 20px 10px;
}
.col-map iframe {
    width: 100%;
    height: 400px;
    border: 2px solid #3333 !important;
}
.col-map {
    overflow: hidden;
}
.left-form label, .right-form label,.full-form label {
    width: 100%;
}
.left-form {
    width: 48%;
    float: left;
}
.right-form {
    width: 48%;
    float: right;
}
.left-form input, .right-form input,.full-form .sdt input {
    width: 100%;
    height: 40px;
    border: 1px solid var(--base-color);
    margin-top: 5px;
    padding-left: 10px;
}
.full-form textarea {
    height: 120px;
    border: 1px solid var(--base-color);
    margin-top: 5px;
    width: 100%;
}
#form-contact input.wpcf7-form-control.wpcf7-submit {
    background-color: var(--base-color);
    border: none;
    color: #fff;
    padding: 5px 30px;
    text-transform: uppercase;
    float: right;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
span.margin-bottom-10.block {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
/*Bài Viết Mới Nhất*/
ul.list-new {
    padding-left: 0;
}
ul.list-new li {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
.left-new {
    width: 25%;
    float: left;
}
.left-new img {
    width: 100%;
    height: 65px;
    border: 1px solid #ba933e;
    -o-object-fit: cover;
       object-fit: cover;
}
.right-new {
    width: 75%;
    float: left;
    padding-left: 10px;
}
.right-new h5 a {
    font-size: 13px;
    display: block;
    line-height: 1.5;
    text-decoration: none;
}
.article-top img {
    max-width: 100%;
    height: auto;
}
.wp-caption, .aligncenter{
    max-width: 100%;
}
iframe.fb_iframe_widget_lift {
    width: 100% !important;
}
.right-social {
    float: right;
    bottom: 10px;
    position: relative;
}
.bottom-social div#___plusone_1 {
    top: 5px;
    position: relative;
}
.bottom-social {
    text-align: center;
}
ul#crumbs .fa-caret-right {
    margin-left: 5px;
    margin-right: 5px;
}
.quatrang .page-numbers:hover {
    color: #000;
    background: #fff;
}
.quatrang .current {
    background: #fff !important;
    color: #000!important;
    border: 1px solid #fff;
}
.quatrang .page-numbers {
    background: #000;
    padding: 5px 12px 7px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
}
h2.page-title.title-search {
    margin-bottom: 25px;
    text-align: center;
    font-size: 22px;
}