*, *:before, *:after {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 5px 0
}

figure {
    margin: 15px 0
}

.no_style {
    margin: 0;
    padding: 0;
    list-style: none;
}

.text_left {
    text-align: left !important
}

.text_right {
    text-align: right !important
}

.text_center {
    text-align: center !important
}

.cl:after {
    clear: both;
    content: '';
    display: block;
}

html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    font-family: RobotoCondensed, Helvetica, sans-serif;
    color: #2f3439;
}

a {
    text-decoration: none;
    transition: 0.25s all;
    -webkit-transition: 0.25s all;
    -moz-transition: 0.25s all;
    -o-transition: 0.25s all;
    -ms-transition: 0.25s all;
}

a:hover {
    color: #daaf3f;
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.25s all;
    -webkit-transition: 0.25s all;
    -moz-transition: 0.25s all;
    -o-transition: 0.25s all;
    -ms-transition: 0.25s all;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #FFF;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    z-index: 9999999999;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    margin: auto;
}

.loader div {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top: 3px solid #daaf3f;
    border-bottom: 3px solid #daaf3f;
    animation: rot 4s linear infinite;
    padding: 4px;
}

@keyframes rot {
    100% {
        transform: rotate(360deg)
    }
}

.cl:after,
.tree_parent:after {
    clear: both;
    display: block;
    content: '';
}

.pre_loader {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    z-index: 9999;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

header {
    z-index: 999;
    width: 100%;
    top: 0;
}

.fixed_menu {
    position: fixed;
    top: 0;
    left: 0;
    padding: 5px 0;
    background: #ffffff !important;
    width: 100%;
    margin: 0;
    border-radius: 0;
    z-index: 999;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    animation: slide-down 0.7s;
}

.fixed_menu .header_bottom .box_h_bottom {
    padding: 0px 10px;
}

.fixed_menu.header_bottom {
    padding: 5px 0;
    z-index: 9999;
}

.header_bottom {
    padding: 15px 0;
    transition: 0.2s all ease-in-out;
}

.header_top {
    background: #333
}

.sfooter h1 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 14px;
}

.flag {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flag {
    margin: 0 -3px
}

.flag img {
    margin: 0 3px;
    max-width: 30px;
}

.left_header_top {
    width: 25%;
    float: left;
    padding: 0 15px;
    height: 88px;
    display: flex;
    align-items: center;
}

.box_header_top {
    margin: 0 -15px;
    padding: 25px 0 25px 0;
}

.right_header_top {
    width: 75%;
    float: right;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    padding: 0 15px;
}

.box_form {
    width: 100%;
    text-align: center;
}

.form_search {
    max-width: 450px;
    position: relative;
    margin-right: 0;
    float: right;
    width: 100%;
}

.input_keyword {
    width: 100%;
    height: 45px;
    border-radius: 15px;
    border: solid 1px #CCC;
    padding: 0 55px 0 15px;
}

.form_search a.btn_submit {
    position: absolute;
    right: 0;
    font-size: 13px;
    top: 0;
    height: 45px;
    border-radius: 0 15px 15px 0;
    border: none;
    color: #FFF;
    outline: none !important;
    padding: 0 25px;
    background-color: #daaf3f;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img,
.logo_ft img {
    max-height: 84px
}

.header_bottom {
    background: transparent;
    width: 100%;
    z-index: 999;
}

.header_bottom > .container {
    text-align: center
}

.header_bottom .box_h_bottom {
    position: relative;
    background: #FFF;
    padding: 10px;
    text-align: left;
}

.box_h_bottom:after {
    clear: both;
    display: block;
    content: '';
}

.slick-slide img {
    margin: 0 auto
}

.main_slider img {
    width: 100%
}

.slick-dots {
    width: 100%;
    text-align: center;
    padding: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    bottom: 8px;
}

.slick-dots li {
    display: inline-block;
    list-style: none;
}

.slick-dots li button {
    border-radius: 50%;
    margin: 3px;
    border: solid 3px #FFF;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.24);
    color: transparent;
    outline: none !important;
}

.slick-dots li.slick-active button {
    background: #daaf3f
}

.relative {
    position: relative
}

.box_caption:before {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.45;
}

.box_caption {
    position: absolute;
    bottom: 80px;
    left: 0;
    max-width: 650px;
    padding: 25px;
}

.text_caption {
    color: #FFF
}

.title_caption {
    font-family: Farsan, RobotoCondensed, Helvetica, sans-serif;
    font-size: 54px;
    margin: 5px 0;
}

.short_caption {
    font-size: 21px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    margin: 5px;
}

.box_search_mobile i {
    transition: 0.25s all ease-in-out
}

.mobile-menu-area {
    background: #333;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    padding: 15px;
    width: 300px;
    height: 100%;
    transition: 0.25s all ease-in-out;
    transform: translateX(-300px);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    display: none;
    display: none;
}

.mobile-menu-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.close_menu > i {
    color: #FFF;
    font-size: 24px;
    display: block;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 10px;
}

.mobile-menu-area ul li a {
    color: #FFF;
    display: block;
    margin: 0;
    line-height: initial;
    padding: 15px 35px 15px 0;
    text-transform: capitalize;
    border-bottom: solid 1px #CCC;
}

.mobile-menu-area ul li a:hover {
    color: #daaf3f
}

.show_menu:hover {
    color: #daaf3f;
    border-color: #daaf3f;
}

.show_menu {
    position: absolute;
    top: 13px;
    right: 0;
    font-size: 18px;
    transition: 0.25s all ease-in-out;
    border: solid 2px #444;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    color: #444;
    border-radius: 50%;
}

.has_child_mobile {
    position: relative
}

.list_child_mobile {
    display: none
}

.rote {
    transform: rotate(180deg);
    transition: 0.25s all ease-in-out;
    color: #daaf3f;
    border-color: #daaf3f;
    line-height: 15px;
}

li.has_child_mobile ul li a {
    padding-left: 15px
}

li.has_child_mobile ul li ul li a {
    padding-left: 25px
}

li.has_child_mobile ul li ul li ul li a {
    padding-left: 35px
}

.last_mean a {
    border-bottom: 0 !important
}

.show_menu_mobile {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    display: block;
}

.background_night:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    z-index: 999;
    opacity: 0.45;
    content: '';
    cursor: not-allowed;
    bottom: 0;
}

.btn_menu_mobile {
    font-size: 30px;
    color: #FFF;
    background: #daaf3f;
    padding: 5px 10px;
    text-align: left;
    display: none;
}

.mobile-menu-area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #FFF;
}

