﻿﻿@font-face {
    font-family: 'icomoon';
    src: url("/fonts/icomoon/icomoon.eot?srf3rx");
    src: url("/fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("/fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("/fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("/fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
/*jssor slider loading skin spin css*/
/*div#jssor_1 {
    top: 117px !important;
}*/

.flex-start-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-center-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-center-around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex-center-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-center-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-center {
    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
}

.users-sidebar__title .active {
    color: #1da64c
}

.activity-comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 20px 0 20px
}

    .activity-comment-item .image {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px
    }

        .activity-comment-item .image img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            overflow: hidden;
            -o-object-fit: cover;
            object-fit: cover
        }

    .activity-comment-item .content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 55px);
        flex: 0 0 calc(100% - 55px);
        margin-left: 15px
    }

    .activity-comment-item .content_time {
        font-size: 12px;
        margin-bottom: 10px;
        color: #aaa
    }

    .activity-comment-item .content_detail {
        font-size: 14px;
        margin-bottom: 10px
    }

    .activity-comment-item .content_action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 10px
    }

        .activity-comment-item .content_action .like {
            margin-right: 10px
        }

        .activity-comment-item .content_action p {
            color: #aaa;
            font-size: 12px
        }

    .activity-comment-item .content_link {
        font-weight: 500;
        color: #222;
        font-size: 16px
    }

    .activity-comment-item:not(:last-child) .content {
        border-bottom: 1px solid #aaa;
        padding-bottom: 15px
    }

.load_more_global {
    margin: 30px auto 10px auto;
    display: block;
    background-color: #28a750;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 20px;
    color: #fff;
    border: none
}

    .load_more_global.loading-v2 {
        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
    }

        .load_more_global.loading-v2:after {
            margin-left: 12px;
            content: "";
            display: block;
            height: 16px;
            width: 16px;
            border-width: 1px;
            border-style: solid;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: #fff;
            border-left-color: #fff;
            border-radius: 50%;
            -webkit-animation: spin .5s infinite linear;
            animation: spin .5s infinite linear
        }

.register-author-link {
    color: #1898d7;
    border-bottom: 1px dashed;
    line-height: 1.6em;
    font-size: 1.3em;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 0 0;
    text-transform: uppercase
}

    .register-author-link svg {
        height: .9em;
        fill: #1898d7
    }

.authors {
    color: #222;
    background: #fff;
}

.authors_list {
    clear: both;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px
}

.authors_list_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 50px;
    margin-bottom: 15px
}

    .authors_list_item .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        width: 60px;
        overflow: hidden;
        border-radius: 50%
    }

        .authors_list_item .image img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            overflow: hidden;
            -o-object-fit: cover;
            object-fit: cover
        }

    .authors_list_item .info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%);
        flex: 0 0 calc(100% );
        width: calc(100%);
        padding-left: 10px
    }

    .authors_list_item .info_name {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 5px;
        text-transform: capitalize
    }

.info p {
    color: black;
}

.authors_list_item a {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc
}

.authors_detail {
    padding-top: 1.5rem;
    clear: both
}

.authors_detail_item {
    padding: 20px;
    background: #fff;
    position: relative
}

    .authors_detail_item .ck-content {
        max-height: 500px;
        overflow: hidden
    }

    .authors_detail_item.active .ck-content {
        max-height: 100%
    }

    .authors_detail_item:after {
        width: 100%;
        height: 150px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#4f4e4e));
        background-image: linear-gradient(to bottom,transparent,#4f4e4e)
    }

    .authors_detail_item .read_more {
        position: absolute;
        bottom: 20px;
        width: 100%;
        z-index: 99
    }

    .authors_detail_item .read_more_btn {
        background: #fff;
        height: 35px;
        width: 100px;
        color: #1da64c;
        border-radius: 8px;
        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;
        cursor: pointer
    }

        .authors_detail_item .read_more_btn svg {
            height: 1rem
        }

            .authors_detail_item .read_more_btn svg path {
                fill: #1da64c
            }

        .authors_detail_item .read_more_btn span {
            padding: 0 3px
        }

.hot_author_item {
    padding: 10px
}

    .hot_author_item .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        height: 40px;
        overflow: hidden;
        border-radius: 50%
    }

        .hot_author_item .image img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            overflow: hidden;
            -o-object-fit: cover;
            object-fit: cover
        }

    .hot_author_item .info {
        padding-left: 10px
    }

    .hot_author_item .info_name {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden
    }

    .hot_author_item .info_position {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        font-size: 12px
    }

.author-single {
    font-family: Merriweather,serif;
    color: #222
}

.author-single-content {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px
}

    .author-single-content .content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%;
        padding-right: 30px
    }

    .author-single-content .content-top {
        margin-bottom: 15px
    }

        .author-single-content .content-top .authors_list_item {
            margin-bottom: 0
        }

            .author-single-content .content-top .authors_list_item a {
                padding-bottom: 0;
                border-bottom: 0
            }

    .author-single-content .content-introduce {
        margin-bottom: 20px
    }

    .author-single-content .content-post_title {
        margin-bottom: 15px;
        color: #1da64c;
        font-weight: 600;
        font-size: 1.2rem
    }

        .author-single-content .content-post_title span {
            border-bottom: 1px solid #1da64c
        }

    .author-single-content .content-post_list .item:not(:last-child) {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ebebeb
    }

    .author-single-content .content-post_list .item_image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        width: 200px
    }

        .author-single-content .content-post_list .item_image img {
            width: 100%;
            height: 150px;
            -o-object-fit: cover;
            object-fit: cover
        }

    .author-single-content .content-post_list .item_content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 215px);
        flex: 0 0 calc(100% - 215px);
        margin-right: 15px
    }

    .author-single-content .content-post_list .item_content_name {
        line-height: 1.5;
        font-size: 20px;
        display: block;
        margin-bottom: .8rem;
        font-weight: 400;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden
    }

    .author-single-content .content-post_list .item_content_desc {
        text-align: justify;
        line-height: 1.4;
        max-height: 80px;
        overflow: hidden;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden
    }

    .author-single-content .content .social {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .author-single-content .content .social_title {
        text-align: right;
        margin-bottom: 10px
    }

    .author-single-content .content .social_item {
        display: inline-block;
        width: 40px;
        background: #f9f9f9;
        border-radius: 50%;
        line-height: 40px;
        text-align: center
    }

        .author-single-content .content .social_item:not(:last-child) {
            margin-right: 20px
        }

        .author-single-content .content .social_item a {
            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;
            height: 40px
        }

            .author-single-content .content .social_item a svg {
                width: 1.2rem;
                height: 1.2rem
            }

                .author-single-content .content .social_item a svg path {
                    fill: #222
                }

    .author-single-content .right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%
    }

    .author-single-content .right_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
        border-bottom: 1px solid #222;
        display: inline-block;
        font-weight: 700;
        font-family: Arial,sans-serif
    }

    .author-single-content .right_desc {
        margin-bottom: 15px
    }

        .author-single-content .right_desc p {
            font-size: .8rem;
            line-height: 1.8em
        }

    .author-single-content .right_button {
        height: 35px;
        border-radius: 5px;
        background: #1da64c;
        text-align: center;
        color: #fff;
        display: block;
        line-height: 35px;
        text-transform: uppercase
    }


.mota_tintuc {
    height: 100px;
    padding: 6px;
    max-height: 100px;
    overflow: hidden;
}

.sanpham_info .mota {
    min-height: 139px;
}

p.phone span {
    line-height: 48px;
    font-weight: bold;
}

span.posted_on {
    background: none !important;
    padding: 0 !important;
}

.noidung span i {
    font-style: normal !important;
    color: black;
    font-family: 'Roboto', sans-serif !important;
    font-size: 17px;
}

#fh5co-course-categories {
    margin-top: 117px;
}

.sanpham_info h1 {
    border-bottom: 2px solid #ffd400;
    font-size: 28px;
    padding-bottom: 12px;
}

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

div#fh5co-offcanvas .fh5co-social_css {
    display: none;
}
/*jssor slider bullet skin 051 css*/
.jssorb051 .i {
    position: absolute;
    cursor: pointer;
}

    .jssorb051 .i .b {
        fill: #fff;
        fill-opacity: 0.5;
    }

    .jssorb051 .i:hover .b {
        fill-opacity: .7;
    }

.jssorb051 .iav .b {
    fill-opacity: 1;
}

.jssorb051 .i.idn {
    opacity: .3;
}

/*jssor slider arrow skin 051 css*/
.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora051 .a {
        fill: none;
        stroke: #fff;
        stroke-width: 360;
        stroke-miterlimit: 10;
    }

    .jssora051:hover {
        opacity: .8;
    }

    .jssora051.jssora051dn {
        opacity: .5;
    }

    .jssora051.jssora051ds {
        opacity: .3;
        pointer-events: none;
    }

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

.title_product {
    text-align: center;
    padding: 6px;
}

div#fh5co-doitac {
    background: #f2f2f2;
    padding-top: 22px;
    padding-bottom: 10px;
}

ul.doitac li {
    float: left;
    list-style: none;
    padding: 16px;
    padding-right: 62px;
}

.dt1 img {
    width: 100px;
}

