a:hover {
    text-decoration: none !important;
    color: #124191;
}

input.error, textarea.error {
    border: 1px solid red !important;
}

div.wpcf7 .screen-reader-response {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 18px;
    color: #3c763d;
}

#header-top {
    background: rgb(0, 49, 49);
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
}

#top-logo .wrap-logo .logo-document {
    text-align: center;
    display: inline-block;
    float: left;
    padding-left: 8px;
    padding-top: 30px;
    transition: all 0.7s;
}

.fixedmenu #top-logo .wrap-logo .logo-document {
    padding-top: 29px;
    transition: all 0.7s;
}

#top-logo .wrap-logo .logo-document span {
    display: inline-block;
    color: #303030;
    font-size: 22px;
    font-weight: bold;
    float: left;
}

#top-logo .wrap-logo .logo-document strong {
    color: #3399FF;
}

.fixedmenu #top-logo .wrap-logo .logo-document span {
    float: left;
    font-size: 18px;
    transition: all 0.7s;
}

#top-logo .wrap-logo .logo-document img {
    width: 40px;
    display: inline-block;
    width: 35px;
    float: left;
    position: relative;
    top: -17px;
}

.fixedmenu #top-logo .wrap-logo .logo-document img {
    top: -14px;
}

#header-top ul {
    display: inline-block;
    margin: 0px !important;
}

#header-top ul li {
    display: inline-block;
    list-style: none;
    padding-right: 15px;
    color: #fff;
    font-size: 14px;
}

#header-top ul li a {
    color: #fff;
}

#header-top #socials {
    padding-left: 20px;
}

#header-top .form-search #open-form-search {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    opacity: 1;
    font-size: 1.14286em;
    width: 30px;
    height: 100%;
    text-align: center;
}

.form-search .form-control input {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    width: 100%;
    color: #fff;
}

.form-search {
    position: relative;
}

.form-search.show-form .form-control {
    margin-left: 8px;
    border-radius: 50px;
    width: 215px;
    background-color: rgba(255, 255, 255, .5);
}

.form-search #open-form-search:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 4px;
    right: 4px;
    font-size: 17px;
}

#header-top #form-search form.search-form {
    margin-bottom: 0;
}

.bx-wrapper .bx-pager {
    position: absolute;
    z-index: 1;
}

.fixedmenu #header-top .item {
    transition: all 0.7s;
    padding-top: 10px;
}

.fixedmenu #header-top {
    height: 40px;
    transition: all 0.7s;
}

iframe#cartoonVideo {
    height: 450px;
}


/* home icon*/

#home-icon {
    padding: 30px 0;
    background: #fff;
    text-align: center;
}

#home-icon .icon {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.icon:before {
    transition: 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.icon.icon-2:before {
    background: rgba(161, 65, 64, 0.7);
}

.icon-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}

#home-icon .icon img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
}

.icon:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.icon h3 {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700 !important;
    background: #000;
    padding: 5px;
    margin: 0px 0 !important;
    width: unset !important;
    display: inline-block;
}

.icon.icon-1 h3, .icon.icon-3 h3 {
    background: #be202c !important;
}

#home-icon h5 {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

/* end home icon*/

/**********************************************************************************/

/*module services */


.module-services .content h2 {
    color: #303030;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
}

.module-services .content h2:before {
    border-bottom: 5px solid #ddd;
}

.header-section {
    border: 1px solid #ddd;
    margin: 15px;
}

.module-services .item img {
    height: auto;
    width: 100%;
}

.img_teacher {
    text-align: center;
}

.img_teacher .teacher {
    color: rgb(0, 49, 49);
    font-weight: bold;
    margin-top: 10px;
}

.header-section .img_teacher img {
    margin-top: -15%;
    width: 89px;
}

.module-services .item {
    padding: 0px;
}

.module-services .item h3 a {
    color: #303030;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.module-services .description {
    border-bottom: 1px solid #ddd;
}

.meta_box {
    margin-top: 15px;
    margin-bottom: 15px;
}

.meta_box .meta-left {
    float: left;
    width: 63%;
}

.meta_box .meta-left ul li {
    list-style: none;
    float: left;
    display: flex;
    margin-right: 30px;
    margin-left: 15px;
}

.meta_box .meta-left img {
    margin-right: 10px;
}

.meta_box .meta-right {
    color: rgb(0, 49, 49);
    font-weight: bold;
}

.two-grid {
    display: none;
}


/*end module services*/

/*****************************************************************************/

/* module contact*/