.mobile-menu-area::-webkit-scrollbar {
    width: 5px;
    background-color: #daaf3f;
}

.mobile-menu-area::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #cdcfdd;
}

.list_service {
    margin: 0 -15px
}

.list_service li {
    width: 25%;
    float: left;
    padding: 15px;
}

.box_item_service {
    position: relative;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 1px 18px 0 rgba(0, 0, 0, .09);
    background: #FFF;
}

.box_des_service {
    position: relative;
    background: #FFF;
    z-index: 999;
    padding-top: 15px;
}

.title_service {
    margin: 0;
    position: relative;
    margin-bottom: 10px;
}

.title_main {
    font-family: Farsan, RobotoCondensed, Helvetica, sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    color: #daaf3f;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
}

.title_service a {
    font-size: 18px;
    color: #2f3439;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    height: 56px;
    text-transform: capitalize;
    line-height: 1.45;
}

.title_service a:hover {
    color: #daaf3f
}

.img_service a {
    display: block
}

.img_service {
    text-align: center
}

.short_service {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    height: 85px;
}

.slider {
    position: relative
}

.slider .slick-prev,
.slider .slick-next {
    position: absolute;
    z-index: 9;
    background: none;
    font-size: 64px;
    border: none;
    outline: none !important;
    transition: 0.25s all ease-in-out;
    height: 100%;
    top: 0;
    padding: 0;
}

.slider .slick-prev i,
.slider .slick-next i {
    font-size: 44px;
    text-align: center;
    height: 50px;
    line-height: 47px;
    z-index: 1;
    opacity: 0.85;
    color: #FFF;
    transition: all 0.2s linear;
    background: #000;
    padding: 0 5px;
}

.slider .slick-prev {
    left: 0;
    opacity: 0;
    transform: translateX(25px);
}

.slider .slick-next {
    right: 0;
    opacity: 0;
    transform: translateX(-25px);
}

.slider:hover .slick-prev,
.slider:hover .slick-next {
    transform: translateX(0px);
    opacity: 1;
}

.slider_service img { /*width: 100%*/
}

.section_about {
    background: url(../images/about_bg.jpg) center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 100px 0;
}

.section_menu {
    background: url(../images/menu_bg.jpg) center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 100px 0;
    position: relative;
}

.section_menu:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000bd;
    transition: .3s all ease;
    z-index: 0;
}

.box_main_about {
    padding: 15px;
    background: #FFF;
    margin: 0 auto;
    max-width: 950px;
}

.box_main_about .left_main_about {
    width: 45%;
    float: left;
    padding: 15px;
    text-align: center;
}

.box_main_about .right_main_about {
    width: 55%;
    float: left;
    padding: 15px;
}

.short_about {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    text-transform: none;
    font-weight: 500;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 220px;
}

.btn_link {
    background: #daaf3f;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 40px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: normal;
    display: inline-block;
    -webkit-border-radius: 50px;
    transition: 0.2s all ease-in-out;
}

.btn_link:hover {
    background: #333;
    color: #fff;
}

.list_album {
    margin: 0 -5px
}

.list_album .item_list {
    float: left;
    width: 25%;
    padding: 5px;
}

.view_video i {
    font-size: 24px;
    color: #FFF !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    opacity: 0.7;
}

.view_video {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 1s;
    z-index: 999;
}

.img_album {
    position: relative
}

a:hover .view_video i {
    color: #FFF !important
}

.item_album:hover .view_video {
    opacity: 1
}

.img_album:before {
    transition: 0.25s all ease-in-out;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #daaf3f;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.item_album:hover .img_album:before {
    opacity: 0.5;
    visibility: visible;
}

.box_menu {
    position: relative
}

.box_menu {
    margin: 0 -35px
}

.item_menu {
    color: #FFF;
    width: 50%;
    padding: 25px 35px;
    float: left;
}

.box_item {
    border-bottom: dashed 2px #FFF;
    padding-bottom: 15px;
}

.title_menu a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    height: 58px;
    color: #daaf3f;
    font-size: 27px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 5px;
    font-family: Farsan, RobotoCondensed, Helvetica, sans-serif;
}

.short_menu {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    height: 55px;
    margin: 0;
}

.left_menu {
    width: 70%;
    float: left;
    padding-right: 10px;
}

.right_menu {
    width: 30%;
    float: right;
    padding-left: 10px;
    text-align: right;
}

.price_menu {
    color: #daaf3f;
    font-size: 30px;
    font-weight: bold;
}

.price_menu span {
    color: #daaf3f;
    padding-left: 10px;
    font-size: 20px;
    display: inline-block;
}

.date_view_article {
    text-align: center;
    padding: 0;
    margin: 15px 0 10px 0;
    color: #9E9FA5;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.date_view_article li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}

.date_view_article li i {
    margin-right: 5px
}

.list_article {
    margin: 0 -15px
}

.list_article > li {
    width: 33.33%;
    float: left;
    padding: 15px;
}

.item_article {
    padding: 10px
}

.item_article .img_article img {
    transition: 0.25s all ease-in-out;
    max-height: 261px;
    width: 100%;
}

.item_article .img_article {
    overflow: hidden;
    text-align: center;
}

.box_title {
    padding-bottom: 10px;
    position: relative;
}

.title_article {
    margin: 0
}

.title_article a {
    font-size: 18px;
    word-wrap: break-word;
    letter-spacing: 0.5px;
    transition: all .2s ease-in-out;
    text-transform: capitalize;
    color: #2f3439;
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    height: 47px;
}

.title_article a:hover {
    color: #daaf3f
}

.box_article {
    padding: 15px;
    position: relative;
    border: solid 1px #CCC;
    padding: 15px;
    box-shadow: 0 1px 18px 0 rgba(0, 0, 0, .09);
    background: #fff;
}

.v_card {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 16px;
    line-height: 30px;
    bottom: 50px;
    z-index: 2;
    background: #daaf3f;
    color: #fff;
    max-width: 415px;
    padding: 15px;
    text-align: center;
    border: double #ffffff 4px;
    margin: 0 auto;
}

.title_footer,
.title_sidebar {
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.title_footer::after,
.title_sidebar:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    background: #daaf3f;
    width: 50px;
    bottom: -2px;
}

.title_sidebar {
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    margin: 0 0 20px 0;
}

#footer {
    background: #333;
    padding: 5px 0;
    color: #eee;
}