.dt1 img {
    width: 100px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

    .dt1 img:hover {
        width: 100px;
        filter: grayscale(0%) !important;
        -webkit-filter: grayscale(0%) !important;
        -moz-filter: grayscale(0%) !important;
        -ms-filter: grayscale(0%) !important;
        -o-filter: grayscale(0%) !important;
    }

    .dt1 img:hover {
        transform: scale(1.1);
    }

.dt1 img {
    border-radius: 0;
    display: inline-block;
    -webkit-transition: all 0.7s ease !important;
    transition: all 0.7s ease !important;
    height: auto;
    -moz-transition: opacity 0.3s ease-in-out 0s;
}

div#fh5co-sanpham img:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}



.product-chitiet:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.product-chitiet {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .product-chitiet:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        box-shadow: 0px 8px 14px #33333357;
        -moz-box-shadow: 0px 8px 14px #33333357;
        -webkit-box-shadow: 0px 8px 14px #33333357;
        -o-box-shadow: 0px 8px 14px #33333357;
        -ms-box-shadow: 0px 8px 14px #33333357;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        /* move the element up by 5px */
    }

        .product-chitiet:hover:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
            /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
        }

h2.wpb_heading.wpb_singleimage_heading {
    width: 92%;
    bottom: 7px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    z-index: 9;
    position: absolute;
    background: rgba(0, 0, 0, 0.49);
    line-height: 27px;
    height: 35px;
    padding: 6px;
    max-height: 40px;
    overflow: hidden;
    text-align: center;
}

.carousel-3d-container figure {
    margin: 0;
}

.carousel-3d-container figcaption {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    bottom: 0;
    position: absolute;
    bottom: 0;
    padding: 15px;
    font-size: 12px;
    min-width: 100%;
    box-sizing: border-box;
}

.carousel-3d-slide.current {
    border: 1px solid #e4e1e1;
}

.carousel-3d-slide {
    background-color: #fff !important;
}

.noidung_mota {
    z-index: 1000;
    position: absolute;
    top: 67%;
    width: 92% !important;
    background: #005faf96;
}

.scroll_css {
    font-size: 5px;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0, 0, 0, 0.13);
}

    .scroll_css .top-menu {
        padding: 0px 0;
        background: white;
        border-bottom: none !important;
    }

.xemct_css {
    display: none;
}

.xemct_css {
    background: #f9a519;
    width: 84px;
    text-align: center;
    margin: auto;
    padding: 6px;
    border-radius: 4px;
    color: white;
}

.noidung_mota:hover .xemct_css {
    display: block !important;
}

.noidung_mota:hover a.product-loop-title h3 {
    line-height: 142px !important;
    height: 74px !important;
}

.noidung_mota:hover {
    top: 0;
    background: #005faf96;
    display: block;
    border: 1px solid #e0e0e0;
    height: 89%;
}

a.product-loop-title h3 {
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 18px;
    height: 34px;
}

.noidung_mota {
    overflow: hidden;
}

div.examp1 {
    width: 50px;
    height: 50px;
    background: #32CD32;
    transition: width 3s;
}

    div.examp1:hover {
        height: 250px;
    }



.dt1 {
    display: block;
    overflow: hidden;
    position: relative;
}

div#fh5co-sanpham {
    background: #f5f6fa;
    padding-top: 15px;
}

.title_product {
    text-align: center;
    padding: 0px;
    background: #fffffe;
    font-weight: bold;
    color: #272727;
    width: 100%;
    float: left;
    text-transform: uppercase;
    line-height: 50px;
}

.product-ct {
    width: 44px;
    float: right;
    text-align: center;
    background: #EEA535;
    font-weight: bold;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    opacity: 0;
}

div#fh5co-course-phuongtien {
    padding: 44px;
    padding-top: 80px;
}

div#example {
    margin-top: -20px;
}

.fadeInUp:hover .product-ct {
    display: block !important;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
}

.toanbosp {
    text-align: center;
    padding-bottom: 24px;
    font-weight: bold;
}

    .toanbosp a {
        color: #828282;
    }

.slider-text-inner {
    text-align: left;
    padding: 8px 0px 18px;
}

footer#fh5co-footer {
    padding: 66px 0px 1px;
}

#fh5co-footer p {
    color: rgba(255, 255, 255, 0.5);
}

.icon_css a {
    color: #cacaca;
    font-size: 25px;
    padding-right: 16px;
}

i {
    font-family: FontAwesome;
}

.blog-text h3 {
    color: #000000 !important;
    z-index: 9;
    /* position: absolute; */
    /* background: linear-gradient(#13121200, #333333); */
    padding: 0px 2px 2px 6px;
    min-height: 53px;
    overflow: hidden;
    /* top: -50px; */
    width: 100%;
    left: 0;
    margin-bottom: 0px
}

.doctiep a {
    color: #ababab;
    float: right;
    font-style: italic;
}

.fh5co-blog:hover .doctiep a {
    color: #d89802e8;
}

.fh5co-blog .blog-text h3 a {
    color: black !important;
    font-size: 13px;
}

a.blog-img-holder img {
    height: 175px;
    width: 100%;
}

a.img-other img {
    height: auto !important;
}

h1.heading-section {
    color: #0060af;
    margin: 10px 0px 0px;
    font-size: 27px;
    font-weight: bold;
}

.slider-text-inner p {
    color: #0060af;
    margin: 0;
}

.breackup a {
    color: white;
}

body {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #292929;
    background: #fff;
    font-family: 'Roboto', sans-serif !important;
}

.list-cat_css li {
    list-style: none;
    border-bottom: 1px solid #d8d8d8;
    padding: 11px 0px;
    font-weight: 600;
}

#fh5co-contact h3 {
    color: #005faf !important;
    font-size: 16px;
    font-weight: bold;
}

#fh5co-contact h4 {
    color: #005faf !important;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px !important;
}

.title-lienhe {
    padding-top: 40px;
}


.cls_thongtinlienhe {
    padding: 44px 0 6px !important;
}

.title-lienhe h3 {
    padding-left: 15px;
}

.col-md-6.img_css {
    padding: 0;
}

div#fh5co-about {
    padding: 0;
    padding: 0;
    width: 100%;
    background: #f5f6fa;
}

div#fh5co-about {
    margin-top: 120px;
}

.about2 {
    margin-top: 55px;
}

    .about2 h3 {
        font-weight: bold;
        color: #0060af;
    }



div#fh5co-about .img_css {
    padding: 0 !important;
}

h3.title_css {
    font-weight: bold;
    color: #0060af;
}

.list-cat_css a {
    display: block;
    position: relative;
    padding: 2px 0 0 19px;
    font-size: 15px;
    line-height: 18px;
    color: #6b6b6b;
}

h3.heading_css, h2.heading_css {
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
}


    h3.heading_css:before, h2.heading_css:before {
        border-bottom: 1px #f9bd29 solid;
        border-width: 3px;
        content: "";
        display: block;
        position: absolute;
        top: 37px;
        color: #a5a5a5;
        width: 60px;
        bottom: -5px;
    }

p.heading_css {
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

    p.heading_css:before {
        border-bottom: 1px #f9bd29 solid;
        border-width: 3px;
        content: "";
        display: block;
        position: absolute;
        top: 37px;
        color: #a5a5a5;
        width: 60px;
        bottom: -5px;
    }

.panel-head_css2 .heading_css:before {
    border-bottom: 1px #f9bd29 solid;
    border-width: 3px;
    content: "";
    display: block;
    position: absolute;
    color: #a5a5a5;
    width: 60px;
    bottom: -7px;
}

/*.pagination a {
    font-size: 12px;
    line-height: 1.5;
    padding: 13px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 13px 0;
    border-radius: 4px;
    padding: 5px;
    float: right;
}*/

div#fh5co-course-phuongtien .item {
    height: 291px;
}

.news_list_main a.blog-img-holder img {
    height: 181px;
    max-height: 172px;
    overflow: hidden;
}



header.panel-head_css2 {
    background: #f9f9f9;
}

.fh5co-event a {
    display: block;
    position: relative;
    line-height: 18px;
    color: #000000;
    font-weight: bold;
    font-size: 13px;
}

.list-cat_css a:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 5px;
    top: 1px;
    color: #a5a5a5;
}

ul.list-cat_css {
    padding: 0 !important;
}

.fh5co-social_css ul li a {
    padding: 30px 6px !important;
}

ul.fh5co-social a {
    color: white !important;
}

ul.fh5co-social li {
    color: white;
}

.col-xs-10.text-right.menu-1 ul {
    line-height: 87px;
    margin: 0;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

    .offcanvas #page:after {
        -webkit-transition: 2s;
        -o-transition: 2s;
        transition: 2s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 101;
        background: rgba(0, 0, 0, 0.7);
        content: "";
    }

a {
    color: #2D6CDF;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #2D6CDF;
        outline: none;
        text-decoration: none;
    }

p {
    margin-bottom: 8px;
}

h1, h2, h3, h4, h5, h6, figure {
    color: #000;
    font-weight: 600;
    margin: 0 0 20px 0;
}

::-webkit-selection {
    color: #fff;
    background: #2D6CDF;
}

::-moz-selection {
    color: #fff;
    background: #2D6CDF;
}

::selection {
    color: #fff;
    background: #2D6CDF;
}

.fh5co-nav {
    width: 100%;
    padding: 0;
    z-index: 1001;
}

aside#fh5co-hero {
    padding-top: 119px;
}

#fh5co-course-categories {
    padding: 30px !important;
    background: white;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: 0.3s;
    z-index: 10;
}

#homepage_slider video {
    min-height: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    width: auto !important;
    overflow: hidden;
}

