*,body,html {
    font-family: 'Roboto', sans-serif;
}
body,html {
    overflow-x: hidden;
}
iframe {
    width: 100%;
}
.pd-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.full {
    padding-left: 0;
    padding-right: 0;
}
.index-content a{
    color: black;
}

a:hover {
    text-decoration: none !important;
}
/*Header*/
.title-company {
    font-size: 27px;
    font-weight: 600;
    color: #FFEB3B;
}
.company {
    text-align: center;
}
.add {
    color: #fff;
    margin-top: 10px;
}
.hot-number {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}
footer#footer {
    background-color: #525252;
    color: #fff;
    padding: 10px 0;
}
.copyright {
    text-align: center;
    padding: 5px;
    background-color: #333;
    color: #fff;
}
.woocommerce-page h1.page-title {
    text-align: left;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    color: #333333b3;
    margin-bottom: 20px;
    border-bottom: 1px solid;
}
div#customer_details h3 {
    font-size: 20px !important;
    background-color: #424242;
    color: #fff !important;
    padding: 10px;
}
/*Menu*/
#mega-menu-wrap-primary {
    display: inline-block;
}
.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;
}
.navbar {
    border: none;
}
.navbar-nav>li>a {
    line-height: 10px;
    text-transform: uppercase;
    padding: 14px 30px;
    font-weight: 500;
    color: #fff !important;
    border-bottom: 1px solid #ffffff47;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    border-bottom: 1px solid #fffdfd59 !important;
    text-transform: uppercase;
}
input#s {
    border-radius: 4px 0 0 4px;
    height: 30px;
    border: none;
    padding: 10px;
    font-weight: 100;
    font-size: 12px;
}
button#searchsubmit {
    border-radius: 0px 4px 4px 0px;
    height: 30px;
    background-color: #ffffff;
    border: none;
    color: #000;
    margin-left: -5px;
    padding: 5px 10px;
    font-size: 12px;
    position: relative;
}
section#map iframe {
    width: 100%;
    height: 400px;
}
.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 {
    width: 100%;
    height: 50px;
    border: 1px solid #3333;
    margin-top: 5px;
    border-radius: 4px;
}
.full-form textarea {
    height: 120px;
    border: 1px solid #3333;
    margin-top: 5px;
    width: 100%;
}
#form-contact input.wpcf7-form-control.wpcf7-submit {
    background-color: #ffcf06;
    border: none;
    color: #fff;
    padding: 5px 30px;
    text-transform: uppercase;
    float: right;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-right: 0;
}
main#main {
    padding: 0 10px;
}
.main-menu {
   -webkit-transition: all 0.5s ease;
   -o-transition: position 10s;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
   text-align: center;
}
.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*/
.index-content .card:hover{
    -webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
            box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
    color:black;
}
.index-content .card img{
    width:100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 170px;
}
.index-content .card h4{
    margin:10px;
}
.index-content .card p{
    margin:10px;
    opacity: 0.65;
    font-size: 13px;
}
.index-content .blue-button{
    width: 100px;
    -webkit-transition: background-color 1s , color 1s; /* For Safari 3.1 to 6.0 */
    -o-transition: background-color 1s , color 1s;
    transition: background-color 1s , color 1s;
    min-height: 20px;
    background-color: #002E5B;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    font-weight: lighter;
    margin: 0px 20px 15px 20px;
    padding: 5px 0px;
    display: inline-block;
}
.index-content .blue-button:hover{
    background-color: #dadada;
    color: #002E5B;
}
.title-archive h4 {
    display: block;
    font-size: 25px;
    color: #525252;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.2em;
    z-index: 1;
    margin-top: 0px;
    text-transform: uppercase;
    padding-bottom: 0px;
}
.title-archive h4 span {
    position: relative;
    display: inline-block;
    padding: 5px 20px 5px 20px;
    line-height: 1.2em;
    text-align: center;
    font-family: sairabd;
}
.pagination-archive {
    text-align: center;
}