.footer_top {
    padding-bottom: 15px;
    border-bottom: solid 1px #CCC;
    position: relative;
}

.form_subscribe {
    max-width: 350px;
    padding: 0;
    position: relative;
}

.form_subscribe .input_mail {
    border: none;
    padding: 0 80px 0 10px;
    height: 35px;
    width: 100%;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    border-radius: 50px;
}

.sent_subscribe {
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
    height: 35px;
    border: none;
    color: #FFF;
    font-size: 16px;
    background: #daaf3f;
    transition: 0.25s all ease-in-out;
    border-radius: 50px;
}

.col_list_footer {
    margin: 0 -15px
}

.col_list_footer > li {
    width: 33.33%;
    float: left;
    padding: 15px;
}

.social_icons {
    padding: 0
}

.social_icons a:hover {
    box-shadow: 0 5px 15px 0 #333;
    transform: translateY(-3px);
}

.social_icons a:hover i {
    color: #FFF !important
}

.social_icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    border: solid 1px #daaf3f;
    font-size: 13px;
    font-weight: bold;
    margin: 3px;
    text-align: center;
    border-radius: 50%;
    background: #daaf3f;
}

.list_footer_bottom {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.list_footer_bottom > li {
    width: 25%;
    float: left;
    padding: 15px;
}

.list_footer_bottom > li.col_ft_contact {
    width: 50%;
    position: relative;
}

.contact_ft {
    /* position: absolute;
     left: 0;
     bottom: 50px;
     right: 0;
     width: 300px;
     margin: 0 auto;*/
    background: rgba(47, 55, 54, 0.6);
    padding: 8px;
    border-radius: 10px;
}

.list_footer_bottom {
}

.list_ft li a,
.contact_footer {
    color: #FFF;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.8;
}

.list_ft li a:hover {
    color: #daaf3f
}

.list_ft li {
    list-style: none;
    font-size: 16px;
    line-height: 25px;
}

.bottom_id_copyright {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    border-top: solid 1px #FFF;
    margin-top: 15px;
}

.bottom_id_copyright a {
    color: #fff
}

.scrollup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none !important;
    visibility: hidden;
    opacity: 0;
    z-index: 998;
    cursor: pointer;
}

#section_1 {
    padding: 15px;
    background: #FFF;
    line-height: 1.8;
}

.tap_top {
    border-radius: 25px;
    border: 1px solid #daaf3f;
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff;
    font-size: 19px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 43px;
    background: #daaf3f;
}

.tap_top i {
    vertical-align: 2px;
    color: #FFF !important;
}

.images_id_page {
    height: 250px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cove;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link_page {
    padding: 10px 0;
    background: #eee;
    line-height: 30px;
}

.link_page .title_heading {
    text-transform: uppercase;
    color: #333;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    font-weight: 500;
    float: left;
    margin: 5px 0;
}

.link_page ul {
    float: right;
    line-height: 30px;
    list-style: none;
    padding: 0;
    margin: 5px 0;
}

.link_page ul li {
    float: left;
    list-style: none;
    padding-left: 10px;
    line-height: 30px;
}

.link_page ul li a {
    display: block;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
}

link_page ul li i {
    font-size: 18px
}

.link_page ul li i {
    margin-right: 10px
}

.showText h2.hello {
    text-transform: capitalize;
    color: #daaf3f;
    font-size: 35px;
    line-height: 40px;
    position: relative;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: 'utm_flavour';
}

.showText p {
    padding-bottom: 15px;
    font-size: 17px;
    line-height: 1.6;
}

.content_html {
    padding: 25px 0
}

.date_time {
    color: #9E9FA5;
    margin: 15px 0;
    text-align: left;
    font-size: 14px;
    font-style: italic;
}

.date_time span {
    display: inline-block
}

.nums {
    table-layout: auto;
    margin: 35px 0;
    text-align: center;
}

.nums li {
    list-style: none;
    display: inline-table;
}

.nums a.stay {
    background: #daaf3f;
    color: #fff;
}

.nums a {
    font-size: 19px;
    display: block;
    margin: 0 6px 0 0;
    line-height: 40px;
    height: 40px;
    width: 40px;
    table-layout: inherit;
    text-align: center;
    color: #fff;
    background: #909090;
    text-decoration: none;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}

.nums a:hover,
.nums a.active,
.nums a.stay:hover {
    background: #333;
    color: #ffffff;
}

.header_page {
    padding: 15px 0
}

.heading_h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #daaf3f;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin: 15px 0;
}

.tags {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
}

.tags li {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.tags li i {
    font-size: 21px;
    color: #4b4f56;
}

.tags li a:after {
    content: ", "
}

.tags li:last-child a:after {
    content: ''
}

.tags li a {
    color: #4b4f56
}

.tags li a:hover {
    color: #daaf3f
}

.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important
}

.related_service {
    padding: 45px 0
}

.box_content_detail .left_detail {
    width: 75%;
    float: left;
    padding: 15px;
}

.box_content_detail .right_detail {
    width: 25%;
    float: left;
    padding: 15px;
}

.title_detail {
    font-size: 24px;
    color: #333;
    padding: 0;
    margin: 10px 0;
    font-weight: 500;
    line-height: 32px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    margin-top: 0;
    border-bottom: 1px solid #f0ebe2;
    padding-bottom: 10px;
    margin: 0;
}

.item_side_bar {
    margin-bottom: 25px;
    padding: 10px;
    box-shadow: 3px 3px 45px #e2e2e2;
}

.title_side_bar {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
    margin-top: 0;
    color: #FFF;
    background: #daaf3f;
    text-align: center;
}

ul.menu_cat li {
    position: relative;
    width: 100%;
}

ul.menu_cat li a {
    display: block;
    padding: 7px 25px 7px 10px;
    border-top: 2px solid #fff;
    text-transform: capitalize;
    transition: all .5s;
    font-size: 15px;
    line-height: 1.6;
    border-bottom: dashed 1px #CCC;
    color: #333;
}

.show_menu_cat {
    position: absolute;
    right: 0;
    top: 13px;
    color: #333;
    width: 18px;
    height: 18px;
    line-height: 19px;
    text-align: center;
    font-size: 12px;
}