#homepage_slider img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.carousel-inner > .item > img {
    display: block;
    line-height: 1;
    max-height: 348px;
}

/* button to display if user choses to not autoplay the video: */
#slider-play-button button {
    display: inline-block;
    border: 0.06666em solid #fff;
    font-size: 2rem;
    background: rgba(255,255,255,0.23);
    color: #fff;
    cursor: pointer;
    transition: .3s background;
    line-height: 1.3em;
    height: 1.5em;
    width: 2.5em;
    border-radius: 0.3em;
    position: absolute;
    opacity: .7;
    right: 1em;
    top: 20%;
}

.play-video-button:before {
    font-family: FontAwesome;
    content: "\f04b";
}

.pause-video-button:before {
    font-family: FontAwesome;
    content: "\f04c";
}

.carousel-control {
    position: absolute;
    top: 50%;
    left: 9px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 43px;
    font-weight: 100;
    line-height: 30px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    filter: alpha(opacity=50);
    background: none !important;
}

div#fh5co-counter center {
    padding: 18px !important;
    font-size: 16px;
}

ul.slides li {
    background-repeat: no-repeat;
}

.fh5co-nav .top-menu {
    padding: 0px 0;
    background: white;
    border-bottom: 1px solid #bdbbbb;
}

.fh5co-nav .top {
    padding: 0px 0;
    margin-bottom: 0;
    background: #005faf;
}

#fh5co-footer h4 {
    color: white;
    font-weight: 600;
    font-size: 15px;
}

#fh5co-footer ul li a:hover {
    text-decoration: none;
}

.fh5co-nav .top .num, .fh5co-nav .top .fh5co-social, .fh5co-nav .top .site {
    display: inline-block;
    margin: 0;
    padding: 0px 12px;
}

.services-home .desc p {
    color: white;
    text-align: justify;
}

.services-home .desc ul {
    text-align: justify;
}
/* CSS DESTOP */
@media screen and (min-width: 768px) {
    .ndcenter {
        position: absolute;
        top: 50%;
        margin-top: -60px;
    }

    .col-md-6.phuongtien_css {
        width: 415px;
    }

    .col-md-6.phuongtien_css2 {
        width: 64%;
    }

    ul.slides li {
        background-repeat: no-repeat;
        height: 166px;
    }

    header.panel-head_css2 {
        background: #f9f9f9;
        padding-left: 2px;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    header.panel-head_css {
        padding-left: 6px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    div#fh5co-counter center {
        /*width: 58%;*/
        margin: auto;
        font-size: 18px;
    }

    ul.menu_css {
        width: 68%;
        float: left;
    }

    ul.fh5co-social_css {
        width: 32%;
        float: left;
        margin: 0px;
        padding: 0px !important;
    }
}
/* END CSS DESTOP */
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    ul.menu_css {
        width: 100% !important;
    }

    ul.fh5co-social_css {
        display: none;
    }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    ul.menu_css {
        width: 100% !important;
    }

    ul.fh5co-social_css {
        display: none;
    }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    ul.menu_css {
        width: 100% !important;
    }

    ul.fh5co-social_css {
        display: none;
    }
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    ul.menu_css {
        width: 100% !important;
    }

    ul.fh5co-social_css {
        display: none;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    ul.menu_css {
        width: 100% !important;
    }

    ul.fh5co-social_css {
        display: none;
    }
}




@media screen and (max-width: 768px) {
    a.blog-img-holder img {
        height: auto !important;
        width: 100% !important;
    }

    .post-content-detail table {
        width: 100% !important;
    }

    .post-content-detail iframe {
        width: 100%;
    }

    .post-content-detail img {
        width: 100% !important;
        height: auto !important;
    }

    aside#fh5co-hero {
        padding-top: 110px !important;
    }

    div#fh5co-about {
        margin-top: 110px !important;
    }

    .services-home {
        height: 490px !important;
    }

    button.slick-next.slick-arrow {
        z-index: 9;
        position: absolute;
        height: 34px !important;
        top: 23% !important;
        background-position-y: -42px !important;
        background-size: 391px !important;
    }

    .slider-text-inner {
        text-align: left;
        padding-top: 0px !important;
    }

    button.slick-prev.slick-arrow {
        z-index: 9;
        position: absolute;
        height: 34px !important;
        top: 23% !important;
        background-position-y: -42px !important;
        background-size: 391px !important;
    }

    .fh5co-nav .top .num, .fh5co-nav .top .fh5co-social, .fh5co-nav .top .site {
        padding: 0px;
    }

    h3.heading_css {
        position: relative;
        font-size: 22px;
    }

    ul.slides li {
        background-position-x: -565px;
        background-position-y: -65px;
        background-repeat: no-repeat;
    }

    ul.fh5co-social {
        line-height: 15px;
    }

        ul.fh5co-social a, ul.fh5co-social li {
            color: white !important;
            font-size: 12px !important;
            font-weight: bold !important;
        }

    .fh5co-nav .top .fh5co-social li {
        padding-right: 0px !important;
    }


    ul.fh5co-social_css {
        width: 304px;
        text-align: center;
    }

    .carousel-caption.d-none.d-md-block {
        display: none;
    }
}


.contai_css {
    width: 100%;
    padding: 0;
}

.ndcenter {
    padding-top: 20px;
    padding-bottom: 12px;
}

.fh5co-nav .top .site {
    float: left;
    font-weight: 300;
    margin-top: 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 480px) {
    .fh5co-nav .top .site {
        display: none;
    }
}


.fh5co-nav .top .num {
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    letter-spacing: 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.fh5co-nav .top .fh5co-social {
    margin: 0;
}

    .fh5co-nav .top .fh5co-social li {
        font-size: 14px;
        display: inline-block;
        padding-right: 30px;
    }

        .fh5co-nav .top .fh5co-social li a {
            padding: 7px 7px;
        }

            .fh5co-nav .top .fh5co-social li a i {
                font-size: 14px;
            }

.fh5co-nav #fh5co-logo {
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-weight: 700;
    font-family: "Source Sans Pro", Arial, sans-serif;
    padding-top: 7px;
}

    .fh5co-nav #fh5co-logo a {
        color: #000;
        position: relative;
        padding-left: 25px;
    }

        .fh5co-nav #fh5co-logo a span {
            color: #000;
        }

        .fh5co-nav #fh5co-logo a i {
            position: absolute;
            top: 5px;
            left: 0;
        }

@media screen and (max-width: 768px) {
    .fh5co-nav .menu-1 .menu_css {
        display: none;
    }
}

.fh5co-nav ul {
    padding: 0;
    margin: 5px 0 0 0;
}

    .fh5co-nav ul li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline;
        font-weight: 300;
    }

select.country {
    border: none;
}

.fh5co-nav ul li a {
    font-size: 14px;
    padding: 30px 10px;
    color: rgba(0, 0, 0, 0.9);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600;
}

    .fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
        color: black;
    }

.header-list .has-dropdown {
    position: relative;
}

    .header-list .has-dropdown .dropdown {
        width: 199px;
        -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
        z-index: 1002;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 35px;
        left: 0;
        text-align: left;
        background: #fff;
        padding: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        border-bottom: 2px solid #f9a61a;
        min-width: 255px;
    }

.carousel-caption {
    left: 9%;
    right: 20%;
    padding-bottom: 30px;
}

    .carousel-caption.d-none.d-md-block {
        text-align: left;
        width: 340px;
        top: 72px;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
    }

.btnxemthem a {
    color: white;
    font-size: 13px;
}

.carousel-caption.d-none.d-md-block p {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 10px
}

.btnxemthem .fa-angle-right:before {
    content: "\f105";
    padding-left: 10px;
}

.btnxemthem .btn {
    padding: 12px !important;
    border-radius: 4px;
    margin: 0 !important;
    font-size: 15px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    display: inline-block !important;
}

.carousel-caption.d-none.d-md-block h5 {
    font-size: 38px;
    line-height: 47px;
}

.carousel-caption h5 {
    margin-bottom: 5px;
}

.carousel-caption.d-none.d-md-block h5 a {
    color: #fff;
    font-weight: bold;
}

.fh5co-nav ul li.has-dropdown .dropdown:before {
}

.header-list .has-dropdown .dropdown li {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #3333334d;
    padding-bottom: 10px;
}

    .header-list .has-dropdown .dropdown li:last-child {
        margin-bottom: 0;
    }

    .header-list .has-dropdown .dropdown li a {
        padding: 2px 0;
        display: block;
        color: #131212;
        line-height: 1.2;
        text-transform: none;
        font-size: 13px;
        letter-spacing: 0;
    }

        .header-list .has-dropdown .dropdown li a:hover {
            color: #005faf;
        }

.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
    color: #000;
}

.fh5co-nav ul li.btn-cta a {
    padding: 30px 0px !important;
    color: #fff;
}

    .fh5co-nav ul li.btn-cta a span {
        background: #2d6cdf;
        padding: 4px 10px;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-border-radius: 1;
        -moz-border-radius: 1;
        -ms-border-radius: 1;
        border-radius: 1;
    }

    .fh5co-nav ul li.btn-cta a:hover span {
        -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    }

.fh5co-nav ul li.active > a {
    font-weight: 600;
    color: #02adf2;
}

#fh5co-hero .btn {
    font-size: 24px;
}

    #fh5co-hero .btn.btn-primary {
        padding: 14px 30px !important;
    }

