/*
Theme Name: HWP
Theme URI: https://hwp.com.vn/
Author:  HWP
Author URI: https://hwp.com.vn/
Description: Chuyên thiết kế website, thiết kế website bằng wordpress giá rẻ, chuẩn seo các lĩnh vực: bất động sản, website công ty, bán hàng, tin tức
Version: 1.0
*/
.glyphicon-chevron-right {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.glyphicon-chevron-left {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}
.wp-caption {
    max-width: 100% !important;
}
.wp-caption-text {
    text-align: center;
    font-style: italic;
    font-size: 13px;
    color: #000;
    padding: 5px 0px;
}
.btn_1 {
    background: linear-gradient(180deg, #ffe259, #ffa751);
    color: #162b75;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 17px;
}
.btn svg {
    width: 28px;
    vertical-align: middle;
}
.nut-zoom {
    animation: zoominoutsinglefeatured 1s infinite;
}
* {
    outline: none !important;
}
a {
    text-decoration: none !important;
}
img {
    max-width: 100%;
    height: auto;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin: 0px 0px 10px 0px;
    border: none;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;
}
.session_form .wpcf7-not-valid-tip {
    font-size: 14px;
    color: #fff;
    font-style: italic;
}
input.wpcf7-not-valid {
    border: 1px solid #d51b1e !important;
    background: #fff3cd !important;
    color: #000 !important;
}
ul#main-menu {
    margin: 0px;
    padding: 0px;
}
ul#main-menu > li {
    display: flex;
    align-items: center;
    list-style-type: none;
    font-weight: bold;
    position: relative;
}
ul#main-menu > li > a {
    color: #cc9036;
    padding: 15px 0px;
    margin: 0px 10px;
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-transform: uppercase;
}
ul#main-menu > li:hover > a:hover:after {
    width: 100%;
}
ul#main-menu > li > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background: #dca447;
    bottom: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
ul#main-menu .menu-item-has-children > a .from-center {
    background: url(img/select_arrow.svg) center right no-repeat;
    background-size: 10px 10px;
    padding-right: 15px;
}
ul#main-menu .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 3px 0px;
    margin: 0px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