.module-contact {
    background-image: url(/wp-content/uploads/2021/12/2.png);
    background-repeat: no-repeat, repeat;
    width: 100%;
    background-size: 100% !important;
}

.module-contact .contact-form .form-group .form-control {
    border: 1px solid #ddd;
    color: #444;
}

.module-contact {
    padding-bottom: 25px;
}

.contact-body {
    margin-top: 90%;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 7px #ddd;
    padding: 20px;
}

.form-title {
    text-align: center;
    margin-bottom: 30px;
}

.form-title h3 {
    color: rgb(6, 44, 93);
    font-weight: bold;
}

.module-contact .contact-form input.wpcf7-submit {
    background: #3399FF;
    border: 1px solid #ddd;
    padding: 10px 15px;
    color: #fff;
}

.module-contact .contact-form input.wpcf7-submit:hover {
    background: #1d8231;
    color: #fff;
    font-weight: 700;
}

/*end module contact*/

/*************************************************************************************/

.module-news .content {
    margin-left: 10px;
    border-bottom: 2px solid #ddd
}

.module-news .content h2 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 32px;
}

.module-news .content p {
    color: #ddd;
}

.module-news .box-title .post-title a {
    color: #303030;
    font-size: 18px;
    font-weight: bold;
    text-align: uppercase;
}

ul.section-content {
    padding: 0px;
}

.module-news ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    padding-top: 20px;
}

.time_adress .time {
    float: left;
    margin-right: 20px;
}

.box-title .description {
    display: inline-block;
    text-align: justify;
    margin-top: 15px;
}

.module-news .bottom-meta {
    text-align: center;
    display: block;
    margin-top: 35px;
}

.module-news .bottom-meta .top span.day {
    font-size: 70px;
    font-weight: bold;
    color: #3399FF
}

/*end module new*/

/***************************************************************************************************/

/* module danh gia*/

.mod-danhgia {
    position: relative;
    padding-bottom: 25px;
    padding-top: 25px;
}

.mod-danhgia .wrap-content:before {
    content: '';
    background-color: #0d4f8c;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.mod-danhgia .wrapp-title {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-bottom: 50px;
}

.mod-danhgia .wrapp-title .two-line {
    width: 43%;
    display: block;
    margin: 0 auto;
}

.mod-danhgia .wrapp-title .two-line .line {
    height: 1px;
    border-top: 1px solid #fff;
    display: block;
    padding-bottom: 2px;
}

.mod-danhgia .item .thumb img {
    width: 100px;
    border: 5px solid #fff;
    display: block;
    margin: 0 auto;
    transition: .3s;
    border-radius: 50%;
}

.mod-danhgia .item blockquote {
    padding: 0 12px;
}

.mod-danhgia .item .content, .mod-danhgia .item .quote p {
    color: #fff;
    font-size: 17px;
}

.mod-danhgia .item .content, .mod-danhgia .item .quote strong {
    color: yellow;
}

.mod-danhgia .item .content .name span {
    display: inline-block;
    height: 1px;
    width: 50px;
    border-top: 1px solid #fff;
    position: relative;
    top: -8px;
}

.mod-danhgia .item .content .wrapp-line {
    position: relative;
    z-index: 2;
    padding-top: 25px;
}

.mod-danhgia .item .content .wrapp-line .line {
    height: 1px;
    border-top: 3px solid #fff;
    display: inline-block;
    width: 25px;
    padding-left: 15px;
}

.mod-danhgia .item .content .name h3 {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    font-style: italic;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: repeat scroll 0 0 #fff;
    position: absolute;
    top: 35%;
    bottom: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    font-size: 25px;
    color: #FFF;
    z-index: 1;
    border-radius: 100%;
    text-align: center;
    border: none;
}

.owl-carousel .owl-item a {
    font-size: 16px;
    font-weight: normal;
}

.owl-carousel .owl-item a:hover {
    text-decoration: none;
    color: rgb(0, 49, 49);
}

.owl-carousel .owl-nav button.owl-next {
    right: -45px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -45px;
}

.mod-danhgia {
    background: url("../images/bn3.png") center repeat;
}

.owl-nav .owl-prev span, .owl-nav .owl-next span {
    font-size: 22px;
    position: relative;
    top: -3px;
    color: #07dc32;
    font-weight: 700;
}

/*end module danh gia*/

/*******************************************************************************************************************************************/

/*modun_gallery_images*/
ul {
    padding: 0px;
}

.modun_gallery_images .content h2 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 32px;
}

.modun_gallery_images .content p {
    color: #ddd;
    font-weight: bold;
}

