/*
Theme Name: VinaWebsite.VN
Description: Templates develop by vinahost.vn
Author: VINAHOST.VN
Template: flatsome
Support: website@vinahost.vn
Version: 1.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/

* {
    margin: 0;
    padding: 0;
}

/*@font-face {
font-family: Helvetica;
src: url(fonts/helveticaneuelight.ttf);
}*/
body {
    font-weight: 300;
    font-size: 0.875rem;
    background: #fff;
    position: relative;
    color: #fff !important;
    overflow: hidden;
}

body iframe {
    width: 100%;
}

#wrapper,
#main {
    color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul>li>a {
    font-weight: normal !important;
}

.bloginfo,
.blogdescription {
    display: none;
}

/*Begin: css dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¹ng chung*/

a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/*End: css dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¹ng chung*/

/*Begin: css phÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§n header*/

/*Begin: css header-phone*/

.header-phone {
    font-size: 1.625rem;
    float: right;
    margin-top: 3.5rem;
}

.header-phone a {
    color: #357638;
}

.header-phone .icon {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.125rem;
    text-align: center;
    border: 2px solid #357638;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*End: css header-phone*/

/*Begin: css menu*/

#wide-nav {
    @media (min-width: 992px) {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.header-bottom .flex-row.container {
    /* padding: 0; */
    background: rgba(142, 197, 64, 1);
    background: -moz-linear-gradient(top, rgba(142, 197, 64, 1) 0%, rgba(74, 132, 58, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(142, 197, 64, 1)), color-stop(100%, rgba(74, 132, 58, 1)));
    background: -webkit-linear-gradient(top, rgba(142, 197, 64, 1) 0%, rgba(74, 132, 58, 1) 100%);
    background: -o-linear-gradient(top, rgba(142, 197, 64, 1) 0%, rgba(74, 132, 58, 1) 100%);
    background: -ms-linear-gradient(top, rgba(142, 197, 64, 1) 0%, rgba(74, 132, 58, 1) 100%);
    background: linear-gradient(to bottom, rgba(142, 197, 64, 1) 0%, rgba(74, 132, 58, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ec540', endColorstr='#4a843a', GradientType=0);
}

.header-bottom .header-bottom-nav>li {
    margin-left: 0 !important;
    position: relative;
    margin: 0;
}

.header-bottom .header-bottom-nav>li>a {
    font-size: 0.6875rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 1rem;
    color: #fff;
    height: 2.75rem;
    line-height: 2.75rem;
    position: relative;
}

.header-bottom .header-bottom-nav>li>a:before {
    content: ' ';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.25rem;
    width: 1px;
    height: 0.5rem;
    background: #fff;
}

.header-bottom .header-bottom-nav>li:not(:hover)>a:before {
    opacity: 1;
}

.header-bottom-nav .searchform input[type='search'] {
    border: 1px solid #fff;
    padding: 0 .3em;
    /*height: auto;*/
    background-color: transparent;
    color: #fff;
    box-shadow: none;
}

.header-bottom-nav .searchform input[type='search']::placeholder {
    color: #fff;
}

.header-bottom-nav .searchform button[type='submit'] {
    background: #fff;
    color: #357638;
    margin-left: -1px;
}

.header-social {
    padding: 0 0.5rem;
}

.header-social a {
    display: inline-block;
    font-size: 1.125rem;
    color: #fff;
    height: 2.75rem;
    line-height: 2.75rem;
    padding: 0 0.5rem;
}

.header-social a:hover {
    color: #fff;
}

.header-bottom .header-bottom-nav.nav-left>li:hover {
    background-color: #fff;
}

.header-bottom .header-bottom-nav.nav-left>li:hover a {
    color: #357638;
}

.header-bottom .header-bottom-nav>li.current-menu-item:first-child {
    background-color: transparent;
}

.header-bottom .header-bottom-nav>li.current-menu-item:first-child a {
    color: #fff;
}

.header-bottom .header-bottom-nav>li.current-menu-item:hover:first-child {
    background-color: #fff;
}

.header-bottom .header-bottom-nav>li.current-menu-item:hover:first-child a {
    color: #357638;
}

.header-bottom .header-bottom-nav>li.current-menu-item {
    background-color: #fff;
}

.header-bottom .header-bottom-nav>li.current-menu-item a {
    color: #357638;
}

/*.header-bottom .header-bottom-nav.nav-left > li:hover .header-bottom .header-bottom-nav > li > a:before {
		display: none;
	}*/
#header #wide-nav .header-nav.nav-left>li {
    position: relative;
}

#header #wide-nav .header-nav.nav-left>li>a>i {
    display: none;
}

#header #wide-nav .header-nav.nav-left>li ul {
    left: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    border: none;
    min-width: 200px;
    padding: 0;
    transform: translateY(30px);
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, transform;
    display: block;
}

#header #wide-nav .header-nav.nav-left>li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);

}

#header #wide-nav .header-nav.nav-left>li ul>li {
    font-size: 14px;
    position: relative;
}

#header #wide-nav .header-nav.nav-left>li ul>li:hover>a {
    background-color: #357638;
    color: #fff;
}

#header #wide-nav .header-nav.nav-left>li ul>li>a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #f8f7f3;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.1s linear 0s;
    -moz-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    transition: color 0.1s linear 0s;
    color: #357638;
    margin: 0;
    font-weight: 500;

}

.nav-dropdown-has-arrow li.has-dropdown:before {
    border-bottom-color: transparent;
}

.nav-dropdown-has-arrow li.has-dropdown:after {
    border-bottom-color: transparent;
}