ul#main-menu .sub-menu li a {
    color: #222;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    width: 206px;
    margin: 0px;
    height: 44px;
    white-space: nowrap;
    overflow: hidden;
}
ul#main-menu > li:hover > .sub-menu {
    display: block;
}
ul#main-menu .sub-menu .btn_animation1 {
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 1;
    padding: 20px;
    height: 30px;
    display: flex;
    align-items: center;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -3px;
}
ul#main-menu .sub-menu .btn_animation1:hover {
    color: #fff !important;
    transition-delay: 0.5s;
}
ul#main-menu .sub-menu .btn_animation1::before,
ul#main-menu .sub-menu .btn_animation1::after {
    content: "";
    position: absolute;
    transition: inherit;
    z-index: -1;
}
ul#main-menu .sub-menu .btn_animation1:hover:before,
ul#main-menu .sub-menu .btn_animation1:hover:after {
    width: 100%;
}
ul#main-menu .sub-menu .btn_animation1:hover:before {
    transition-delay: 0s;
    left: 0;
    width: 100%;
}
.from-center:before {
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    border: 1px solid #dca447;
    border-left: 0;
    border-right: 0;
}
.from-center:after {
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #dca447;
}
.from-center:hover:before {
    left: 0;
    width: 100%;
}
.from-center:hover:after {
    top: 0;
    height: 100%;
}
.hotline-top {
    height: 70px;
    display: flex;
    align-items: center;
}
.hotline-top a {
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    color: #877652;
    display: inline-block;
    line-height: 45px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 0px 15px;
    padding-left: 35px;
    width: 100%;
    background: linear-gradient(45deg, #ecd5b6, #e6c496, #ecd5b6);
    box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 40%);
}
.hotline-top a:after {
    background: #fff;
    height: 85px;
    left: -40px;
    top: -20px;
    width: 20px;
    z-index: 1;
    content: "";
    opacity: 0.2;
    position: absolute;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
.hotline-top a:before {
    background: url(img/icon-hotline-white.png) center center no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 14px;
    top: 14px;
    content: "";
    background-size: cover;
}
#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}
.form-group {
    position: relative;
}
div.wpcf7 .ajax-loader {
    left: 50%;
    top: 15px;
    position: absolute;
}
.main-page {
    background: #f8f8f8;
    float: left;
    width: 100%;
}
.main-page #intro_box {
    background: #f8f8f8;
}
.main-page .content h2 {
    font-size: 23px;
    text-transform: uppercase;
}
.main-page h2.title {
    text-align: center;
    text-transform: uppercase;
}
.main-page .img img {
    width: 100%;
}
.main-page .choose-content {
    min-height: 335px;
    overflow: hidden;
}
.wp-pagenavi {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.wp-pagenavi a,
.wp-pagenavi span {
    background-color: #dca447;
    border-radius: 3px;
    color: #fff;
    padding: 10px 15px;
    border: none;
    display: inline-block;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    background: #162b75;
}
#ratings-project {
    text-align: center;
    margin-bottom: 20px;
}
.section {
    float: left;
    width: 100%;
}
.bg_white {
    background: #fff !important;
}
.bg_1 {
    background: #f5f1e6 !important;
}
.bg_2 {
    background: #f8f8f8 !important;
}
.bg_3 {
    background: url(img/bg_matbang.jpg) bottom center no-repeat;
    background-size: cover;
}
.bg_4 {
    background: url(img/bg_gia.jpg) center center no-repeat;
    background-size: cover;
}
.bg_5 {
    background: #f5f1e6 url(img/bg1.jpg) top center no-repeat;
    background-size: cover;
}
.bg_6 {
    background: #f5f1e6 url(img/bg-discover.jpg) bottom center no-repeat;
    background-size: cover;
}
.modal-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #be791c;
    text-align: center;
    margin-bottom: 10px;
}
.wpcf7 input[type="submit"]{
    color: #877652;
    border: none;
    background: linear-gradient(45deg, #ecd5b6, #e6c496, #ecd5b6);
}
.modal-body {
    padding: 40px;
}
.modal-content {
    border-radius: 0px;
    padding: 20px;
    background: #fff url("img/bg_form.png");
    background-repeat: repeat!important;
    background-position: center;
    background-size: contain;
}
.lienketvung {
    display: -ms-flexbox;
    display: flex;
}
.lienketvung .left {
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    -ms-flex-wrap: wrap;
    align-content: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 50%;
}
.lienketvung .right {
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    -ms-flex-wrap: wrap;
    align-content: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 50%;
    padding-left: 20px;
}
.lienketvung .right img {
    box-shadow: 2px 0 6px rgb(0 0 0 / 10%);
}
.lienketvung-title {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ffe7a2),
        color-stop(#bc9344),
        color-stop(#edd78c),
        color-stop(#c29e50),
        color-stop(#eae192),
        color-stop(#d1b56b),
        to(#f4e195)
        );
    background: -webkit-linear-gradient(
        left,
        #ffe7a2,
        #bc9344,
        #edd78c,
        #c29e50,
        #eae192,
        #d1b56b,
        #f4e195
        );
    background: -moz-linear-gradient(
        left,
        #ffe7a2,
        #bc9344,
        #edd78c,
        #c29e50,
        #eae192,
        #d1b56b,
        #f4e195
        );
    background: -o-linear-gradient(
        left,
        #ffe7a2,
        #bc9344,
        #edd78c,
        #c29e50,
        #eae192,
        #d1b56b,
        #f4e195
        );
    background: linear-gradient(
        to right,
        #e8ca72,
        #bc9344,
        #edd78c,
        #c29e50,
        #eae192,
        #d1b56b,
        #f4e195
        );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 18px;
    font-weight: bold;
}
.lienketvung-title img {
    height: 30px;
    vertical-align: baseline;
}
.item-photos img {
    width: 360px;
    height: 240px;
}
.item-photos {
    margin: 15px 0px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
}
.item-photos .caption {
    position: absolute;
    width: 100%;
    bottom: 15px;
    z-index: 3;
    text-align: center;
    line-height: normal;
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.item-photos:hover .caption {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    background: url("img/bg_tienich.jpg") center center no-repeat;
    color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
}
.item-photos .caption .inside {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 20px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0px;
    left: 0px;

    color: #dca344;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}
.tab-box {
    margin: 10px 0px;
    float: left;
    width: 100%;
}
.tab-box ul {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    padding: 0px;
    margin-left: 0px;
}
.tab-box li {
    display: inline-block;
}
.tab-box li a {
    color: #877652;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 30px;
    margin: 10px 5px;
    display: block;
    border: 1px solid #877652;
}
.tab-box .tab-content .img img {
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
}
.tab-box li.active a {
    background: linear-gradient(45deg, #ecd5b6, #e6c496, #ecd5b6);
    box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 40%);
}
.tab-box img {
    border-radius: 10px;
}
#faqs_box div[itemprop="mainEntity"] {
    border-left: 3px solid #ddb60f;
    padding-left: 15px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
#faqs_box div[itemprop="name"] {
    font-weight: bold;
    color: #004395;
}
#faqs_box div[itemprop="text"] {
    color: #000;
}
#faqs_box .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    color: #162b75;
    line-height: 35px;
    margin-bottom: 15px;

}
.aligncenter {
    display: block;
    margin: auto;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #000000;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background-color: #dca447;
    border-radius: 0;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f1f1f1;
}
.header_box {
    height: 300px;
    background-size: cover;
    background-position: bottom center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_box .title-hwp {
    text-transform: uppercase;
    color: #fff;
}
.news_page > .container > .wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
.news_page > .container .col-md-8 {
    background-color: #ffffff;
    border-top-left-radius: 3px;
}
.news_page .cat_tab > ul {
    padding: 0 15px;
    margin-bottom: 30px;
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding-left: 30px;
}
.news_page .cat_tab > ul li {
    margin-right: 35px;
}
.news_page .cat_tab > ul li a {
    color: #979797;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}
.news_page .cat_tab > ul li.active a {
    color: #dca447;
}
.news_page .news_content_wrapper .thumb_wrapper img {
    border-radius: 7px;
}
.post_time {
    font-size: 12px;
    position: relative;
    padding-left: 20px;
}
.post_time:before {
    background: url(img/time.svg) center center no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
}
.news_content_wrapper .division {
    border-bottom: 1px solid #ededed;
    margin: 20px 0px;
}
.news_info .news_title {
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;    
    text-transform: uppercase;
    margin-top: 0px;
}
.news_info .news_title a {
    color: #877652;
}
.news_page > .container {
    background-color: #ffffff;
    border-radius: 3px;
    margin-top: -50px;
    overflow: hidden;
}
.sitebar_title {
    font-size: 16px;
    font-weight: bold;
    color: #162b75;
    margin: 0;
    height: 50px;
    border-bottom: 1px solid #162b75;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.sitebar .item-project .item-body {
    background: #f4e7c8;
}
.event_block .es_block_wrapper {
    margin-top: 30px;
}
.event_block .es_block_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.event_block .es_block_item .calendar {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    width: 57px;
    height: 57px;
}
.event_block .es_block_item .m_y {
    height: 20px;
    background-color: #162b75;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    margin-top: -1px;
}
.event_block .es_block_item .day {
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #dca447;
}
.event_block .es_block_title {
    font-size: 13px;
    font-weight: 400;
    width: calc(100% - 77px);
}
.event_block .es_block_title a {
    color: #222;
    text-transform: uppercase;
}
.news_contents_wrapper .wp-pagenavi {
    margin-top: 0px;
    margin-bottom: 15px;
}
.max_width_80 {
    max-width: 800px;
}
.socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
#contact-us a {
    font-weight: bold;
    color: #162b75;
}
#contact-us .title-contact {
    text-transform: uppercase;
}
.navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: 10px;
}
.navbar-toggler .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.choose-us-slider,
.info-item {
    float: left;
    width: 100%;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
        );
    background-image: -webkit-linear-gradient(
        right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
        );
    background-image: -o-linear-gradient(
        right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
        );
    background-image: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
        );
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
        );
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
        );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
        );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
        );
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
        );
    background-image: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
        );
    background-image: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
        );
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
        );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
        );
    background-image: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
        );
    background-image: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
        );
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
        );
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
> .swiper-pagination-bullets
.swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
.swiper-pagination-progressbar-fill {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
.swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max--o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
.section-gallery-slider {
    height: 500px;
    margin-top: 10px;
}
.overflow-hidden {
    overflow: hidden;
}
.swiper-slide {
    outline: none !important;
}
.section-gallery-slider {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}
.section-gallery-slider .content-container {
    flex: 1;
    max-height: 50vw;
}
.section-gallery-slider .content {
    height: 100%;
    transition: none;
}
.section-gallery-slider .gallery-slider-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.section-gallery-slider .gallery-slider .cover-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
    bottom: 5%;
    background: #fff;
    transition: all ease 0.4s;
}
.section-gallery-slider .gallery-slider {
    flex: 1;
    width: 100%;
}
.section-gallery-slider .gallery-slider .swiper-slide {
    height: 100%;
    width: auto;
    cursor: pointer;
}
.section-gallery-slider .gallery-slider .swiper-slide-active {
    cursor: auto;
}
.section-gallery-slider .gallery-slider .cover-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
    bottom: 5%;
    background: #fff;
    transition: all ease 0.4s;
}
.section-gallery-slider .gallery-slider .cover-container > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section-gallery-slider .gallery-slider .cover.cover-bottom {
    height: 100%;
    width: 100%;
}
.section-gallery-slider .gallery-slider .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: all ease 0.4s;
    opacity: 0.5;
}
.section-gallery-slider .gallery-slider .cover.cover-bottom {
    object-position: center bottom;
}
.section-gallery-slider .gallery-slider .swiper-slide-active .cover-container {
    top: 0;
    bottom: 0;
}
.section-gallery-slider .gallery-slider .swiper-slide-active .cover {
    opacity: 1;
}
.section-gallery-slider .gallery-thumb-slider-container {
    max-width: 60%;
    margin: auto;
}
.section-gallery-slider .gallery-thumb-slider .cover {
    height: 80px;
    width: 100%;
}
.section-gallery-slider .gallery-thumb-slider .swiper-slide {
    margin-top: 3rem;
    margin-bottom: 3rem;
    cursor: pointer;
}
.section-gallery-slider .gallery-thumb-slider .swiper-slide.active {
    cursor: auto;
}
.section-gallery-slider .gallery-thumb-slider .swiper-slide::before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 0.4rem;
    left: 0;
    right: 0;
    background: red;
    transition: all ease 0.4s;
    opacity: 0;
}
.section-gallery-slider .gallery-thumb-slider .swiper-slide::after {
    content: "";
    position: absolute;
    bottom: 99%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    transform: translateX(-50%) rotate(45deg);
    background: red;
    transition: all ease 0.4s;
    opacity: 0;
    z-index: -1;
}
.section-gallery-slider .gallery-thumb-slider .swiper-slide.active::before,
.section-gallery-slider .gallery-thumb-slider .swiper-slide.active::after {
    opacity: 1;
}
.section-gallery-slider .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin: 0 -3rem;
}
.section-gallery-slider .tab {
    padding: 0 3rem;
}
.section-gallery-slider .tab-link {
    color: inherit;
    outline: none;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 1rem 0;
    transition: all ease 0.4s;
    white-space: nowrap;
}
.section-gallery-slider .tab-link.active,
.section-gallery-slider .tab-link:hover {
    color: #0d2f51;
}
.section-gallery-slider .tab-link.active {
    font-weight: bold;
}
.section-gallery-slider .tab-link::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    height: 0.2rem;
    background: #0d2f51;
    transition: all ease 0.4s;
    transform: translateX(-50%);
}
.section-gallery-slider .tab-link:hover::before,
.section-gallery-slider .tab-link.active::before {
    width: 100%;
}
.section-gallery-slider .tab-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: none;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.7rem solid #0d2f51;
    transition: all ease 0.4s;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition-delay: 0.2s;
    opacity: 0;
}
.section-gallery-slider .tab-link:hover::after,
.section-gallery-slider .tab-link.active::after {
    opacity: 1;
    transition-delay: 0s;
}
.item-product {
    margin-bottom: 20px;
}
.item-product .name {
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.item-product .giaban {
    margin: 7px 0px;
    color: red;
    font-weight: bold;
}
.item-product img {
    width: 100%;
    height: auto;
}
#gia .sanpham-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0px;
    text-align: center;
}
.back-to-top {
    position: fixed;
    z-index: 9;
    bottom: 70px;
    right: 20px;
    width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 50%);
    background: #fff;
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 99;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: -15px;
    left: 9px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 0px;
    left: 24px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 11px;
    left: 36px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 170px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    left: 32px;
    bottom: 62px;
}
.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 36px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
    color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
