img {
    max-width: 100%;
    height: auto;
}
body {
    padding-top: 60px;
    font-family: 'Roboto', sans-serif;
}
body.modal-open .mm-page {
    z-index: 9999;
}
#logo {
    width: 71px;
    height: 50px;
    background: url(../images/logo_thuduchouse.png) center no-repeat;
    background-size: 100% 100%;
}
#logo>a {
    display: block;
    width: 100%;
    height: 100%;
}
a[href^="tel"] {
    color: inherit; /* Inherit text color of parent element. */
    text-decoration: none; /* Remove underline. */
    /* Additional css `propery: value;` pairs here */
}
.breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 15px;
    color: #999;
    font-size: 14px;
}
.breadcrumb>span {
    margin: 0 7px;
    color: #333;
}
.breadcrumb>span:first-of-type {
    margin-left: 0;
}
#menu-toggle {
    display: none;
}
#menu-toggle .material-icons {
    color: #3c8b82;
    font-size: 30px;
    line-height: 38px;
}
#masthead .navbar {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
    height: 60px;
}
.menu-main-menu-container {
    width: 100%;
}
#menu-main-menu,
#masthead .navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: right;
    height: 60px;
}
#menu-main-menu .menu-item {
    float: left;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
#menu-main-menu .menu-item a,
#masthead .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #488A95;
    height: 100%;
    display: flex;
    align-items: center;
}
#menu-main-menu .menu-item.current-menu-item>a,
#masthead .navbar-nav .active>.nav-link {
    color: #E8903D;
}
#menu-main-menu .menu-item a:hover,
#masthead .navbar-nav .nav-link:hover {
    color: #E8903D;
    text-decoration: none;
}
#menu-main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 15px 0;
    background: #3c8b82;
    color: #fff;
    list-style: none;
}
#menu-main-menu .menu-item:hover .sub-menu {
    display: block;
} 
#menu-main-menu .sub-menu>li {
    width: 100%;
}
#menu-main-menu .sub-menu>li>a {
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #58100a;
    display: block;
    width: 100%;
}
#menu-main-menu .sub-menu>li:last-of-type a {
    border-bottom: 0;
}


/*  
====================================================================================================================================
    SECTION 
====================================================================================================================================
*/