#fh5co-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
}

    #fh5co-hero .flexslider .slides {
        position: relative;
        overflow: hidden;
    }

        #fh5co-hero .flexslider .slides li {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: bottom center;
            min-height: 630px;
            height: 630px;
            position: relative;
        }

            #fh5co-hero .flexslider .slides li:after {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                content: '';
                background: rgba(0, 0, 0, 0.4);
                z-index: 1;
            }

    #fh5co-hero .flexslider .flex-control-nav {
        bottom: 40px;
        z-index: 1000;
    }

        #fh5co-hero .flexslider .flex-control-nav li a {
            background: rgba(255, 255, 255, 0.2);
            box-shadow: none;
            width: 12px;
            height: 12px;
            cursor: pointer;
        }

            #fh5co-hero .flexslider .flex-control-nav li a.flex-active {
                cursor: pointer;
                background: rgba(255, 255, 255, 0.7);
            }

    #fh5co-hero .flexslider .flex-direction-nav {
        display: none;
    }

    #fh5co-hero .flexslider .slider-text {
        display: table;
        opacity: 0;
        min-height: 630px;
        height: 630px;
        z-index: 9;
    }

        #fh5co-hero .flexslider .slider-text > .slider-text-inner {
            display: table-cell;
            vertical-align: middle;
            min-height: 700px;
        }

            #fh5co-hero .flexslider .slider-text > .slider-text-inner h1, #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
                margin: 0;
                padding: 0;
                color: white;
            }

            #fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
                margin-bottom: 20px;
                font-size: 40px;
                line-height: 1.3;
                font-weight: 300;
            }

@media screen and (max-width: 768px) {
    #fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
        font-size: 30px;
    }
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-family: "Source Sans Pro", Arial, sans-serif;
}

    #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 a {
        color: rgba(255, 255, 255, 0.5);
    }

#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
    padding: 18px 30px !important;
    color: #fff;
    border: none !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    #fh5co-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
        background: #2D6CDF !important;
        -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
        -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
        box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    }

#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
    font-size: 20px;
    color: #fff;
}

    #fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
        color: #d9534f;
    }

.fh5co-bg-section {
    background: #e8e8e8;
}

#fh5co-course-categories,
#fh5co-counter,
#fh5co-course,
#fh5co-register,
#fh5co-pricing,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-about,
#fh5co-staff,
#fh5co-footer {
    padding: 7em 0;
    clear: both;
}

#fh5co-course-categories {
    padding: 10px 10px !important;
}

@media screen and (max-width: 768px) {
    #fh5co-course-categories,
    #fh5co-counter,
    #fh5co-course,
    #fh5co-register,
    #fh5co-pricing,
    #fh5co-testimonial,
    #fh5co-blog,
    #fh5co-about,
    #fh5co-staff,
    #fh5co-contact,
    #fh5co-footer {
        padding: 3em 0;
    }
}

.services-home {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #002e5bb5;
    height: 530px;
    padding-top: 69px;
}

.services .desc h3 a {
    font-size: 18px;
    color: #101010;
    font-weight: bold;
}

.services {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.services-home .desc a {
    color: white !important;
    font-size: 20px;
}

.services-home .desc h3 {
    padding-top: 26px;
    color: white;
}

.services-home img:hover {
    transform: scale(1.1);
}

.services-home img {
    border-radius: 0;
    display: inline-block;
    -webkit-transition: all 0.7s ease !important;
    transition: all 0.7s ease !important;
    height: auto;
    -moz-transition: opacity 0.3s ease-in-out 0s;
}

.services-home {
    display: block;
    overflow: hidden;
    position: relative;
}

    .services-home .desc p {
        color: white;
    }

    .services-home .desc {
        padding: 20px;
        padding-top: 0px;
    }

        .services-home .desc ul li {
            color: white;
        }

    .services-home h3 {
        font-size: 18px;
        font-weight: 400;
    }

        .services-home h3 a {
            color: #000;
        }

.services .icon {
    width: 90px;
    height: 90px;
    background: rgba(0, 0, 0, 0.04);
    display: table;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 992px) {
    .services .icon {
        margin: 0 auto 30px auto;
    }
}

.services .icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    line-height: 40px;
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.services:hover .icon, .services:focus .icon {
    background: #2D6CDF;
}

    .services:hover .icon i, .services:focus .icon i {
        color: #fff;
    }

.fh5co-counters {
    padding: 5em 0 !important;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}

    .fh5co-counters .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        background: rgba(0, 0, 0, 0.5);
    }

    .fh5co-counters .counter-wrap {
        border: 1px solid red !important;
    }

    .fh5co-counters .fh5co-counter {
        font-size: 52px;
        display: block;
        color: #faa61a;
        width: 100%;
        font-weight: bold;
    }

    .fh5co-counters .fh5co-counter-label {
        color: rgba(255, 255, 255, 0.8);
        display: block;
    }

.services img {
    margin: auto;
    height: 51px;
}

.fh5co-counters .icon i {
    font-size: 45px;
    color: #fff;
}

.course {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    margin-bottom: 30px;
}

    .course .desc, .course .course-img {
        width: 50%;
        display: inline-block;
    }

@media screen and (max-width: 768px) {
    .course .desc, .course .course-img {
        width: 100%;
    }
}

.course .course-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .course .course-img {
        height: 270px;
    }
}

.course .desc {
    padding: 1.7em;
    background: #fafafa;
}

    .course .desc h3 {
        font-size: 18px;
        font-weight: 400;
    }

        .course .desc h3 a {
            color: #000;
        }

    .course .desc .date {
        display: block;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .course .desc .btn-course {
        border: 2px solid rgba(0, 0, 0, 0.8) !important;
        background: transparent;
        color: rgba(0, 0, 0, 0.8) !important;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 11px 15px !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        .course .desc .btn-course:hover {
            background: rgba(0, 0, 0, 0.8) !important;
            color: white !important;
        }

.course:hover .course-img {
    -webkit-box-shadow: inset -70px 0px 77px 11px rgba(0, 0, 0, 0.74);
    -moz-box-shadow: inset -70px 0px 77px 11px rgba(0, 0, 0, 0.74);
    box-shadow: inset -70px 0px 77px 11px rgba(0, 0, 0, 0.74);
}

.fh5co-social-icons {
    margin: 0;
    padding: 0;
}

    .fh5co-social-icons li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .fh5co-social-icons li a {
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            color: #2D6CDF;
            padding-left: 10px;
            padding-right: 10px;
        }

            .fh5co-social-icons li a i {
                font-size: 20px;
            }

.fh5co-contact-info ul {
    padding: 0;
    margin: 0;
}

    .fh5co-contact-info ul li {
        padding: 0 0 0 0px;
        margin: 0 0 5px 0;
        list-style: none;
        position: relative;
        color: rgba(0, 0, 0, 0.8);
    }

.fh5co-contact-info .fa-phone:before {
    content: "\f095";
    border: 1px solid;
    border-radius: 50%;
    padding: 6px;
    color: #ffcd0d;
    font-size: 21px;
}

.fh5co-contact-info ul li:before {
    color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: .05em;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fh5co-contact-info ul li.address:before {
    font-size: 30px;
    content: "\e9dc";
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
}

.fh5co-contact-info ul li.phone:before {
    font-size: 23px;
    content: "\ea3b";
}

.fh5co-contact-info ul li.email:before {
    font-size: 23px;
    content: "\e91e";
}

.fh5co-contact-info ul li.url:before {
    font-size: 23px;
    content: "\e9df";
}

.fh5co-contact-info ul li a {
    color: rgba(0, 0, 0, 0.8);
}

.fh5co-heading {
    margin-bottom: 10px;
}

    .fh5co-heading h2 {
        font-size: 36px;
        margin-bottom: 42px;
        line-height: 1.5;
        color: #000;
        position: relative;
        font-weight: bold;
    }

        .fh5co-heading h2:after {
            border-bottom: 1px #f9bd29 solid;
            border-width: 3px;
            content: "";
            display: block;
            position: absolute;
            top: 37px;
            color: #a5a5a5;
            bottom: -5px;
            width: 60px;
            left: 50%;
            margin-left: -34px;
        }

    .fh5co-heading p {
        font-size: 14px;
    }

#fh5co-testimonial {
    background: #1F5F8B;
    position: relative;
}

    #fh5co-testimonial .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        background: rgba(31, 95, 139, 0.7);
    }

    #fh5co-testimonial .testimony-slide {
        text-align: center;
        position: relative;
        color: #fff !important;
    }

        #fh5co-testimonial .testimony-slide span {
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 700;
            display: block;
        }

            #fh5co-testimonial .testimony-slide span small {
                font-size: 11px;
                font-weight: 300;
                letter-spacing: 3px;
            }

        #fh5co-testimonial .testimony-slide .user {
            display: block;
            width: 100px;
            height: 100px;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            position: relative;
            margin: 0 auto;
            margin-bottom: 10px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

        #fh5co-testimonial .testimony-slide blockquote {
            border: none;
            margin: 30px auto;
            width: 70%;
            position: relative;
            padding: 0;
        }

@media screen and (max-width: 768px) {
    #fh5co-testimonial .testimony-slide blockquote {
        width: 85%;
    }

    .services-home {
        background-size: 124% !important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 7px;
    }
}

#fh5co-testimonial .arrow-thumb {
    position: absolute;
    top: 40%;
    display: block;
    width: 100%;
}

    #fh5co-testimonial .arrow-thumb a {
        font-size: 32px;
        color: #dadada;
    }

        #fh5co-testimonial .arrow-thumb a:hover, #fh5co-testimonial .arrow-thumb a:focus, #fh5co-testimonial .arrow-thumb a:active {
            text-decoration: none;
        }