ul.menu_cat li a {
    display: block;
    padding: 7px 25px 7px 10px;
    border-top: 2px solid #fff;
    text-transform: capitalize;
    transition: all .5s;
    font-size: 15px;
    line-height: 1.6;
    border-bottom: dashed 1px #CCC;
    color: #333;
}

.list_child_cat {
    display: none;
    list-style: none;
    padding: 0;
}

li.has_child_cat ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

li.has_child_cat ul li ul li a {
    padding-left: 30px !important
}

.show_menu_cat.fa-times {
    color: #daaf3f
}

ul.menu_cat li a:hover {
    color: #daaf3f
}

.tab.active {
    display: block
}

.tab {
    display: none
}

.control_tab {
    padding: 0;
    text-align: left;
    margin: 25px 0 10px 0;
}

.control_tab li {
    list-style: none;
    display: inline-block;
}

.control_tab li a {
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    outline: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #c8c8c8;
    padding: 8px 20px;
    display: block;
    margin-bottom: 10px;
}

.control_tab li.active a {
    background: #daaf3f;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
}

.short_product_detail {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}

.showText {
    line-height: 1.6;
    font-size: 18px;
}

.title_order {
    margin: 0
}

.title_order a {
    font-size: 21px;
    margin-bottom: 8px;
    transition: all 0.2s ease-in-out;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    color: #333;
    text-align: center;
}

.title_order a:hover {
    color: #daaf3f
}

.price_order .new {
    color: #ec0015;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.price_order {
    text-align: center
}

.order_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: 45px;
    margin-top: 15px;
    text-align: center;
}

.box_img_order {
    padding: 5px
}

section.album {
    padding: 25px 0
}

h3.title_album a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    display: block;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    height: 50px;
}

.list_album_page {
    margin: 0 -15px
}

.album .item_album {
    padding: 15px;
    float: left;
    width: 25%;
    background: #fff;
}

.box_album {
    padding: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

h3.title_album a:hover {
    color: #daaf3f
}

.album_detail {
    padding: 25px 0
}

.related_slider .item_slider {
    padding: 15px
}

iframe {
    border: none
}

.video_youtube {
    margin-bottom: 15px
}

.box_contact {
    margin: 0 -15px
}

.box_contact .contact_left {
    width: 50%;
    float: right;
    padding: 15px;
}

.box_contact .contact_right {
    width: 50%;
    float: left;
    padding: 15px;
}

.group_input {
    position: relative
}

.group_input input.input_text {
    outline: none;
    padding: 13px 25px;
    font-size: 16px;
    color: #777;
    width: 100%;
    letter-spacing: 1px;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: solid 1px #CCC;
    margin-bottom: 15px;
}

.group_input textarea.input_text {
    min-height: 120px;
    resize: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: none;
    background: #fff;
    width: 100%;
    margin-bottom: 15px;
    padding: 13px 25px;
    border: solid 1px #CCC;
}

::-webkit-input-placeholder {
    color: #777;
    font-family: RobotoCondensed, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
}

:-ms-input-placeholder {
    color: #777;
    font-family: RobotoCondensed, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
}

::placeholder {
    color: #777;
    font-family: RobotoCondensed, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
}

.required_input:before {
    content: "*";
    color: red;
    position: absolute;
    left: 5px;
    font-size: 28px;
    top: 10px;
}

.input_code {
    padding-right: 130px !important
}

.img_captcha {
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 10px;
    width: auto;
}

.img_captcha a.captcha_refresh:hover {
    opacity: 0.6
}

.box_captchar .img_captcha a.captcha_refresh {
    float: right;
    height: auto;
    display: inline-block;
    padding: 5px;
    background-color: inherit;
    color: #daaf3f;
    vertical-align: middle;
}

.contact-cofirm {
}

.contact-cofirm button: hover {
    border-radius: 15px
}

.contact_left_grid button.btn {
    background: #daaf3f;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 13px;
    display: inline-block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-right: 10px;
    border: none;
    transition: 0.2s all ease-in-out;
}

.contact-cofirm button:hover {
    border-radius: 15px
}

.main_grid_contact {
    padding: 25px 0
}

.book_img img {
    width: 100%
}

.des_contact {
    line-height: 1.6
}

.contact_top {
    padding: 15px 0;
    border-bottom: solid 1px #4c4242;
}

.contact_top:after {
    content: '';
    display: block;
    clear: both;
}

.list_contac_top li {
    display: inline-block;
    padding: 0 10px;
    color: #daaf3f;
    font-size: 14px;
}

.list_contac_top li a {
    color: #daaf3f
}

.list_contac_top li i {
    margin-right: 8px;
    display: inline-block;
    font-size: 21px;
}

.menu li.homepage a i {
    font-size: 25px;
    margin: 0;
    padding: 0;
}

.menu li.homepage a {
    padding-right: 10px;
    top: 10px;
}

.menu li.homepage a:hover {
    color: #ed1c24;
    background: none;
}

.menu {
    margin: 0;
    padding: 0;
    z-index: 3;
    display: inline-block;
}

.menu * {
    list-style: none
}

.menu > li + li {
    margin-left: 0
}

.menu > li {
    float: left;
    position: relative;
}

.menu > li > a {
    display: block;
    line-height: 1.45;
    position: relative;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    color: #333;
    font-weight: 500;
    padding: 4px 12px;

}

.menu > li > a i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 7px;
    color: inherit;
    font-size: 11px;
}

.menu > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    background: #ed1c24;
    opacity: 0;
    z-index: 2;
    display: none;
}

.menu > li:hover > a {
    color: #daaf3f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.menu > li:hover > a:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.menu > li.active > a {
    color: #EF1E23
}

.menu > li.active > a:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.menu > li > ul,
.menu > li ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 140px;
    z-index: 4;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    display: block;
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    background: #FFF;

    /*                                                                                                                                                                                                                                                                box-shadow: 0 1px 18px 0 rgba(0, 0, 0, .09);
        */;
}

.menu > li > ul:before {
    content: "";
    border: solid 7px transparent;
    border-bottom-color: #ffffff;
    width: 0;
    height: 0;
    position: absolute;
    top: -4px;
    left: 40px;
    z-index: 2;
}

.menu > li > ul:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 3px;
    right: -3px;
    bottom: -3px;
    z-index: 0;
    background: rgba(0, 0, 0, 0);
}