.section {
    padding: 60px 0;
}
.section.gray {
    background: #f7f7f7;
}
.section.green {
    background: #3c8b82;
    color: #fff;
}
.section.green .header .head-fancy,
.section.green .header .head-fancy span {
    color: #fff;
}
.section .header {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0 35px 0;
    position: relative;
    z-index: 1;
}
.section .header .head-fancy {
    line-height: normal;
    font-weight: 700;
    position: relative;
    padding: 0 0 23px 0;
    font-family: 'Merriweather', serif;
    font-size: 30px;
    color: #000;
}
.section .header .head-fancy span {
    font-weight: 300;
    color: #999;
}
.section .header .head-fancy:before {
    position: absolute;
    left: 50%;
    bottom: 7px;
    height: 2px;
    background: #3c8b82;
    content: "";
    display: inline-block;
    width: 95px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section .header .head-fancy:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    background: #E8903D;
    content: "";
    display: inline-block;
    width: 95px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 40px;
}
.section.green .header .head-fancy:before {
    background: #3c8b82;
}
.single_image_border {
    width: 100%;
    position: relative;
    border: 2px solid #3c8b82;
    margin-top: 30px;
}
.single_image_border>img {
    position: relative;
    top: -30px;
    right: -30px;
    height: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: top;
}
.section .section_text {
    max-width: 900px;
    margin: 0 auto;
}
.section .section_text p {
    font-size: 14px;
    line-height: 24px;
}
.section .section_text ul>li {
    font-size: 14px;
    padding: 5px 0;
}
.section .section_text figure {
    margin: 0 auto;
    max-width: 100%;
}
.section .section_text figure>img {
    max-width: 100%;
}
.section .section_text figure>figcaption {
    display: block;
    margin: 5px 0;
    font-size: 14px;
    color: #777;
    text-align: center;
}
.number_overview {
    margin: 0;
    padding: 0;
    /* -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 0 20px 0 rgba(0,0,0,.1); */
    box-shadow: none;
    display: flex;
    justify-content: center;
}
.number_overview>li {
    list-style: none;
    text-align: center;
    float: left;
    padding: 30px 50px;
}
.number_overview>li>i,
.number_overview>li>span {
    display: block;
}
.number_overview>li>i {
    color: #488A95;
    font-size: 45px;
}
.number_overview>li>.number {
    font-weight: bold;
    font-size: 20px;
    margin: 5px 0 3px 0;
}
.number_overview>li>.label {
    font-weight: normal;
    font-size: 14px;
    color: #777;
}
.btn_wrap {
    text-align: center;
    margin: 30px 0 20px;
}
.btn_wrap .btn {
    border-radius: 40px 40px 40px 40px;
    padding: 10px 40px 10px 40px;
    font-size: 14px;
    line-height: 24px;
    background: rgba(42,140,151,1);
    background: -moz-linear-gradient(-45deg, rgba(42,140,151,1) 0%, rgba(232,144,61,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(42,140,151,1)), color-stop(100%, rgba(232,144,61,1)));
    background: -webkit-linear-gradient(-45deg, rgba(42,140,151,1) 0%, rgba(232,144,61,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(42,140,151,1) 0%, rgba(232,144,61,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(42,140,151,1) 0%, rgba(232,144,61,1) 100%);
    background: linear-gradient(135deg, rgba(42,140,151,1) 0%, rgba(232,144,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8903d', endColorstr='#3c8b82', GradientType=1 );
    border: 0;
    color: #fff;
}
.btn_wrap .btn:hover {
    background: rgba(232,144,61,1);
    background: -moz-linear-gradient(-45deg, rgba(232,144,61,1) 0%, rgba(42,140,151,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(232,144,61,1)), color-stop(100%, rgba(42,140,151,1)));
    background: -webkit-linear-gradient(-45deg, rgba(232,144,61,1) 0%, rgba(42,140,151,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(232,144,61,1) 0%, rgba(42,140,151,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(232,144,61,1) 0%, rgba(42,140,151,1) 100%);
    background: linear-gradient(135deg, rgba(232,144,61,1) 0%, rgba(42,140,151,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c8b82', endColorstr='#e8903d', GradientType=1 );
}
.btn_wrap .btn>.material-icons {
    float: right;
    margin-left: 5px;
}

/*  
====================================================================================================================================
    SECTION SLIDER 
====================================================================================================================================
*/

.section#section_slider {
    width: 100%;
    height: 600px;
    padding: 0;
}

#section_slider .swiper-container {
    width: 100%;
    height: 100%;
}
#section_slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#section_slider .swiper-slide img {
    object-fit: cover;
    display: flex;
    width: 100%;
    height: 100%;
}


/*  
====================================================================================================================================
    SECTION TIN TUC 
====================================================================================================================================
*/

#section_tintuc .article_item {
    margin-bottom: 30px;
}
#section_tintuc .article_item .thumb {
    width: 100%;
    height: 200px;
    margin: 0;
    background: #eee;
}
#section_tintuc .article_item .thumb>a {
    display: block;
    width: 100%;
    height: 100%;
}
#section_tintuc .article_item .thumb img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#section_tintuc .article_item .title>a {
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    display: inline-block;
    color: #3c8b82;
    margin: 10px 0 0;
}
#section_tintuc .article_item .title>a:hover {
    color: #E8903D;
    text-decoration: none;
}
#section_tintuc .article_item .date {
    font-size: 12px;
    color: #999;
    margin: 5px 0;
}
#section_tintuc .article_item .summary {
    font-size: 13px;
    color: #777;
}


/*  
====================================================================================================================================
    SINGLE
====================================================================================================================================
*/