#fh5co-testimonial .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.3) !important;
}

#fh5co-testimonial .owl-theme .owl-dots .active span {
    background: white !important;
}

#fh5co-testimonial .fh5co-heading {
    margin-bottom: 3em;
}

    #fh5co-testimonial .fh5co-heading h2 {
        color: #fff;
        margin-bottom: 20px !important;
    }

        #fh5co-testimonial .fh5co-heading h2:after {
            background: transparent !important;
        }

    #fh5co-testimonial .fh5co-heading p {
        color: rgba(255, 255, 255, 0.5);
    }

    #fh5co-testimonial .fh5co-heading span {
        padding: 7px 15px;
        position: relative;
    }

        #fh5co-testimonial .fh5co-heading span:before {
            position: absolute;
            top: 24px;
            left: -40px;
            content: '';
            width: 40px;
            height: 1px;
            background: white;
        }

        #fh5co-testimonial .fh5co-heading span:after {
            position: absolute;
            top: 24px;
            right: -40px;
            content: '';
            width: 40px;
            height: 1px;
            background: white;
        }

.wrap-price {
    padding: 2em 4em;
}

.pricing__feature-list {
    width: 100%;
    float: left;
}

    .pricing__feature-list li {
        margin-bottom: 10px;
    }

.pricing__item {
    width: 100%;
    float: left;
    clear: both;
}

@media screen and (max-width: 768px) {
    .pricing__item {
        margin-bottom: 30px;
    }
}

.fh5co-event {
    position: relative;
    padding-left: 120px;
    width: 100%;
    float: left;
    height: 106px;
    overflow: hidden;
    max-height: 93px;
    margin-bottom: 11px;
    border-bottom: 1px solid #e4e4e4;
}

    .fh5co-event .date {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        background: rgba(0, 0, 0, 0.03);
        display: table;
    }

        .fh5co-event .date span {
            display: table-cell;
            vertical-align: middle;
            height: 100px;
            width: 100px;
            font-weight: 700;
            font-size: 20px;
            line-height: 24px;
        }

    .fh5co-event h3 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

        .fh5co-event h3 a {
            color: black;
        }

.fh5co-blog {
    margin-bottom: 30px;
    width: 100%;
    float: left;
    position: relative;
}

span.posted_on {
    position: absolute;
    z-index: 9;
    background: #f9bd29;
    color: white;
    padding: 5px 17px;
    margin: 10px 0px 0px -10px;
}

@media screen and (max-width: 768px) {
    .fh5co-blog {
        width: 100%;
    }
}

.fh5co-blog .blog-img-holder {
    display: block;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.fh5co-blog .blog-text {
    position: relative;
    background: rgba(148, 145, 145, 0.03);
    width: 100%;
    padding: 9px 3px;
    float: left;
    border-bottom: 1px solid #e6e6e6;
}

.dropdown-menu.menucap2 {
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
    padding-left: 14px;
    line-height: 12px;
    width: 100%;
    position: relative;
    padding-bottom: 25px;
}

    .dropdown-menu.menucap2 a {
        line-height: 37px;
        border-bottom: 1px solid #b5b5b5bf;
    }

.fh5co-blog .blog-text span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
}

    .fh5co-blog .blog-text span.comment {
        float: right;
    }

        .fh5co-blog .blog-text span.comment a {
            color: rgba(0, 0, 0, 0.3);
        }

            .fh5co-blog .blog-text span.comment a i {
                padding-left: 7px;
            }

.fh5co-blog .blog-text h3 {
    line-height: 13px
}

    .fh5co-blog .blog-text h3 a {
        color: black;
    }

.fh5co-blog .blog-text .btn-blog {
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .fh5co-blog .blog-text .btn-blog:hover {
        color: #fff !important;
    }

#fh5co-register {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

    #fh5co-register .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: rgba(0, 0, 0, 0.5);
    }

    #fh5co-register h2, #fh5co-register h3, #fh5co-register p {
        color: #fff;
    }

    #fh5co-register .btn-reg {
        background: transparent;
        border: 2px solid #fff;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 700;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

.simply-countdown {
    /* The countdown */
    margin-top: 3em;
    margin-bottom: 3em;
}

    .simply-countdown > .simply-section {
        /* coutndown blocks */
        display: inline-block;
        width: 120px;
        height: 120px;
        background: rgba(0, 0, 0, 0.2);
        margin: 0 5px;
        position: relative;
        border: 2px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

        .simply-countdown > .simply-section > div {
            /* countdown block inner div */
            display: table-cell;
            vertical-align: middle;
            height: 115px;
            width: 120px;
        }

        .simply-countdown > .simply-section .simply-amount,
        .simply-countdown > .simply-section .simply-word {
            display: block;
            color: white;
            /* amounts and words */
        }

        .simply-countdown > .simply-section .simply-amount {
            font-size: 40px;
            /* amounts */
        }

        .simply-countdown > .simply-section .simply-word {
            color: rgba(255, 255, 255, 0.9);
            text-transform: uppercase;
            font-size: 12px;
            letter-spacing: 2px;
            font-weight: 700;
            /* words */
        }

.staff {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 40px;
}

    .staff .staff-img {
        width: 100%;
        float: left;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        height: 300px;
        margin-bottom: 20px;
        display: table;
    }

        .staff .staff-img:before {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: '';
            background: rgba(255, 255, 255, 0.9);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .staff .staff-img .fh5co-social {
            opacity: 0;
            display: table-cell;
            vertical-align: middle;
            height: 300px;
            margin: 0;
            padding: 0;
            font-size: 14px;
            -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s;
            -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
        }

            .staff .staff-img .fh5co-social li {
                display: inline-block;
                padding: 0 7px;
            }

    .staff h3 {
        font-size: 18px;
    }

        .staff h3 a {
            color: #000;
        }

    .staff span {
        display: block;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .staff:hover .staff-img:before {
        opacity: 1;
    }

    .staff:hover .staff-img .fh5co-social {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

#fh5co-gallery {
    padding-top: 2.5em;
}

    #fh5co-gallery h2 {
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 2.5em;
        font-family: "Source Sans Pro", Arial, sans-serif;
        font-weight: 700;
        letter-spacing: 2px;
    }

        #fh5co-gallery h2 span {
            border: 2px solid rgba(0, 0, 0, 0.8);
            padding: 10px 15px;
            position: relative;
        }

            #fh5co-gallery h2 span:before, #fh5co-gallery h2 span:after {
                position: absolute;
                top: 18px;
                bottom: 0;
                content: '';
                width: 100px;
                height: 1px;
                background: rgba(0, 0, 0, 0.1);
            }

            #fh5co-gallery h2 span:before {
                lett: 0;
                margin-left: -125px;
            }

            #fh5co-gallery h2 span:after {
                right: 0;
                margin-right: -110px;
            }

.gallery {
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 300px;
}

    .gallery:hover {
        -webkit-box-shadow: inset 0px 0px 124px 11px rgba(0, 0, 0, 0.74);
        -moz-box-shadow: inset 0px 0px 124px 11px rgba(0, 0, 0, 0.74);
        box-shadow: inset 0px 0px 124px 11px rgba(0, 0, 0, 0.74);
    }

#fh5co-footer {
    background: #efefef;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff !important;
}

    #fh5co-footer .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #002e5a;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    #fh5co-footer .fh5co-footer-links {
        padding: 0;
        margin: 0;
    }

        #fh5co-footer .fh5co-footer-links li {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            #fh5co-footer .fh5co-footer-links li a {
                color: rgba(255, 255, 255, 0.5);
                text-decoration: none;
            }

                #fh5co-footer .fh5co-footer-links li a:hover {
                    color: #fce327;
                }

div#fh5co-blog {
    padding-top: 20px;
    padding-bottom: 42px;
}

.blog-detail {
    padding-top: 5px !important;
}

@media screen and (max-width: 768px) {
    #fh5co-footer .fh5co-widget {
        text-align: left;
    }

    div#fh5co-course-phuongtien .item {
        height: 117px !important;
    }

    div#fh5co-course-phuongtien {
        padding: 20px !important;
    }
}

#fh5co-footer .fh5co-widget h3 {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding-top: 11px;
}

#fh5co-footer .copyright .block {
    display: block;
}

    #fh5co-footer .copyright .block a {
        color: rgba(255, 255, 255, 0.5);
    }

#map {
    width: 100%;
    height: 500px;
    position: relative;
}

@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}

#fh5co-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: #003b6c;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 22px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #fh5co-offcanvas {
        display: block;
    }
}

.offcanvas #fh5co-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#fh5co-offcanvas a {
    color: rgba(255, 255, 255, 0.93);
    padding-bottom: 14px;
}

    #fh5co-offcanvas a:hover {
        color: rgba(255, 255, 255, 0.8);
    }

#fh5co-offcanvas ul {
    padding: 0;
    margin: 0;
}

    #fh5co-offcanvas ul li {
        padding: 0;
        margin: 0;
        list-style: none;
        border-bottom: 1px solid #f9a61a38;
        line-height: 50px;
    }

        #fh5co-offcanvas ul li > ul {
            padding-left: 20px;
            display: none;
        }

        #fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
            display: block;
            position: relative;
        }

            #fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
                position: absolute;
                right: 0px;
                font-family: 'icomoon';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\ea1c";
                font-size: 20px;
                color: rgba(255, 255, 255, 0.2);
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
            }

        #fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