/*End: css menu*/

/*End: css phÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§n header*/

/*Begin: css trang chÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â§*/

/*Begin: css slider*/

.row-slider .col-slider .slider .flickity-prev-next-button {
    opacity: 1;
}

.row-slider .col-slider .slider:hover .flickity-prev-next-button {
    opacity: 1;
    -ms-transform: none !important;
    transform: none !important;
}

/*End: css slider*/

/*Begin: css ÃƒÆ’Ã¢â‚¬Å¾ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“i tÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡c*/

/*.row-dt .col-dt .section-title-container .section-title.section-title-center {
	    color: #357638;
	    font-size: 27px;
	}*/
.section-title-container .section-title.section-title-center b {
    background-color: transparent;
}

/*End: css ÃƒÆ’Ã¢â‚¬Å¾ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“i tÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡c*/

/*Begin: css dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡n nÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢i bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â­t*/

/*.section-title-main {
	    font-size: 17px;
	    color: #357638;
	    font-weight: bold;
	}*/
/*.section-title-main:after {
	    content: '';
	    display: block;
	    width: 237px;
	    height: 26px;
	    margin: 0 auto;
	    background: url(images/titlebg.png) center center no-repeat;
	    background-size: contain;
	}*/
.section-title-main {
    padding: 0 12px;
    position: relative;
    background-color: #357638;
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.section-title-main:before {
    content: '';
    position: absolute;
    top: 100%;
    /* left: 10px; */
    left: calc((100% - 7px) / 2);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #357638 transparent transparent transparent;
}

/*End: css dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡n nÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢i bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â­t*/

/*Begin: css tin tÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â©c*/

.title-box-pro-home {
    overflow: hidden;
    margin-bottom: 5px;
    border-bottom: solid 2px #333;
    height: 36px;
}

.title-box-pro-home .h-title {
    float: left;
    background: #357638;
    color: #fff;
    font-size: 1.5em;
    line-height: 34px;
    padding: 0 15px;
    position: relative;
    padding-right: 8px;
}

.title-box-pro-home .h-title:after {
    content: '';
    display: block;
    position: absolute;
    border: solid 34px transparent;
    border-left-color: #357638;
    right: -68px;
    top: 0;
}

.post-item a.plain {
    color: inherit;
}

/*End: css tin tÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â©c*/

/*Begin: css dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡n mÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Âºi*/

.tabbed-content .tab a {
    color: #000;
    padding: 15px 15px;
}

li.tab.has-icon.active a {
    color: #357638;
}

/*End: css dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡n mÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Âºi*/

/*End: css trang chÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â§*/

/*Begin: css dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¹ng chung*/

.page-heading {
    /* border-bottom: 2px solid #357638; */
    /* margin-bottom: 1rem; */
}

.page-heading .page-title {
    border-bottom: 2px solid #357638;
    color: #357638;
    /* font-size: 1.25rem; */
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.wpcf7-form input.wpcf7-submit:hover {
    background: #fff;
    color: #357638;
    border: 1px solid #357638;
    box-shadow: none;
}

/*End: css dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¹ng chung*/

/*Begin: css trang danh mÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¥c tin tÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â©c*/

.row-cat-tt {
    /*margin-left: -7px !important;*/
}

.row-cat-tt .col-cat-tt .post-item {
    /* border-bottom: 1px dashed #357638; */
    /* padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem; */
}

.row-cat-tt .col-cat-tt .post-item .box-vertical .box-image .image-cover a:before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.row-cat-tt .col-cat-tt .post-item .box-vertical .box-image .image-cover a:hover:before {
    visibility: visible;
    opacity: 1;
}

.row-cat-tt .col-cat-tt .post-item .box-vertical .box-image .image-cover a img {
    width: 100%;
    ;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.row-cat-tt .col-cat-tt .post-item .box-vertical .box-image .image-cover a:hover img {
    transform: scale(1.2);
}

.row-cat-tt .col-cat-tt h5.post-title {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.row-cat-tt .col-cat-tt h5.post-title a {
    color: #357638;
}

.row-cat-tt .col-cat-tt h5.post-title a:hover {
    color: #000;
}

.row-cat-tt .col-cat-tt .box-vertical .box-text-inner {
    margin-top: -60px;
}

.row-cat-tt .col-cat-tt .box-vertical .box-text-inner p.from_the_blog_excerpt {
    margin-bottom: 0.5rem;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #373a3c;
}

.row-cat-tt .col-cat-tt .box-vertical .box-text-inner .view-more {
    text-align: right;
}

.row-cat-tt .col-cat-tt .box-vertical .box-text-inner .view-more a {
    display: inline-block;
    color: #357638;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.5;
}

.row-cat-tt .col-cat-tt .box-vertical .box-text-inner .view-more a:hover {
    color: #357638;
    text-decoration: underline;
}

.row-cat-tt .large-10.col-cat-tt {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

/*End: css trang danh mÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¥c tin tÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â©c*/

/*Begin: css trang danh mÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¥c dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡n*/

.row-duan .title {
    padding: 0;
    position: relative;
    margin-bottom: 10px;
}

.title {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 5%;
    z-index: 1;
    position: relative;
}

.row-duan .title h2 {
    text-align: left;
    font-size: 30px;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.2;
    color: #357638;
    text-transform: uppercase;
    margin-bottom: 0;
}

.row-duan .title h2:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #357638;
    width: 100%;
    top: 80%;
    margin-left: 15px;
}

.row-duan .title p {
    position: absolute;
    right: 0;
    top: 0;
}

p.text-right a {
    color: #000;
}

.category .col.post-item h5.post-title {
    height: 42px;
    color: #000000;
    line-height: 21px;
}

.giab {
    position: absolute;
    bottom: 20px;
    left: 10px;
    background: #fff;
    border-bottom: 2px solid #357638;
    padding: 5px 10px;
    color: #000;
    font-weight: 700;
    right: 10px;
}

/*End: css trang danh mÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¥c dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡n*/

/*Begin: css chi tiÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¿t bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â i viÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¿t dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡n*/

.content-w>.col-inner {
    padding: 15px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 0;
    height: 100%;
}

.single .entry-header .entry-title {
    margin-bottom: 0;
    color: #357638;
    font-size: 24pt;
    line-height: 32px;
    font-weight: 400;
}

.single .entry-header .entry-header-text {
    padding-bottom: 15px;
}

.customtab.tabbed-content .nav-vertical {
    width: 16.66666667%;
}

.customtab.tabbed-content .nav-vertical li {
    margin-bottom: 2px;
}

.customtab.tabbed-content .nav-vertical li.active a,
.customtab.tabbed-content .nav-vertical li:hover a {
    background-color: #357638;
    color: #fff;
}

.customtab.tabbed-content .nav-vertical li a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
    padding: 10px 10px;
    background: #efefef;
    text-decoration: none;
    line-height: 1.42857143;
    font-weight: 500;
    font-size: 13px;
}

.separate {
    height: 1px;
    width: 100%;
}

.single .entry-content {
    padding: 0;
}

.customtab.tabbed-content .nav-vertical+.tab-panels {
    border-left: none;
}

.single .blog-share {
    margin: 8px 0;
}

/*Begin: css sidebar*/

.post-sidebar .widget .widget-title {
    text-align: center;
    padding: 4px 0;
    margin-bottom: 10px;
    display: block;
    background-color: #357638;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    border-radius: 2px;
}

.post-sidebar .widget .is-divider {
    display: none;
}

.sidebar-wrapper .widget .widget-title {
    text-align: center;
    padding: 4px 0;
    margin-bottom: 10px;
    display: block;
    background-color: #357638;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    border-radius: 2px;
}

.sidebar-wrapper .widget .is-divider {
    display: none;
}

/*End: css sidebar*/

/*Begin: css video*/

.widget .epyt-gallery iframe {
    height: 170px;
}

.widget .epyt-gallery .epyt-gallery-list {
    margin: 0;
    height: 135px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.widget .epyt-gallery .epyt-pagination {
    display: none;
}

.widget .epyt-gallery .epyt-gallery-allthumbs .epyt-gallery-thumb {
    width: 100%;
    padding: 5px 0;
}

.widget .epyt-gallery .epyt-gallery-allthumbs .epyt-gallery-thumb .epyt-gallery-img {
    display: none;
}

.widget .epyt-gallery .epyt-gallery-allthumbs .epyt-gallery-thumb .epyt-gallery-title {
    text-align: left;
    text-decoration: none;
    display: block;
    padding: 0;
    padding-left: 12px;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    color: #5e5e5e;
    background: url(images/a3.gif) 0 3px no-repeat;
}

.widget .epyt-gallery .epyt-gallery-allthumbs .epyt-gallery-thumb .epyt-gallery-title:hover {
    color: #357638;
    font-weight: 700;
}

.epyt-gallery-list::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.epyt-gallery-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #357638;
}

.epyt-gallery-list::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 10px;
}

/*End: css video*/

.single .blog-share a {
    margin-bottom: 0;
    height: 30px;
    width: 30px;
    min-width: 30px !important;
    min-height: 30px !important;
    border-radius: 4px !important;
}

.single .blog-share .social-icons {
    vertical-align: top;
}

.single .blog-share .social-icons .zalo-share-button {
    vertical-align: bottom;
    margin-right: 0.12em;
}

.widget .viewall {
    text-align: right;
}

.widget .viewall a:before {
    content: "\f152";
    font-family: FontAwesome;
    padding-right: 5px;
}

.row-video {
    margin-top: 30px;
}

/*End: css chi tiÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¿t bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â i viÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¿t dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡n*/

/*Begin: css phÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§n footer*/
#footer {
    padding-top: 0;

    @media (min-width: 992px) {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#footer .footer-1 {
    border-top: none;
}

#footer .footer-1 .row {
    background-color: #357638;
    padding-top: 30px;
}

#footer .footer-2 {
    padding-top: 0;
    border-top: none;
    background-size: cover;
    background-repeat: no-repeat;
}