/*.modun_gallery_images .bottom {float: right;width: 53%;border-bottom: 2px solid #ddd;margin-top: -1%;}*/
/*.modun_gallery_images .top_gallery ul {padding: 0px;display: inline-block;}

.modun_gallery_images .bottom_gallery li {list-style: none;margin-bottom: 5px;}

.modun_gallery_images .col-md-6 img {margin-right: 5px;}
*/
/*.modun_gallery_images .top_gallery{margin-bottom: 5px;}*/
/*.modun_gallery_images .top_gallery  ul li {
  list-style: none;float: left; margin-right: 5px;width: 24%;
}
.modun_gallery_images .top_gallery  ul li img {width: 100%;height: auto;}

.modun_gallery_images .bottom_gallery ul li {list-style: none;margin-bottom: 5px;}*/

/*end modun_gallery_images*/

/************************************************************************************************

/* module tuvan*/

.mod-tuvan {
    background-image: url(../images/bn2.png);
}

.mod-tuvan .wrapp-title-modun {
    background-color: #30303099;
    padding: 30px;
    margin: 25px 25px;
}

.mod-tuvan .form-group .wpcf7-form-control-wrap input {
    background-color: #30303099
}

.mod-tuvan .wrapp-title-modun {
    color: #fff;
}

.mod-tuvan .form_content {
    color: #fff;
    font-size: 18px;
}

.mod-tuvan .form_content span {
    border-bottom: 5px solid #3399FF;
    margin-right: 20px;
}

.mod-tuvan .form_content strong {
    font-size: 30px;
}

.mod-tuvan input.wpcf7-form-control.wpcf7-submit {
    background: #3399FF;
    padding: 5px;
}

/* end module tuvan*/

/*************************************************************************************/

/* module interior*/

.mod-banner-interior {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    box-shadow: 0 0 12px rgba(0, 0, 0, .7) inset
}

.mod-banner-interior .wrap-content {
    padding-top: 85px;
    padding-bottom: 85px;
}

.mod-banner-interior .page-title {
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.mod-banner-interior .wrap-content:before {
    background-color: #1579BD;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.mod-custom-html {
    padding-top: 25px;
    padding-bottom: 25px;
}

.mod-custom-html .content p {
    line-height: 26px;
    font-size: 15px;
}

/* end module interior*/

/******************************************************************************/

/* Category */

#category, #single {
    margin-bottom: 30px;
    margin-top: 30px;
}

#category .thumbnail img, #single .thumbnail img {
    width: 100%;
}

/*#category .wrap-content {
    padding-left: 25px;
}*/

#category .wrap-content h2 a, #single .wrap-content h2 a {
    color: #444;
    line-height: 26px;
}

#category .wrap-content h2, #single .wrap-content h2 {
    font-size: 22px;
    margin-top: 0;
}

#category .wrap-content h2 a:hover, #single .wrap-content h2 a:hover {
    text-decoration: none;
    color: #124191;
}

#category .wrap-content .meta ul li,
#single .wrap-content .meta ul li {
    list-style: none;
    display: inline;
    border-right: 1px solid rgb(0, 49, 49);
    padding-right: 5px;
    margin-right: 10px;
    font-size: 14px;
    font-style: italic;
}

#category .wrap-content .meta ul li:last-child,
#single .wrap-content .meta ul li:last-child {
    border-right: none;
}

#category .wrap-content .meta ul li .fa,
#single .wrap-content .meta ul li .fa {
    color: #999;
    padding-right: 5px;
    font-size: 16px;
}

#category .wrap-content .meta ul li a:hover,
#single .wrap-content .meta ul li a:hover {
    text-decoration: none;
    color: rgb(0, 49, 49);
}


#category .wrap-content .excerpt {
    margin-top: 15px;
}

#category .paging-navigation {
    text-align: center;
}

#category .paging-navigation li a {
    border: 1px solid rgb(0, 49, 49);
}

#category .paging-navigation li a:hover {
    background: rgb(0, 49, 49);
    color: #fff;
}

#category .paging-navigation li.active a {
    background: rgb(0, 49, 49);
    color: #fff;
}

#category .meta ul {
    padding-left: 0;
}

#category .excerpt p {
    font-size: 15px;
    line-height: 24px;
}

#category .entry-item {
    border-bottom: 2px solid #07dc32;
    margin-bottom: 20px;
    /*display: flex;*/
}

#category .entry-item:last-child, #single .entry-item:last-child {
    border-bottom: 0;
}