.uppercase {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gototop {
    position: fixed;
    bottom: 13px;
    left: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .gototop.active {
        opacity: 1;
        visibility: visible;
    }

    .gototop a {
        width: 50px;
        height: 50px;
        display: table;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-align: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 27px;
    }

        .gototop a i {
            height: 50px;
            display: table-cell;
            vertical-align: middle;
        }

        .gototop a:hover, .gototop a:active, .gototop a:focus {
            text-decoration: none;
            outline: none;
        }

.fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

    .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
        background: #444;
    }

    .fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
        outline: none;
        border-bottom: none !important;
    }

    .fh5co-nav-toggle i {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 2px;
        color: #252525;
        font: bold 14px/.4 Helvetica;
        text-transform: uppercase;
        text-indent: -55px;
        background: #252525;
        transition: all .2s ease-out;
    }

        .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
            content: '';
            width: 25px;
            height: 2px;
            background: #252525;
            position: absolute;
            left: 0;
            transition: all .2s ease-out;
        }

    .fh5co-nav-toggle.fh5co-nav-white > i {
        color: #fff;
        background: #000;
    }

        .fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
            background: #000;
        }

    .fh5co-nav-toggle.fh5co-nav-white.active > i {
        color: #fff;
        background: #000;
    }

        .fh5co-nav-toggle.fh5co-nav-white.active > i::before, .fh5co-nav-toggle.fh5co-nav-white.active > i::after {
            background: #fff;
        }

    .fh5co-nav-toggle i::before {
        top: -7px;
    }

    .fh5co-nav-toggle i::after {
        bottom: -7px;
    }

    .fh5co-nav-toggle:hover i::before {
        top: -10px;
    }

    .fh5co-nav-toggle:hover i::after {
        bottom: -10px;
    }

    .fh5co-nav-toggle.active i {
        background: transparent;
    }

        .fh5co-nav-toggle.active i::before {
            top: 0;
            -webkit-transform: rotateZ(45deg);
            -moz-transform: rotateZ(45deg);
            -ms-transform: rotateZ(45deg);
            -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
        }

        .fh5co-nav-toggle.active i::after {
            bottom: 0;
            -webkit-transform: rotateZ(-45deg);
            -moz-transform: rotateZ(-45deg);
            -ms-transform: rotateZ(-45deg);
            -o-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
        }

.fh5co-nav-toggle {
    position: fixed;
    right: 0px;
    top: 49px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
}

@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block;
    }
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 400;
    /*    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 10px;*/
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

    .btn.btn-md {
        padding: 8px 20px !important;
    }

    .btn.btn-lg {
        padding: 18px 36px !important;
    }

    .btn:hover, .btn:active, .btn:focus {
        box-shadow: none !important;
        outline: none !important;
    }

.btn-blue {
    background-color: #0f6189;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

    .btn-blue:hover {
        color: #fff;
    }

.btn-primary {
    background: #2D6CDF;
    color: #fff;
    border: 2px solid #2D6CDF;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #437be2 !important;
        border-color: #437be2 !important;
    }

    .btn-primary.btn-outline {
        background: transparent;
        color: #2D6CDF;
        border: 2px solid #2D6CDF;
    }

        .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
            background: #2D6CDF;
            color: #fff;
        }

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background: #4cae4c !important;
        border-color: #4cae4c !important;
    }

    .btn-success.btn-outline {
        background: transparent;
        color: #5cb85c;
        border: 2px solid #5cb85c;
    }

        .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
            background: #5cb85c;
            color: #fff;
        }

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active {
        background: #46b8da !important;
        border-color: #46b8da !important;
    }

    .btn-info.btn-outline {
        background: transparent;
        color: #5bc0de;
        border: 2px solid #5bc0de;
    }

        .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
            background: #5bc0de;
            color: #fff;
        }

.btn-warning {
    background: #f79c1b;
    color: #fff;
    border: 2px solid #f0ad4e;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
        background: #eea236 !important;
        border-color: #eea236 !important;
    }

    .btn-warning.btn-outline {
        background: transparent;
        color: #f0ad4e;
        border: 2px solid #f0ad4e;
    }

        .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
            background: #f0ad4e;
            color: #fff;
        }

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        background: #d43f3a !important;
        border-color: #d43f3a !important;
    }

    .btn-danger.btn-outline {
        background: transparent;
        color: #d9534f;
        border: 2px solid #d9534f;
    }

        .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
            background: #d9534f;
            color: #fff;
        }

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
        box-shadow: none;
    }

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .btn.with-arrow i {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -8px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .btn.with-arrow:hover {
        padding-right: 50px;
    }

        .btn.with-arrow:hover i {
            color: #fff;
            right: 18px;
            visibility: visible;
            opacity: 1;
        }

.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 14px;
    font-weight: 400;
}

    .form-control:active, .form-control:focus {
        outline: none;
        box-shadow: none;
        border-color: #000;
    }

.row-pb-md {
    padding-bottom: 0px !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.fh5co-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.row-padded-mb {
}

.col-padded {
    margin: 0 !important;
    padding: 0 !important;
}

.js .animate-box {
    opacity: 0;
}

.mota {
    margin-top: 12px;
}

.tab-product a {
    background: none !important;
    color: #4e4e4e;
    font-size: 17px;
    padding: 8px 0px !important;
    margin-right: 30px;
}

.tab-product {
    margin-bottom: 19px;
}

ul.nav.nav-pills.tab-product {
    border-bottom: 1px solid #a0a0a0;
    padding-top: 48px;
}

.tb-product tr td {
    border-bottom: 1px solid #ddd !important;
    border-top: none !important;
}

td.tieude_css1 {
    font-weight: bold;
    color: #005faf;
    width: 30%;
}

.tab-product a:hover {
    color: #005faf !important;
    /*font-weight: bold;*/
    border-bottom: 2px solid #005faf;
    border-radius: 0;
    padding: 0;
}

.tab-product a:active, .tab-product a:focus, .nav-pills > li.active > a {
    color: #005faf !important;
    font-weight: bold;
    border-bottom: 2px solid #005faf;
    border-radius: 0;
    padding: 0;
}

.nav_css1 {
    width: 14px !important;
    background: #f9a61a;
    height: 14px !important;
    border-radius: 2px;
    left: -49px !important;
    top: 238px !important;
}

.left_css {
    background: url(../images/icon1.png) !important;
    border: none;
    border-radius: 0;
    top: 90%;
}

.right_css {
    background: url(../images/icon2.png) !important;
    border: none;
    border-radius: 0;
    top: 90%;
    left: 50px !important;
}

.newsDetail_css .img#MainContent_ucNewsDetail_imgUrl {
    width: 100% !important;
}

.newsDetail_css .entry-title {
    font-size: 25px;
    padding-top: 28px;
}

.lead-post {
    /*padding: 3px 20px;*/
    /* background-color: #f2f2f2;*/
    /*margin: 0 0 20px;*/
    /*border-left: 5px solid #005faf;*/

    font-size: 16px;
    font-weight: bold;
}

div#fh5co-sanpham .col-lg-4.col-md-4 {
    padding-bottom: 26px;
}

.tab-content table {
    width: 100%;
    border: 1px solid #3330 !important;
}

    .tab-content table td {
        border: 1px solid #d2d2d2;
        padding: 6px 4px;
    }

/*.tab-content table td:nth-child(1) {
    font-weight: bold;
    width: 42%;
    padding-right: 15px;
}

.tab-content table td:nth-child(1) span {
    color: #005faf !important;
    font-family: 'Josefin Sans', sans-serif !important;
}*/


#slider-text {
    padding-top: 40px;
    display: block;
}

    #slider-text .col-md-6 {
        overflow: hidden;
    }

    #slider-text h2 {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
        font-size: 30px;
        letter-spacing: 3px;
        margin: 30px auto;
        padding-left: 40px;
    }

        #slider-text h2::after {
            border-top: 2px solid #c7c7c7;
            content: "";
            position: absolute;
            bottom: 35px;
            width: 100%;
        }

#itemslider h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin: 10px auto 3px;
}

#itemslider h5 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin: 3px auto 2px;
}

#itemslider h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    ;
    font-size: 10px;
    margin: 2px auto 5px;
}

.badge {
    background: #b20c0c;
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 31px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    border: 2px solid #FFF;
    box-shadow: 0 0 0 1px #b20c0c;
    top: 5px;
    right: 25%;
}

#slider-control img {
    margin: 0 auto;
    width: 40%;
}

.item.dt1 .col-xs-12.col-sm-6.col-md-2 {
    text-align: center;
}

@media screen and (max-width: 992px) {
    #slider-control img {
        padding-top: 70px;
        margin: 0 auto;
    }
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

    .carousel-showmanymoveone .carousel-control.left {
        margin-left: 5px;
    }

    .carousel-showmanymoveone .carousel-control.right {
        margin-right: 5px;
    }

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
    display: none;
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -16.666%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 16.666%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3,
    .carousel-showmanymoveone .carousel-inner .cloneditem-4,
    .carousel-showmanymoveone .carousel-inner .cloneditem-5,
    .carousel-showmanymoveone .carousel-inner .cloneditem-6 {
        display: block;
    }

    .noidung_css {
        position: relative;
        height: 337px;
        width: 38%;
        padding-left: 37px;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(16.666%, 0, 0);
        transform: translate3d(16.666%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-16.666%, 0, 0);
        transform: translate3d(-16.666%, 0, 0);
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}
/* Banner Slider */