.menu > li > ul > li,
.menu > li ul li {
    z-index: 2;
    position: relative;
    margin: 0;
    color: #101010;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    background: #ffffff;
    padding: 0pc 10px;
}

.menu > li > ul > li:first-child,
.menu > li ul li:first-child {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
}

.menu > li > ul > li:last-child,
.menu > li ul li:last-child {
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
}

.menu > li > ul > li:last-child > a,
.menu > li > ul > li > a,
.menu > li ul li > a {
    white-space: nowrap;
    color: inherit;
    line-height: 40px;
    background: rgba(255, 255, 255, 0);
    border-bottom: solid 1px rgba(107, 107, 107, 0.2);
    text-decoration: none !important;
    text-transform: capitalize;
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: left;
}

.menu > li > ul > li:last-child > a {
    border-bottom: none
}

.menu > li > ul > li > a > span,
.menu > li ul li > a > span {
    display: none
}

.menu > li > ul > li:hover {
    z-index: 3
}

.menu > li > ul > li:hover > a {
    color: #daaf3f
}

.projects-menu {
    background: #ffffff;
    width: 545px;
    left: 100%;
    position: absolute;
    display: flex;
    transform: translateX(-50%);
    content: "";
    right: 0;
    top: 100%;
    z-index: 3;
    padding: 10px 10px 20px 10px;
    -moz-box-shadow: 1px 8px 29px -9px rgba(0, 0, 0, 0.4);
    flex-wrap: wrap;
}

.projects-menu > li {
    width: 50%
}

.projects-menu li a {
    white-space: nowrap;
    color: inherit;
    line-height: 40px;
    border-bottom: solid 1px rgba(212, 212, 212, 0.5);
    padding-bottom: 5px;
    padding: 0 24px 0 0;
    text-decoration: none !important;
    text-transform: capitalize;
    font-size: 17px;
    display: block;
    float: left;
    width: 29.3%;
    margin: 0 10px;
    list-style: none;
    text-align: left;
    color: #333;
}

.projects-menu li a:hover {
    border-color: transparent;
    color: #daaf3f;
}

.logo_top {
    float: left;
    padding-left: 10px;
    text-align: center;
}

.logo_top span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding-top: 0;
    line-height: 25px;
}

.logo_top img {
    height: 70px;
    width: auto;
    line-height: 0;
    float: left;
}

.right_header {
    margin: 0;
    padding: 20px 0;
    z-index: 3;
    line-height: 30px;
    float: right;
    display: inline-block;
    margin-right: 10px;
    margin-left: 15px;
}

.right_header ul li {
    list-style: none;
    float: left;
    border-left: solid #fff 1px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: CAPITALIZE;
}

.right_header ul li a {
    color: #fff
}

.right_header ul li i {
    padding-right: 10px;
    font-size: 15px;
}

.right_header ul li a:hover {
    color: #daaf3f;
    text-decoration: underline;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #FF8C00;
    overflow-x: hidden;
    padding-top: 80px;
}

.sidenav a {
    padding: 5px 10px 5px 30px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 30px;
}

.sidenav a img {
    width: 63%;
    height: auto;
    margin-bottom: -8px;
    margin-right: 10px;
}

.sidenav a i {
    padding-right: 7px;
    font-size: 14px;
}

.sidenav a.id_bs {
    padding-left: 50px
}

.sidenav a:hover {
    color: #70431A;
    padding: 5px 10px 5px 40px;
}

.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 40px;
    margin-left: 50px;
    font-weight: normal;
}

#navbar a {
    position: absolute;
    right: 3%;
    top: 80px;
    display: block;
    z-index: 3;
    color: #eee;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

#navbar a:hover {
    color: #F68C1F
}

#navbar a i {
    padding-left: 7px
}

.section_buy_online {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    padding: 50px 0;
    background-size: cover !important;
}

.box_buy_online {
    background: rgba(0, 0, 0, 0.5);
    padding: 25px;
    max-width: 550px;
    margin: 0 auto;
    border-radius: 10px;
}

.album_main {
    padding: 25px;
    max-width: 100%;
    margin: 0 auto;
}

.box_buy_online li {
    list-style: none
}

.header_buy_online {
    text-align: center;
    margin-bottom: 25px;
}

.box_buy_online input {
    margin: 8px 0;
    height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    border: none;
    width: 100%;
}

.box_buy_online textarea {
    margin: 8px 0;
    height: 90px;
    padding: 15px !important;
    width: 100%;
}

.clr {
    clear: both
}

.box_buy_online input[type="submit"],
.box_buy_online a.button {
    background: #daaf3f none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 20px;
    border-radius: 3px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 97px;
    margin: 0 auto;
    display: inline-block;
    margin: 3px;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
}

/*.box_buy_online                                                                                                                                .code {position: relative}
.box_buy_online                                                                                                                                .code input {padding-right: 150px}
.box_buy_online                                                                                                                                .code>span {
    position: absolute;
    right: 0;
}
*/
.header_buy_online h3 {
    font-size: 32px;
    color: #c0c906;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.header_buy_online h2 {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px
    }

    .sidenav a {
        font-size: 18px
    }
}

.section_album {
    padding: 45px 0;
    background: rgba(0, 0, 0, 0.5);
}

.list_album.slider .slick-prev,
.list_album.slider .slick-next {
    transform: translateX(0px);
    opacity: 1;
}

.item_album {
    padding: 8px 0
}

.img_album img {
    width: 250px;
    height: 250px;
}

ul.contact_ft li {
    padding: 2px 15px;
    position: relative;
    padding-left: 30px;
    color: #FFF;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.8;
}

ul.contact_ft li::before {
    color: #9c9c9c;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 13px;
}

ul.contact_ft li.adress_ft::before {
    color: #daaf3f;
    content: "\f041";
    font-size: 24px;
}

.contact_ft li.phone_ft::before {
    color: #daaf3f;
    content: "\f095";
    font-size: 24px;
}

.contact_ft li.mail_ft::before {
    color: #daaf3f;
    content: "\f0e0";
    font-size: 24px;
}

.box_ft_online {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    margin: 15px 0 15px 0;
}

.box_ft_online .code {
    position: relative
}

.box_ft_online .code input {
    padding-right: 95px
}

.box_ft_online .code > span {
    position: absolute;
    top: 8px;
    display: block;
    right: 0;
    padding-right: 25px !important;
    background: #e8e8e8;
    display: flex;
    align-items: center;
}