.mobile {
    text-align: center;
    background-color: #000000b6;
}
.mobile img {
    width: 260px;
    padding: 10px;
}
.card-header {
    background: #ffcf06;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
    font-family: saira;
}
.sidebar .card {
    padding: 0;
}
.card-body ul li a:before {
    font-family: FontAwesome;
    content: '\f101';
    margin-right: 10px;
    margin-left: 15px;
}
.card-body ul li a {
    padding: 10px;
    display: block;
    border-bottom: 1px dotted #3333;
    text-transform: uppercase;  
    -webkit-transition: 0.3s;  
    -o-transition: 0.3s;  
    transition: 0.3s;  
}
.card-body ul li {
    list-style-type: none;
}
.card-body ul {
    padding-left: 0;
    margin-bottom: 0;
}
.card-body ul li a:hover {
    color: #ffcf06;
    padding-left: 15px;
}
.main-content {
    margin-top: -20px;
}
ol.breadcrumb {
    background: #dbf0f3d6;
    text-transform: uppercase;
}
ul#crumbs {
    background-color: transparent;
}
.box-tin:hover {
    -webkit-box-shadow: 2px 2px 15px #ffcf068a;
            box-shadow: 2px 2px 15px #ffcf068a;
}
.box-tin {
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 10px;
}
.box-image a img {
    width: 100%;
    height: 190px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.box-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
}
h4.title-text {
    text-transform: uppercase;
    font-size: 14px;
    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;
}
.img-content {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.article-top {
    font-size: 110%;
}
.content p {
    font-size: 105%;
    line-height: 1.5;
}
.title-single h3 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
}
.post-template-single-gt .title-single h3 {    
    margin-bottom: 30px;
    margin-top: 30px;
}
.meta-article {
    margin: 20px 0;
    border-bottom: 1px dotted #46434382;
}
time {
    font-style: italic;
}
.realted-post h4 {
    border-bottom: 1px solid #ffcf06;
    color: #ffcf06;
    padding-bottom: 5px;
    font-size: 20px;
    border-left: 5px solid;
    padding-left: 10px;
}
.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 li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.realted-post ul li:hover a {
    color: #ffcf06;
    padding-left: 5px;
}
.realted-post ul {
    padding-left: 0;
}
.icon-right i {
    margin-left: 5px;
    margin-right: 4px;
}
div#___plusone_0 {
    top: 5px;
    position: relative;
}
span.badge-cate {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    background-color: #ffcf00;
    padding: 5px 10px;
}
.title-archive h4 span:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #ffcf06;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0px;
}
td.pCaption.caption {
    text-align: center;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}
/*Hover Tin Tức */
.box-tin .card:hover .overlay {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.51);
    width: 100%;
    -webkit-transform: scale(0.7, 0);
        -ms-transform: scale(0.7, 0);
            transform: scale(0.7, 0);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    text-align: center;
}
.box-tin .card {
    position: relative;
}
.overlay a {
    top: 45%;
    position: relative;
    background: #3b5998;
    color: #fff;
    padding: 8px 20px;
    font-size: 15px;
}
.overlay a:hover {
    color: white;
    background: #ef1000;
}
/*Footer*/
#footer {
    padding-left: 0;
    padding-right: 0;
}