.slick-slide, .slick-slide::before, .caption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slick-slide::before {
        /* content: '';*/
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.main-slider {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
}

    .main-slider.slick-initialized {
        opacity: 1;
        visibility: visible;
    }

.slick-slide {
    position: relative;
    height: 34vw !important;
}

    .slick-slide::before {
        background-color: rgba(0, 0, 0, 0.8);
        opacity: .3;
        z-index: 1;
    }

    .slick-slide video {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .slick-slide iframe {
        position: relative;
        pointer-events: none;
    }

    .slick-slide figure {
        position: relative;
        height: 100%;
    }

    .slick-slide .slide-image {
        opacity: 0;
        height: 100%;
        background-size: cover;
        background-position: center;
        transition: all .8s ease;
    }

        .slick-slide .slide-image.show {
            opacity: 1;
        }

    .slick-slide .image-entity {
        width: 100%;
        opacity: 0;
        visibility: hidden;
    }

    .slick-slide .loading {
        position: absolute;
        top: 44%;
        left: 0;
        width: 100%;
    }

    .slick-slide .slide-media {
    }

    .slick-slide.slick-active {
        z-index: 1;
    }

        .slick-slide.slick-active .slide-media {
        }

        .slick-slide.slick-active .caption {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
        }

.carousel-caption {
    text-shadow: none !important;
}

.caption {
    position: absolute;
    top: 44%;
    left: 5%;
    text-align: center;
    padding: 20px;
    border: 3px solid;
    color: #fff;
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: .02em;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.slick-dots {
    margin-top: -39px;
    z-index: 99999999999999999999;
    position: relative;
    text-align: center;
}

.scroll_css .top-menu {
    display: none;
}

button.slick-prev.slick-arrow {
    left: auto !important;
    right: 0 !important;
    z-index: 9;
    position: absolute;
    top: 40%;
    width: 40px;
    height: 50px;
    font-size: 0px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: url(/images/a22.png) center center no-repeat;
    background-repeat: no-repeat;
    border: none !important;
    margin-left: 11px;
    background-position: -80px;
    background-position-y: -33px;
}

    button.slick-prev.slick-arrow:focus {
        border: none !important;
    }

    button.slick-prev.slick-arrow:active {
        border: none !important;
    }

    button.slick-prev.slick-arrow:checked {
        border: none !important;
    }

.control {
    bottom: 0 !important;
}

h1.entry-title {
    font-size: 26px;
    color: #041e42;
    text-align: justify;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}

button.slick-next.slick-arrow {
    z-index: 9;
    position: absolute;
    top: 40%;
    width: 40px;
    height: 50px;
    font-size: 0px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: url(/images/a22.png) center center no-repeat;
    background-repeat: no-repeat;
    border: none !important;
    margin-left: 11px;
    background-position: left;
    background-position-y: -33px;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

    .slick-dots li button {
        width: 10px;
        height: 10px;
        border: none;
        cursor: pointer;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0 0 0 0 transparent;
        vertical-align: middle;
        color: #fff;
        background-color: #fff;
        transition: all .3s ease;
        opacity: .4;
        padding: 0px 0px;
        font-size: 4px;
    }

        .slick-dots li button:focus {
            outline: none;
        }

        .slick-dots li button:hover {
            opacity: 1;
        }

    .slick-dots li.slick-active button {
        border-color: #2d3042;
        box-shadow: 0 0 0 2px #fff;
        opacity: 1;
    }

.loading {
    background: url(../images/loader_icon.gif) center;
    background-repeat: no-repeat;
    text-align: center;
    margin: auto;
    height: 100px;
    background-size: 100px;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@-webkit-keyframes slideIn {
    from {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes slideIn {
    from {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes slideOut {
    from {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    to {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }
}

@keyframes slideOut {
    from {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    to {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }
}

/* End Bannwe Slider*/
.blog_css:hover {
    transform: scale(1.3);
    box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: 0.6s;
}


.box-shadow-lienhe {
    transform: scale(1.3);
    box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 0px 4px rgba(0,0,0,0.1);
    padding: 36px;
}

.content-lienhe {
    padding: 64px 42px;
}

.fh5co-footer-links li a i {
    padding: 0 5px 0 0;
}

ul.fh5co-social_css li a i {
    font-size: 25px;
    vertical-align: middle;
}

ul.fh5co-social_css li a {
    padding: 11px 8px;
}

.icon_css a i {
    vertical-align: middle;
}

.col-md-3.fh5co-widget {
    top: -40px;
}


.slick-slider button {
    display: none !important;
}

.slick-slider:hover button {
    display: inline-block !important;
}

.breackup {
    color: white;
}

.at-style-responsive .at-share-btn {
    padding: 0px !important;
}

.title_product h2 {
    display: inline-block;
    vertical-align: sub;
    font-size: 15px;
}

.title_product h3 {
    display: inline-block;
    vertical-align: sub;
    font-size: 15px;
}

.post-content-detail h1 {
    font-size: 24px !important;
    font-weight: bold !important;
}

.post-content-detail h2 {
    font-size: 22px !important;
    font-weight: bold !important;
}

    .post-content-detail h2 span {
        font-size: 22px !important;
    }

.post-content-detail h3 {
    font-size: 20px !important;
    font-weight: bold !important;
}

@media screen and (max-width: 768px) {
    p.csstitle {
        font-size: 22px !important;
    }

    .fh5co-nav .top .fh5co-social {
        text-align: left !important;
    }

    .fh5co-nav #fh5co-logo a {
        padding-left: 0px !important
    }

    .icon-youtube, .fa-facebook-square, .social_title {
        display: none !important;
    }

    .content-top.flex-center-between {
        display: inline-block !important;
    }

    .social {
        display: inline-block;
    }

    .timkiem {
        display: none;
    }

    .fh5co-nav-toggle {
        top: 60px;
    }
}

p.heading-section {
    font-size: 28px;
    font-weight: bold;
}

.navigator_bar {
    border-bottom: 1px solid #dcebf4;
    background: url(/images/15.png);
    color: #000;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .navigator_bar ul {
        padding: 8px 0 17px 0;
    }

    .navigator_bar .home {
        text-indent: -9999px;
        width: 22px;
    }

    .navigator_bar ul li {
        list-style: none;
        line-height: 22px;
        float: left;
        display: inline;
    }

.home_icon {
    background: url(/images/home.png) 22px 22px;
    width: 22px;
    height: 22px;
    float: left;
}

.breadcrumb {
    background: url(/images/breadcrumb.png) no-repeat;
    width: 12px;
    height: 21px;
    float: left;
    margin: 0 10px;
    margin-bottom: 0px !important;
    padding: 0px !important;
}

p.heading_css a {
    color: black;
}

.cls_Author a {
    display: block;
    text-align: right;
    font-weight: bold;
    color: #2d6cdf;
}

.socials-share {
    float: right;
}

#fh5co-footer .footer-title {
    color: white;
    font-weight: bold;
    font-size: 15px;
}

.table-of-content {
    background: #ddd;
    padding: 15px;
    border-radius: 5px;
}

.title-group .title {
    font-size: 120%;
    font-weight: bold;
}

.list .heading-3 {
    padding-left: 15px;
}

.padding-top-18 {
    padding-top: 18px;
}

.css-content h2 {
    font: 700 20px/24px TeXGyreAdventor,Arial,sans-serif;
}

.css-content p {
    line-height: 2em;
    padding-top: 10px;
    color: #666;
    font-size: 16px;
}

.css-content h1, .css-content h2, .css-content h3, .css-content h4, .css-content h5 {
    margin: 0.3em 0 0em;
    line-height: 1.5em !important;
}

.css_lienhesp .price {
    color: #e30c09;
    font-size: 18px;
    margin: 15px 0;
    font-weight: bold;
}

.css_lienhesp .phone {
    color: #000;
    font-size: 15px;
    border-top: 1px solid #ddd;
    padding-top: 6px;
}

.css_lienhesp .fa-phone {
    font-size: 18px;
    color: #005faf;
    margin-right: 5px;
}

.css_lienhesp input.phone-input {
    width: 65%;
    border: 1px solid #ddd;
    height: 30px;
    padding-left: 10px;
}

.css_lienhesp .call {
    color: #000;
    margin: 10px 0 5px;
}

.css_lienhesp .call-me {
    color: #fff;
    background: #f8bb3f;
    padding: 8px 20px;
    position: relative;
    right: 6px;
    text-transform: uppercase;
}

#order-success {
    width: 100%;
    float: left;
    padding: 200px 0;
}

    #order-success img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }

    #order-success .title {
        font-size: 30PX;
        font-weight: bold;
        color: #6e6e6e;
        margin-bottom: 10px;
        text-align: center;
    }

    #order-success .subtitle {
        line-height: 25px;
        margin-bottom: 30px;
        text-align: center;
    }

    #order-success .gohome {
        text-align: center;
    }

        #order-success .gohome a {
            background: #2980b9;
            padding: 10px 50px;
            color: #ffffff;
            border-radius: 5px;
        }

p.csstitle {
    font-size: 30px;
    line-height: 1.5;
    color: #000;
    position: relative;
    font-weight: bold;
}

.csstitle:after {
    border-bottom: 1px #f9bd29 solid;
    border-width: 3px;
    content: "";
    display: block;
    position: absolute;
    top: 37px;
    color: #a5a5a5;
    bottom: -5px;
    width: 60px;
    left: 50%;
    margin-left: -34px;
}

#fh5co-logo h1 {
    margin: 0px !important;
}

.zalo-chat-widget {
    left: 18px !important;
    bottom: 118px !important;
    z-index: 20 !important;
}

/* fixed */
.fixedTool {
    position: fixed;
    bottom: 25px;
    transform: translateY(-50%);
    left: 8px;
    z-index: 6;
    width: 1px;
    border-top-left-radius: -7px;
    border-bottom-left-radius: 0px;
}

    .fixedTool ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        height: 100%;
        list-style: none;
        padding-left: 10px;
    }

    .fixedTool > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        height: 100%;
        list-style: none;
    }

        .fixedTool > ul > li {
            width: 100%;
            height: 100%;
            text-align: center;
            position: relative;
            border-bottom: 1px solid #fff;
        }

            .fixedTool > ul > li:first-child a {
                border-top-left-radius: 5px;
            }

            .fixedTool > ul > li:last-child a {
                border-radius: 48px;
            }

            .fixedTool > ul > li .popupphoneal {
                position: absolute;
                top: 20px;
                left: calc(100% + 55px);
                width: 249px;
                background-color: #da2028;
                border-radius: 5px;
                color: #fff;
                opacity: 0;
                visibility: hidden;
                pointer-events: none;
                -webkit-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

            .fixedTool > ul > li:hover .popupphoneal {
                top: 0;
                opacity: 1;
                visibility: initial;
                pointer-events: auto;
            }

            .fixedTool > ul > li .popupphoneal::before {
                content: '';
                position: absolute;
                height: 100%;
                background-color: transparent;
                left: 100%;
            }

            .fixedTool > ul > li .popupphoneal::after {
                content: '';
                width: 0;
                height: 0;
                position: absolute;
                top: 20px;
                right: 100%;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-right: 10px solid #da2028;
            }

    .fixedTool .popupphoneal li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding: 10px 2px;
        display: flex;
        align-items: center;
        align-content: center;
        text-align: left;
    }

        .fixedTool .popupphoneal li .t1 {
            width: 115px;
            font-size: 12px;
            line-height: 18px;
        }

        .fixedTool .popupphoneal li .t2 {
            width: 122px;
            font-size: 13px;
            line-height: 20px;
            padding-left: 10px;
        }

        .fixedTool .popupphoneal li a {
            color: #fff;
        }

            .fixedTool .popupphoneal li a i {
                margin-right: 5px;
            }

    .fixedTool > ul > li > a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        position: relative;
        width: 50px;
        height: 50px;
        background-color: #da2028;
        color: #fff;
        font-size: 11px;
        line-height: 14px;
        padding: 3px 5px 6px;
        text-transform: uppercase;
    }

        .fixedTool > ul > li > a::before {
            content: '';
            position: absolute;
            height: 100%;
            width: 1px;
            background-color: rgba(0,0,0,0.1);
            top: 0;
            bottom: 0;
            right: 0;
        }

    .fixedTool ul li:last-child a::before {
        background-color: transparent;
    }

    .fixedTool > ul > li > a i {
        font-size: 16px;
        line-height: 22px;
    }

    .fixedTool > ul > li > a .icon {
        text-align: center;
        display: block;
    }

    .fixedTool ul li.phoneContactAll a .icon {
        width: 100%;
        -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
        -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
        -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
        -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
        animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    }

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