#footer .footer-2 .widget .widget-title {
    padding: 0 12px;
    position: relative;
    /* background-color: #357638; */
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

#footer .footer-2 .widget .widget-title:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #357638 transparent transparent transparent;
}

#footer .footer-2 .widget.widget_text p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px !important;
}

#footer .footer-2 .widget .is-divider {
    display: none;
}

#footer .footer-2 .widget.widget_text ul.thongke {
    margin-top: 10px;
}

#footer .footer-2 .widget.widget_text ul.thongke li {
    display: block;
    width: 50%;
    float: left;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

#footer .footer-2 .widget.widget_text ul.thongke li img {
    vertical-align: baseline;
}

#footer .footer-2 .widget form {
    margin-bottom: 0;
}

#footer .footer-2 .widget form input {
    box-shadow: none;
    border: none;
}

#footer .absolute-footer {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 0;
}

#footer .absolute-footer .footer-primary {
    padding: 0;
}

#footer .absolute-footer .footer-primary ul.footer-nav {
    opacity: 1;
    margin: 0;
    padding: 0;
    border: none;
}

.footer-secondary {
    padding: 0;
}

.absolute-footer ul {
    border-bottom: none;
}

/*End: css phÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§n footer*/

/*Begin: css trang chi tiÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¿t bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â i viÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¿t*/