body.single {
    padding-top: 100px;
}
body.single article figure {
    margin: 20px auto;
    text-align: center;
    max-width: 100%;
}
body.single article figure img {
    height: auto;
    max-width: 100%;
}
body.single article figure figcaption {
    font-size: 13px;
    color: #777;
    display: block;
    margin: 5px 0;
}
body.single article .entry-header {
    margin-bottom: 15px;
}
body.single article .entry-header .entry-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}
.post-navigation {
    margin-bottom: 30px;
}


/*  
====================================================================================================================================
    PAGE
====================================================================================================================================
*/

body.page {
    padding-top: 100px;
    /* background: #f1f1f1; */
}
.page .entry-content {
    margin-bottom: 50px;
}
.page article {
    /* background: #fff;
    padding: 30px; */
    border-radius: 5px;
    margin-bottom: 30px;
}
.page article img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
}
.page .entry-header {
    position: relative;
    padding: 0 0 15px 0;
    margin-bottom: 30px;
    text-align: center;
}
.page .entry-header .entry-title {
    font-family: 'Merriweather', serif;
    font-size: 40px;
}
.page .entry-header:before {
    position: absolute;
    left: 50%;
    bottom: 7px;
    height: 2px;
    background: #3c8b82;
    content: "";
    display: inline-block;
    width: 95px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.page .entry-header:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    background: #E8903D;
    content: "";
    display: inline-block;
    width: 95px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 40px;
}
.page article ul>li {
    padding: 5px 0;
}


/*  
====================================================================================================================================
    SECTION GALLERY
====================================================================================================================================
*/

#section_gallery .gallery_item {
    width: 100%;
    height: 270px;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}
#section_gallery .gallery_item .click_modal {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#section_gallery .gallery_item .click_mobile {
    display: none;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#section_gallery .gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#section_gallery .gallery_item .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: -webkit-linear-gradient(top,rgba(200, 143, 77, 0),rgb(39, 16, 2));
    background: -moz-linear-gradient(top,rgba(200, 143, 77, 0),rgb(39, 16, 2));
    background: -o-linear-gradient(top,rgba(200, 143, 77, 0),rgb(39, 16, 2));
    background: -ms-linear-gradient(top,rgba(200, 143, 77, 0),rgb(39, 16, 2));
    color: #fff;
    width: 100%;
    padding: 50px 20px 10px;
    font-size: 35px;
    font-weight: bold;
    line-height: 38px;
    transition: all 0.2s ease-out;
}
#section_gallery .gallery_item:hover .overlay-box {
    padding: 70px 20px 20px;
}
.modal_gallery_slider {
    width: 100%;
    height: 100%;
    padding: 0 !important;
}
.modal_gallery_slider .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: 100%;
}
.modal_gallery_slider .modal-dialog .modal-content,
.modal_gallery_slider .modal-dialog .modal-content .modal-body,
.modal_gallery_slider .modal-dialog .modal-content .modal-body .swiper_gallery_item {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.modal_gallery_slider .modal-dialog .modal-content .modal-body .swiper_gallery_item .swiper-slide {
    display: flex;
    align-items: center;
}
.modal_gallery_slider .modal-dialog .modal-content .modal-body .swiper_gallery_item img {
    display: block;
    max-height: 100%;
    margin: 0 auto;
    opacity: 0;
}
.modal_gallery_slider .modal-dialog .modal-content .modal-body .swiper_gallery_item img.swiper-lazy-loaded {
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.modal_gallery_slider .modal-dialog .modal-content .modal-body {
    padding: 10px;
}
.modal_gallery_slider .close {
    position: absolute;
    z-index: 999;
    right: 20px;
    top: 10px;
    font-size: 40px;
}


/*  
====================================================================================================================================
    SECTION LIEN HE
====================================================================================================================================
*/

#section_lienhe h3 {
    font-size: 18px;
    font-weight: bold;
}
#section_lienhe p {
    font-size: 13px;
}

/*  
====================================================================================================================================
    FOOTER
====================================================================================================================================
*/

.site-footer {
    border-top: 1px solid #ddd;
    font-size: 12px;
    padding-top: 20px;
    text-align: center;
}