.box_ft_online .code img {
    height: 40px !important;
    width: auto;
    cursor: pointer;
    position: relative;
    top: 0;
    right: 0;
}

.box_ft_online .code > span > i {
    position: absolute;
    right: 7px;
    bottom: 3px;
    font-size: 10px;
    color: #f29409;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.copyright {
    position: absolute;
    top: 8px;
    display: block;
    right: 0;
    padding-right: 25px !important;
    background: #333333;
    border-top: solid 1px #CCC;
}

.copyright.home_footer {
    height: 160px;
    position: relative;
}

.copyright {
    height: auto;
    position: relative;
    padding: 10px 0;
}

.white {
    color: #daaf3f !important
}

.copyright p {
    text-align: left;
    margin: 0;
    color: #f29409;
    text-align: center;
    font-size: 16px;
}

.copyright.home_footer p {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.sfooter {
    position: absolute;
    bottom: 55px;
    color: #FFF;
    left: 0;
    right: 0;
    z-index: 99;
}

.images_id_page:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.45;
}

.title_h1 {
    color: #FFF;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 32px;
    text-transform: capitalize;
}

.breadcrumb {
    padding: 15px 0;
    background: #f9faf9;
}

.breadcrumb ul {
    text-align: left
}

.breadcrumb ul li {
    display: inline-block
}

.breadcrumb ul li span {
    margin: 0 3px
}

.breadcrumb ul li a {
    color: #333
}

.flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.box_content {
    padding: 15px 0
}

.content_left {
    width: 70%;
    padding: 0 15px 15px 15px;
}

.content_right {
    width: 30%;
    padding: 15px;
}

.description_about {
    line-height: 1.6;
    color: #333;
}

.content_group_sidebar .box_buy_online {
    padding: 15px;
    border-radius: 10px;
}

.group_sidebar {
    padding-bottom: 25px;
    box-shadow: 0 1px 18px 0 rgba(0, 0, 0, .09);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    background: #FFF;
}

.img_captcha {
    height: 50px !important;
    width: auto;
    cursor: pointer;
    position: relative;
    top: 0;
    right: 2px;
    width: 150px;
}

.box_img_captchar {
    position: relative;
    display: flex;
    width: 170px;
    align-items: center;
    padding-right: 35px;
}

.box_img_captchar i {
    position: absolute;
    right: 7px;
    bottom: 28%;
    font-size: 14px;
    color: #f29409;
    transform: translateY(-50%);
}

.list_pro_sidebar li {
    display: block
}

.item_pro_sidebar {
    margin: 0 -6px
}

.item_pro_sidebar .img_item_sidebar {
    width: 100px
}

.item_pro_sidebar .img_item_sidebar {
    width: 100px;
    padding: 6px;
}

.item_pro_sidebar .intro_item_sidebar {
    width: calc(100% - 100px);
    padding: 6px;
}

.title_item_sidebar {
    margin: 0
}

.title_item_sidebar a {
    font-size: 15px;
    color: #2f3439;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    line-height: 1.45;
}

.item_pro_sidebar .price_product {
    margin-top: 15px;
    font-size: 16px;
}

.title_item_sidebar a:hover {
    color: #daaf3f
}

.img_item_sidebar a {
    display: block;
}

.title_item_sidebar a:hover {
    color: #daaf3f
}

.img_item_sidebar img {
    padding: 5px;
    border: solid 1px #CCC;
    width: 100%;
}

.list_pro_sidebar li {
    border-bottom: dashed 1px #CCC;
    padding: 5px 0;
}

.list_pro_sidebar li:last-child {
    border: none
}

.box_group_sidebar .box_buy_online {
    background: #783e20
}

.require_pc {
    color: #e4144d !important
}

.short_article {
    font-size: 15px;
    max-height: 62px;
    overflow: hidden;
}

.list_product_cat li {
    width: 33.33333333%
}

.list_section_home li {
    width: 25%
}