.loginPopAll, .phonePopAll {
    padding: 0;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

    .phonePopAll .phoneInfoPop {
        max-width: 100%;
        width: 100%;
    }

        .phonePopAll .phoneInfoPop .titlePhone {
            background-color: #da2028;
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            padding-right: 50px;
        }

.titleFoPopup {
    padding: 15px 20px;
    text-align: center;
    background-color: #02abe9;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
}

.contentFopop {
    padding: 20px 20px 30px;
}

.loginPopAll .fancybox-close-small {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #fff;
    right: 12px;
    top: 13px;
    padding: 0;
    color: #fff;
}

.loginPopAll .fancybox-button svg {
    width: 90%;
}

.phonePopAll .fancybox-close-small {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #fff;
    right: 15px;
    top: 11px;
    padding: 0;
    color: #fff;
}

.phonePopAll .fancybox-button svg {
    width: 100%;
}

.contentFopop .formGrop {
    position: relative;
    margin-bottom: 10px;
}

    .contentFopop .formGrop .sta {
        position: absolute;
        color: #ea0000;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
    }

    .contentFopop .formGrop input, .contentFopop .formGrop select, .contentFopop .formGrop textarea {
        width: 100%;
        height: 42px;
        border: 1px solid rgba(0,0,0,0.1);
        padding: 0 50px 0 10px;
    }

    .contentFopop .formGrop textarea {
        height: 100px;
        padding: 10px;
    }

    .contentFopop .formGrop button {
        padding: 12px 20px;
        min-width: 170px;
        text-align: center;
        color: #fff;
        background-color: #1d83c6;
        border: none;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 25px;
    }

        .contentFopop .formGrop button:hover {
            background-color: #f68920;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

.phoneInfoPop {
    width: 350px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 5px;
}

    .phoneInfoPop .titlePhone {
        padding: 10px 20px;
        text-align: center;
        font-weight: 500;
    }

    .phoneInfoPop .contentPhone {
    }

    .phoneInfoPop .item {
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding: 15px 20px;
    }

        .phoneInfoPop .item:last-child {
            border-bottom: none;
        }

        .phoneInfoPop .item .txtPho {
            margin-bottom: 10px;
            font-size: 15px;
            line-height: 23px;
            font-weight: bold;
        }

            .phoneInfoPop .item .txtPho span {
                color: #da2028;
                text-transform: uppercase;
            }

    .phoneInfoPop .infoPho {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .phoneInfoPop .infoPho .phoneL a {
            color: #da2028;
            font-size: 18px;
            line-height: 27px;
            padding-left: 25px;
            position: relative;
            font-weight: bold;
        }

            .phoneInfoPop .infoPho .phoneL a .fa {
                position: absolute;
                left: 0;
                top: 70%;
                transform: translateY(-50%);
                font-size: 20px;
                line-height: 24px;
                color: #1f4286;
                font-weight: bold;
            }

        .phoneInfoPop .infoPho .phoneR ul {
            display: flex;
            align-items: center;
        }

            .phoneInfoPop .infoPho .phoneR ul li {
                margin-left: 5px;
            }

        .phoneInfoPop .infoPho .phoneR a {
            display: block;
        }

            .phoneInfoPop .infoPho .phoneR a:hover {
                transform: translateY(-3px);
            }

.published {
    background: url(/img/topmost-clock_w24.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    background-size: 16px;
}

p.title_other {
    padding: 0px;
    height: auto;
    font-weight: bold;
}

.comment {
    margin-top: 20px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

    .comment .title {
        margin-bottom: 25px;
    }

    .comment .title {
        width: 100%;
        float: left;
        height: 40px;
    }

    .comment .title {
        width: 100%;
        float: left;
        height: 40px;
    }

        .comment .title .content-title {
            width: 200px;
            float: left;
            color: #666;
            font-size: 18px;
            margin-top: 20px;
            margin-left: 20px;
            position: relative;
            font-weight: bold;
        }

    .comment .content-title {
        margin-left: 0 !important;
        margin-bottom: 20px !important;
    }

    .comment .title .content-title {
        width: 200px;
        float: left;
        color: #666;
        font-size: 18px;
        margin-top: 20px;
        margin-left: 20px;
        position: relative;
        font-weight: bold;
    }

.content-comment .form-inline input {
    padding-left: 10px;
    border-radius: 2px 2px 0 0;
    border: 1px solid #ddd;
    height: 35px;
    width: 280px;
}

.content-comment textarea {
    width: 100%;
    height: 90px;
    outline: none;
    padding: 1%;
    border-radius: 4px 4px 0 0;
    border: 1px solid #ddd;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    box-sizing: border-box;
    margin-top: 10px;
}

.comment .send {
    float: right;
    font-weight: bold;
}

#detail .get-comment {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    #detail .get-comment .comment-item h3 {
        color: #333335;
        font-size: 16px;
        font-weight: bold;
        display: inline;
    }

#detail .comment-item p {
    color: #333;
    padding: 0px 0;
}

#detail .comment-item span {
    color: #9e9b9b;
}

.button-viewadd {
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
}

    .button-viewadd button {
        cursor: pointer;
        background: #012f58;
        color: #fff;
        padding: 5px 14px;
        border-radius: 4px;
    }
/*  */
.author-single {
    /* font-family: Merriweather,serif; */
    color: #222;
}

.author-single-content .authors_list_item {
    margin-bottom: 0;
}

.author-single-content .social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.author-single-content .social_title {
    text-align: right;
    margin-bottom: 10px;
}

.flex-center-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.author-single-content.social_item:not(:last-child) {
    margin-right: 20px;
}

.author-single-content .social_item a {
    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;
    height: 40px;
}

    .author-single-content .social_item a svg {
        width: 1.2rem;
        height: 1.2rem;
    }

.author-single-content .social_item {
    display: inline-block;
    width: 40px;
    background: #f9f9f9;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

.footer_sp {
    padding: 0px 0px 7px 12px !important;
}

    .footer_sp a {
        color: rgba(255, 255, 255, 0.5);
    }