.mobile-nav {
    display: none;
}

.nav-project {
    position: fixed;
    z-index: 99;
    top: 280px;
    right: 1rem;
    margin-top: -12rem;
    background: #ccc;
    width: 80px;
}

.active-fixed2 {
    display: none;
}

/*#footer{
    z-index: 999999999999999999;
}*/
.nav-project .nav-item {
    margin-top: 1px !important;
    margin-left: 0px;
    width: 100%;
}

.nav-project .nav-link {
    background: #ccc;
    color: #000;
    display: block;
    padding: 0.5rem 0.375rem;
    font-size: 0.65em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-project .icon,
.nav-project .name {
    display: block;
}

.nav-project .icon .fa {
    font-size: 1.25rem;
}

.nav-project .icon,
.nav-project .name {
    display: block;
}

.nav-project .nav-link:hover,
.nav-project .nav-link:focus {
    background: #357638;
    color: #fff;
}

.nav-project li.active .nav-link,
.nav-project li.active:hover .nav-link,
.nav-project li.active:focus .nav-link {
    background: #357638;
    color: #fff;
}

h2.title-content {
    text-align: center;
    font-size: 30px;
    color: #357638;
    font-weight: 700;
    text-transform: uppercase;
}

/*h2.title-content:after {
    content: '';
    display: block;
    width: 237px;
    height: 26px;
    margin: 0 auto;
    background: url(images/title-section.png) center center no-repeat;
    background-size: contain;
}*/
.nav-tabs {
    text-align: center;
    position: relative;
    border: 0;
    margin-bottom: 1.5rem;
}

.nav-tabs .nav-item {
    float: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-bottom: 0.5rem;
}

.nav-tabs .nav-link {
    font-size: 1.5rem;
    font-weight: 700 !important;
    text-transform: uppercase;
    background: #357638;
    line-height: 1.25;
    color: #fff;
    border: 1px solid #357638;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0.25rem 1rem;
}

.nav-tabs .nav-link:hover {
    background: transparent;
    color: #357638;
}

.nav-tabs .nav-link:before {
    content: ' ';
    position: absolute;
    top: 100%;
    /* left: 50%; */
    left: calc((100% - 10px) / 2);
    width: 10px;
    height: 10px;
    margin-top: -17px;
    background: #357638;
    border-left: 2px solid #357638;
    border-bottom: 2px solid #357638;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*.nav-tabs .nav-link:hover:before {
	background: transparent;
	border-bottom: none;
}*/
h3.section-title.section-title-bold span.section-title-main {
    font-weight: bold;
}

.project-program {
    width: 1920px;
    margin-left: -405px;
    /* padding: 2rem 0; */
    position: relative;
}

.project-program:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 0;
}

/*End: css trang chi tiÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¿t bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â i viÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¿t*/
.nav-vertical>li>ul li a {
    color: #fff !important;
}

/*css nÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âºt gÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Âi ngay*/
.coccoc-alo-phone.coccoc-alo-show {
    visibility: visible;
}

.coccoc-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 150px;
    height: 150px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    right: 0;
    bottom: 40px;
}

.coccoc-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #bfebfc 9;
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #357638;
    opacity: .5;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color: rgb(53, 118, 56);
    opacity: .75 !important;
}

.coccoc-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 30px;
    left: 30px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: #357638;
}

.coccoc-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 50px;
    left: 50px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(images/phone.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) 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(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}


#header-phone_2 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    padding: 0.25rem;
    position: fixed;
    z-index: 1001;
    right: 0;
    bottom: 0;
    background: #357638;
    border-radius: 0.5rem 0 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
}

#header-phone_2 a {
    color: #fff;
}

#header-phone_2 .icon {
    border: 2px solid #fff;
}

/* The Modal (background) */
.modal {
    display: block;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-footer:after {
    clear: both
}

.modal {
    overflow: hidden
}

.modal-content {
    -webkit-background-clip: padding-box
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal.fade .modal-dialog {
    transform: translate(0px, 0px);
    -webkit-transition: transform 0.4s ease-out 0s;
    -moz-transition: transform 0.4s ease-out 0s;
    transition: transform 0.4s ease-out 0s;
}

.modal .close {
    position: absolute;
    z-index: 10;
    right: -0.75rem;
    top: -0.75rem;
    padding: 0 0.375rem 0.25rem;
    font-size: 1.375rem;
    line-height: 1;
    float: none;
    text-align: center;
    background: #222;
    color: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    opacity: 1;
    margin-right: 0;
    min-height: auto;
    margin-bottom: 0;
}

.modal-body {
    padding: 2rem 2rem 0;
}

#modal-map .modal-body {
    padding: 1rem;
}

#modal-map .modal-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#modal-popup .modal-dialog {
    margin-top: 17%;
}

/*Begin: css form ký gửi nhà đất*/

.post-content {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
    font-size: 14px;
    line-height: 1.8;
}

.post-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold !important;
}

.post-content p,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
    margin-bottom: 15px;
}

.post-content p,
.post-content a,
.post-content span,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
    color: #fff;
}

.post-content p {
    line-height: 26px;
    font-size: 16px;
}

.wpcf7-form-control-wrap {
    position: static;
}

input[type="radio"] {
    width: 20px;
    height: 20px;
}

