
*,body,html {
    font-family: 'Roboto', sans-serif;
}
body,html {
    overflow-x: hidden;
}
body {
    height: 100%;
}
a:hover,a:focus{
    color:#333;
    outline: none;
    text-decoration:none;
}
/*.loader{
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000000000;
    display: block;
    overflow: hidden;
}
.loader img{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
}*/
body{
    display: flex;
    flex-direction: column;
}
#main{
   flex: 1 0 auto;
   min-height: 24em;
}
footer{
   /* Footer sẽ chiếm không gian theo chiều dọc mà nó cần */
   flex: 0 0 auto;
}
.pd-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.full {
    padding-left: 0;
    padding-right: 0;
}
iframe {
    width: 100%;
}
/*Header*/
.title-company {
    font-size: 25px;
    font-weight: 600;
}
.company {
    text-align: center;
}
.hot-number {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--base-color);
    margin-top: 15px;
}
/*.header-main {
    min-height: 100px;
    padding-top: 15px;
}*/
.header-mobile {
    text-align: center;
    padding: 1px;
    background-color: #fff;
    box-shadow: 1px 2px 5px #3333;
}
.header-mobile .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.header-mobile img {
    height: 50px;
    margin-bottom: 10px;
}
/*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: #fff;
    border-radius: 0;
    margin-bottom: 0;
    text-align: center;
    /*margin-bottom: 1px;*/
    text-align: center;
    border: none;
}
.navbar-header{
    position: relative;
    z-index: 1;
}
.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,.header-mobile {
   -webkit-transition: all 0.5s ease;
   -moz-transition: position 10s;
   -ms-transition: position 10s;
   -o-transition: position 10s;
   transition: all 0.5s ease;
}
.fixed {
    left: 0;
    max-width: 100%;
    overflow: visible;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
    animation: smoothScroll 1s forwards;
    background-color: #fff;
    box-shadow: 1px 2px 6px #33333361;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
/*breadcrumb*/
ul.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}
ol.breadcrumb {
    background: #dbf0f3d6;
    text-transform: uppercase;
}
ul#crumbs .fa-caret-right {
    margin-left: 5px;
    margin-right: 5px;
}
.post-new {
    background: #313031;
}
/*Sidebar*/
.single.sidebar {
    /*background: #313031;*/
}
h4.title-sidebar {
    padding-bottom: 3px;
    color: #ffffff;
    padding: 10px;
    background: #f6c326;
    font-size: 18px;
    text-transform: uppercase;
}
h4.title-sidebar span::before {
    font-family: FontAwesome;
    content: '\f0c9';
    margin-right: 10px;
    background-color: var(--base-color);
    color: #fff;
    font-weight: 500;
}
h4.title-sidebar span{
    font-weight: 600;
}
/*Footer*/
footer#footer {
    /*background-color: var(--base-color);*/
    color: #fff;
    /*padding: 10px;*/
}
.copyright {
    text-align: center;
    padding: 5px;
    background-color: #333;
    color: #fff;
}
/* Archive */
.title-archive h4 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 27px;
    margin-bottom: 2em;
    color: #000;
}
.title-archive h4 span {
    font-family: SFUAuchon;
    font-weight: 500;
}
.main-content {
    margin-top: -20px;
}
.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: #f6c326;
    position: absolute;
    top: 40px;
}
.content-archive {
    padding-left: 15px;
    padding-right: 15px;
}
.pagination-archive {
    text-align: center;
    margin: 30px 0;
}
.box-tin {
    margin-bottom: 35px;
    border:1px solid #3333;
    transition: 0.3s;
}
.box-tin:hover {
    box-shadow: 1px 2px 6px #6d6d6d7a;
}
.box-tin:hover .title-text>a {
    color: #f6c326;
}
.box-text {
    padding: 10px;
}
.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;
}
.box-image img {
    height: 200px;
    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: 15px;
}
h4.title-text {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
    margin: 0;
    line-height: 1.2;
    max-height: 3em;
    margin-bottom: 5px;
}
h4.title-text a {
    color: #000;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
span.posts-author {
    font-weight: 600;
}
span.posts-date::before {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 5px;
    margin: 5px;
    position: relative;
    bottom: 2px;
}
/*Single*/
.meta-article {
    margin: 20px 0;
    border-bottom: 1px dotted #46434382;
}
time {
    font-style: italic;
}

.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;
}
.post-gioithieu {
    padding: 10px;
}
.meta-footer {
    padding: 10px;
    border-top: 1px solid #3333;
}
.article-top img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}
img.aligncenter {
    margin: 0 auto;
    display: block;
}
.article-top table.picture {
    margin-bottom: 15px;
}

.article-top {
    font-size: 110%;
    overflow: hidden;
}
.article-top .wp-caption.aligncenter,
.article-top .wp-caption.alignnone {
    width: 100% !important;
}
.img-content {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*.content p {
    font-size: 105%;
    line-height: 1.5;
}*/
.title-single h3 {
    font-size: 28px;
    /*font-weight: 600;*/
    margin-bottom: 30px;
}

.form-dky {
  margin: 3rem 0;
}

.main-form-dk {
  max-width: 400px;
  margin: 0 auto;
  background: #333;
  color: #fff;
  padding: 30px;
}

.main-form-dk > h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
}

.main-form-dk p label {
  width: 100%;
  margin-bottom: 20px;
}

.main-form-dk p label span input {
  width: 100%;
  height: 35px;
  margin-top: 5px;
  color: #000;
  padding-left: 10px;
}

.main-form-dk p label span textarea {
    padding: 10px;
    color: #000;
    max-height: 80px;
    width: 100%;
    margin-top: 5px;
}

.main-form-dk p input.wpcf7-submit {
  display: block;
  background: #f6c326;
  border: none;
  padding: 8px 30px;
  margin: 0 auto;
  width: 100%;
  margin-top: 10px;
}



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;
        margin: 20px 0;
}
/*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: -3px;
    content: "";
    width: 80px;
    height: 4px;
    display: inline-block;
    background: #f6c326;
    position: absolute;
}
.title-head {
    color: #000;
    display: block;
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    border-bottom: 2px solid #e4e4e4;
    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;
    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: 10px;
}
ul.list-new li {
    list-style-type: none;
    display: flex;
    margin-top: 20px;
}
h5.title-new {
    margin-bottom: 7px;
}
ul.list-new li:first-child {
    margin-top: 0;
}
.left-new {
    width: 35%;
    float: left;
}
.left-new img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border: 1px solid #d4d4d4;
}
.right-new h5 a:hover {
    color: #d09f0b;
}
.right-new {
    width: 65%;
    float: left;
    padding-left: 5px;
}
.right-new h5 a {
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.right-new p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color: #fff;
    font-size: 12px;
}
/*Phân Trang*/
.quatrang .page-numbers:hover {
    color: #fff;
    background: #f6c326;
}
.quatrang .current {
    background: #f6c326 !important;
}
.quatrang .page-numbers {
    background: #777777;
    padding: 8px 15px;
    color: #fff;
    font-size: 15px;
}
h2.page-title.title-search {
    margin-bottom: 25px;
    text-align: center;
    font-size: 22px;
}