.wrap-sale {
    color: red;
    font-weight: bold;
    font-size: 20px;
}

/* End Category */

/***************************************************************************/

/* header menu */
#header-menu ul li {
    list-style: none;
    display: inline-block;
}

#header-menu #nav {
    position: relative;
    display: table;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}

#top-logo img {
    width: 80px;
    float: left;
}

#main-menu {
    margin: 0;
}

#header-menu #nav > li a {
    text-transform: uppercase;
    color: #000;
    font-style: normal;
    font-size: 15px;
    font-weight: 500;
    opacity: 1;
    padding: 0px 15px !important;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}

#header-menu #nav .sub-menu li a {
    font-weight: 500;
    font-size: 14px;
    color: #444;
}

#header-menu #nav .sub-menu li:hover {
    background-color: rgba(198, 217, 198, 1);
}

#header-menu #nav .sub-menu li:hover a {
    color: #07dc32;
    text-decoration: none;
}

#header-menu #nav > li {
    position: relative;
    vertical-align: middle;
}

#header-menu #nav > li:first-child {
    padding-left: 0;
}

#header-menu {
    background-color: #fff;
    opacity: 1;
}

#header {
    z-index: 12;
    width: 100%;
}


/*end header menu*/

/*************************************************************************************/

/*#home-banner {padding-top: 140px;}*/
#home-banner .bx-wrapper {
    border: 0;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

#home-banner .bxslider .banner-info {
    border: 10px solid #fff;
    padding: 5px 55px 50px;
    background: darkblue;
    color: #fff;
    font-size: 1.375em;
    text-shadow: none;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 10%;
    right: 0;
    opacity: 0.9;
}

#home-banner .bxslider .banner-info h1, #home-banner .bxslider .banner-info h2 {
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
    font-family: Antenna;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -1px;
}

#home-banner .bxslider .banner-info hr {
    margin: 10px 0;
    border: 0;
    border-top: 5px solid #eee;
}

#home-banner .bxslider .banner-info .btn {
    border: 4px solid #fff;
    padding: 11px 55px 14px 55px;
    line-height: 1em;
    font-size: 1.13636em;
    text-align: center;
    color: #fff;
    margin-top: 25px;
    font-family: "Geogrotesque W01 Medium";
    min-width: 235px;
}


.bx-wrapper .bx-controls-direction a {
    z-index: 1;
}

#sliderbottom {
    height: 171px;
    background: url(../images/radius-banner.png) center no-repeat;
    background-size: cover;
    z-index: 2;
    left: 0;
    width: 100%;
    position: relative;
    margin-top: -184px;
}

/***************************************************************************/

/*module new*/
.module-news {
    padding-top: 30px;
    padding-bottom: 50px;
}

.module-news img {
    width: 100%;
    height: 220px;
}

.wrapp-title {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.wrapp-title h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 32px;
    padding-top: 0;
    margin-top: 0;
}

.module-news .item {
    border-left: 1px dotted #ccc;
    position: relative;
    z-index: 1;
    border-bottom-width: 80%;
}

.module-news .item .col-inner {
    margin-left: 25px;
    margin-bottom: 30px;
    margin-right: 25px;
}

.module-news .item .post-title a {
    font-size: 16px;
    font-weight: 600;
}

.module-news .item .readmore {
    background-color: #07dc32;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    position: absolute;
    right: 40px;
    bottom: -15px;
    z-index: 1;
}

.module-news .item .readmore:hover {
    background-color: #1d8231;
}

.module-news .item .bottom-meta {
    position: absolute;
    left: -25px;
    top: 0;
    width: 50px;
}

.module-news .item .bottom-meta .top {
    background-color: #07dc32;
    color: #fff;
    text-align: center;
    padding-bottom: 5px;
}

.module-news .item .bottom-meta .top span {
    display: block;
    font-size: 12px;
}

.module-news .item .bottom-meta .top span.day {
    font-size: 22px;
    font-weight: 700;
}

.module-news .item .bottom-meta .bottom {
    background-color: #1d8231;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.module-news .line-bottom {
    border-bottom: 1px dotted #ccc;
    height: 1px;
    width: 70%;
    position: absolute;
    left: 0;
}

.next {
    margin-bottom: 20px;
    margin-top: 10px
}

.next a {
    background-color: rgb(0, 49, 49);
    color: #fff;
    padding: 10px;
    font-weight: bold;
    box-shadow: 2px 2px 7px rgb(0, 49, 49);
    font-size: 17px;
}

/*end module new*/

/*************************************************************************************/

/* module content-single*/