/*.post-content input {
    background-color: #fff;
}*/
.wpcf7-form input {
    margin-bottom: 10px !important;
}

.post-content label {
    margin-bottom: 0;
    position: relative;
}

.sb-input:placeholder-shown {
    opacity: 1;
    color: #999;
}

label.add::before {
    content: '\f041';
}

.sb-label::before {
    color: #999;
}

label::before {
    position: absolute;
    left: 20px;
    font: 14px/40px'FontAwesome';
    color: #fff;
}

.post-content input.sb-input {
    height: 40px;
    padding: 0;
    padding-left: 43px;
    font-weight: 400;
    font-size: 14px;
}

.sb-input {
    color: #999;
    border: 1px solid rgba(153, 153, 153, .3) !important;
}

label.bed::before {
    content: '\f236';
}

label.bath::before {
    content: '\f2cd';
}

label.area::before {
    content: '\f047';
}

label.price::before {
    content: '\f0d6';
}

.post-content h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold !important;
}

label.name::before {
    content: '\f007';
}

label.mail::before {
    content: '\f0e0';
}

label.phone::before {
    content: '\f095';
}

label.submit::before {
    content: '\f1d8';
    color: #fff;
    left: 95px;
    z-index: 10;
}

input[type='submit'].sb-submit {
    width: 145px;
    padding: 0 43px;
    line-height: 40px;
    font-size: initial;
    font-weight: 500;
    text-align: center;
}

input[type='submit'].sb-submit:hover {
    background: #357638;
    color: #fff;
    border: 1px solid #357638;
    box-shadow: none;
}

/*End: css form ký gửi nhà đất*/
@media (min-width: 544px) {
    #modal-popup .modal-dialog {
        width: 400px;
    }
}

#modal-popup .modal-content {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

#modal-popup .modal-content .overlay_2 {
    background-color: rgba(0, 0, 0, 0.15);
}

#modal-popup .modal-content .modal-body {
    padding: 1.5rem 2rem 1px 2rem;
}

#modal-popup .modal-content .form {
    margin-bottom: 1.5rem;
}

#modal-popup .modal-content .title {
    text-align: center;
    font-size: 1.125rem;
    padding: 0;
    color: #fff;
    font-weight: 700 !important;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

#modal-popup .modal-content .form-group {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
}

#modal-popup .modal-content .form-control {
    height: 24px;
    font-size: 0.75rem;
    padding: 0 0.5rem;
}

#modal-popup .modal-content .btn {
    font-size: 0.8125rem;
}

.form-label {
    margin-bottom: 0.375rem;
    font-size: 0.8125rem;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}

.form-sm input {
    font-size: 0.8125rem;
}

.heading-title {
    text-align: left;
    font-size: 17px;
    font-weight: bold !important;
    color: #357638;
    margin-bottom: 1rem;
    margin-top: 2rem;
    text-transform: uppercase;
    position: relative;
}

.heading-title:before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    width: 100%;
    border-top: 1px solid #C9D4D5;
    border-bottom: 1px solid #fff;
}

.heading-title span {
    padding-left: 0;
    background: #fff;
}

.heading-title span {
    padding-right: 1.5rem;
    position: relative;
    z-index: 1;
}

.slider-nav-light .flickity-prev-next-button svg,
.slider-nav-light .flickity-prev-next-button .arrow {
    background: rgb(53, 118, 56);
}

.slider-nav-circle .flickity-prev-next-button svg,
.slider-nav-circle .flickity-prev-next-button .arrow {
    border: none;
}

.gallery-item img {
    /* min-height: 200px; */
}

.gallery-item {
    padding: 0 8px 18px;
}

.row-header-menu-moblie {
    display: none;
}

/*.tabbed-content {
	margin-top: -2rem;
}*/
.col-dam>.col-inner {
    margin-top: -2rem;
}

/*Link hidden*/
.hidden-link {
    display: none;
}

.current_url {
    display: none;
}

.section-form .section-title-main {
    font-style: normal;
    background-color: transparent;
    padding: 0;
    font-size: inherit;
}

.section-form .section-title-main:before {
    display: none;
}

@media (min-width:34em) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-sm {
        width: 300px
    }
}

.col-dam,
.col-dam .post-item {
    padding-bottom: 0 !important;
}


@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .off-canvas-left .mfp-content {
        background-color: #357638;
    }

    .mobile-sidebar .nav-sidebar>li>a {
        color: #fff;
    }

    /*.wrap-nav-project {
		position: relative;
		top: -177px;
		left: -9px;
	}*/
    .desktop-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .nav-project .nav {
        text-align: center;
    }

    .nav-project {
        position: absolute;
        left: 13px;
        top: 62px;
        width: 93.6%;
        margin-top: 0;
        margin-bottom: 0.75rem;
        text-align: center;
    }

    .nav-project .nav-item {
        display: block;
        float: left;
        width: 12.5%;
        margin-top: 0px !important;
    }

    .nav-project .nav-link {
        padding: 0.75rem 0.5rem;
    }

    .nav-project .name {
        display: none;
    }

    .wrap-nav-project.fixed .nav-project {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    #header-phone_2 {
        display: block;
    }

    .coccoc-alo-phone {
        display: none;
    }

    .project-program {
        width: auto;
        margin-left: 0;
    }

    .frnhan {
        position: relative;
        z-index: 1;
    }

    .frnhan h3 {
        color: #fff;
        font-weight: bold !important;
    }

    .row-danb>.col-danb {
        padding: 13px !important;
    }

    .row-danb>.col-danb .flickity-prev-next-button.previous {
        left: 3%;
    }

    #logo img {
        max-height: 50px !important;
    }

    .row-slider>.col-slider {
        padding: 13px !important;
        margin-top: -26px;
    }

    .slider-wrapper .flickity-prev-next-button {
        display: block;
    }

    /*.row-slider .flickity-prev-next-button svg {
		border: 2px solid currentColor !important;
	}*/
    .row-header-menu-moblie {
        display: block;
    }

    .row-header-menu-moblie>.col-header-menu-moblie {
        padding: 13px !important;
    }

    .show-for-medium .icon-menu {
        opacity: 0;
    }

    .show-for-medium-moblie .icon-menu {
        font-size: 1.5rem;
        color: #fff;
        padding: 0 0.75rem;
    }

    .row-cat-tt .col-cat-tt {
        margin-top: 30px;
    }

    .gallery-item {
        /* padding: 0 15px 15px; */
    }

    label.submit::before {
        left: 130px;
    }

    .post-content {
        max-width: 100%;
    }

    .pb-0 {
        padding-bottom: 0;
    }

    article {
        margin-bottom: 0 !important;
    }
}