.list_product_cat {
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.fancybox-button svg path {
        color: #201a1a;
}

.fancybox-content {
    padding: 0 !important
}

.box_product_detail {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.left_info {
    width: 70%;
    padding: 15px;
}

.right_info {
    width: 30%;
    padding: 15px;
}

.slider-nav .slick-slide {
    padding: 10px
}

.slider-nav .slick-slide img {
    border: 2px solid transparent;
    padding: 5px;
}

.slider-nav .slick-slide.slick-current img {
    border: 2px solid #daaf3f
}

.slider-nav .slick-slide.slick-current::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -4px;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 7px solid #daaf3f;
    border-top: 7px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin: 0 auto;
}

.info_product_detail {
    margin-bottom: 15px
}

.slick_slider .slick-arrow {
    position: absolute;
    font-size: 12px;
    width: 30px;
    height: 55px;
    background: rgba(63, 63, 63, .5);
    top: 0;
    bottom: 0;
    margin: auto;
    color: #FFF;
    border: none;
    font-size: 32px;
    z-index: 7;
}

.slick_slider .slick-next {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.price_detail {
    font-size: 24px;
    font-weight: bold;
    color: #e4144d;
    text-transform: capitalize;
}

.contact_detail {
    max-width: 350px
}

.noti_sent_phone {
    color: #FFF
}

.price_box {
    padding: 10px 0;
    border-bottom: 1px solid #f0ebe2;
    margin: 0;
}

.intro_detail_product .desc b {
    font-size: 19px;
    padding: 5px 0;
    color: #333;
    font-weight: bold;
}

.list_btn_contact_buy {
    margin: 10px -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*    justify-content: center;*/
}

.list_btn_contact_buy li {
    width: 50%;
    padding: 10px;
}

.list_btn_contact_buy li a,
.list_btn_contact_buy li button {
    display: block;
    padding: 18px 15px;
    text-align: center;
    border-radius: 10px;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
}

.list_btn_contact_buy li.btn_buy_now button {
    background: #daaf3f;
    width: 100%;
    border: none;
}

.list_btn_contact_buy li.btn_buy_more a {
    background: #288ad6
}

.list_btn_contact_buy li.btn_buy_call a {
    background: #f00
}

.list_link_scroll {
    background: #daaf3f
}

.list_link_scroll li {
    display: inline-block;
    padding: 7px 15px;
}

.list_link_scroll li a {
    text-transform: uppercase;
    color: #FFF;
}

.box_link_scroll {
    z-index: 999 !important
}

.list_link_scroll a {
    border-bottom: solid 2px transparent;
    padding: 5px 0;
    display: inline-block;
}

.list_link_scroll a:hover,
.list_link_scroll a.mPS2id-highlight {
    border-bottom: solid 2px #FFF
}

.list_article_page .item_article .box_article {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border: none;
    margin: 0 -15px;
}

.list_article_page .item_article .img_article {
    border: solid 10px #fff;
    overflow: hidden;
    width: 30%;
}

.list_article_page .item_article .des_article {
    width: 70%;
    padding: 15px;
}

.list_article_page .item_article .title_article a {
    height: auto
}

.list_article_page .item_article .date_time {
    margin: 0
}

.view_more {
    display: inline-block;
    margin-top: 15px;
    color: #daaf3f;
}

.left_contact,
.right_contact {
    width: 50%;
    padding: 15px;
}

.list_contact li {
    margin-bottom: 25px
}

.showText_lienhe {
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 1px 18px 0 rgba(0, 0, 0, .09);
}

.title_contact {
    color: #333;
    font-size: 21px;
}

.price_product {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #e4144d;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.product_related {
    padding: 25px 0
}

.text_from {
    font-size: 18px
}

.right_h_bottom {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.right_h_bottom ul li {
    position: relative;
    display: inline-block;
}

.right_h_bottom .box_form {
    position: absolute;
    z-index: 999;
    width: 300px;
    top: 43px;
    left: -259px;
    visibility: hidden;
    opacity: 0;
    transition: 0.25s all ease;
}

.right_h_bottom .box_form.active {
    top: 39px;
    visibility: visible;
    opacity: 1;
}

.right_h_bottom ul li {
    padding: 3px
}

.right_h_bottom ul li a {
    color: #333;
    font-size: 21px;
    display: block;
}

.right_h_bottom ul li a.btn_cart {
    font-size: 28px
}

.left_h_bottom {
    display: flex;
    align-items: center;
}

.number_cart {
    position: absolute;
    width: 26px;
    height: 26px;
    color: #FFF;
    background: #e4144d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    top: -2px;
    left: 20px;
}

.static {
    text-align: right;
    width: 100%;
    align-items: stretch;
    justify-content: flex-end;
}

.static li {
    color: #daaf3f;
    text-align: left;
    padding-left: 65px;
    padding-right: 15px;
    position: relative;
    font-size: 14px;
}

.static li.static_p:before {
    content: ''
}

.static li {
    display: inline-block
}

.static li:before {
    content: '';
    width: 52px;
    height: 52px;
    background: #daaf3f;
    position: absolute;
    left: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 21px;
}

.static li .static-title {
    color: #daaf3f;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    margin: 0;
}

.static li.static_p:before {
    content: "\f095";
    font-family: FontAwesome;
}

.static li.static_e:before {
    content: "\f003";
    font-family: FontAwesome;
}

.static li.static_t:before {
    content: "\f017";
    font-family: FontAwesome;
}

.chon_size {
    padding: 5px 0
}

.chon_size ul li input {
    position: 0;
    position: absolute;
    visibility: hidden;
}

.chon_size ul li {
    display: inline-block;
    margin: 5px 0;
    margin-bottom: 5px;
}

.click_text {
    font-size: 13px;
    font-weight: 500;
}

.dv-mota-sp {
    line-height: 1.6
}

.chon_size ul li label {
    display: block;
    padding: 8px 10px;
    border: solid 1px #CCC;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    font-size: 15px;
}

.chon_size ul li.active label:before {
    width: 0;
    height: 0;
    content: '';
    border-left: 14px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f00;
    position: absolute;
    right: -9px;
    bottom: -3px;
    transform: rotate(-49deg);
}

.chon_size ul li.active label {
    border-color: #e4144d;
    color: #e4144d;
}

.number_buy input {
    width: 90px;
    padding: 7px 15px;
    border: solid 1px #CCC;
    font-size: 15px;
    border-radius: 3px;
}

#cart_list h2,
.contact h2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #3e3e3e;
    padding-bottom: 10px;
    margin: 0;
}

#cart_list {
}

#cart_list tr {
    background: #f1f1f1
}

#cart_list tr a {
    color: #333;
    font-weight: normal;
    font-size: 17px;
}

#cart_list tr a:hover {
    color: #ff4c3b
}

#cart_list th {
    background: #5f5f5f;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
}

.text-center {
    text-align: center !important
}

#cart_list td {
    padding: 5px;
    text-align: center;
    color: #444;
    font-size: 17px;
    line-height: 24px;
}

#cart_list td input {
    padding: 3px 5px;
    text-align: center;
    border: solid 1px #e5e5e5;
    font-size: 14px;
    height: 30px;
}

#cart_list td img {
    width: 100%;
    border: none;
    max-height: 100px;
    height: auto !important;
}

#cart_list td a.pro_del {
    background: #6c6c6c;
    font-size: 17px;
    padding: 8px 14px;
    font-weight: normal;
    color: #fff;
}

#cart_list td a.pro_del:hover {
    background: #363636;
    color: #fff;
}

#cart_list td #pro_sum {
    float: right;
    font-size: 18px;
    margin-right: 36px;
    font-weight: normal;
}

#cart_list td #pro_sum label {
    color: #ff4c3b;
    font-size: 23px;
    font-weight: bold;
}

#cart_list td a.pro_del.mar {
    margin: 0 0
}

#cart_list td a.pro_del.float {
    float: left;
    padding: 2px 15px;
}

#payment_method {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#payment_method h3 {
    font-size: 20px;
    color: #ff4c3b;
    font-weight: normal;
    padding-bottom: 0;
}

#payment_method .payment_method_input {
    list-style: none;
    float: left;
    width: 100%;
    height: 25px;
    margin-bottom: 0;
}

#payment_method .payment_method_input .radio_check {
    float: left;
    width: 20px;
}

.formBox #payment_method ul li input {
    border: solid 1px #E1E1E1;
    height: 38px;
    color: #999;
    padding: 0 10px 0 45px;
}

#payment_method .payment_method_input span {
    float: left;
    margin-left: 10px;
    width: 96%;
    background: none;
    font-weight: normal;
    color: #333;
}

.dv-table-reposive button.pro_del {
    background: #8f8f8f
}

.dv-table-reposive button.pro_del:hover {
    background: #4f4f4f
}

