@font-face{font-family:'Roboto';src:url(fonts/Roboto-Light.woff2);font-weight:300;font-display:block;font-style:normal}
@font-face{font-family:'Roboto';src:url(fonts/Roboto-Regular.woff2);font-weight:400;font-display:block;font-style:normal}
@font-face{font-family:'Roboto';src:url(fonts/Roboto-Medium.woff2);font-weight:500;font-display:block;font-style:normal}
@font-face{font-family:'Roboto';src:url(fonts/Roboto-Bold.woff2);font-weight:700;font-display:block;font-style:normal}
@font-face{font-family:'Roboto';src:url(fonts/Roboto-Black.woff2);font-weight:900;font-display:block;font-style:normal}
body{font-family:'Roboto',sans-serif}
.datetimepicker {
    border-radius: 14px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    width: 344px;
    max-width: 80vw;
    border: none;
    padding: 20px 22px 15px 22px
}

    .datetimepicker:after,
    .datetimepicker:before {
        content: none
    }

    .datetimepicker table {
        width: 100%;
        padding: 0 10px
    }

        .datetimepicker table th {
            font-weight: 600;
            font-size: 14px
        }

            .datetimepicker table th.switch {
                font-size: 18px;
                font-weight: 400;
                padding-bottom: 16px
            }

            .datetimepicker table th:hover {
                background: 0 0 !important
            }

            .datetimepicker table th.next,
            .datetimepicker table th.prev {
                padding: 0
            }

                .datetimepicker table th.next i,
                .datetimepicker table th.prev i {
                    display: none
                }

                .datetimepicker table th.next:after,
                .datetimepicker table th.prev:after {
                    content: '';
                    display: inline-block;
                    vertical-align: middle;
                    width: 10px;
                    height: 18px;
                    background-repeat: no-repeat;
                    background-position: top -9px left -12px;
                    margin-top: -5px;
                    opacity: .3;
                    -webkit-transition: all .2s ease-in-out;
                    -o-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out
                }

                .datetimepicker table th.next.prev,
                .datetimepicker table th.prev.prev {
                    text-align: left;
                    padding-left: 15px
                }

                    .datetimepicker table th.next.prev:after,
                    .datetimepicker table th.prev.prev:after {
                        background-image: url(images/prev2.svg)
                    }

                .datetimepicker table th.next.next,
                .datetimepicker table th.prev.next {
                    text-align: right;
                    padding-right: 15px
                }

                    .datetimepicker table th.next.next:after,
                    .datetimepicker table th.prev.next:after {
                        background-image: url(images/next2.svg)
                    }

                .datetimepicker table th.next:hover:after,
                .datetimepicker table th.prev:hover:after {
                    opacity: 1
                }

            .datetimepicker table th.dow {
                text-transform: uppercase;
                padding-bottom: 6px
            }

        .datetimepicker table tr td {
            height: 30px;
            font-weight: 500;
            line-height: 30px;
            position: relative
        }

            .datetimepicker table tr td:after {
                content: '';
                position: absolute;
                width: 30px;
                height: 30px;
                top: 50%;
                margin-top: -15px;
                left: 50%;
                margin-left: -15px;
                border-radius: 50%;
                z-index: -1
            }

            .datetimepicker table tr td.day:hover {
                background: 0 0;
                color: #fff
            }

                .datetimepicker table tr td.day:hover:after {
                    background: #104282
                }

            .datetimepicker table tr td.active,
            .datetimepicker table tr td.active.active {
                background: 0 0;
                text-shadow: none;
                color: #fff
            }

                .datetimepicker table tr td.active.active:hover,
                .datetimepicker table tr td.active:hover {
                    background: 0 0;
                    color: #fff
                }

                    .datetimepicker table tr td.active.active:hover:after,
                    .datetimepicker table tr td.active:hover:after {
                        background: #104282
                    }

            .datetimepicker table tr td span {
                border-radius: 10px
            }

                .datetimepicker table tr td span.active,
                .datetimepicker table tr td span.active.active {
                    color: #fff;
                    background: 0 0;
                    text-shadow: none
                }

                    .datetimepicker table tr td span.active.active:hover,
                    .datetimepicker table tr td span.active:hover {
                        background: #104282;
                        color: #fff
                    }

                .datetimepicker table tr td span:hover {
                    background: #104282;
                    color: #000
                }

.box-form .form-group .wpcf7-list-item input{-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #f07325;
    border: 0;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    border-radius: 5px;
    margin: 0 5px 0 0;
    vertical-align: sub;
    position: relative;}

.datetimepicker {
    border-radius: 14px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    width: 344px;
    max-width: 80vw;
    border: none;
    padding: 20px 22px 15px 22px
}

    .datetimepicker:after,
    .datetimepicker:before {
        content: none
    }

    .datetimepicker table {
        width: 100%;
        padding: 0 10px
    }

        .datetimepicker table th {
            font-weight: 600;
            font-size: 14px
        }

            .datetimepicker table th.switch {
                font-size: 18px;
                font-weight: 400;
                padding-bottom: 16px
            }

            .datetimepicker table th:hover {
                background: 0 0 !important
            }

            .datetimepicker table th.next,
            .datetimepicker table th.prev {
                padding: 0
            }

                .datetimepicker table th.next i,
                .datetimepicker table th.prev i {
                    display: none
                }

                .datetimepicker table th.next:after,
                .datetimepicker table th.prev:after {
                    content: '';
                    display: inline-block;
                    vertical-align: middle;
                    width: 10px;
                    height: 18px;
                    background-repeat: no-repeat;
                    background-position: top -9px left -12px;
                    margin-top: -5px;
                    opacity: .3;
                    -webkit-transition: all .2s ease-in-out;
                    -o-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out
                }

                .datetimepicker table th.next.prev,
                .datetimepicker table th.prev.prev {
                    text-align: left;
                    padding-left: 15px
                }

                    .datetimepicker table th.next.prev:after,
                    .datetimepicker table th.prev.prev:after {
                        background-image: url(images/prev2.svg)
                    }

                .datetimepicker table th.next.next,
                .datetimepicker table th.prev.next {
                    text-align: right;
                    padding-right: 15px
                }

                    .datetimepicker table th.next.next:after,
                    .datetimepicker table th.prev.next:after {
                        background-image: url(images/next2.svg)
                    }

                .datetimepicker table th.next:hover:after,
                .datetimepicker table th.prev:hover:after {
                    opacity: 1
                }

            .datetimepicker table th.dow {
                text-transform: uppercase;
                padding-bottom: 6px
            }

        .datetimepicker table tr td {
            height: 30px;
            font-weight: 500;
            line-height: 30px;
            position: relative
        }

            .datetimepicker table tr td:after {
                content: '';
                position: absolute;
                width: 30px;
                height: 30px;
                top: 50%;
                margin-top: -15px;
                left: 50%;
                margin-left: -15px;
                border-radius: 50%;
                z-index: -1
            }

            .datetimepicker table tr td.day:hover {
                background: 0 0;
                color: #fff
            }

                .datetimepicker table tr td.day:hover:after {
                    background: #e16919
                }

            .datetimepicker table tr td.active,
            .datetimepicker table tr td.active.active {
                background: 0 0;
                text-shadow: none;
                color: #e16919
            }

                .datetimepicker table tr td.active.active:hover,
                .datetimepicker table tr td.active:hover {
                    background: 0 0;
                    color: #fff
                }

                    .datetimepicker table tr td.active.active:hover:after,
                    .datetimepicker table tr td.active:hover:after {
                        background: #e16919
                    }

            .datetimepicker table tr td span {
                border-radius: 10px
            }

                .datetimepicker table tr td span.active,
                .datetimepicker table tr td span.active.active {
                    color: #e16919;
                    background: 0 0;
                    text-shadow: none
                }

                    .datetimepicker table tr td span.active.active:hover,
                    .datetimepicker table tr td span.active:hover {
                        background: #e16919;
                        color: #fff
                    }

                .datetimepicker table tr td span:hover {
                    background: #e16919;
                    color: #fff
                }