#single .wrap-content .meta strong {
    color: rgb(0, 49, 49)
}

#single .wrap-content .meta span.button_contact {
    background: #ff6600;
    padding: 10px;
}

#single .wrap-content .meta span.button_contact a {
    color: #fff;
    font-weight: bold;
}


.hrm-breadcrums {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    margin-top: 15px;
}

.hrm-breadcrums #crumbs a {
    margin-bottom: 5px;
}

.text-left-meta {
    float: left;
}

.text-right-meta {
    float: right;
    margin-top: 3%;
}

.related_post ul li img {
    width: 100%;
    height: 100%
}

.related_post ul li {
    list-style: none;
    float: left;
    width: 24%;
    margin: 5px;
    border: 1px solid #ddd;
}

.related_post .meta_box .meta-left ul li {
    list-style: none;
    float: left;
    display: flex;
    margin-right: 20px;
    margin-left: 13px;
    border: 0px solid #ddd;
}

.related_post .item-list {
    margin: 5px;
}

.related_post h3 {
    background-color: rgb(0, 49, 49);
    color: #fff;
    margin-left: 45px;
    padding: 10px;
    display: inline-block;
    border-bottom: 5px solid #ff6600;
}

/*end module content-single*/

/*************************************************************************************/

/* module widgets*/

.right-sidebar .widget {
    border-bottom-color: rgb(0, 49, 49);
    background: #FFF;
    box-shadow: 0 0 3px rgb(0, 49, 49);
    padding: 10px;
    clear: both;
    margin-bottom: 15px;
}

.right-sidebar .widget img {
    width: 275px;
}

.hrm-recent-post {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 10px;
}

.hrm-recent-post .hrm-thumb {
    float: left;
    margin-right: 10px;
    max-width: 80px;
    height: auto;
}

.hrm-recent-post .hrm-text .meta-price {
    margin-top: 15px;
}

.hrm-recent-post .hrm-text .meta-price strong {
    color: rgb(0, 49, 49);
    border: 1px solid;
    padding: 5px;
}

.hrm-recent-post .hrm-title {
    padding-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
    display: block;
    font-weight: bold;
    color: #303030;
}

.hrm-recent-post .hrm-thumb img {
    width: 80px;
    height: 80px;
}

/* end module widgets*/

/*************************************************************************************/

/* modun footer*/
img.logo_footer {
    width: 100px;
}

#footer-top .item-info ul {
    margin-top: 20px;
}

#footer-top .item-info ul li {
    list-style: none;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
}

#footer-top .item-info span {
    margin-bottom: 10px;
    font-size: 14px;
}

.widget_footer h3.widget-title {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

.widget_footer .textwidget ul {
    padding: 0px;
}

.widget_footer .textwidget ul li {
    list-style: none;
    margin: 0 0 10px 0;
    margin-left: 0px;
}

.widget_footer .textwidget a {
    color: #fff;
}
.footer-social a {
    background: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #000;
    margin-right: 10px;
    margin-top: 10px;
}

#copyright {
    background: #ddd;
}

#copyright p {
    padding-top: 10px;
}

/* end modun footer*/

/******************************************************************************************/


#header-menu #top-logo .wrap-logo .site-logo .logo-document span.mobile-line {
    display: none;
}

.ro-hamburger {
    background: transparent;
    border: 0 none;
    cursor: pointer;
    height: 14px;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 25px;
    right: 15px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    width: 22px;
    z-index: 999;
}

.ro-hamburger.active {
    top: -30px;
    right: 10px;
}

.ro-hamburger:before, .ro-hamburger:after, .ro-hamburger span {
    background: #000;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.ro-hamburger:before, .ro-hamburger:after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    width: 100%;
}

.ro-hamburger span {
    height: 2px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 200%;
    top: 50%;
    width: 100%;
}

.ro-hamburger:before {
    -webkit-transform: translate3d(0px, -7px, 0px);
    -moz-transform: translate3d(0px, -7px, 0px);
    -ms-transform: translate3d(0px, -7px, 0px);
    -o-transform: translate3d(0px, -7px, 0px);
}

.ro-hamburger:after {
    -webkit-transform: translate3d(0px, 7px, 0px);
    -moz-transform: translate3d(0px, 7px, 0px);
    -ms-transform: translate3d(0px, 7px, 0px);
    -o-transform: translate3d(0px, 7px, 0px);
}

.active.ro-hamburger span {
    opacity: 0;
}

.active.ro-hamburger:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
}

.active.ro-hamburger:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
}