.dv-notfull {
    margin: 0;
    padding: 0 10px;
}

.dv-nhom-hd a {
    color: #fff
}

.dv-nhom-hd a:hover {
    color: #e1e1e1
}

.dv-nhom-hd h3:first-child {
    border: none
}

.dv-nhom-hd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 40px 0 10px;
    display: block;
}

p.p_mota_cart {
    margin-top: 10px
}

.box_cart {
    padding: 35px 0
}

.dv-anh-cart-sp {
    display: flex !important;
    flex-wrap: wrap;
}

.dv-anh-cart-sp > a {
    width: 90px
}

.dv-anh {
    width: calc(100% - 100px)
}

.list_action_cart {
    text-align: right
}

.list_action_cart a {
    display: inline-block;
    padding: 10px 15px;
    background: #5f5f5f;
    color: #FFF;
    text-transform: uppercase;
}

.dv-pttt-child {
    width: calc(100% - 20px);
    margin: 0 10px;
    position: relative;
}

.dv-pttt-child .dv-ndpm {
    display: none
}

.dv-pttt-child input {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 7px;
    left: 0;
}

.dv-pttt-child img {
    height: 70px;
    width: auto;
    margin: 10px 0;
    filter: gray;
    filter: grayscale(100%);
    opacity: .8;
    display: none;
}

.dv-pttt-child h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}

.dv-phuongthucthanhtoan {
    margin: 15px 0
}

.dv-ndphuongthuc-thanhtoan.no_box.flex {
    margin: 0 -10px
}

.dv-pttt-child label {
    display: block;
    padding: 2px 25px;
    border: none;
    outline: none;
    background: none;
    height: 100%;
}

/*.dv-pttt-child input[type="radio"]:checked+label {
    background: #43a04714;
    display: block;
}
*/
.dv-pttt-child input[type="radio"]:checked + label h3 {
    color: #ff4242
}

.dv-pttt-child input[type="radio"]:checked + label img {
    filter: grayscale(0);
    opacity: 1;
}

.dv-ndphuongthuc-thanhtoan .dv-ndpm {
    display: none;
    background: rgba(241, 241, 241, 0.14);
    border: dashed 1px #e1e1e1;
    outline: solid 1px #fff;
    padding: 10px 15px;
    line-height: 25px;
    width: calc(100% - 30px);
    font-size: 14px;
    margin-top: 10px;
    margin: 0 auto;
}

.dv-ndphuongthuc-thanhtoan .dv-ndpm strong {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 22px;
}

.dv-ndphuongthuc-thanhtoan .dv-ndpm p {
    margin-bottom: 5px
}

.dv-ndphuongthuc-thanhtoan .dv-ndpm ul li {
    margin-left: 39px;
    list-style-type: disc !important;
    display: list-item !important;
    margin: 0 0 0 25px;
}

.dv-send-hd-buy {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

.div-buy-checkout {
    background: #fff;
    padding: 15px;
}

.div-buy-checkout div#cart_list {
    padding: 0
}

@media only screen and (max-width: 767px) {
    .dv-pttt-child {
        width: calc(100% - 20px)
    }
}

.box_contact_buy .left,
.box_contact_buy .right {
    width: 50%;
    padding: 0 15px;
}

.box_contact_buy li {
    margin: 15px 0
}

.box_contact_buy input,
.box_contact_buy textarea {
    width: 100%;
    padding: 10px 15px;
}

.box_contact_buy input:focus,
.box_contact_buy textarea:focus {
    outline: none
}

.box_contact_buy textarea {
    height: 200px
}

.chon_model {
    padding: 5px 0
}

.chon_model h3,
.chon_size h3 {
    margin-bottom: 10px
}

.chon_model label.active {
    border-color: #e4144d;
    color: #e4144d;
    display: inline-block;
    padding: 8px 15px;
    border: solid 1px #e4144d;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    text-transform: uppercase;
}

.chon_model label.active:before {
    width: 0;
    height: 0;
    content: '';
    border-left: 14px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f00;
    position: absolute;
    right: -9px;
    bottom: -3px;
    transform: rotate(-49deg);
}

.list_bank > li {
    border-bottom: solid 1px #CCC;
    margin-bottom: 10px;
}

.list_bank > li:last-child {
    border-bottom: none;
}

.list_bank img {
    max-width: 150px;
}

.list_bank .img_bank, .list_bank .intro_bank {
    padding: 15px;
}

.list_bank .intro_bank strong {
    margin-right: 5px;
    width: 200px;
}

.dv-ndphuongthuc-thanhtoan .list_bank.no_style li {
    list-style: none !important;
}

.item_accessories {
    position: relative;
}

.title_accessories {
    padding-bottom: 15px;
}

.title_accessories a {
    position: absolute;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
    padding: 10px 15px;
    border: solid 1px #CCC;
    border-radius: 15px;
    background: #FFF;
    color: #e4144d;
    top: 23px;
    box-shadow: 0 1px 18px 0 rgba(0, 0, 0, .09);
    text-transform: uppercase;

}

.box_album_detail .left_info {
    width: 50%;
}

.box_album_detail .right_info {
    width: 50%;
}


.view_more_product {
    text-align: center;
    padding: 10px 0px;
    margin-top: 15px;
}

.view_more_product a {
    color: #fff;
    background: #daaf3f;
    display: inline-block;;
    border-radius: 10px;
    padding: 10px 30px;
    text-transform: capitalize;
}

.img_service img {
    max-height: 220px !important;
}

img {
   
    max-width: 100% !important;
    height: auto;
}

.contactnow {
    position: absolute;
    right: 31px;
    bottom: 100px;
}

.rotate {
    width: 65px;
    height: 65px;
    background-image: url(//bizweb.dktcdn.net/100/163/301/themes/214804/assets/rotate_img.png?1649316581985);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    bottom: 93px;
    right: 22px;
    top: initial !important;
    cursor: pointer;
    z-index: 99;
}
.rotate{
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

.zl-button {
    position: fixed;
    bottom: 99px;
    right: 33px;
    top: initial !important;
    background: transparent;
    color: #FFF;
    cursor: pointer;
    padding: 0px;
    z-index: 99;
}

.contactnow img {
    width: 45px;
    height: 45px;
}
a._bc_cbb_btn._bc_cbb_btn--default._bc_cbb_btn--link {
    z-index: 999;
}