/*Contact*/
.top-contact {
    display: inline-block;
    border: 1px solid #3333;
    border-radius: 4px;
    padding: 15px;
    margin: 15px;
}
.title-head {
    margin-top: 0;
}
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;
}
.col-map iframe {
    border: 2px solid #3333 !important;
}
.col-map {
    overflow: hidden;
}
/*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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
ul.list-new li:hover {
    -webkit-box-shadow: 2px 1px 10px #3333;
            box-shadow: 2px 1px 10px #3333;
    -webkit-transform: translate3d(1px, -2px, 0px);
            transform: translate3d(1px, -2px, 0px);
}
.left-new {
    width: 25%;
    float: left;
}
.left-new img {
    width: 100%;
    height: 60px;
}
.right-new {
    width: 75%;
    float: left;
    padding-left: 5px;
}
.right-new h5 a {
    font-size: 13px;
    display: block;
    line-height: 1.5;
    text-decoration: none;
}
.post-new {
    margin-top: 20px;
}
.post-new h4 {
    background: #ffcf06;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: saira;
}
.article-top img {
    width: 100%;
    height: auto;
}
.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: #fff;
    background: #00a54f;
}
.quatrang .current {
    background: #00a54f !important;
}
.quatrang .page-numbers {
    background: #3b5998;
    padding: 8px 15px;
    color: #fff;
    font-size: 15px;
}

/*Checkout*/
.woocommerce .checkout #customer_details {
    width: 49% ;
    float: left ;
}
.woocommerce .checkout .order-wrapper {
    width: 49% ;
    float: right;
    border: 1px solid #e1e1e1 !important;
}
.woocommerce .checkout #customer_details .col-1, .woocommerce .checkout #customer_details .col-2 {
    width: 100% !important;
    float: none !important;
}
.woocommerce .checkout .woocommerce-billing-fields h3 {
    font-family: "Roboto",sans-serif !important;
    font-size: 36px !important;
    color: #484747 !important;
    font-weight: lighter !important;
        margin-top: 0 !important;
}
.woocommerce .checkout .form-row-wide {
    clear: both !important;
}
.woocommerce .checkout .form-row {
    padding: 0 !important;
    margin: 0 0 10px !important;
}
.woocommerce .checkout label {
    display: inline-block !important;
    min-width: 180px !important;
    color: #484747 !important;
    font-weight: normal !important;
    margin: 0 !important;
}
.woocommerce .checkout input.input-text {
    width: 100% !important;
    margin: 0 !important;
    height: 38px !important;
    padding: 0 10px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 0 !important;
    font-family: "Roboto", sans-serif !important;
}
.woocommerce .checkout textarea {
     border: 1px solid #e1e1e1 !important;
    border-radius: 0 !important;
    font-family: "Roboto", sans-serif !important;
    height: 120px !important;
    line-height: inherit !important;
    display: inline-block !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100% !important;
    padding: 10px !important;
}
.woocommerce .checkout #order_review_heading, .woocommerce .checkout #payment_heading {
    background: #424242;
    color: #fff;
    font-family: "Roboto",sans-serif !important;
    font-size: 18px !important;
    display: block !important;
    text-align: left !important;
        padding: 12px 15px !important;
    font-weight: lighter !important;
    border-bottom: 1px solid #e1e1e1 !important;
    margin: 0;
}
.woocommerce table.shop_table {
    border: none !important;
}
.woocommerce .checkout ul.payment_methods {
    text-align: left !important;
    border-bottom: 1px solid #e1e1e1 !important;
    margin: 0 !important;
    list-style: none outside !important;
    padding: 15px 0 !important;
}
.woocommerce .checkout ul.payment_methods li {
    margin: 0 0 15px 0 !important;
    font-weight: normal !important;
    list-style:none !important
}
.woocommerce .checkout ul.payment_methods li input {
    margin: 0 1em 0 0 !important;
}
.woocommerce .checkout label {
    display: inline-block !important;
    width: 100%;
    color: #484747 !important;
    font-weight: normal !important;
    margin: 0 !important;
}
.woocommerce .checkout div.payment_box {
    width: 95% !important;
    position: relative !important;
    padding: 10px !important;
    margin: 15px 0 0px 15px !important;
    border-radius: 2px !important;
    background-clip: padding-box !important;
    background: #f8f8f8 !important;
}
.woocommerce .checkout div.payment_box:after {
    content: "" !important;
    display: block !important;
    border: 8px solid #f8f8f8 !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    position: absolute !important;
    top: -16px !important;
    left: 20px !important;
    margin: 0 !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none !important;
    padding-left: 15px;
}

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
    content: none !important;
}
.woocommerce .checkout .form-row.place-order {
    margin: 20px 0 !important;
    text-align: center !important;
}
.woocommerce .checkout .form-row.place-order .button {
    height: 38px !important;
    line-height: 38px !important;
    padding: 0 40px !important;
    margin: 0 auto !important;
    display: table !important;
    float: none !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}
#billing_first_name_field,#billing_company_field,#billing_country_field,#billing_address_2_field,
#billing_postcode_field,#billing_city_field,.col-2 .woocommerce-shipping-fields,#billing_state_field {
    display: none !important;
}
p#billing_email_field {
    width: 48%;
    float: right;
}
p#billing_phone_field {
    width: 48%;
    float: left;
}
div#order_review tr.cart-subtotal,.woocommerce-terms-and-conditions-wrapper {
    display: none;
}
.woocommerce table.shop_table {
    margin-bottom: 5px;
}
@media (max-width: 768px) {
.woocommerce .checkout #customer_details,.woocommerce .checkout .order-wrapper {
    width: 100%;
}
}
@media (min-width: 769px) {
section.woocommerce-customer-details {
    width: 49%;
    float: right;
}
section.woocommerce-order-details {
    width: 49%;
    float: left;
}
}