@media (max-width: 1024px) {
    #header-menu #nav {
        padding-left: 0;
    }

    #top-logo .wrap-logo .logo-document {
        padding-top: 33px;
    }

    #header-menu #nav > li {
        padding-left: 10px;
    }

    #top-logo .wrap-logo .logo-document span {
        font-size: 18px;
        transition: all 350ms ease-out;
    }

    #header-menu .dat-lich .content-item a.btn-1 {
        display: none;
    }

    #header-menu .dat-lich .content-item a.btn-2 {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    #header-menu #nav > li a {
        font-size: 15px;
        transition: all 350ms ease-out;
    }

    .wrap-sale {
        display: block;
        position: relative;
        margin-bottom: 15px;
    }

    .fixedmenu #top-logo .wrap-logo .logo-document span {
        font-size: 18px;
    }

    .fixedmenu #top-logo .wrap-logo .logo-document {
        padding-top: 24px;
    }

    .fixedmenu #top-logo img {
        padding-top: 15px;
    }

    .fixedmenu #header-menu .dat-lich .content-item {
        padding-top: 17px;
        transition: all 350ms ease-out;
    }

    .module-services .item .header-section .h-title {
        bottom: -1px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .module-news .section-content {
        padding-left: 30px;
    }

    .meta_box .meta-left ul li {
        margin-left: 0px;
        margin-right: 35px;
    }

}

@media (min-width: 992px) {
    #header-menu #nav > li > a {
        padding: 48px 0;
    }
}

@media (max-width: 991px) {
    #header-menu #nav > li a {
        font-size: 14px;
    }

    .form-group {
        text-align: center;
    }

    .module-news .item .col-inner {
        margin-left: 0px;
        margin-right: 0px;
    }

    .module-news .item {
        border: 0px;
    }

    .module-news .line-bottom {
        border: 0px;
    }

    .module-news .item .bottom-meta {
        left: 15px;
    }

    .module-news img {
        width: 100%;
        height: 180px;
    }

    #home-icon .icon {
        width: 32.5%;
        float: left;
        margin-right: 2px;
        margin-left: 2px;
    }


}

@media (max-width: 812px) {
    .contact-body {
        margin-top: 80%;
    }

    .meta_box .meta-left ul li {
        margin-left: 10px;
    }

    .top_gallery .col-md-3.col-xs-12.col-sm-6 {
        float: left;
        width: 50%;
    }

    .top_gallery img {
        vertical-align: middle;
        width: 100%;
        margin-bottom: 10px;
    }

    .bottom_gallery img {
        vertical-align: middle;
        width: 100%;
        margin-bottom: 10px;
    }

    .bottom_gallery .right img {
        vertical-align: middle;
        width: 100%;
    }
}

@media (min-width: 768px) {

    .mod-tuvan .left-content {
        padding-right: 15px;
    }

    #category .content-wrap, #single .content-wrap {
        padding-right: 35px;
    }

    .mod-tuvan .left-content p {
        margin-left: 25px;
    }

    #footer-top .item-about .row {
        margin-left: 0;
        margin-right: 0;
    }

    #footer-top .item-services .row {
        margin-left: 0;
    }

    #footer-top .item-info .row {
        margin-right: 0;
    }

    #header.fixedmenu {
        transition: all 350ms ease-out;
        -webkit-transition: opacity 0.24s ease-in-out;
        -moz-transition: opacity 0.24s ease-in-out;
        transition: opacity 0.24s ease-in-out;
    }

    #header.fixedmenu #top-logo img {
        width: 40px;
        transition: all 0.7s;
    }

    #header.fixedmenu #top-logo .logo-document img {
        width: 30px;
        transition: all 0.7s;
    }

    #header.fixedmenu #header-menu #nav > li > a {
        transition: all 350ms ease-out;
        padding: 20px 0;
        font-size: 14px;
    }

    #header.fixedmenu #header-menu #nav .sub-menu li a {
        transition: all 350ms ease-out;
        font-size: 13px;
    }

    #category .content-wrap, #single .content-wrap {
        padding-right: 35px;
    }

    #footer .footer-services {
        padding-right: 15px;
    }

    #footer .footer-address {
        padding-right: 15px;
    }

    #main-menu {
        padding: 0;
    }

    #header-menu #nav {
        position: relative;
        display: table;
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        margin: 0;
    }

    #header-menu #nav > li > a {
        transition: all 350ms ease-out;
        padding: 30px 0;
        position: static;
        display: table-cell;
        vertical-align: middle;
    }

    #header-menu #nav > li:hover > ul.sub-menu {
        display: block;
        animation: fadeInUp .3s both;
    }

    #header-menu #nav > li > a:hover {
        transition: all .3s;
        text-decoration: none;
    }

    #header-menu #nav > li > ul.sub-menu > li:first-child {
        border-top: 2px solid #07dc32;
    }

    #header-menu #nav > li > a:after, #header-menu #nav > li.active > a:after {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        display: block;
        margin-right: auto;
        margin-left: auto;
        content: " ";
        height: 0;
        width: 0;
        border-top: 2px solid #07dc32;
    }

    #header-menu #nav > li > a:hover:after, #header-menu #nav > li.active > a:after {
        width: 100%;
    }

    #header-menu #nav > li > ul.sub-menu {
        background-color: rgba(198, 217, 198, 1);
        position: absolute;
        top: 100%;
        left: -100%;
        z-index: 998;
        width: 300px;
        display: none;
        list-style: none;
        max-width: none !important;
        margin-left: 0 !important;
        text-align: left;
        margin-left: 0;
        padding-left: 0;
    }

    #header-menu .sub-menu > li {
        border-bottom: 1px solid #fff;
        transition: opacity 0.24s ease-in-out;
        padding: 10px 30px;
        width: 100%;
    }

    #header-menu #main-menu #nav .sub-menu > li.active > a {
        color: #07dc32;
    }
}