strong {
    font-weight: bold !important;
}

@media (max-width:375px) {
    .nav-project {
        width: 93.1%;
    }

    label.submit::before {
        left: 110px;
    }
}

@media (max-width:320px) {
    label.submit::before {
        left: 87px;
    }
}

@media (min-width: 48em) {
    .frnhan {
        padding-left: calc(26.66666667% + 30px);
        width: 1350px;
        position: relative;
        z-index: 1;
    }

    .frnhan h3 {
        color: #fff;
        font-weight: bold !important;
    }


}

@media (min-width: 768px) and (max-width: 1024px) {

    .frnhan {
        padding-left: 0;
        width: auto;
        position: relative;
        z-index: 1;
    }

    label.submit::before {
        left: 307px;
    }

}

@media (min-width: 1024px) {
    .frnhan {
        padding-left: calc(26.66666667% + 30px);
        width: 1350px;
        position: relative;
        z-index: 1;
    }


}

/* fix 2/6/2021 */
:root {
    --green: #357638;
    --red: #a21c20;
    --white: #fff;
    --black: #000;
    --yellow: yellow;
}

.frm_wrap {
    background-color: var(--green);
    padding: 20px 15px;
}

.frm_wrap .frm_title {
    text-align: center;
    color: var(--white);
    /*text-transform: capitalize;*/
    margin: 0 0 20px;
    line-height: 1.5;
}

.frm_wrap .frm_title .title_icon {
    text-transform: uppercase;
    font-size: 22px;
    margin: 0 0 5px;
    font-weight: 700;
}

.frm_wrap .frm_title .title_icon i {
    color: var(--yellow);
}

.frm_wrap .frm_content {
    background-color: var(--white);
    padding: 20px 15px 15px;
}

.frm_wrap .frm_content .frm_group .title_group {
    font-size: 15px;
    margin: 0 0 5px;
}

.frm_wrap .frm_content .frm_group .frm_input input,
.frm_wrap .frm_content .frm_group .frm_input select {
    border-radius: 5px;
    box-shadow: none;
    font-size: 15px;
    min-height: 38px;
    height: 38px;
    line-height: 36px;
    margin: 0 0 15px !important;
}

.frm_wrap .frm_content .frm_group .frm_input input[type="submit"] {
    border-radius: 0;
    border: none;
    letter-spacing: 0;
    margin: 0 !important;
    padding: 0 25px;
    background-color: var(--green);
}

.frm_wrap .frm_content .frm_group .frm_input input[type="submit"]:hover {
    background-color: var(--red);
    color: var(--white);
}

/* fix 14/6/2021 */
#header #wide-nav .header-nav.nav-left>li ul {
    max-height: 65vh;
    overflow-x: unset;
    overflow-y: scroll;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    #header #wide-nav .header-nav.nav-left>li ul {
        max-height: 65vh;
    }
}

@media (max-width: 549px) {
    .grecaptcha-badge {
        display: none;
    }

    body #header-phone_2 {
        left: 5px;
        right: unset;
        padding-right: 10px;
        border-top-right-radius: 0.5rem;
    }

    body #uhchatmobile {
        right: 5px;
        left: unset;
    }
}

body p.section-title.section-title-center {}

body p.section-title.section-title-center span {
    text-align: unset;
    text-transform: unset;
}

/* fix 28/6/2021 */
body {
    overflow-x: hidden !important;
}

body div[class*="col-lg"] {
    padding: 0 15px 30px;
}

body figure {
    width: 100% !important;
}

body figure img {
    width: 100%;
}

/* fix 19/11/2021 */
.sec_frmpopup form {
    margin: 0;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.social-ring i.fa-zalo {
    font-size: 13px;
    font-family: inherit;
}

.social-ring .call-icon {
    margin-bottom: 20px;
}

.social-ring .call-icon i.fa {
    background: rgb(103, 182, 52);
    color: #fff;
}

.social-ring .zalo {
    margin-bottom: 20px;
}

.social-ring .mes {
    margin-bottom: 20px;
}

.social-ring .mes i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 22px;
    text-align: center;
    position: relative;
    z-index: 999;
    display: inline-block;
}

.social-ring .mes i img {
    max-width: 22px;
    vertical-align: unset;
    position: relative;
    top: 2px;
}

.social-ring .mes .alo-circle-fill {
    background-color: rgba(11, 75, 99, 0.5);
}

.social-ring .mes .alo-circle {
    border-color: #365899;
}

.social-ring .call-icon .alo-circle-fill {
    background-color: rgba(20, 164, 11, 0.5);
}