@media (max-width: 768px) {
    .hotline-bar {
        display: none;
    }
}
.btn_nhanthongtin {
    left: 20px;
    right: inherit;
}
.btn_footer,
.btn_nhanthongtin {
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #9f772c;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #dca344 0%,
        rgba(255, 216, 121, 0.4) 39.06%,
        #d1a226 85.56%,
        #dca344 100%
        ),
        #cc9036;
    cursor: pointer;
    box-shadow: 0 18px 30px 0 rgb(255 255 255 / 20%);
    position: fixed;
    z-index: 999;
    border: none;
    font-weight: bold;
    right: 12px;
    bottom: 20px;
    padding: 0 10px;
    border-radius: 20px;
}
.glyphicon-chevron-right:before,
.glyphicon-chevron-left:before {
    content: "";
}
table {
    margin: 10px 0px;
    width: 100% !important;
    height: auto !important;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
table tr td {
    padding: 7px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.choose-us-section .title{
    margin-top: 10px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}
.choose-item{
    padding: 10px;
    background: linear-gradient( 343deg , rgba(48, 201, 232, 1), rgba(3, 55, 168, 1));
    color: #fff;
    height: 345px;
    overflow: hidden;
}
.choose-item p{
    margin-top: 10px;
}
.session_form .item{
    margin: 10px 0px;
}
.info_vh .wpcf7 .col-md-6{
    margin-bottom: 15px;
}
.info_vh .wpcf7-form-control-wrap{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
#intro_box .kk-star-ratings{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
button.close{
    position: absolute;
    top: 15px;
    right: 15px;
}
.modal .form-group:last-child{
    border-bottom: none;
    height: auto;
}
#footer a{
    color: #333;
}
.choose-us-slider .owl-nav{
    margin-top: 20px;
}
.choose-us-slider .owl-nav span{
    font-size: 30px;
}
.label-danger{
    font-size: 13px;
    margin-top: 6px;
    display: inline-block;
}
.btn_footer{
    left: 20px;
    right: auto;
}
.btn_nhanthongtin{
    right: 20px;
    left: inherit;
}
.modal-content input[type='tel'], 
.modal-content input[type='text'], 
.modal-content input[type='email'], 
.modal-content textarea {
    border: 1px solid #be791c;
    color: #000;
    padding: 8px 10px;
    width: 100%;
}
h2{
    margin-top: 15px;
    font-size: 22px;
    line-height: 30px;
}
h3{
    margin-top: 15px;
    font-size: 20px;
    line-height: 25px;
}
h4{
    margin-top: 15px;
    font-size: 18px;
    line-height: 23px;
}
h4 i span{
    font-weight: bold !Important;
}
.copyright{
    text-align: center;
    padding: 10px;
    background: #fff4f0;
    color:#000;
    text-align: center;
    margin: 0px;
    font-size: 14px;
}
.copyright a{color:#000;}
.form_ngang_2 .bg {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: rgba(0,0,0,.4);
    width: 100%;
}
.form_ngang_2 .sub-title1{
    color: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #f5f1f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
    margin-bottom: 10px;
}
.form_ngang_2 .container {
    padding: 100px 15px;
    z-index: 1;
    position: relative;
}
.form_ngang_2 .form-description{
    text-align: center;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 20px;
}
.form_ngang_2 input{
    color: #101010 !important;
    height: 45px !important;
    border-radius: 40px;
    margin-bottom: 0;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}
.form_ngang_2 input[type="submit"]{
    border-color: #dfb311;
    background: linear-gradient(268deg,#ffe985 10%,#fa742b 100%);
}
.form_ngang_2 .form-description {
    text-align: center;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 20px;
}
.form_ngang_2 .sub-title{
    color: #fff;
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}
.big-title {
    padding: 20px 0px;
    color: #877652;
    text-align: center;
    float: left;
    width: 100%;
    font-weight: bold;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #ecd5b6, #e6c496, #ecd5b6);
}
h2.title-header{
    margin: 0px;
}
.sub-title-1 {
    font-weight: bold;
    color: #ecbf3c;
    font-size: 22px;
    background: -webkit-linear-gradient(180deg, #877652 0%, rgb(255 176 0) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
    margin-top: 0px;
    line-height: 30px;
    padding: 0px;
    margin-bottom: 5px;
    display: block;
}
.sub-title-2{
    font-size: 24px;
    text-transform: uppercase;
    display: block;
}
.content h2{
    text-transform: uppercase;
    color: #dca344;
    font-size: 22px;
    margin-top: 0px;
}
.img_banner img{width: 100%;height: auto;}
#footer .sub-title-1{margin-bottom: 15px;}
.call-now-button {
    position: fixed;
    bottom: 15px;
    left: 30px;
    z-index: 1040;
    transition: 0.5s all;
    border-radius: 30px;
}
.call-now-button a {
    position: relative;
    color: #877652;
    display: inline-block;
    border-radius: 30px;
    height: 34px;
    line-height: 14px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    box-sizing: content-box;
    text-decoration: none !important;
    box-sizing: border-box;
    background-color: #ecd5b6;
    background: linear-gradient(45deg, #ecd5b6, #e6c496, #ecd5b6);
    box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 40%);
}
.call-now-button a.cta-phone i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    animation: quickalo-img 1s infinite ease-in-out;
    transform-origin: center center;
    transform: translate3d(0, 0, 0);
    border: 1px solid #877652;
    border-radius: 50%;
}
.call-now-button a.cta-phone {
    height: 42px;
    padding: 6px 10px;
    margin-right: 15px;
}
.call-now-button a.cta-lang {
    margin-left: 10px;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
}
@keyframes quickalo {
    0% {
        transform: rotate(0) kscale(0.5) skew(1deg);
        opacity: 0.1
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1
    }
}

@-moz-keyframes quickalo-img {
    10% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes quickalo-img {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes quickalo-img {
    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)
    }
}
.reg-now-button {
    position: fixed;
    bottom: 15px;
    right: 5%;
    z-index: 1040;
    transition: 0.5s all;
    border-radius: 30px;
}
.reg-now-button a.cta-contact {
    margin-left: 10px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    padding: 0 15px;
}
.reg-now-button a {
    position: relative;
    color: #877652;
    display: inline-block;
    border-radius: 30px;
    height: 34px;
    line-height: 14px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    box-sizing: content-box;
    text-decoration: none !important;
    box-sizing: border-box;
    background-color: #ecd5b6;
    background: linear-gradient(45deg, #ecd5b6, #e6c496, #ecd5b6);
    box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 40%);
}
#formPopup .modal-dialog{
    margin: auto;
}
.footer-cta-box {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    z-index: 30;
    background: #faf4ec;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    z-index: 1039;
    box-shadow: -1px -1px 4px 0px #877652;
}
.cta-box {
    position: relative;
    display: flex;
    height: 50px;
    align-items: center;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.cta-box a {
    display: block;
    cursor: pointer;
    color: #877652;
    border-radius: 0;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s linear;
    position: relative;
    z-index: 9;
}
.cta-box a.cta-phone i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    animation: quickalo-img 1s infinite ease-in-out;
    transform-origin: center center;
    transform: translate3d(0, 0, 0);
    border: 1px solid #877652;
    border-radius: 50%;
}
.cta-box a.cta-phone:before {
    content: "";
    width: 60px;
    height: 60px;
    top: -15px;
    left: -15px;
    position: absolute;
    background-color: rgba(135, 118, 82, 0.5);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    animation: quickalo 2.3s infinite ease-in-out;
}
.cta-box a.cta-contact {
    margin-left: 10px;
    border-left: 1px solid #877652;
    padding: 0 5px 0 10px;
}
.cta-box a {
    display: block;
    cursor: pointer;
    color: #877652;
    border-radius: 0;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s linear;
    position: relative;
    z-index: 9;
}
.cta-box a.cta-contact {
    animation: blinktextYellow 1.5s infinite;
}
.cta-box a.cta-lang {
    margin-left: 10px;
    padding: 0 5px 0 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #877652;
    color: #fff;
    text-align: center;
    padding: 0;
}
@keyframes blinktextYellow{
    from{
        color: #877652
    }
    50%{
        text-shadow: 1px 1px 7px #877652, 0 0 7px #877652, 0 0 7px #877652;
        color: #fff
    }
    to{
        color: #877652;
    }
}
.logo img{
    padding: 2px 0px;
    height: 62px;
    width: auto;
}
.form_ngang_2 {
    background-image: url(img/bg_form.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    position: relative;
    padding: 0px;
}
.news_page h1{
    font-size: 29px;
    line-height: 40px;
}
#intro_box h1{
    background: -webkit-linear-gradient(180deg, #877652 0%, rgb(255 176 0) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.item-product{
    background: linear-gradient(45deg, #ecd5b6, #e6c496, #ecd5b6);
    box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 40%);
}
.item-product .sanpham-desc{
    padding: 15px;
    color: #877652;
}
.choose-item img{
    display: inline-block !Important;
}
.choose-item .box-text{
    position: relative;
}
.choose-item .box-text:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.13), #fff, rgba(255, 255, 255, 0.13));
    top: 0;
    left: 0;
}
/* cho thuê*/
.item-chothue{
    position: relative;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 4px 6px 0px rgba(44,44,44,0.04);
    overflow: hidden;
    margin-bottom: 40px;
}
.item-chothue:hover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.item-chothue img{
    width: 100%;
    height: auto;
}
.item-chothue .chothue-info{
    padding: 10px;
}
.item-chothue .chothue-title{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.item-chothue .chothue-title a{
    color:#0b268f;
}
.item-chothue .chothue-meta{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.item-chothue .tag {
    background: rgba(199,37,40,.86);
    color: #fff;
    padding: 2px 5px;
    position: absolute;
    z-index: 9;
    right: 3px;
    top: 3px;
    border-radius: 3px;
    font-size: 13px;
}
.item-chothue .chothue-meta{
    font-weight: bold;
    font-size: 14px;
    color: #030F1C;
    text-transform: uppercase;
}
.item-chothue .chothue-meta > div{
    margin-right: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ic:before {
    background-image: url(img/icons.svg);
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
}
.ic.ic_pn:before {
    background-position: 30px -404px;
}
.ic.ic_wc:before {
    background-position: 30px -448px;
}
.ic.ic_dt:before {    
    background-position: 29px -493px;
}
.ic_gia:before {    
    background-position: 29px -493px;
}
.ic.ic_bancong:before{
    background-position: 315px 433px;
}
.ic.ic_noithat:before{
    background-position: 490px 433px;
}
.ic.ic_phaply:before{
    background-position: 385px 433px;
}
.ic.ic_dacdiem:before{
    background-position: 353px 433px;
}
.chothue-gia{
    color: #F37406;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.item-chothue  .chothue-text{
    color: #555;
    font-size: 15px;
    line-height: 20px;
}
.product-gallery-slider img{
    width: 100%;
    height: auto;
}
.product-img-large{
    height: 450px;
    width: 100%;
}
.product-img-thumbnail{
    height: 100px;
    width: 100%;
}
.product-thumbnails{
    height: 100px;
    overflow: hidden;
}
header#header{
    border-top: 1px solid #F2F2F2;
    box-shadow: 0px 4px 10px rgba(182,182,182,0.18) !important;
}
.bl-parameter-listing ul {
    margin-left: 0px;
    text-align: center;
    background: #F9F9F9;
    border-radius: 4px;
    margin: 0 0 24px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}
.bl-parameter-listing li {
    list-style: none;
    padding-top: 20px;
    margin-left: 0px !important;
}
.bl-parameter-listing li span {
    display: block;
    color: #242933;
    font-size: 16px;
    letter-spacing: 0.432353px;
    line-height: 18px;
}
.bl-parameter-listing li span.sp-info {
    color: #155AA9;
    margin-top: 7px;
    font-weight: bold;
}
.stuck #logo img {
    padding: 4px 0;
}
.dacdiem{
    margin-top: 30px;
}
.dacdiem .title{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 20px;
}
.dacdiem ul{
    margin: 0px;
}
.dacdiem li:first-child{
    border-top:none;
}
.dacdiem li {
    border-top: 1px solid rgba(0,0,0,.16);
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
    padding: 8px 0;
    margin-left: 0px !Important;
    display: flex;
    justify-content: space-between;
}
.dacdiem li .sp-title{
    position: relative;
    padding-left: 40px;
}
.dacdiem li .sp-title .ic{
    position: absolute;
    left: 0px;
    top:-3px;
}
.dacdiem li span.sp-info {
    color: #155aa9;
    text-align: right;
}
.product-detail h1{
    text-transform: uppercase;
    font-size: 20px;
}
.form_datlich{
    background-size: cover;
    background-position: center center;
    background-image: url(img/bg_f.jpg);
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.form_datlich .title_datlich{
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid #444;
    padding-bottom: 8px;
    color: #282f44;
    font-size: 20px;
    font-weight: 700;
}
.form_datlich input[type="text"],
.form_datlich input[type="email"],
.form_datlich input[type="tel"],
.form_datlich textarea{
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: none !Important;
    outline: none !Important;
    background: #fff;
    margin: 0px;
}
.form_datlich textarea{
    height: 175px;
}
.form_datlich .form-group{
    margin-bottom: 10px;
}
.form_datlich inuput:hover{
    box-shadow: none;
}
.form_datlich input[type="submit"]{
    width: 100%;
    font-weight: bold;
    text-transform: none;
    height: 42px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.form_datlich .btn_hotline,
.form_datlich .btn_zalo{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    width: 100%;
    font-weight: bold;
    text-transform: none;
    height: 42px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    line-height: 42px;
    padding: 0px;
}
.form_datlich .btn_zalo{
    margin: 10px 0px;
    background: #007bff;
    border-color: #007bff;
}
.sidebar_chothue{
    position: relative;
    display: block;
    padding: 20px;
    background: #eff1f6;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.sidebar_chothue .sidebar__title{
    margin-bottom: 10px;
    border-bottom: 1px solid #444;
    padding-bottom: 8px;
    color: #282f44;
    font-size: 20px;
    font-weight: 700;
}
.sidebar__post-list img {
    float: left;
    width: 77px;
    height: auto;
    margin-right: 10px;
    border-radius: 4px;
}
.sidebar__post-list a {
    font-size: 15px;
    color: #555;
}
.sidebar__post-list li {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    line-height: 20px;
    list-style: none;
}
.sidebar__post-list .desc {
    font-size: 15px;
}
.related-product-chothue{
    margin-top: 20px;
}
.related-product-chothue .related_title{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
}
.item-chothue .chothue-meta .ic{
    margin-right: 3px;
}
.form-group{
    position: relative;
}
.wpcf7-spinner{
    top: 9px;
    left: 40%;
    position: absolute;
}
.item-chothue-info{
    padding: 10px;
}
.item-chothue-info .item-title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}
.item-chothue-info .gia{
    color: #E03C31;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.list-thumb-img .row{
    margin-left: -2px !Important;   
    margin-right: -2px !Important; 
}
.list-thumb-img .col-md-4{
    padding: 2px 2px 0px 2px;
}
.item-chothue .row{
    margin: 0px;
}
.item-chothue .col-md-5,
.item-chothue .col-md-7{
    padding: 0px;
}

.product-detail-owl .owl-next {
    position: absolute;
    right: 8px;
    top: 45%;
    color: #fff!important;
    text-shadow: 1px 1px 3px #000;
    font-size: 32px!important;
}
.product-detail-owl .owl-prev {
    position: absolute;
    left: 8px;
    top: 45%;
    color: #fff!important;
    text-shadow: 1px 1px 3px #000;
    font-size: 32px!important;
}
.product-img-info {
    padding-top: 62.5%;
    width: 100%;
}
.product-img-info img {
    -webkit-transition: all .5s;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: all .5s;
    width: 100%;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.chothue-detail-page{
    margin-top: 20px;
}
#header{
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
}

@media screen and (max-width: 319px){
    #sidebar_chothue_duan,
    #sidebar_chothue_tintuc{
        display: none;
    }
    .bl-parameter-listing ul{
        display: block;
        float: left;
        width: 100%;
        padding: 0px;
    }
    .bl-parameter-listing ul li{
        float: left;
        width: 50%;
    }
    .product-img-large{
        height: 300px;
    }
    .chothue-info .chothue-gia{
        font-size: 15px;
    }
    .item-chothue .chothue-title{
        font-size: 14px;
        line-height: 20px;
    }
    .item-chothue .chothue-meta > div{
        margin: 0px;
        margin-right: 10px;
    }
    .item-chothue .chothue-info{
        padding: 5px;
    }
    .item-chothue .chothue-meta{
        display: flex;
    }
    .product-detail h1{
        font-size: 16px;
    }
    .product-thumbnails{
        height: 50px;
    }
    .bl-parameter-listing li{
        padding-top: 5px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    #sidebar_chothue_duan,
    #sidebar_chothue_tintuc{
        display: none;
    }
    .bl-parameter-listing ul{
        display: block;
        float: left;
        width: 100%;
        padding: 0px;
    }
    .bl-parameter-listing ul li{
        float: left;
        width: 50%;
    }
    .product-img-large{
        height: 300px;
    }
    .chothue-info .chothue-gia{
        font-size: 15px;
    }
    .item-chothue .chothue-title{
        font-size: 14px;
        line-height: 20px;
    }
    .item-chothue .chothue-text{
        display: block;
    }
    .item-chothue .chothue-meta > div{
        margin: 0px;
        margin-right: 10px;
    }
    .item-chothue .chothue-info{
        padding: 5px;
    }
    .item-chothue .chothue-meta{
        display: flex;
    }
    .product-detail h1{
        font-size: 16px;
    }
    .product-thumbnails{
        height: 50px;
    }
    .bl-parameter-listing li{
        padding-top: 5px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    #sidebar_chothue_duan,
    #sidebar_chothue_tintuc{
        display: none;
    }
    .bl-parameter-listing ul{
        display: block;
        float: left;
        width: 100%;
        padding: 0px;
    }
    .bl-parameter-listing ul li{
        float: left;
        width: 50%;
    }
    .product-img-large{
        height: 300px;
    }
    .chothue-info .chothue-gia{
        font-size: 15px;
    }
    .item-chothue .chothue-title{
        font-size: 14px;
        line-height: 20px;
    }
    .item-chothue .chothue-meta > div{
        margin: 0px;
        margin-right: 10px;
    }
    .item-chothue .chothue-info{
        padding: 5px;
    }
    .item-chothue .chothue-meta{
        display: flex;
    }
    .product-detail h1{
        font-size: 16px;
    }
    .product-thumbnails{
        height: 50px;
    }
    .bl-parameter-listing li{
        padding-top: 5px;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .form_datlich .title_datlich{
        font-size: 16px;
    }
    .item-chothue .chothue-title{
        font-size: 14px;
        line-height: 20px;
    }
    .chothue-info .chothue-gia{
        font-size: 15px;
    }
    .item-chothue .chothue-meta > div{
        font-size: 10px;
        margin: 0px 3px;
    }
    .product-thumbnails{
        height: 60px;
    }
    .bl-parameter-listing ul{
        display: block;
        float: left;
        width: 100%;
        padding: 0px;
    }
    .bl-parameter-listing ul li{
        float: left;
        width: 33.33%;
        padding-top: 0px;
    }

}
@media (min-width: 992px) and (max-width: 1199px) {

}

.social-list-item {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
    margin-top: -5px;
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.social-list {
    position: fixed;
    bottom: 28%;
    z-index: 99;
    right: 0;
}

.phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #81d742;
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
@-webkit-keyframes zoom{
    0%{
        transform:scale(.9)
    }
    70%{
        transform:scale(1);
        box-shadow:0 0 0 15px transparent
    }
    100%{
        transform:scale(.9);
        box-shadow:0 0 0 0 transparent
    }
}
@keyframes zoom{
    0%{
        transform:scale(.9)
    }
    70%{
        transform:scale(1);
        box-shadow:0 0 0 15px transparent
    }
    100%{
        transform:scale(.9);
        box-shadow:0 0 0 0 transparent
    }
}
.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}
#popupModal .btn-close{
    position: absolute;
    right: -10px;
    top: -10px;
    background: #f2783a;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 100%;
    z-index: 999;
    text-align: center;
    padding: 0;
    color: #fff;
    font-weight: 700;
    -webkit-appearance: none;
    cursor: pointer;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}
#popupModal .modal-body{
    padding: 0px;
    border: none;
}
#popupModal .modal-header{
    border: none;
    padding: 0px;
    min-height: auto;
}
.modal-open{
    padding-right: 0px !Important;
}
#popupModal .modal-content{
    padding: 0px;
    border: none;
}
@media screen and (max-width: 550px) {
    #popupModal.modal{
        top:13%;
    }
}
.grecaptcha-badge{
	display:none !Important;
}
.duan_noibat ul{
    margin-left: 20px;
}
.duan_noibat ul,
.duan_noibat ol{
    padding-left: 15px;
}