@media (max-width: 768px) {
    .wrapp-title {
        padding: 0px;
    }

    .wrapp-title h2 {
        font-size: 22px;
        margin: 0px;
    }

    .form-group {
        text-align: center;
    }

    .mod-tuvan .wrapp-title h2 {
        margin-bottom: 15px;
    }

    .module-news img {
        width: 100%;
        height: auto;
    }

    #header.fixedmenu #header-top {
        transition: all 350ms ease-out;
        padding: 0 0;
    }

    #header.fixedmenu {
        top: 0%;
        transition: all 350ms ease-out;
        -webkit-transition: opacity 0.24s ease-in-out;
        -moz-transition: opacity 0.24s ease-in-out;
        transition: opacity 0.24s ease-in-out;
    }

    #header.fixedmenu #top-logo img {
        width: 200px;
    }

    .visible-xs {
        display: block !important;
    }

    #header-menu #nav {
        display: none;
    }

    #top-logo img {
        width: 100%;
    }

    #header-menu #nav {
        -webkit-transition: right .3s;
        -moz-transition: right .3s;
        -ms-transition: right .3s;
        -o-transition: right .3s;
        font-weight: 400;
        font-family: 'aqua', sans-serif;
        font-size: 14px;
        position: fixed;
        list-style: none;
        height: 100vh;
        top: 0;
        right: 0;
        width: 100%;
        padding: 0 15px;
        z-index: 998;
        overflow: auto;
        background-color: #EEEEEE;
    }

    #header-menu #nav .tb_logo_mbmenu img {
        width: 85%;
    }

    #header-menu #nav .tb_logo_mbmenu {
        border-bottom: 2px solid #07dc32;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #header-menu #nav > li {
        padding-bottom: 10px;
        display: block;
    }

    #header-menu #nav li:hover > a {
        text-decoration: none;
        color: #07dc32;
    }

    #header-menu #nav .sub-menu {
        transition: all 350ms ease-out;
        padding-top: 10px;
        display: none;
    }

    #header-menu #nav .has-submenu:hover .sub-menu {
        transition: all 350ms ease-out;
        display: block;
        position: relative;
        left: 0;
        z-index: 1;
    }

    #header-menu #nav > li > ul.sub-menu > li:first-child {
        border-top: 0;
    }

    #header-menu #nav .sub-menu > li {
        display: block;
        border-bottom: 1px solid #07dc32;
    }

    #header-menu #nav .sub-menu > li > a {
        font-size: 16px;
    }

    #category .wrap-content h2 a, #single .wrap-content h2 a {
        font-size: 18px;
        font-weight: 700;
    }

    #category .entry-item {
        padding: 0 15px;
    }

    #category .wrap-content {
        padding-left: 10px;
    }

    #header-menu #top-logo {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .fixedmenu #header-menu #top-logo {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #header-menu #top-logo .wrap-logo .site-logo img {
        width: 60px;
        padding-left: 15px;
        padding-top: 0px;
    }

    #header-menu #top-logo .wrap-logo .site-logo .logo-document {
        padding-top: 12px;
    }

    #header-menu #nav > li > a {
        padding: 5px 0;
    }

    #header.fixedmenu #header-menu #nav > li > a {
        padding: 5px 0;
    }

    #header-menu #nav > li > a.site-logo {
        padding: 0;
        padding-top: 65px;
    }

    #header.fixedmenu #header-menu #nav > li > a.site-logo {
        padding: 0;
        padding-top: 48px;
    }

    #main-menu #nav .tb_logo_mbmenu img {
        width: 50px;
    }

    #header.fixedmenu #main-menu #nav .tb_logo_mbmenu img {
        width: 45px;
    }

    #main-menu #nav {
        padding-top: 0;
    }

    #footer-top .wrapper-content {
        display: block;
        border-bottom: none;
    }

    .mod-tuvan .content .row {
        margin: 0;
    }

    .mod-danhgia .row {
        margin: 0;
    }

    .mod-danhgia .content {
        padding-left: 25px;
        padding-right: 25px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -28px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -28px;
    }

    #footer-top .wrapper-content .row {
        margin: 0;
    }

    #sliderbottom {
        display: none;
    }

    .mod-custom-html .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mod-banner-interior .wrap-content .page-title {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 22px;
    }

    #category .entry-item {
        padding-bottom: 15px;
    }

    .form-search.show-form .form-control {
        width: 150px;
    }

    #header-top #socials {
        padding-left: 2px;
    }

    .form-search.show-form .form-control {
        margin-left: 0;
    }

    #header-top ul.phone {
        padding-left: 5px;
        margin-left: 0;
    }

    #header-top ul li {
        font-size: 15px;
    }

    #header-menu #top-logo .wrap-logo .site-logo .logo-document span,
    #header-menu #top-logo .wrap-logo .site-logo .logo-document span.mobile-line {
        display: block;
        font-size: 14px;
    }

    #home-banner .bxslider .banner-info {
        display: none;
    }

    .section-title h2 {
        font-size: 22px;
        margin-left: 15px;
        font-weight: 600;
    }

    .module-news .item .col-inner {
        margin-left: 0px;
        margin-right: 0px;
    }

    .module-news .item .bottom-meta {
        left: 15px;
    }

    .module-news .item {
        border: none;
        margin-bottom: 30px;
    }

    .module-news .line-bottom {
        border: none;
    }

    .section-title .readmore-link .link {
        font-size: 16px;
    }

    .section-title .readmore-link {
        margin-right: 15px;
    }

    .section-title {
        display: block;
    }

    #home-icon .icon {
        width: 32%;
        float: left;
        margin-right: 4px;
        margin-left: 3px;
    }

    .contact-body {
        margin-top: 80%;
    }

    .meta_box .meta-left ul li {
        margin-left: 10px;
    }


}