.n2:nth-child(2n+1){clear:left}
.n3:nth-child(3n+1){clear:left}
.n4:nth-child(4n+1){clear:left}
.n5:nth-child(5n+1){clear:left}
.n6:nth-child(6n+1){clear:left}
#comments{margin:20px auto}
.footer-title{    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    display: inline-block;}
#wpd-post-rating{margin-bottom:20px}
#footer ul{padding-left: 30px}
#footer a{color: #fff}
#wpdcom .wpd-thread-list{padding:20px 0}
#back-top{position:fixed;bottom:222px;right:25px;z-index:9999}
#back-top .fa{border-radius:3px;width:30px;height:30px;background:#000;color:#fff;font-size:14px;text-align:center;opacity:.4;line-height:30px}
#back-top .fa:hover{opacity:1;background:#003057}
.tagged_as{font-weight:700;padding:6px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin:10px 0}
.tagged_as a{font-size:12px;color:#666;background:#f1f1f1;margin:3px;display:inline-block;float:none;font-weight:500;padding:3px 7px;border-radius:3px}
.head.navbar-fixed-top{animation:stuckMoveDown .6s;background:#e16919;box-shadow:1px 1px 10px rgba(0,0,0,0.15)}
@keyframes stuckMoveDown {
0%{transform:translateY(-100%)}
100%{transform:translateY(0)}
}
@keyframes stuckMoveUp {
0%{transform:translateY(100%)}
100%{transform:translateY(0)}
}
@keyframes stuckFadeIn {
0%{opacity:0}
100%{opacity:1}
}
.breadcrumbs{padding:10px 0;background:#f5f5f5}
.breadcrumbs .slash{margin:0 7px}
.breadcrumbs .home .fa{font-size:18px}
a{transition:all 300ms ease-in-out}
.container{}
.row10{margin:0 -10px}
.row5{margin:0 -5px}
.row10 >div{padding:0 10px}
.row5 >div{padding:0 5px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.bold{font-weight:700}
.uppe{text-transform:uppercase}
.flex{display:flex;align-items:center;flex-wrap:wrap}
.row-reverse{flex-direction:row-reverse}
.table_cell{display:table}
.table_cell>div{display:table-cell}
.hotline-phone-ring-wrap{position:fixed;bottom:0;left:0;z-index:999999}
.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 .5s;left:0;bottom:0;display:block}
.hotline-phone-ring-circle{width:85px;height:85px;top:10px;left:10px;position:absolute;background-color:transparent;border-radius:100%;border:2px solid red;-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 .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;opacity:.5}
.hotline-phone-ring-circle-fill{width:55px;height:55px;top:25px;left:25px;position:absolute;background-color:red;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 .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}
.hotline-phone-ring-img-circle{background-color:red;width:33px;height:33px;top:37px;left:37px;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:red;height:40px;width:180px;line-height:40px;border-radius:3px;padding:0 10px;background-size:100%;cursor:pointer;transition:all .8s;-webkit-transition:all .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:33px;bottom:37px}
.hotline-bar > a{color:#fff;text-decoration:none;font-size:15px;font-weight:700;text-indent:50px;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:.1}
30%{-webkit-transform:rotate(0) scale(0.7) skew(1deg);-webkit-opacity:.5}
100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
0%{-webkit-transform:rotate(0) scale(0.7) skew(1deg);opacity:.6}
50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.6}
100%{-webkit-transform:rotate(0) scale(0.7) skew(1deg);opacity:.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}
}
.phone-right{left:auto;right:135px}
.phone-right .hotline-bar{background:#ffffffba}
.phone-right .hotline-bar > a{color:red}
.supports{position:fixed;right:10px;bottom:100px;border-radius:5px;width:auto;z-index:150;padding:10px 0}
.supports ul{list-style:none;margin:0}
.supports ul li a{border:none;padding:3px;display:block;border-radius:5px;text-align:center;font-size:10px;line-height:15px;color:#515151;font-weight:700;max-width:72.19px;max-height:54px;text-decoration:none}
.supports ul li a .icon{width:55px;height:55px;display:block;background-repeat:no-repeat;background-size:contain;margin:0 auto;background-position:center center}
.supports ul li a .icon_local{background-image:url(images/widget_icon_map.svg)}
.supports ul li a .icon_zalo{background-image:url(images/zalo-icon.png)}
.supports ul li a .icon_call{background-image:url(images/widget_icon_click_to_call.svg)}
.supports ul li a .icon_mess{background-image:url(images/messenger-icon.png)}
.supports ul li a .icon_sms{background-image:url(images/widget_icon_contact_form.svg)}
.supports ul li a i{-webkit-animation:ring 2s ease infinite;animation:ring 2s ease infinite}
@-webkit-keyframes ring {
0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}
2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}
4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}
6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}
8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}
10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}
12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}
14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}
16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}
18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}
20%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@keyframes ring {
0%{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg)}
2%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}
4%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}
6%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}
8%{-webkit-transform:rotate(-22deg);-ms-transform:rotate(-22deg);transform:rotate(-22deg)}
10%{-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg)}
12%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}
14%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}
16%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}
18%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}
20%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}
}
.modal-content{border:none;box-shadow:none;border-radius:.5rem;position:relative;background-color:#fff;background-clip:padding-box;outline:0}
.modal-header{background-color:#045d2d;color:#fff;padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}
.modal-header .modal-title{position:relative;min-height:44px;font-weight:400;font-size:18px;line-height:normal;margin:0;line-height:44px;color:#fff}
button.close{position:absolute;right:15px;top:30px;color:#fff;opacity:1}
.btn,input[type="submit"]{display:inline-block;height:40px;line-height:39px;padding:0 20px;text-align:center;white-space:nowrap;outline:none!important;cursor:pointer;border:none;font-weight:400;border-radius:0;letter-spacing:0;-webkit-transition:background-color .1s ease-in;-moz-transition:background-color .1s ease-in;-ms-transition:background-color .1s ease-in;-o-transition:background-color .1s ease-in;transition:background-color .1s ease-in;-webkit-border-radius:0;border-radius:0}
input[type="text"],input[type="search"],input[type="password"],input[type="email"],input[type="file"],input[type="number"],input[type="tel"],textarea,select{border:1px solid #e1e1e1;padding:7px 10px;width:100%;margin-bottom:10px;max-width:100%;display:block}
.pop_box input[type=submit]{background-color:#045d2d;color:#fff;margin-bottom:0;margin-top:15px}
.modal-dialog{margin:80px auto 0}
.wp-pagenavi{text-align:center;padding:20px 0}
.wp-pagenavi a,.wp-pagenavi span{width:36px;height:36px;border:1px solid #666;line-height:34px;text-align:center;color:#666;display:inline-block;padding:0 10px}
.wp-pagenavi span.pages,.wp-pagenavi a.last,.wp-pagenavi a.first{width:auto}
.wp-pagenavi span.current,.wp-pagenavi a:hover{background:#666;color:#fff;border-color:#666}
.paginate_links{overflow:hidden;text-align:center;display:table;margin:30px auto}
.paginate_links .page-numbers{width:32px;height:32px;display:inline-block;float:left;margin:0 5px;padding-top:7px;color:#c8102e;border:1px solid #c8102e;margin-bottom:5px}
.paginate_links .page-numbers:hover{background:#c8102e;color:#fff}
.paginate_links .page-numbers.prev,.paginate_links .page-numbers.next{background:transparent;width:auto;border:none}
.paginate_links .page-numbers.prev:hover,.paginate_links .page-numbers.next:hover{text-decoration:underline;color:#007BB6}
.paginate_links .page-numbers.current{background:#c8102e;color:#fff}
*{margin:0;padding:0;line-height:1.5}
a:hover,a:focus,a:visited{text-decoration:none;outline:none}
a{text-decoration:none;cursor:pointer;color:#333}
img{max-width:100%;border:none;height:auto}
p.wp-caption-text{text-align:center}
#content_pages{padding:30px 0}
.entry-title{font-size:24px;margin-bottom:15px}
.img_single img{width:100%;height:auto}
.title_single{margin-top:15px;margin-bottom:5px}
.user-meta{color:#000;letter-spacing:1px;font-size:12px;text-transform:uppercase;padding-bottom:20px}
.user-meta a{font-weight:500}
.content-post img{display:block;margin:15px auto}
.content-post hr{margin:10px 0}
.content-post p{margin-bottom:10px}
.content-post p img{margin:0 auto}
.content-post ul,.content-post ol{margin-left:24px;margin-bottom:10px}
.content-post table{margin-bottom:10px}
.content-post h1,.content-post h2,.content-post h3,.content-post h4,.content-post h5,.content-post h6{}
.content-post h1{font-size:24px}
.content-post h2{font-size:22px}
.content-post h3{font-size:20px}
.content-post h4{font-size:18px}
.content-post h5,.content-post h6{font-size:16px}
.content-post blockquote{background-color:#E4F0FB;padding:10px 20px;border:3px solid #C2DFF9;border-radius:4px;margin:10px 0 15px;text-align:justify;font-size:15px;font-weight:600}
.content-post blockquote:before{content:"";background-image:url(images/before.png);display:block;width:32px;height:26px;float:left;margin-right:20px}
.content-post blockquote:after{content:"";background-image:url(images/after.png);display:block;width:32px;height:26px;float:right}
.content-post blockquote *{display:inline}
.content-post a{font-weight:500;text-decoration:underline}
.wp-caption.aligncenter{max-width:100%!important}
.alignnone{margin:5px 20px 20px 0}
.aligncenter,div.aligncenter{display:block;margin:5px auto}
.alignright{float:right;margin:5px 0 20px 20px}
.alignleft{float:left;margin:5px 20px 20px 0}
.aligncenter{display:block;margin:5px auto}
a img.alignright{float:right;margin:5px 0 20px 20px}
a img.alignnone{margin:5px 20px 20px 0}
a img.alignleft{float:left;margin:5px 20px 20px 0}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}
.wp-caption.alignnone{margin:5px 20px 20px 0}
.wp-caption.alignleft{margin:5px 20px 20px 0}
.wp-caption.alignright{margin:5px 0 20px 20px}
.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}
.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;text-align:center;margin:0;padding:0 4px 5px}
div.wpcf7 .ajax-loader{position:absolute}
.widget-tabs{padding:7px;margin-bottom:0;border:0;list-style:none;margin-left:0;margin-right:0;background-color:#33b5e5;margin-bottom:1.7rem;word-wrap:break-word}
.tabs-2 li{width:50%}
.nav-tabs .nav-link,.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{border:0;color:#fff}
.nav-tabs .nav-item.active .nav-link,.nav>li>a:focus,.nav>li>a:hover,.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{background-color:rgba(255,255,255,0.2);color:#fff;-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;-ms-transition:all 1s;transition:all 1s;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px}
.widget-content .single-post:last-of-type{border-bottom:none}
.widget-tabs-content .img img{box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);width:100%}
#back-top{display:none}
.widget-content .single-post{padding-bottom:12px;border-bottom:1px solid #ddd;padding-top:12px}
.widget-content .single-post h3.title{font-size:14px;margin-bottom:2px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.widget-tabs-content h3.title{font-weight:400;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#424242;font-size:16px}
.widget-tabs-content h3.title a{color:#424242}
.text-muted{color:#636c72;display:block;margin-top:10px;font-size:14px;font-weight:400}
.widget-content .single-post .text-muted{font-size:12px;color:#666;margin-top:0;font-weight:300}
.form-group{margin-bottom:18px;position:relative}
.form-group .input{}
.form-group input[type='email'],.form-group input[type='date'],.form-group input[type='search'],.form-group input[type='number'],.form-group input[type='text'],.form-group input[type='tel'],.form-group input[type='url'],.form-group input[type='password'],.form-group textarea,.form-group select{margin:0;outline:none;padding:10px 12px;border:1px solid #8c6e4a;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);color:#333;transition:color .3s,border .3s,background .3s,opacity .3s}
.form-group input[type='email']:focus,.form-group input[type='date']:focus,.form-group input[type='search']:focus,.form-group input[type='number']:focus,.form-group input[type='text']:focus,.form-group input[type='tel']:focus,.form-group input[type='url']:focus,.form-group input[type='password']:focus,.form-group textarea:focus,.form-group select:focus{box-shadow:0 0 5px #ccc}
.form-button input[type="submit"]{color:#fff;text-transform:uppercase;font-size:16px;background:#8b6e4b;transition:transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s}
.form-button input[type="submit"]:hover{box-shadow:inset 0 0 0 100px rgba(0,0,0,0.2)}
.wpcf7-form-control-wrap{position:initial}
.wpcf7 .wpcf7-not-valid-tip{position:relative;padding:5px 10px!important;line-height:1.2em;left:auto!important;border-radius:3px;background-color:#f1f1f1!important;border:0!important;color:#000;position:absolute;right:0;top:40px;z-index:99;font-size:12px;margin-bottom:5px}
.wpcf7 .wpcf7-not-valid-tip:after{bottom:100%;left:30px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136,183,213,0);border-bottom-color:#f1f1f1;border-width:5px;margin-left:-10px}
.wpcf7 .wpcf7-validation-errors{display:none!important}
.owl-carousel .owl-dots{text-align:center;margin-top:10px}
.owl-carousel .owl-dots > *{display:inline-block;zoom:1}
.owl-carousel .owl-dots .owl-dot{outline:none;background:none}
.owl-carousel .owl-dots .owl-dot span{width:11px;height:11px;border:1px solid #869791;border-radius:50%;margin:0 5px;display:block}
.owl-carousel .owl-dots .owl-dot.active span{background:#fff;border-color:#fff}
.owl-carousel .owl-nav button{position:absolute;top:50%;transform:translateY(-50%);outline:none;background:none}
.owl-carousel .owl-nav button .fa{width:36px;height:36px;border:1px solid #869791;border-radius:50%;line-height:34px;text-align:center}
.owl-carousel .owl-nav button span{display:block;height:50px;line-height:40px;font-size:45px;width:50px;color:#fff;text-align:center;border-radius:50%;font-family:-webkit-body}
.owl-carousel .owl-nav button.owl-prev span{background-image:linear-gradient(to right,rgba(0,0,0,.5)0,rgba(0,0,0,.0001)100%)}
.owl-carousel .owl-nav button.owl-next span{background-image:linear-gradient(to left,rgba(0,0,0,.5)0,rgba(0,0,0,.0001)100%)}
.owl-carousel .owl-nav button.owl-prev{left:0}
.owl-carousel .owl-nav button.owl-next{right:0}
.slider_home .owl-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%)}
.sidebar .widget:not(:last-child){margin-bottom:20px}
.header_top{background-color:#e4e4e4}
.header_top ul{text-align:right;margin:0}
.header_top ul li{list-style-type:none;display:inline-block;margin-left:15px}
.header_top ul li a{padding:8px 0;color:#000;display:block}
.header_mid{padding:10px 0}
.header_mid .logo img{max-width:280px;max-height:100px}
.header_mid .hotline_header ul{text-align:right;margin:10px 0 20px}
.header_mid .hotline_header ul li{list-style: none}
.header_mid .hotline_header ul li a{    color: #fff;
    font-size: 17px;
    font-weight: 700;
    background: #e16919;
    padding: 10px 20px;
    border-radius: 5px;}
.header_menu{background:#e16919}
.slider-banner{position:relative}
.slider-banner .owl-dots{position:absolute;bottom:0;left:0;width:100%;text-align:center;margin:0;padding:22px 0}
.slider-banner .owl-dots .owl-dot span{width:30px!important;border-radius:10px!important;border:none;background:#7c818482}
.slider-banner .owl-dots .owl-dot.active span{background:#e16919!important}
.banner{position:relative}
.banner .box-form{width:550px;border-radius:20px;padding:10px;background:linear-gradient(#e16919,#e16919);position:absolute;bottom: 0;left:90px;z-index:9}
.control-tab .nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{background:#f07325!important;border:1px solid #f07325!important}
.control-tab .nav-tabs .nav-link,.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{border:1px solid #ff9035;color:#fff}
.control-tab .nav-tabs .nav-item.active .nav-link,.nav>li>a:focus,.nav>li>a:hover,.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{background:#f07325;color:#fff;transition:all .4s}
.box-form .nav-pills>li a{position:relative;color:#fff}
.box-form .nav li.active a:before{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(68,68,68,0);border-top-color:#fe9338;border-width:10px;margin-left:-10px}
.box-form .nav-pills{text-align:center}
.box-form .nav-pills>li{float:none;display:inline-block}
.box-form input[type="submit"]{color:#fff;border:none;font-weight:700;padding:10px 20px;border-radius:5px;text-transform:uppercase;font-size:16px;background:#fe832b;line-height:1.2;margin:0 auto;display:block}
.box-form input[type='text'],.box-form input[type='tel'],.box-form input[type='number'],.box-form select,.box-form input[type='date']{margin:0!important;outline:none!important;padding:10px 12px 10px 30px!important;color:#333!important;background:#ddd!important;color:#000!important;font-style:italic!important;font-size:14px!important;border:none!important;box-shadow:none!important;width:100%}
.box-form input[type='text']::placeholder,.box-form input[type='tel']::placeholder,.box-form input[type='number']::placeholder,,.box-form select::placeholder{color:#e16919}
.box-form p{color:#fff}
.box-form .form-group{position:relative}
.box-form .form-group .fa{position:absolute;left:0;top:0;font-size:15px;color:#e16919;height:41px;width:30px;text-align:center;line-height:2.5}
.box-form input[type=radio]{position:relative;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;height:20px;width:20px;-webkit-transition:all .15s ease-out 0;-moz-transition:all .15s ease-out 0;-o-transition:all .15s ease-out 0;transition:all .15s ease-out 0;background:#003170;border:0;cursor:pointer;outline:none;vertical-align:middle;border-radius:5px;padding:0;vertical-align:sub}
.box-form input[type=radio]:checked:before{height:14px;width:14px;position:absolute;top:3px;left:3px;content:'';display:block;background:url('img/check.png') center center no-repeat}
.box-form .form-group .wpcf7-list-item{padding:5px 0}
.box-form .form-group .wpcf7-list-item-label{font-size: 14px;
color: #fff;
margin-left: 3px;
font-weight: 300;
display: inline-block;
vertical-align: text-bottom;}
.form-group input[type='number']::-webkit-outer-spin-button,.form-group input[type='number']::-webkit-inner-spin-button{display: none;
        margin: 0;}
.form-group input[type='number']{appearance: textfield;
        -webkit-appearance: none;
        -moz-appearance: textfield;}
.box-form .tab-content{padding:20px 15px}
.sec-cost{padding:30px 0;background:#efefef}
.sec-cost .title-cost h2{font-size:22px;font-weight:700;margin-top:0;text-align:center;text-transform:uppercase;position:relative;padding-bottom:15px;margin-bottom:10px;color:#e16919}
.sec-cost .title-cost h2:after{position:absolute;bottom:0;left:50%;width:100px;height:0;margin-left:-50px;content:'';border-bottom:1px solid #e16919}
.sec-procedure,.sec-commitment{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:fixed;color:#fff}
.color-background{background:rgba(0,0,0,0.6);padding:40px 0}
.sec-procedure .title-procedure{text-align:center;margin-bottom:20px}
.sec-procedure .title-procedure h2{font-size:22px;font-weight:700;margin-top:0;text-align:center;text-transform:uppercase;position:relative;padding-bottom:15px;margin-bottom:10px;color:#fff}
.sec-procedure .title-procedure h2:after{position:absolute;bottom:0;left:50%;width:100px;height:0;margin-left:-50px;content:'';border-bottom:1px solid #fff}
.sec-procedure .title-procedure p{margin:0}
.content-procedure .item-procedure{position:relative;width:100%;min-height:125px;text-align:left;padding:0 0 10px 45px;margin-bottom:6px}
.content-procedure .item-procedure span{position:absolute;top:0;left:0;width:30px;height:30px;border-radius:50%;border:2px solid #fd943b;font-weight:500;color:#fd943b;text-align:center;line-height:28px}
.content-procedure .item-procedure:not(:last-child):before{content:"";width:13px;height:92px;background:url(img/arrowdown.png) no-repeat center/cover;display:block;position:absolute;bottom:0;left:8px}
.content-procedure .item-procedure:hover h3{color:#fd943b}
.content-procedure .item-procedure h3{font-size:18px;cursor:pointer}
.sec-car{padding:30px 0}
.sec-car .title-car{text-align:center;margin-bottom:20px}
.sec-car .title-car p{color:#e16919}
.sec-car .title-car h2{font-size:22px;font-weight:700;margin-top:0;text-align:center;text-transform:uppercase;position:relative;padding-bottom:15px;margin-bottom:10px;color:#e16919}
.sec-car .title-car h2:after{position:absolute;bottom:0;left:50%;width:100px;height:0;margin-left:-50px;content:'';border-bottom:1px solid #e16919}
.slider-car .item-car{position:relative}
.slider-car .item-car .tlp-tm-content-wrapper{position:absolute;bottom:0;width:100%;left:0;text-align:left;background:#e16919;padding:7px 15px 10px;color:#fff;height:35px;overflow:hidden;transition:all .3s}
.slider-car .item-car h3.item-title{margin-bottom:10px;margin-top:0;font-size:16px;color:#fff;text-transform:uppercase}
.slider-car .item-car span.item-designation{text-transform:uppercase;color:#fff;font-size:14px;font-weight:700}
.slider-car .item-car:hover .tlp-tm-content-wrapper{height:65px}
.slider-car{overflow:hidden}
.slider-car .owl-nav button{color:#FFF;background:#869791;opacity:.5;border-radius:50%;transition:all .3s}
.slider-car .owl-nav button.owl-prev{left:-50px}
.slider-car .owl-nav button.owl-next{right:-50px}
.slider-car:hover .owl-nav button.owl-prev{left:10px;opacity:.7}
.slider-car:hover .owl-nav button.owl-next{right:10px;opacity:.7}
.slider-car:hover .owl-nav button:hover{opacity:1}
.sec-commitment .title-commitment{}
.sec-commitment .title-commitment h2{font-size:22px;font-weight:700;margin-top:0;text-align:center;text-transform:uppercase;position:relative;padding-bottom:15px;margin-bottom:10px;color:#fff}
.sec-commitment .title-commitment h2:after{position:absolute;bottom:0;left:50%;width:100px;height:0;margin-left:-50px;content:'';border-bottom:1px solid #fff}
.sec-commitment .content-about-us{color:#fff}
.sec-commitment .content-about-us ul li{margin-left:30px}
.sec-commitment .content-about-us p,.content-about-us ul li{line-height:2}
.sec-news{padding:30px 0;background:#f2f2f2}
.sec-news .title-news{text-align:center;margin-bottom:20px}
.sec-news .title-news h2{font-size:22px;font-weight:700;margin-top:0;text-align:center;text-transform:uppercase;position:relative;padding-bottom:15px;margin-bottom:10px;color:#e16919}
.sec-news .title-news h2:after{position:absolute;bottom:0;left:50%;width:100px;height:0;margin-left:-50px;content:'';border-bottom:1px solid #e16919}
.item-news .media-body .title-news{font-size:18px;font-weight:600;line-height:1.3;color:#000}
.item-news .media-body .view{font-size:12px;color:#e16919}
.item-news .media-body{padding-top:20px}
.item-news .product-image img{opacity:1;transition:all .3s}
.item-news .product-image img:hover{opacity:.8}
.slider-news .owl-nav button{background:#869791;color:#FFF;opacity:.5;border-radius:50%;transition:all .3s}
.slider-news .owl-nav button:hover{opacity:1}
#footer{background-color:#353a3d;z-index:2;background-position:center;background-size:cover;background-attachment:fixed;color: #fff}
#footer .color-footer{background: #e1691996;z-index:-1}
#footer .footer-bot{color:#fff;border-top:1px solid #fff}
#footer .footer-bot p{margin:10px 0}
#footer .footer-top{padding:30px 0}
.sidebar-title{background:#e16919;color:#fff;padding:8px 10px;font-size:15px;text-transform:uppercase;position:relative;margin:0;margin-bottom:5px}
.item-newss .info-post a.caption{color:#000;font-size:16px;font-weight:500;padding:10px 0 0;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;transition:all .4s}
.item-newss .info-post a.caption:hover{color:#E95843}
.item-newss .info-post p{font-size:14px;text-align:justify;color:#666;padding-top:10px;line-height:20px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.item-newss .info-post a.view-more{line-height:24px;width:90px;text-align:center;border:solid 1px #e16919;font-style:italic;border-radius:12px;display:inline-block;margin-top:15px;font-size:12px;transition:all .4s}
.item-newss .info-post a.view-more:hover{color:#fff;border:solid 1px #fdc800;background:#fdc800}
.item-newss .img-post img:hover{opacity:.8}
.item-newss{margin-bottom:30px}
.color-title-big{padding:70px 0;background:rgba(0,0,0,.5)}
.single_cat_title,.entry-title{color:#fff;margin:0;font-weight:500;font-size:36px;text-align:center}
.title-big{background-size:cover;width:100%;overflow:hidden}
.box-form{background:linear-gradient(#e16919,#e16919);border-radius:20px}
.box-form-page{padding:20px}
.contact-info p{font-weight:700}
.contact-info ul{padding-left:20px}
.contact-info ul li{margin-bottom:10px}
.contact-info ul li a{color:#428bca;transition:all .5s}
.contact-info ul li:hover a{color:#003170;}
.title-teamplate h2{border-bottom:2px solid #e16919;font-size:20px;text-transform:uppercase;color:#e16919;margin:0;padding:8px 0;margin-bottom:15px}
.sidebar .widget-content .single-post .title a:hover{color:#e16919}
.sidebar .widget-content .single-post .img img{opacity:1}
.sidebar .widget-content .single-post .img img:hover{opacity:.8}
.box-form .random-icon{width:50%;float:right;text-align:center;background:#f07325;padding:5px;margin-bottom:18px;border-radius:5px;color:#fff;cursor: pointer;}
.box-form .form-group .wpcf7-list-item input[type="checkbox"]:checked::before {
    height: 14px;
    width: 14px;
    position: absolute;
    top: 5px;
    left: 5px;
    content: '';
    display: block;
    background: url(img/check.png) center center no-repeat;}
.box-form form .wpcf7-response-output{color: #fff}
.banner_main {position: relative;padding: 20px 0;    border-bottom: 5px solid #e16919;}
.banner_main .container > .row{display: flex;align-items: center;}
.banner_main .slogan_banner{color: #fff;}
.banner_main .slogan_banner h4{margin-bottom: 20px;}
.banner_main .slogan_banner p{font-size: 16px;}
.banner_main .form_main .form_booking{    opacity: 1;
    margin-top: 20px;
    background: #F9F9F9;position: relative;
    border-radius: 7px 7px 7px 7px;
    border: 5px solid #e16919;}
.banner_main .form_booking .title_form{    background: #F5AA06;
    color: #ffffff;
    font-weight: bold;
    width: 100%;text-align: center;position: relative;
    display: block;font-size: 14px;text-transform: uppercase;
    padding: 10px 15px;}

.banner_main .form_booking .box_form{padding: 15px 30px;} 
.banner_main .form_booking .box_form h4{    margin-bottom: 5px;
    font-weight: 700;font-size: 14px;}


.banner_main .form_booking .box_form .row .col-md-12:nth-child(2){position: relative;}
.banner_main .form_booking .box_form .iconchange{width: 37px;
    height: 37px;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    display: inline-block;
    right: 15px;
    top: 20px;
    position: absolute;
    line-height: 37px;
    color: #e16919;}






.banner_main .form_booking .box_form .form-group{position: relative;display: flex;align-items: center;}
.banner_main .form_booking .box_form .form-group .icon{    width: 37px;
    height: 37px;
    text-align: center;    background-color: #eee;
    border: 1px solid #ccc;
    display: inline-block;
    line-height: 37px;}
.banner_main .form_booking .box_form .form-group .wpcf7-form-control-wrap{width: calc(100% - 37px)}

.banner_main .form_booking .box_form .form-group input{height: 37px;line-height: 37px;width: 100%;    border: 1px solid #d3d3d3;
    border-left: none;padding: 0 15px;}
.banner_main .form_booking .box_form .form-group select{height: 37px;line-height: 37px;width: 100%;    border: 1px solid #d3d3d3;
    border-left: none;padding: 0 15px;}
.banner_main .form_booking .box_form .row > div:nth-child(1) .icon{    color: #0288d1;font-size: 20px;line-height: 30px;}
.banner_main .form_booking .box_form .row > div:nth-child(2) .icon{color: red;font-size: 20px;line-height: 30px;}
.banner_main .form_booking .box_form .row > div:nth-child(3) .icon{color: red;font-size: 14px;}
.banner_main .form_booking .box_form .row > div:nth-child(4) .icon{font-size: 14px;}
.banner_main .form_booking .box_form .row > div:nth-child(5) .icon{color: #e16919 ;font-size: 14px;}
.banner_main .form_booking .box_form .row > div:nth-child(6) .icon{color: #e16919;font-size: 14px;}

.banner_main .form_booking .box_form .form-group input[type='submit']{    width: 100%;
    background: #e16919;
    color: #fff;
    border: 1px solid #e16919;text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;text-transform: uppercase;
    text-align: center;border-radius: 4px;}
.title_main{    text-align: center;
    width: 100%;
    margin: 30px 0 30px;}
.title_main h2{    font-weight: 700;
    font-size: 24px;
    color: #444;
    text-transform: uppercase;
    margin: 0 0 10px;}
.title_main span{    width: 176px;
    height: 2px;
    background-color: #444;
    margin: auto;
    display: block;}
.value_brought .list_valueb{margin-bottom: 50px;}
.value_brought .item_value .thumb_value img{width: 123px;display: block;margin: 0 auto;}
.value_brought .item_value .cnt_value .title_sumenh{font-size: 20px;
    color: #444;font-size: 20px;}
.value_brought .item_value .cnt_value .desc{    margin: 0 auto;
    width: 90%;
    color: #444;}
.value_brought .item_value .cnt_value .desc span{    color: red;
    font-weight: bold;}
.download_app .box_down{    border-top: 1px solid #e16919;
    border-bottom: 1px solid #e16919;
    padding-bottom: 25px;}
.download_app .box_down .app_google h2{    margin-top: 20px;
    margin-bottom: 10px;}
.download_app .box_down .app_google a{      overflow: hidden;
    position: relative;
    border-radius: 2px;
    margin: 30px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 16%), 0 2px 10px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px rgb(0 0 0 / 16%), 0 2px 10px rgb(0 0 0 / 12%);}
.download_app .box_down .app_google a img{border-radius: 0px;
    height: 53px;    width: 100%;
    display: block;
    max-width: 170px;}

.download_app .box_down .desc_app {margin-top: 30px;}
.download_app .box_down .desc_app p{font-style: italic;
    text-align: center;
    font-size: 18px;}
.download_app .box_down .desc_app .ceo_desc{      text-align: right;
    color: #d33;
    font-weight: 600;
    font-size: 16px;}
.list_place .item_place{margin-bottom: 10px;position: relative;}
.list_place .item_place:after{background: rgba(53, 53, 53, 0.53);
    position: absolute;
    top: 0;content: '';
    left: 0px;
    width: 100%;
    height: 100%;}
.list_place .item_place .thumb_place a {display: block;}
.list_place .item_place .thumb_place a img{width: 100%;height: 190px;object-fit: cover;}
.list_place .item_place .cnt_place{    position: absolute;
    z-index: 9;
    color: #fff;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 30px;}
.list_place .item_place:hover .thumb_place a img{opacity: .7}
.list_place .item_place .cnt_place .desc{opacity: 0;    font-size: 14px;
    padding: 0px 15px;
    text-transform: none; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    opacity: 0;letter-spacing: 1px}

.list_place .item_place:hover .cnt_place .desc{   opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
.list_place .item_place .cnt_place a{display: block;color: #fff;position: relative;z-index: 999;}
.list_place .item_place .cnt_place h3{    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 5px;}
.list_place .item_place .cnt_place:before{    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;position: absolute;
    content: '';-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    opacity: 0;}
.list_place .item_place .cnt_place:after{    position: absolute;
    content: '';
    opacity: 0;    top: 10px;
    right: 30px;
    bottom: 10px;
    left: 30px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;}
.list_place .item_place:hover .cnt_place:before{    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);}
.list_place .item_place:hover .cnt_place:after{    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);}



.list_location .col-md-8 .row > div:first-child{width: 100%;}
.list_location .col-md-8 .row > div:first-child .item_location .thumb_loca a img{width: 100%;height: 175px;}
.list_location .col-md-8 .row > div:first-child .item_location{max-height: 175px;overflow: hidden;}
.list_location .col-md-8 .item_location{max-height: 190px;overflow: hidden;}
.list_location .col-md-4 .item_location{max-height: 375px;overflow: hidden;}

.list_location .col-md-8 .item_location .thumb_loca a img{width: 100%;height: 190px;}
.list_location .col-md-4 .item_location .thumb_loca a img{width: 100%;height: 385px;}

.list_location .item_location{position: relative;margin-bottom: 10px;    overflow: hidden;}
.list_location .item_location .thumb_loca a{display: block;overflow: hidden;}
.list_location .item_location .thumb_loca a img {transition: all 0.5s ease;}
.list_location .item_location:hover .thumb_loca a img{transform: scale(0.95);opacity: .6}


.list_location .item_location .cnt_loca a{    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 32px;
    background: rgba(53, 53, 53, 0.53);
    font-size: 30px;
    color: #fff ;
    text-transform: uppercase;}
.list_location .col-md-8 .row > div:first-child .item_location .cnt_loca a:after{top: -191px;}
.list_location .item_location .cnt_loca a:after{position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);}

.list_location .item_location:hover .cnt_loca a:after{    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);}
.entry-table.entry table{
        text-align: center;
    margin-bottom: 15px;
    background: #fff;
}
.entry-table.entry table tr:first-child {
    background: #e16919;
    color: #FFF;
}
@media(max-width:768px) {
	.box-form .random-icon {
    width: 100%;
    float: none;}
    .box-form .random-icon, .box-form .form-group .wpcf7-list-item-label{font-size: 13px;}
    .box-form .form-group .wpcf7-list-item{margin: 0;margin-right: 3px;}
    .box-form .form-group .wpcf7-list-item input{height: 20px;width: 20px;}
.banner .box-form{position:relative;top:auto;left:auto;width:auto;margin:15px}
.sec-cost .content-about-us img{height:auto!important;width:auto!important}
.n3:nth-child(2n+1){clear:left}
.n3:nth-child(3n+1){clear:none}
.n5:nth-child(2n+1){clear:none}
.n5:nth-child(2n+1){clear:left}
#sticker .hotline .text b{color:#045d2d;font-size:16px}
#sticker .lang{border-top:1px solid #045d2d;padding:12px 15px;text-transform:uppercase}
.bg-red{background-color:#999}
.cl-red{color:#045d2d}
.list_place .item_place .cnt_place .desc {
  opacity: 1;
}
#sticker-wrapper{width:310px;max-width:100%;background:rgba(255,255,255,.9);height:100%;border:none;z-index:1;left:-100%;display:block;position:relative;padding:0 0 50px;-webkit-transition:all 300ms ease-out;-moz-transition:all 300ms ease-out;-ms-transition:all 300ms ease-out;-o-transition:all 300ms ease-out;transition:all 300ms ease-out;margin:0}
#touch-menu .touch-menu-inner,#touch-menu .touch-menu-inner:before,#touch-menu .touch-menu-inner:after{background-color:#888;position:absolute;width:24px;height:2px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:5px}
.container{width:100%;padding:0 10px;overflow:hidden}
.row{margin:0 -10px}
.row>div{padding:0 10px}
iframe{width:100%}
.menu-main{display:none}
.header-top{height:3px}
.content-header{padding:5px 0}
.content-header.head.navbar-fixed-top{border-bottom:1px solid #000}
.fixed{position:fixed!important;z-index:1000000;width:100%;background:#fff;top:0;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.3);-moz-box-shadow:0 2px 7px 0 rgba(0,0,0,.1);box-shadow:0 2px 7px 0 rgba(0,0,0,.1)}
#sticker{width:100%;height:100%;left:0;top:0;z-index:999;visibility:hidden;opacity:0;position:fixed}
#sticker.opened{visibility:visible;opacity:1;transition:ease-in-out .3s}
#sticker .container{padding:0}
#sticker-overlay{opacity:0;visibility:hidden;background:rgba(0,0,0,0.5);position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;-webkit-transition:all 300ms ease-out;-moz-transition:all 300ms ease-out;-ms-transition:all 300ms ease-out;-o-transition:all 300ms ease-out;transition:all 300ms ease-out}
#sticker.opened #sticker-wrapper{left:0}
#sticker.opened #sticker-overlay{opacity:1;visibility:visible}
#sticker .tbl,#sticker .tbl-cell{display:block;width:100%}
#sticker .sticker-header{width:100%}
#sticker .sticker-header .title{font-size:20px;line-height:75px;text-transform:uppercase;color:#fff;padding:0 50px 0 20px;background:#333}
#sticker .sticker-header .close-menu{width:40px;height:40px;line-height:40px;position:absolute;right:5px;top:17px;cursor:pointer;text-transform:uppercase}
#sticker .sticker-header .close-menu:before,#sticker .sticker-header .close-menu:after{width:18px;height:2px;position:absolute;left:50%;top:50%;margin:-1px 0 0 -9px;content:"";background:#fff}
#sticker .sticker-header .close-menu:before{transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg)}
#sticker .sticker-header .close-menu:after{transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg)}
#sticker .sticker-body{max-height:calc(100% - 136px);overflow:auto;padding:10px}
#sticker .search{padding:10px;background:#e16919;border-top:1px solid #aaa}
#sticker .search form{position:relative}
#sticker .search form input{width:100%;height:40px;line-height:40px;padding:0 30px 0 15px;background-color:#fff;border:none;outline:none!important;margin-left:0;margin-bottom:0}
#sticker .search form button{position:absolute;top:7px;right:10px;background:none!important;color:#666;outline:none!important;border:none;font-size:20px;padding:0}
#sticker ul.main-menu{display:block;float:none!important;padding:0;margin:0}
#sticker .main-menu > li{display:block;border-bottom:1px solid #aaa;padding:0;position:relative;width:100%}
#sticker .main-menu > li > a{line-height:14px;padding:11px 45px 11px 5px;display:block;text-align:left;font-weight:400;font-size:14px;text-transform:capitalize}
#sticker #sticker-wrapper .main-menu > li > .fa{position:absolute;right:0;top:0;line-height:39px;width:39px;text-align:center;cursor:pointer;margin:0;font-size:12px;display:block}
#sticker ul.main-menu > li ul{position:static;transform:none;width:100%;padding-left:10px;margin-left:0;background-color:transparent;display:none;margin-bottom:10px}
#sticker ul.main-menu > li ul:after{display:none}
#sticker ul.main-menu > li ul > li{border-bottom:none;list-style:none;margin-bottom:5px}
#sticker ul.main-menu > li ul > li > a{border-bottom:none;padding:7px 10px 7px 20px}
#sticker .sticker-footer{position:absolute;bottom:0;left:0;width:100%;background:#e16919;color:#fff}
.sticker-footer .hotline{color:#2d2d2d;text-transform:uppercase;background-color:rgba(0,0,0,0);border:1px solid#fff;padding:7px;text-align:center;border-radius:20px;margin:5px 20px;background-color:#fff}
.sticker-footer .hotline a{color:#2d2d2d;font-size:18px;font-weight:700}
#sticker .hotline .text{min-height:34px;line-height:34px;background:url(../img/hotline-icon.png) 3px 4px no-repeat;white-space:nowrap;padding:0 10px 0 40px;background-color:#fff!important;border-radius:34px}
#sticker .hotline .text span,#sticker .main-menu > li.hotline .text b{display:inline-block;font-weight:600}
#sticker .hotline .text span{color:#5d5d5d;text-transform:uppercase;font-size:16px;font-weight:700;margin-bottom:0;padding-right:5px}
#touch-menu,.cart_mb{width:30px;height:30px;cursor:pointer;line-height:30px;text-align:center;border-radius:4px;background:#e16919;color:#fff;display:inline-block}
.flex,.flex_al{display:block}
.columns-3,.columns-4,.columns-5,.columns-6{grid-template-columns:repeat(2,1fr);grid-column-gap:10px;grid-row-gap:10px}
.columns-2{grid-template-columns:repeat(1,1fr);grid-column-gap:10px;grid-row-gap:10px}
.phone-right{left:auto;right:0}
#back-top{bottom:220px}
.supports ul li a .icon_call{width:54px;height:54px;background-color:#6cb917;border:2px solid #fff;background-size:27px;border-radius:50%;margin-bottom:4px}
.supports ul li.icon_mb{position:relative;top:-23px}
.logo_mb img{height:60px}
.content-header .container>.row{display:flex;align-items:center}
.content-post{font-size:14px}
.content-post h1{font-size:20px}
.content-post h2{font-size:18px}
.content-post h3,.content-post h4{font-size:16px}
.content-post h5,.content-post h6{font-size:14px}
}
.button_home{color:#fff;font-weight:400;z-index:1;box-shadow:0 0 15px rgba(0,0,0,.1);text-transform:uppercase;display:inline-block;position:relative;overflow:hidden;font-size:14px;padding:0 25px;line-height:36px;border:1px solid #ed3126;background:0 0;letter-spacing:1px;transition:color .45s cubic-bezier(.785,.135,.15,.86),border .45s cubic-bezier(.785,.135,.15,.86)}
.button_home:before{position:absolute;content:"";display:block;left:-2px;top:0;right:-2px;bottom:0;transform:scale(1,1);transform-origin:left center;z-index:-1;background:#ed3126;transition:transform .45s cubic-bezier(.785,.135,.15,.86),-webkit-transform .45s cubic-bezier(.785,.135,.15,.86)}
.button_home:hover:before{transform:scale(0,1);transform-origin:right center}
.links_home{display:inline-block;line-height:52px;padding:0 15px;min-width:260px;font-size:15px;color:#fff;text-align:center;background-color:rgba(34,34,34,0.7);border-right:1px solid #f21d54;border-left:1px solid #40bde6;transition:all .2s;position:relative}
.links_home:before{top:0;background:-webkit-linear-gradient(left,#40bde6 0%,#354aff 60%,#f21d54 100%)}
.links_home:after{bottom:0;background:-webkit-linear-gradient(left,#40bde6 0%,#354aff 40%,#f21d54 100%)}
.links_home:after,.links_home:before{content:"";display:block;width:100%;height:1px;position:absolute;left:0;transition:all .2s}
.links_home:hover{color:#fff;background-color:rgba(255,255,255,.2);border-right:1px solid #40bde6;border-left:1px solid #f21d54}
.links_home:hover:before{background:-webkit-linear-gradient(left,#f21d54 0%,#354aff 60%,#40bde6 100%)}
.links_home:hover:after{background:-webkit-linear-gradient(left,#f21d54 0%,#354aff 40%,#40bde6 100%)}
h1,h2,h3,h4,h5,h6{margin-top:0}
.h10{height:10px;display:block}
.h20{height:20px;display:block}
.h30{height:30px;display:block}
.h40{height:40px;display:block}
.h50{height:50px;display:block}
.h60{height:60px;display:block}
.img img{width:100%;height:auto;object-fit:cover}
.columns-2{grid-template-columns:repeat(2,1fr);display:grid;grid-column-gap:30px;grid-row-gap:30px}
.columns-3{grid-template-columns:repeat(3,1fr);display:grid;grid-column-gap:30px;grid-row-gap:30px}
.columns-4{grid-template-columns:repeat(4,1fr);display:grid;grid-column-gap:30px;grid-row-gap:30px}
.columns-5{grid-template-columns:repeat(5,1fr);display:grid;grid-column-gap:30px;grid-row-gap:30px}
.columns-6{grid-template-columns:repeat(6,1fr);display:grid;grid-column-gap:30px;grid-row-gap:30px}
.box_hidden{height:300px;overflow-y:scroll;padding-right:10px}
.box_hidden::-webkit-scrollbar{width:8px;background-color:#F5F5F5}
.box_hidden::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#154589}
.box_hidden::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);border-radius:10px;background-color:#F5F5F5}
.header_menu ul{list-style:none;margin:0;text-align:center}
.header_menu .menu>li{display:inline-block}
.header_menu .menu li{position:relative}
.header_menu .menu .sub-menu{opacity:0;visibility:hidden;position:absolute;z-index:99;background:#fff;border-top:3px solid #00A900;width:220px;box-shadow:0 3px 5px rgba(0,0,0,0.3);padding:15px 0;transition:all .3s}
.header_menu .menu>li>a{display:block;line-height:20px;text-transform:uppercase;font-size:16px;color:#fff;padding:12px 20px;font-weight:600}
.header_menu .menu>li:hover>a,.header_menu .menu>li.current-menu-item>a{color:#e16919;background:#fff}
.header_menu .menu>li.menu-item-has-children>a:after{content:"\f0d7";font-family:FontAwesome;font-size:12px;margin-left:6px}
.header_menu .menu>li>.sub-menu{top:100%;left:0;font-size:13px;transform:scaleY(0);transform-origin:0 0}
.header_menu .menu>li>.sub-menu li>.sub-menu{top:0;left:100%;transform:scaleX(0);transform-origin:0 0}
.header_menu .menu>li>.sub-menu li>a{color:#6a6a6a;display:block;padding:6px 10px}
.header_menu .menu>li>.sub-menu li.menu-item-has-children>a:after{content:"\f0da";font-family:FontAwesome;font-size:12px;float:right}
.header_menu .menu>li>.sub-menu li:hover>a{color:#00A900}
.header_menu .menu>li>.sub-menu >li>a{font-weight:600}
.header_menu .menu li:hover>.sub-menu{opacity:1;visibility:visible}
.header_menu .menu>li:hover>.sub-menu{transform:scaleY(1)}
.header_menu .menu>li>.sub-menu li:hover>.sub-menu{transform:scaleX(1)}
.header_menu .menu>li.menu_3>.sub-menu{width:660px;padding-left:10px;padding-right:10px}
.header_menu .menu>li.menu_3>.sub-menu>li{width:calc(100% / 3);float:left;margin:5px 0}
.header_menu .menu>li.menu_3>.sub-menu>li>a{text-transform:uppercase}
.header_menu .menu>li.menu_3>.sub-menu>li>a:after{display:none}
.header_menu .menu>li.menu_3>.sub-menu>li .sub-menu{position:initial;visibility:visible;opacity:1;box-shadow:none;padding:0;border:none;transform:scaleX(1)}
.item_news>div{vertical-align:middle}
.item_news{margin-bottom:20px;position:relative}
.item_news .img{width:40%}
.item_news .info{padding-left:20px;padding-right:20px}
.item_news .img img{height:220px}
.item_news .info .capt{font-size:17px;font-weight:600}
.item_news .info .capt:after{content:"";height:2px;width:30px;display:block;margin:10px 0;background:rgba(0,0,0,0.1)}
.item_news .date{position:absolute;width:44px;height:44px;transition:all .3s;border:2px solid #8b6e4b;background:#fff;color:#8b6e4b;text-align:center;padding:5px 0;left:-8px;top:15px}
.item_news .date span{display:block;line-height:1;font-size:12px}
.item_news .date span.day{font-size:16px}
.item_news:hover .date{background:#8b6e4b;color:#fff}
.rm_button{text-align:center;margin:30px auto 20px;position:relative}
.rm_button:before{content:'';position:absolute;height:60px;left:0;right:0;background:linear-gradient(transparent,#fff);bottom:57px}
.rm_button span{display:inline-block;padding:8px 20px;border-radius:5px;color:#fff;font-size:15px;text-transform:uppercase;cursor:pointer;background:#e5007f}