.social-ring .call-icon .alo-circle {
    border-color: #109316;
}

.social-ring .mes:hover>span {
    background-color: #365899;
}

.social-ring .zalo:hover>span {
    background-color: #43a1f3;
}

.social-ring a.zalo span:before {
    border-color: transparent rgb(5, 144, 199) transparent transparent;
}

.social-ring a.mes span:before {
    border-color: transparent rgb(54, 88, 153) transparent transparent;
}

.social-ring {
    display: inline-grid;
    position: fixed;
    bottom: 95px;
    left: 15px;
    min-width: 45px;
    text-align: center;
    z-index: 999;
}

.social-ring-content {
    display: inline-grid;
}

.social-ring a {
    padding: 7px 0 0 0px;
    cursor: pointer;
    position: relative;
}

.social-ring i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 22px;
    text-align: center;
    position: relative;
    z-index: 999;
}

.social-ring span {
    display: none;
}

.alo-circle {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    width: 50px;
    height: 50px;
    top: 2px;
    right: -3px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}

.alo-circle-fill {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: pulse;
    width: 60px;
    height: 60px;
    top: -3px;
    right: -9px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
}

.call-icon:hover>span,
.mes:hover>span,
.sms:hover>span,
.zalo:hover>span {
    display: block
}

.social-ring a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 9px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

@-webkit-keyframes headerAnimation {
    0% {
        margin-top: -70px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes headerAnimation {
    0% {
        margin-top: -70px;
    }

    100% {
        margin-top: 0;
    }
}

.social-ring a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(103, 182, 52) transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.btn_active_frm_popup {
    position: fixed;
    transition: all 1.1s;
    -webkit-transition: all 1.1s;
    z-index: 9;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    height: 39px;
    line-height: 39px;
    width: 39px;
    color: black;
    background: #ffc20e;
    border: 2px solid black;
    border-radius: 5px !important;
    bottom: 340px;
    left: 0;
}

.btn_active_frm_popup a {
    display: block;
    color: black;
}

.btn_active_frm_popup a:hover {
    color: black;
}

.btn_active_frm_popup a i {
    font-size: 28px;
    position: relative;
    top: -3px;
    left: -1px;
    transform: rotate(180deg);
}

/* fix 14/3/2022 */
.single-post .entry-content>.row {
    margin: 0 auto;
}

.single-post .entry-content>.row>.col {
    padding: 0;
}

#ftwp-container-outer {
    box-shadow: 0 0px 4px 0px rgb(0 0 0 / 50%);
    border-radius: 5px;
}

#ftwp-container-outer #ftwp-container #ftwp-contents {
    width: 100%;
}

#ftwp-container #ftwp-contents #ftwp-header {
    padding: 0;
}

#ftwp-container #ftwp-contents #ftwp-header #ftwp-header-control {
    background-color: #ed143d;
    line-height: 45px;
    padding: 0 10px;
    font-size: 28px;
    margin: 0 10px 0 0;
}

#ftwp-container #ftwp-contents #ftwp-header #ftwp-header-minimize {
    padding: 0px 10px;
    font-size: 21px;
    color: #fff;
    line-height: 45px;
    opacity: 1;
    margin: 0;
    width: auto;
}

#ftwp-container #ftwp-contents #ftwp-header #ftwp-header-title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 45px;
}

#ftwp-container #ftwp-contents #ftwp-list {
    padding: 10px 0;
}

#ftwp-container #ftwp-contents #ftwp-list .ftwp-item button {
    right: 3px;
    left: unset;
    top: 3px;
    opacity: 1;
    color: #ed143d;
}

#ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor {
    padding: 5px 30px 5px 15px;
    line-height: 1.6;
    font-size: 14px;
}

#ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor .ftwp-text:before {
    background-color: transparent;
}

#ftwp-container #ftwp-contents #ftwp-list>.ftwp-item>.ftwp-anchor {
    font-weight: 700;
}

#ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor:before {
    font-size: 14px;
    line-height: 1;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

body #ftwp-container #ftwp-list.ftwp-list-nest .ftwp-sub .ftwp-anchor::before {
    margin-left: 10px !important;
}

body #ftwp-container #ftwp-list.ftwp-list-nest .ftwp-sub .ftwp-sub .ftwp-anchor::before {
    margin-left: 20px !important;
}

body #ftwp-container #ftwp-list.ftwp-list-nest .ftwp-sub .ftwp-sub .ftwp-sub .ftwp-anchor::before {
    margin-left: 30px !important;
}

/* fix error notìication in firefox and ED */
body .wpcf7 form .wpcf7-response-output.wpcf7-display-none {
    display: none;
}

/* add page title */
.custom_title_page {
    padding-bottom: 15px;
}

.custom_title_page h1 {
    margin-bottom: 0;
    color: #357638;
    font-size: 24pt;
    line-height: 1.3;
}


/*fix 02/12/2022 */
#header #wide-nav .header-nav.nav-left>li ul:has(> li ul) {
    overflow-y: unset;
}

#header #wide-nav .header-nav.nav-left>li ul>li {
    width: 100%;
    display: block;
}

#header #wide-nav .header-nav.nav-left>li ul>li>a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#header #wide-nav .header-nav.nav-left>li ul>.menu-item-has-children ul {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    overflow-y: unset;
}

#header #wide-nav .header-nav.nav-left>li ul>.menu-item-has-children::before {
    content: "\f054";
    font-family: "FontAwesome";
    font-weight: 400;
    position: absolute;
    right: 15px;
    line-height: 36px;
    color: #000;
    font-size: 10px;
}