@media (max-width: 767px) {
    .contact-body {
        margin-top: 40%;
    }

    .meta_box .meta-left ul li {
        margin-left: 7px;
    }

    .top_gallery .col-md-3.col-xs-12.col-sm-6 {
        float: left;
        width: 50%;
    }

    .top_gallery img {
        vertical-align: middle;
        width: 100%;
        margin-bottom: 10px;
    }

    .bottom_gallery img {
        vertical-align: middle;
        width: 100%;
        margin-bottom: 10px;
    }


}

@media (max-width: 500px) {


    .form-search.show-form .form-control {
        width: 160px;
        margin-top: 13px;
        margin-right: 10px;
    }

    .form-search #open-form-search {
        top: 12px;
        right: 10px;
    }


    .top_gallery img {
        vertical-align: middle;
        width: 100%;
    }

    .top_gallery .col-md-3.col-xs-12.col-sm-6 {
        width: 100% !important;
    }

    .bottom_gallery img {
        vertical-align: middle;
        width: 100%;
    }

    #home-icon .icon {
        width: 100% !important
    }

    .mod-tuvan .form_content {
        color: #fff;
        font-size: 15px;
    }

    .mod-tuvan .form_content strong {
        font-size: 15px;
    }

    .contact-body {
        margin-top: 77%;
    }

    img.logo_footer {
        margin-left: 0px;
    }

    .widget_footer h3.widget-title {
        font-size: 14px;
    }

    body {
        margin-left: 0px;
        margin-right: 0px;
    }
}


/**footer**/
div#footer {
    width: 100%;
    display: inline-block;
    padding: 40px 0;
    background: #000;
}
.icon.icon-1 h3, .icon.icon-3 h3 {
    background: #003131 !important;
}

.contact-form.col-md-6.col-sm-6.col-xs-12 {
 margin-left: -280	
}