#header #wide-nav .header-nav.nav-left>li ul>.menu-item-has-children:hover:before {
    color: #fff;
}

#header #wide-nav .header-nav.nav-left>li ul>.menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.related-common {
    display: flex !important;
    align-items: center;
}

.related-common .slick-arrow {
    position: absolute;
    background-color: #fff;
    z-index: 2;
}

.related-common .slick-arrow.prev-arrow {
    left: 18px;
}

.related-common .slick-arrow.next-arrow {
    right: 0;
}



.row-post-common .post-item .col-inner .box .box-text .box-text-inner {
    text-align: start;
}

.row-post-common .post-item .col-inner .box .box-text .post-title {
    font-weight: 700 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.row-post-common .post-item .col-inner .box .box-text .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.row-post-common .post-item .col-inner .box .box-text .btn-readmore {
    text-transform: initial;
    font-weight: 700;
    margin: 0;
    padding-top: 10px;
    text-align: end;
}


#jquery-tab-pager-navi {
    text-align: center;
}

#jquery-tab-pager-navi li {
    display: inline-block;
    margin: 0 0.2em;
}

#jquery-tab-pager-navi li a.disable {
    display: none;
}

#jquery-tab-pager-navi li a {
    font-size: 0.9em;
    display: block;
    height: 2.25em;
    line-height: 2em;
    text-align: center;
    width: auto;
    min-width: 2.25em;
    padding: 0 7px;
    font-weight: bolder;
    border-radius: 99px;
    border: 2px solid #000;
    transition: all 0.3s;
}

#jquery-tab-pager-navi li a.current {
    background-color: #357638;
    border: 2px solid #357638;
    color: #fff;
}

#footer span.widget-title {
    color: #fff;
}

.kk-star-ratings {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 850px) {
    .gallery .gallery-item {
        flex-basis: 50% !important;

    }

    .kk-star-ratings {
        padding: 15px 15px 0 15px;
    }

}

@media screen and (max-width: 550px) {

    .row-post-common .post-item,
    .row-related .post-item {
        padding: 0 0 15px 0;
    }

    .row-post-common .post-item .col-inner .box {
        display: flex;
    }

    .row-post-common .post-item .col-inner .box .box-image {
        max-width: 100%;
        flex-basis: 50%;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .row-post-common .post-item .col-inner .box .box-text {
        padding-bottom: 10px;
        height: auto !important;
    }

    .row-post-common .post-item .col-inner .box .box-image .image-cover {
        padding-top: 100% !important;
    }

}

.row-archive {
    /* max-width: 1140px !important; */
}


#header .stuck {
    /* max-width: 1110px !important; */
    box-shadow: none;
}

.box-dcma {
    position: absolute;
    right: 15px;
    bottom: -75px;
}

.single-page .content-product .content-info {
    padding-top: 20px;
}

.blog-single .kksr-auto {
    display: none;
}

/* fix 23/6/2023 */
@media (max-width: 549px) {
    .single-post .entry-content iframe[allowfullscreen] {
        height: 220px;
    }
}

@media (min-width: 550px) and (max-width: 849px) {
    .single-post .entry-content iframe[allowfullscreen] {
        height: 415px;
    }
}

/*fix 29/9/2023*/
.custom-icon-share {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 0;
    height: 30px !important;
    width: 30px !important;
    border-radius: 4px;
    margin-left: 2px;
}

.reddit {
    background-color: #ff4500;
    /* margin-left: -3px; */
}

.behance {
    background-color: #0057ff;
}

.flipboard img {
    border-radius: 4px;
}

.zalo-share-button {
    height: 30px !important;
    width: 30px !important;
}

.blog-share {
    display: flex;
}

/*Fix 20/10/2023*/
.wpcf7-response-output {
    color: #fff !important;
}

.wpcf7-spinner {
    display: none !important;
}

/*Fix 04/12/2023*/
.tabbed-project-layout .nav li a {
    font-size: 20px;
    font-weight: 400;
}

.latest-box,
.project-list {
    padding-top: 50px;
}

.latest-box .post-item,
.project-list .post-item {
    padding-bottom: 10px !important;
}

.latest-box .post-item .box .box-text .post-title,
.project-list .post-item .box .box-text .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.latest-box .slick-arrow,
.project-list .slick-arrow {
    position: absolute;
    top: 0;
    z-index: 3;
    border: 1px solid #357638;
    border-radius: 99px;
    width: 40px;
    height: 40px;
    margin: 0 0 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.latest-box .slick-arrow.slick-disabled,
.project-list .slick-arrow.slick-disabled {
    opacity: 0.7;
}

.latest-box .slick-arrow.slick-prev,
.project-list .slick-arrow.slick-prev {
    left: 15px;
}

.latest-box .slick-arrow.slick-next,
.project-list .slick-arrow.slick-next {
    left: 65px;
}

.short-description {
    min-height: 93px;
}

.project-layout-mobile .project-layout-mobile-inner .container-termchild .box-title .title-prodject-cat {
    font-size: 28px;
    color: #357638;
    border-bottom: 2px solid #357638;
}


@media (max-width: 991px) {
    .tabbed-project-layout .nav li a {
        font-size: 20px;
        font-weight: 400;
    }
}

/*FIX 12/12/2023*/
@media (max-width: 991px) {
    .blog-single .post .entry-header {
        padding-top: 15px;
    }
}

@media screen and (max-width: 549px) {
    .row-post-common .post-item .col-inner .box .box-text .btn-readmore {
        padding-top: 5px;
    }
}