body,
a,
p,
span,
h1,
h2,
h3,
h4 {
    font-family: RobotoRegular, sans-serif;
}
.f-product-view {
    padding: 30px 0;
}

.f-product-view h1 {
    font-size: 25px;
    margin-bottom: 15px;
}
body{
    /* background: url(../imgs/banner_troi_xanh.jpg) !important; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.clearfix {
    clear: both;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url(./../fonts/RobotoRegular.woff);
}
.page_footer{
    width: 80.8%;
    /* margin-right: 2%; */
    float: right;
}
#slider1_container{
    width: 100% !important;
}
#banner_home{
    /*width: 80.5%;*/
    /* margin-right: 2%; */
    /*height: 520px;*/
    float: right !important;
    overflow: hidden;
    width: calc(100% - 250px) !important;
    position: relative;
}
.block1{
    width: 100%;
    width: calc(100% - 250px);
    /* margin-right: 2%; */
    float: right;
    /*padding-bottom: 100px;*/
}
.page_left{
    /*bottom: 0;
    width: 100%;
    padding-bottom: 100px;*/
}
.page_footer{
    padding-top: 30px;
    text-align: center;
    background: #007ec3;
    color: #fff;
    /*position: fixed;*/
    bottom: 0;
    right: 0;
    width: 85%;
}
h1,
h2,
h3,
h4 {
    margin: 0;
}

p {
    margin-bottom: 0;
}

a {
    color: #3c3c3c;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #3c3c3c;
    text-decoration: none;
}

ul,
li,
ul li {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

.container {
    padding: 0;
}

.top_header {
    border-bottom: 1px solid #dedede;
    background: #3e383a;
    display: none;
}

.top_header .container {
    position: relative;
}

.header>.container {
    /* padding: 15px 0; */
    width: auto;
}

.header {
    position: fixed;
    width: 250px;
    z-index: 9999;
    height: 100%;
    background: #007ec3;
    transition: all 0.5s ease;
}

.header.menu_v {
    width: 40px;
}
.header.menu_v .v2_bnc_search{
    display: none;
    
}
.share_bottom {
    display: table;
    margin: 20px 0;
    position: relative;
}

.share_bottom ul {
    display: table;
    padding-left: 0;
}

.share_bottom ul li {
    float: left;
    margin-right: 10px;
}

.share_bottom ul li i {
    display: block;
    padding: 8px 10px;
    color: #252525;
    font-size: 20px;
    background: #656061;
    border-radius: 5px;
    width: 35px;
}

.share_bottom ul li:last-child i {
    /* border-right: 1px solid #dadada; */
}

.share_bottom ul li:hover i {
    color: black;
    background: #bdbdbd;
}

.login-bar {
    display: table;
    list-style: none;
    float: right;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.login-bar li {
    float: left;
    position: relative;
}

.login-bar li:first-child:after {
    content: "";
    width: 1px;
    height: 29px;
    background: #3e383a;
    position: absolute;
    right: 0;
    top: 0;
}

.login-bar li:first-child:before {
    content: "\f007";
    font-family: fontawesome;
    width: 1px;
    height: 10px;
    background: transparent;
    position: absolute;
    left: -8px;
    top: 5px;
    font-size: 12px;
    color: #cccccc;
}

.login-bar li a {
    display: block;
    padding: 6px 10px;
    color: #cccccc;
    font-size: 12px;
    text-decoration: initial !important;
}

.login-bar li a:hover {
    color: #717171;
}

.header .col-lg-3.col-md-3 {
    padding: 0;
}

.search {
    display: table;
    margin: 24px 0px;
    padding: 0 10px;
    width: 230px;
}

.search .input-group.search-border {
    background: none;
    width: 100%;
    border: 1px solid #d4d4d4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* padding-left: 25px; */
}

.search:hover .input-group.search-border {
    border: 1px solid #d4d4d4;
    padding-left: 20px;
}

.search .input-group-btn {
    float: left;
}

.search .input-group .glyphicon {
    color: #048bdd;
    /* background: #7abb3f; */
    padding: 13px 15px;
    text-align: center;
    display: table;
}

#menu {
    /* background: #3e383a; */
    width: 250px;
    /* margin-top: 200px; */
    /* height: auto; */
    /* position: relative; */
}

.menu_v #menu {
    width: auto;
}

#menu .container {
    /* position: relative; */
    width: auto;
}

#menu.fix_menu {
    /* background: #048bdd; */
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    box-shadow: 0 0 5px #BDBDBD;
    -moz-box-shadow: 0 0 5px #BDBDBD;
    -webkit-box-shadow: 0 0 5px #BDBDBD;
}

.main_menu_top {
    /* position: relative; */
    /* height: 100%; */
}

.main_menu_top ul {
    display: none;
}

.main_menu_top .navbar-nav {
    display: block;
    position: relative;
    float: none;
    clear: both;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

.main_menu_top .navbar-nav>li {
    width: 250px;
    border-top: 1px solid #dddbdb;
}

.main_menu_top .navbar-nav>li:last-child {
    border-bottom: 1px solid #949494;
}

.main_menu_top .navbar-nav>li>ul {
    position: relative;
    padding: 0;
    min-width: 100px;
    width: 83%;
    float: right;
    z-index: 123;
    border-left: 1px solid #d1cfcf;
    background: #007ec3;
}

.main_menu_top .navbar-nav>li>a {
    text-transform: uppercase;
    color: white;
    padding: 10px 0 10px 7px;
    font-size: 14px;
    position: relative;
    display: table;
    width: 100%;
    background: none;
}

.main_menu_top .navbar-nav>li>a:after {
    content: "";
    opacity: 1;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 42px;
    background: #a5a5a5;
}

.header:hover .main_menu_top .navbar-nav>li>a:after {
    /* opacity:1; */
}

.main_menu_top .navbar-nav>li>a>span {
    padding-left: 10px;
    width: 70%;
    float: left;
    line-height: 23px;
    /* font-size: 0; */
}

.main_menu_top .navbar-nav>li>a img {
    max-width: 30px;
    float: left;
    padding-right: 5px;
}

.main_menu_top .navbar-nav>li:hover>.item_menu
 {
    background: #eb8323;
    color: #ffffff;
}

#menu.fix_menu .main_menu_top .navbar-nav>li:hover>a,
#menu.fix_menu .main_menu_top .navbar-nav>li.active>a {
    color: #191919;
}
.main_menu_top .navbar-nav>li>ul>li>a:hover{
    background: #eb8323;
    color: #ffffff;
}
.main_menu_top .navbar-nav>li>ul>li>a {
    color: white;
    display: block;
    background: #007ec3;
    padding: 10px 0 10px 5px;
    text-transform: uppercase;
    font-size: 12px;
    border-top: 1px solid #adadad;
}

.main_menu_top .navbar-nav>li ul li ul {
    display: block;
}

.main_menu_top .navbar-nav>li>ul>li {
    /* width:33.333%; */
    /* float:left; */
}

.main_menu_top .navbar-nav>li>ul>li>ul>li {
    display: block;
}

.main_menu_top .navbar-nav>li>ul>li>ul>li>a {
    position: relative;
    padding: 4px 0px 4px 25px;
    display: block;
    color: #ebe6e6;
}

.main_menu_top .navbar-nav>li>ul>li>ul>li>a:hover {
    background: #eb8323;
    color: #ffffff;
}

.main_menu_top .navbar-nav>li>ul>li>ul>li>a:After {
    content: "\f0da";
    font-family: FontAwesome;
    color: #9d9b9b;
    font-size: 12px;
    position: absolute;
    left: 14px;
    top: 5px;
}

.main_menu_top li:hover>ul {
    display: block;
}

.main_menu_top ul li i {
    /* display:none; */
    position: absolute;
    color: white;
    right: 10px;
    top: 15px;
}

.header.menu_v .main_menu_top .navbar-nav {
    width: 40px;
}

.header.menu_v .main_menu_top .navbar-nav>li>a>span {
    /* width: 70%; */
    /* font-size: 14px; */
    /* padding-left: 10px; */
}

.search .btn-default {
    padding: 0;
    border-color: #3e383a;
    text-align: center;
    border: 0;
    margin-top: -1px;
    background: none;
}

.search:hover .btn-default {
    margin-left: -20px;
}

.search-basic {
    display: none;
}

.search-borderd {
    display: table;
}

.search .search-border input {
    float: left;
    width: 80%;
    padding: 5px 10px;
    height: 36px;
    border: 0;
    border: 0 !important;
    padding-left: 35px;
    box-shadow: none;
    background: none !important;
}

.search .search-border input:active,
.search .search-border input:focus {
    border: 0;
    box-shadow: none;
}

.call_us {
    position: relative;
    margin: 6px 0;
    padding-left: 20px;
}

.call_us:After {
    content: "\f095";
    position: absolute;
    left: 0;
    top: 0px;
    font-family: fontawesome;
    font-size: 15px;
    border-radius: 50%;
    /* background: #7abb3f; */
    color: #cccccc;
}

.call_us a {
    color: #cccccc;
    font-size: 13px;
}

.cart_custom {
    width: 76px;
    float: right;
    margin-top: 32px;
}

.wrap-cart-custom {
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    min-width: 300px;
    background: white;
    border: 1px solid #d0d0d0;
    z-index: 123;
}

.miniv2-toolbar-barclick {
    cursor: pointer;
    display: block;
    float: left;
    position: relative;
}

.miniv2-toolbar-barclick:After {
    content: "\f07a";
    font-family: fontawesome;
    color: #048bdd;
    left: -16px;
    top: -4px;
    font-size: 18px;
    position: absolute;
}

.total_cart {
    color: #3e383a;
    padding-left: 20px;
}

.miniv2-toolbar-count {
    color: #048bdd;
    margin-top: -1px;
    display: block;
    /* border: 1px solid white; */
    border-radius: 50%;
    padding: 0px 6px;
}

.miniCartItem li {
    border-bottom: 1px solid #F1F1F1;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
}

.miniCartItemImg {
    float: left;
    width: 50px;
    margin-right: 5px;
}

.miniCartItemImg img {
    display: block;
    width: 100%;
}

.miniCartItem p {
    display: block;
    padding: 3px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    font-size: 12px;
    margin-left: 55px;
}

.miniCartItem p b {
    color: #919191;
}

.miniCartItem p i {
    float: right;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #919191;
}

.miniCartItem p a {
    font-size: 12px;
}

.minicartItemTotal {
    padding: 10px;
    font-size: 13px;
}

.minicartItemTotal b:first-child {}

.minicartItemTotal b:last-child {
    float: right;
    color: #F04E23;
}

.minicartItemPay {
    padding: 10px;
}

.minicartItemPay a {
    display: block;
    line-height: 35px;
    font-size: 13px;
    border: none;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    background: #7abb3f;
    transition: all 0.15s;
}

#block-slider {
    position: relative;
    z-index: 0;
}

.carousel-control {
    background: none;
    width: auto;
    top: 45%;
    bottom: auto;
    left: 0;
    text-shadow: none;
}

.carousel-control span {
    color: black;
    font-size: 30px;
    display: block;
    background: white;
    border-radius: 50%;
    padding: 10px 20px;
}

.carousel-control.left {
    opacity: 1;
    background: none;
    left: 30px;
}

.carousel-control.right {
    background: none;
    opacity: 1;
    right: 30px;
}

.carousell .item {
    -webkit-transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -ms-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: opacity 0.7s;
}

.carousell .active.left {
    left: 0;
    opacity: 0;
    z-index: 2;
}

.carousell .active.right {
    left: 0;
    opacity: 0;
    z-index: 2;
}

.short_info_slide {
    position: absolute;
    width: 50%;
    left: 0;
    right: 0;
    bottom: 47%;
    text-align: center;
    margin: 0 auto;
}

.short_info_slide h3 a.name {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    font-family: arial;
    font-weight: bold;
    -webkit-animation-name: text_left_fast;
    -webkit-animation-duration: 5.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

p.short_nd {
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
    text-transform: uppercase;
}

.f-ctn-center {
    padding: 0;
    /* margin-bottom: 20px; */
}

.adv_1 {
    /* margin-top: -70px; */
    z-index: 9999;
    margin-bottom: 30px;
}

.adv_1_item {
    float: left;
    width: 32%;
    margin-right: 23px;
    position: relative;
    overflow: hidden;
}

.adv_1_item:last-child {
    margin-right: 0;
}

.adv_1_item_image img {
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.adv_1_item_image:before {
    content: "";
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(67, 69, 113, 0);
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.adv_1_item_image:After {
    content: "";
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(67, 69, 113, 0);
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.adv_1_item:hover .adv_1_item_image:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.adv_1_item:hover .adv_1_item_image:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.5);
}

.adv_1_item:hover .adv_1_item_image img {
    -webkit-transform: scale(1.08);
    -khtml-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.adv_1_item_des {
    position: absolute;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    padding: 15px;
    text-align: center;
}

.adv_1_item_des p {
    text-transform: uppercase;
    font-size: 25px;
    color: #353535;
}

.adv_1_item_des span {
    text-transform: uppercase;
    color: #7abb3f;
}

.home_block_left {
    padding-left: 0;
}

.product_tab_home {
    padding: 0;
}

.tab_product_home {
    position: relative;
    /* margin: 30px 0; */
}

.tab_product_home_title {
    display: table;
    width: 100%;
    border: 1px solid #d8d8d8;
}

.tab_product_home_ul {
    display: table;
    border: 0;
}

.tab_product_home_ul li {
    float: left;
}

.tab_product_home_ul li a {
    display: block;
    padding: 12px 15px;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
}

.tab_product_home_ul li.active a {
    border: 0 !important;
    background: #048bdd !important;
    color: white !important;
}

.tab_product_home .customNavigation {
    top: 8px;
    right: 10px;
}

.v2-tabhome-product ul {
    /* margin-left:-15px; */
}

.product_tab_home_item {
    position: relative;
}

.product_tab_home_header {
    width: 100%;
    display: table;
    border: 1px solid #e2e2e2;
}

.product_tab_home_header_title {
    float: left;
}

.product_tab_home_header_title h3 {
    margin: 0;
}

.product_tab_home_header_title h3 a span {
    display: block;
    padding: 12px 15px;
    background: #048bdd;
    color: white;
    line-height: 1.5em;
    text-transform: uppercase;
    font-size: 14px;
}

.product_tab_home_ul {
    /* margin-right: -10px; */
    /* margin-left: -10px; */
    /* width: 896px; */
}

.product_tab_home_sub {
    float: left;
    padding-left: 0;
    margin: 0 auto;
    display: table;
}

.product_tab_home_sub li {
    float: left;
}

.product_tab_home_sub li a {
    display: block;
    text-transform: uppercase;
    padding: 15px 15px;
}

.product_tab_home_item .customNavigation {
    top: 9px;
    right: 10px;
}

.product_tab_home_ul li {
    float: left;
    width: 31%;
    float: left;
    margin-right: 30px;
}

.product_tab_home_ul li:nth-child(3) {
    margin-right: 0;
}

.product_tab_home_ul li .product_item {
    margin: 0;
}

.product_tab_home_ul .owl-item li {
    width: 100%;
}

.product_tab_home_ul .owl-item li .product_item {
    margin: 10px;
}

.f_block .product_item {
    margin: 0;
}

.product_item {
    height: 350px;
    margin: 10px 15px;
    position: relative;
}

.product_item_img {
    height: 250px;
    position: relative;
}

.product_item_img img {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    height: 100%;
    width: 100%;
    object-fit: scale-down;
    /* max-height: 100%; */
}

.product_item_name h3 {
    margin: 0;
}

.product_item_name h3 a {
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 15px 0 5px 0;
    overflow: hidden;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product_item:hover .product_item_name h3 a {
    color: #42b1e3;
}

.product_item_action {
    opacity: 0;
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    margin: auto;
    width: 81%;
    
    transition: all 0.3s ease 0s;
}

.product_item_action button {
    border: 0 !important;
    padding: 0 !important;
    background: none !important;
    float: left;
    margin-top: 0;
}

.product_item_action a {
    display: block;
    float: left;
    transition: all 0.3s ease 0s;
}

.product_item_action .quickview {
    /* display:none; */
}

.product_item_action i {
    font-size: 15px;
    display: block;
    padding: 10px 10px;
    border-radius: 50%;
    background: #048bdd;
    color: white;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    transform: scale(0);
    transition: all ease-out .6s;
}

.f_block .product_item_action {
    width: 57%;
}

.product_item:hover .product_item_action {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    transform: scale(1);
}

.product_item:hover .product_item_action i {
    transform: scale(1);
}

.product_item_price {
    text-align: center;
    display: table;
    margin: 5px auto;
    display: none;
}

.product_price {
    color: #000000;
    float: left;
    font-size: 18px;
}

.product_item_price_old {
    float: left;
    color: #cfcdcd;
    text-decoration: line-through;
    padding-left: 5px;
    font-size: 13px;
    padding-top: 5px;
}

.product_percent {
    position: absolute;
    top: 15px;
    right: 20px;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #048bdd;
    color: white;
    border-radius: 50%;
}

.product_rate {
    text-align: center;
    left: 0;
    right: 0;
    bottom: 48px;
    margin: 0 auto;
    width: 100%;
    transition: all 0.5s ease;
}

    .product_rate .view_pr {
        position: relative;
        float: left;
        min-width: 30px;
        text-align: right;
        display: none;
    }

    .product_rate .view_pr:After {
        content: "\f06e";
        font-family: fontawesome;
        position: absolute;
        left: 0;
        top: 0;
    }

    .product_rate #stars {
        font-size: 14px !important;
        margin-top: 3px !important;
        color: #048bdd !important;
    }

    .product_stt {
        position: absolute;
        z-index: 1;
        top: 15px;
        left: 5px;
        background: #048bdd;
        padding: 0 7px;
        color: white;
    }

    .f_block .product_percent {
        width: 30px;
        height: 30px;
        right: 5px;
        top: 15px;
        line-height: 30px;
        font-size: 12px;
    }

    .product_viewid .product_rate {
        display: none !important;
    }
    .product_viewid li:nth-child(4n) {
        margin-right: 0;
    }

    .product_viewid .product_item {
        margin: 0;
        height: 345px;
    }
.product_viewid .product_item_img:hover img{
    transform: scale(1.1);
     transition: all 0.3s ease 0s;
}
    .product_viewid .product_item_img {
        height: 250px;
        overflow: hidden;
        border: 1px solid #ccc;
         transition: all 0.3s ease 0s;
        background: #fff;
    }

    .product_viewid .product_item_action {
        width: 53%;
        display: none;
    }

    .product_viewid .product_item_action i,
    .f_block_ul .product_item_action i {
        width: 30px;
        height: 30px;
        padding: 10px 10px;
        font-size: 12px;
    }

    .product_viewid.viewlist li {
        width: 100%;
        margin-bottom: 50px;
        overflow: hidden;
    }

    .product_viewid.viewlist .product_item_img {
        height: 250px;
        width: 30%;
        float: left;
        position: relative;
    }

    .product_viewid.viewlist .product_item_img img {
        position: absolute;
        height: 100%;
    }

    .product_viewid.viewlist .product_item_action {
        width: auto;
        opacity: 1;
        bottom: auto;
        top: 100px;
        right: 22%;
        left: auto;
    }

    .product_viewid.viewlist .product_item {
        display: table;
        width: 100%;
    }

    .product_home {
        /* margin-top: 22px; */
    }

    .product_home_title {
        border: 1px solid #e4e4e4;
    }

    .product_home_title h3 {
        text-transform: uppercase;
        text-align: left;
        display: inline-block;
        padding: 14px 15px;
        font-size: 14px;
        color: #ffffff;
        background: #048bdd;
    }

    .product_home_view {
        display: table;
        width: 100%;
    }

    .product_home_view li {
        width: 16%;
        float: right;
    }

    .product_home_view li:nth-child(5) {
        clear: both;
    }

    .product_home_view li:nth-child(1) {
        width: 50%;
        float: left;
        position: absolute;
        left: 0;
        top: 0;
    }

    .product_home_view li:nth-child(1) .product_item {
        height: 440px;
    }

    .product_home_view .product_item {
        height: 210px;
        margin: 10px 0;
    }

    .product_home_view .product_item_img {
        height: 100px;
    }

    .product_home_view li:nth-child(1) .product_item_img {
        height: 300px;
    }

    .product_home_view .product_item_action {
        display: none;
    }

    .product_home_view .product_item_name h3 a {
        font-size: 15px;
    }

    .product_home_view .product_price {
        font-size: 15px;
    }

    .product_home_view .product_item_price_old {
        padding-top: 3px;
    }

    .product_home_view .product_percent {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: 0;
        top: 0;
        font-size: 12px;
    }

    .product_home_view li:nth-child(1) .product_percent {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .customNavigation {
        position: absolute;
        top: 8px;
        right: 10px;
    }

    .customNavigation a {
        display: block;
        float: left;
        padding: 0;
    }

    .customNavigation a i {
        display: block;
        padding: 5px 13px;
        border: 1px solid #d4d4d4;
        font-size: 20px;
        margin-left: 5px;
    }

    .customNavigation a i:hover {
        color: white;
        background: #048bdd;
        border: 1px solid #048bdd;
    }

    .rating {
        width: 80px;
        height: 16px;
        margin: 0 0 0px 0;
        padding: 0;
        list-style: none;
        clear: both;
        position: relative;
        background: url(star-matrix.gif) no-repeat 0 0;
        position: absolute;
        margin-top: 6px;
    }

    .nostar {
        background-position: 0 0
    }

    .onestar {
        background-position: 0 -16px
    }

    .twostar {
        background-position: 0 -32px
    }

    .threestar {
        background-position: 0 -48px
    }

    .fourstar {
        background-position: 0 -64px
    }

    .fivestar {
        background-position: 0 -80px
    }

    ul.rating li {
        cursor: pointer;
        float: left;
        text-indent: -999em;
    }

    ul.rating li a {
        position: absolute;
        left: 0;
        top: 0;
        width: 16px;
        height: 16px;
        text-decoration: none;
        z-index: 200;
    }

    ul.rating li.one a {
        left: 0
    }

    ul.rating li.two a {
        left: 16px;
    }

    ul.rating li.three a {
        left: 32px;
    }

    ul.rating li.four a {
        left: 48px;
    }

    ul.rating li.five a {
        left: 64px;
    }

    ul.rating li a:hover {
        z-index: 2;
        width: 80px;
        height: 16px;
        overflow: hidden;
        left: 0;
        background: url(star-matrix.gif) no-repeat 0;
    }

    ul.rating li.one a:hover {
        background-position: 0 -96px;
    }

    ul.rating li.two a:hover {
        background-position: 0 -112px;
    }

    ul.rating li.three a:hover {
        background-position: 0 -128px
    }

    ul.rating li.four a:hover {
        background-position: 0 -144px
    }

    ul.rating li.five a:hover {
        background-position: 0 -160px
    }

    .f_block {
        clear: both;
        margin-bottom: 30px;
        /* overflow: hidden; */
        position: relative;
    }

    .f_block_title span {
        color: white;
        text-align: left;
        display: block;
        text-transform: uppercase;
        background: #048bdd;
        position: relative;
        padding: 12px 15px;
        font-size: 14px;
    }

    .f_block_body {
        border: 1px solid #e2e2e2;
        /* display:table; */
        /* width:100%; */
        padding: 10px;
    }

    .dmsp .f_block_title span:after {
        content: "\f0c9";
        font-family: fontawesome;
        position: absolute;
        right: 17px;
        font-size: 20px;
        top: 9px;
    }

    .dmsp {
        /* border: 1px solid #f1f1f1; */
        /* float: left; */
        /* width: 20%; */
        /* margin-top: -48px; */
        /* margin-bottom: 0; */
        /* min-height: 400px; */
    }

    #menu .dmsp {
        float: left;
        width: 23%;
        margin-bottom: 0;
        position: relative;
    }

    #menu .f_block_title span {
        padding: 14px 15px;
    }

    .dmsp .block_ul ul {
        /* display:none; */
        position: absolute;
        left: 0;
        z-index: 1;
        top: 0;
        min-width: 100%;
        border: 1px solid #e4e4e4;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: transform 0.1s ease 0s;
        -webkit-transition: -webkit-transform 0.1s ease 0s;
        -moz-transition: -moz-transform 0.1s ease 0s;
        transform: scale(0.7, 1);
        -webkit-transform: scale(0.7, 1);
        -moz-transform: scale(0.7, 1);
        transform-origin: 0 0 0;
        visibility: hidden;
    }

    .dmsp .block_ul li .sub {
        position: absolute;
        right: 15px;
        top: 0px;
        padding: 7px;
        color: #383838;
        font-size: 10px;
        cursor: pointer;
        z-index: 10;
        /* opacity: 0; */
    }

    .dmsp .block_ul li .sub:after {
        content: "\f105";
        font-family: fontawesome;
        font-size: 16px;
    }

    .dmsp .block_ul li .sub.subb:after {
        content: "\f068";
    }

    .dmsp .block_ul li a {
        position: relative;
        display: block;
        padding: 12px 0 12px 30px;
        font-size: 14px;
        border-bottom: 1px solid #e8e8e8;
        background: #f8f8f8;
        color: #717171;
    }

    .dmsp .block_ul li:hover>h2 a {
        background: white;
    }

    .dmsp .block_ul li:last-child a {
        border-bottom: 0;
    }

    .dmsp .block_ul li:hover>ul {
        display: block;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        opacity: 1;
        transform: scale(1, 1);
        left: 100%;
        top: -1px;
        z-index: 100;
    }

    .dmsp .block_ul>li>a {
        border-bottom: 1px solid #dedede;
    }

    .dmsp .block_ul>li:last-child>a {
        border-bottom: 0;
    }

    .dmsp .block_ul li a:after {
        content: '\f009';
        font-family: fontawesome;
        color: #3e383a;
        font-size: 8px;
        position: absolute;
        top: 14px;
        left: 13px;
    }

    .dmsp .block_ul li ul li a {
        padding-left: 50px;
    }

    .dmsp .block_ul li ul li a:after {
        left: 31px;
    }

    .dmsp .f_block_body {
        padding: 0;
    }

    #menu .dmsp .f_block_body {
        position: absolute;
        width: 100%;
        z-index: 1;
    }

    #menu.fix_menu .dmsp .f_block_body,
    .pagedetail .dmsp .f_block_body {
        /* overflow: hidden; */
        /* max-height: 0; */
        /* transition: max-height .5s ease-in; */
        display: none;
    }

    #menu.fix_menu .dmsp:hover .f_block_body,
    .pagedetail .dmsp:hover .f_block_body {
        /* max-height: 1000px; */
        /* overflow: initial; */
        */display: none;
        display: block;
    }

    .adv2 {
        display: table;
        width: 100%;
        margin-bottom: 20px;
    }

    .adv2 a {
        display: block;
        float: left;
        width: 49.5%;
        margin-right: 1%;
        position: relative;
    }

    .adv2 a:nth-child(2) {
        margin-right: 0;
    }

    .adv2 a img {
        width: 100%;
    }

    .adv2 a:before {
        content: "";
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgba(67, 69, 113, 0);
        -webkit-transition: all 0.5s ease-in-out;
        -khtml-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .adv2 a:After {
        content: "";
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgba(67, 69, 113, 0);
        -webkit-transition: all 0.5s ease-in-out;
        -khtml-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .adv2 a:hover:after {
        height: 0;
        top: 50%;
        bottom: 50%;
        background: rgba(255, 255, 255, 0.5);
    }

    .adv2 a:hover:before {
        right: 50%;
        left: 50%;
        width: 0;
        background: rgba(255, 255, 255, 0.5);
    }

    .adv_4 {
        min-height: 250px;
        background-size: cover !important;
        background-attachment: fixed !important;
        background-position: center center !important;
    }

    .adv_4_item {
        width: 27%;
        float: left;
        margin-right: 9%;
        border: 1px solid white;
        margin-top: 85px;
        height: 100px;
    }

    .adv_4_item:last-child {
        margin-right: 0;
    }

    .adv_4_item a {
        display: block;
        float: left;
    }

    .adv_4_item img {
        max-width: 80px;
        padding: 16px 10px;
    }

    .adv_4_item p {
        float: left;
        color: white;
    }

    .adv_4_item a span {
        float: left;
        color: white;
        text-transform: uppercase;
        font-size: 20px;
        display: block;
        padding-top: 20px;
    }

    .adv_4_item:hover img {
        transform: rotateY(180deg);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .brand_product_home {
        min-height: 100px;
    }

    .brand_product_home .container {
        position: relative;
        border-top: 1px dashed #e5e5e5;
    }

    .owl-carousel-brand_div {
        width: 90%;
        margin: 0 auto;
        padding: 35px 0;
    }

    .brand_product_home .customNavigation {
        top: 53%;
        width: 100%;
    }

    .brand_product_home .customNavigation .prev-brand {
        right: 0;
        position: absolute;
    }

    .brand_product_home .customNavigation .next-brand {
        position: absolute;
        left: 0;
    }

    .module_home {
        margin-bottom: 35px;
        position: relative;
    }

    .module_home .container {
        width: auto;
    }

    .home_title {
        border: 1px solid #e2e2e2;
        margin-bottom: 20px;
    }

    .home_title span {
        text-transform: uppercase;
        display: inline-block;
        padding: 12px 20px;
        background: #048bdd;
        color: white;
        font-size: 14px;
    }

    .module_home .container {
        position: relative;
    }

    .home_content_ul {
        /* margin: 0 -15px 0 -15px !important; */
        /* margin-right: -15px; */
        /* margin-left: -15px; */
        /* width: 1200px; */
    }

    .news_item {
        display: table;
        height: 365px;
        /* padding: 15px; */
        width: 92%;
        margin: 0 auto;
        border: 1px solid #ebebeb;
        /* background: rgba(255, 255, 255, 0.68); */
        margin-bottom: 20px;
    }

    .news_item_img {
        /* height: 250px; */
        overflow: hidden;
    }

    .news_item_img img {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        height: 135px;
        width: 100%;
        object-fit: cover;
    }

    .news_item:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.7;
    }

    .news_item_name h3 {
        margin: 0;
    }

    .news_item_name h3 a {
        display: block;
        text-transform: uppercase;
        font-size: 16px;
        /* font-weight: bold; */
        /* height: 50px; */
        padding: 10px;
        line-height: 1.2em;
    }

    .news_item_name h3 a:hover {
        color: #000000;
    }

    .news_item_short {
        padding: 0 10px 10px 10px;
        text-align: justify;
        color: black;
    }

    .news_item_time {
        color: #048bdd;
        padding-left: 10px;
    }

    .page_news li {
        border: 1px solid #737373;
        margin-bottom: 10px;
        width: 49.5%;
        float: left;
        padding: 5px;
        margin-right: 1%;
        background: rgb(0, 126, 195);
        border-radius: 3px;
    }

    .page_news li:nth-child(2n+1) {
        clear: both;
    }

    .page_news li:nth-child(2n) {
        margin-right: 0;
    }

    .page_news li:nth-child(3) .news_item_img,
    .page_news li:nth-child(4) .news_item_img {
        /* float: right; */
    }

    .page_news .news_item {
        width: 100%;
        display: table;
        height: auto;
        margin-bottom: 0;
        border: 0;
    }

    .page_news .news_item_img {
        float: left;
        width: 40%;
        max-height: 300px;
        border: 1px solid #7b7b7b;
    }

    .page_news .news_item_des {
        float: left;
        width: 60%;
        /* padding: 0 0 0 7px; */
    }

    .page_news li:nth-child(2n) .news_item_img {
        /* float:right; */
    }

    .page_news .news_item .news_item_name h3 a {
        font-size: 14px;
        font-weight: normal;
        background: #eb8323;
        color: white;
    }

    .module_page_related_content .news_item_img {
        display: none;
    }

    .module_page_related_content .news_item_short {
        display: none;
    }

    .module_page_related_content .news_item {
        height: auto;
        padding: 0;
        border: 0;
        width: 100%;
        margin-bottom: 0;
        padding: 5px 0;
    }

    .module_page_related_content .news_item_name h3 a {
        height: auto;
        padding: 2px 15px;
        position: relative;
        font-size: 13px;
        text-transform: none;
    }

    .module_page_related_content .news_item_name h3 a:After {
        content: "\f006";
        font-family: fontawesome;
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 10px;
        color: #060606;
    }

    .module_page_related {
        margin-bottom: 50px;
        background: rgba(255, 255, 255, 0.8);
        /* padding: 15px; */
        border-radius: 5px;
        margin-top: 15px;
    }

    .module_page_view_detail {
        background: rgba(255, 255, 255, 0.8);
        padding: 15px;
        border-radius: 5px;
    }

    .module_page_album_view_detail {
        background: rgba(255, 255, 255, 0.8);
        padding: 15px;
        border-radius: 5px;
        margin-top: 15px;
    }

    .connect_page {
        display: table;
        width: 100%;
        background: #7abb3f;
    }

    .form_dk {
        float: left;
        width: 70%;
        padding: 30px 0;
    }

    .form_1title_ {
        display: none;
    }

    .form_dk label {
        font-size: 20px;
        text-transform: uppercase;
        color: white;
    }

    .form_dk input {
        width: 60%;
        height: 40px;
        border: 0;
        background: none;
        border: 1px solid gainsboro;
        border-radius: 0 !important;
        padding: 5px 15px;
        margin-left: 80px;
    }

    .form_dk button {
        padding: 10px;
        background: white;
        border: 0;
        color: #7abb3f;
    }

    .connect_icon {
        padding: 15px 0;
        float: left;
    }

    .connect_icon ul {
        display: table;
        margin: 0 auto;
    }

    .connect_icon ul li {
        float: left;
    }

    .connect_icon ul li i {
        display: block;
        color: #f8f8f8;
        font-size: 15px;
        padding: 12px 14px;
        /* border: 1px solid #048bdd; */
        border-radius: 50%;
        width: 40px;
        height: 40px;
        margin-right: 10px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .fa-facebook {
        background: #435f9f;
    }

    .fa-twitter {
        background: #00aaf0;
    }

    .fa-pinterest-p {
        background: #ce1f21;
    }

    .fa-google-plus {
        background: #e04b34;
    }

    .fa-instagram {
        background: red;
    }

    .connect_icon ul li:hover i {
        /* background:white; */
        /* color: #7abb3f; */
    }

    #back-top {
        position: fixed;
        right: 5px;
        bottom: 20px;
        z-index: 10;
        display: none;
    }

    #back-top p {
        color: transparent;
        width: 35px;
        height: 40px;
        background: #191919;
        /* border-radius: 50%; */
        cursor: pointer;
        text-align: center;
        display: block;
        box-shadow: 0px 0px 1px 1px #3c3c3c;
    }

    #back-top p:hover {
        background: #048bdd;
    }

    #back-top p:After {
        content: "\f102";
        color: white;
        font-family: fontawesome;
        position: absolute;
        left: 10px;
        top: 2px;
        font-size: 25px;
    }

    .f-footer-info-menu {
        /* float:left; */
        /* width:33.33333%; */
    }

    .menu_bottom {
        padding: 0;
    }

    .menu_bottom .navbar-nav {
        width: 100%;
    }

    .menu_bottom .navbar-nav>li h4 a {
        text-transform: uppercase;
        color: white;
        font-size: 16px;
        padding: 15px 0;
        /* border-bottom: 1px solid #3c3c3c; */
        width: 90%;
        position: relative;
        margin-bottom: 15px;
        display: block;
    }

    .menu_bottom .navbar-nav>li h4 a:after {
        content: "";
        width: 50px;
        height: 1px;
        background: #048bdd;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .menu_bottom .navbar-nav>li>i {
        display: none;
    }

    .menu_bottom .navbar-nav>li:hover>a {
        background: none;
    }

    .menu_bottom .navbar-nav>li {
        width: 50%;
        float: left;
    }

    .menu_bottom .navbar-nav>li ul li a {
        position: relative;
        display: block;
        color: #ccc;
        line-height: 2em;
        padding-left: 16px;
    }

    .menu_bottom .navbar-nav>li ul li:hover a {
        color: #6f6f6f;
    }

    .menu_bottom .navbar-nav>li ul li a:after {
        content: "\f009";
        content: "";
        font-family: fontawesome;
        font-size: 9px;
        width: 7px;
        height: 7px;
        background: #505050;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 9px;
    }

    .menu_bottom .navbar-nav>li ul li a:hover:after {
        background: white;
    }

    .f_footer_info_order {
        width: 33.33333%;
        float: left;
    }

    .f_footer_info_order_header {
        position: relative;
        text-transform: uppercase;
        color: white;
        font-size: 16px;
        padding: 12px 0px;
        clear: both;
    }

    .f_footer_info_order_header:after {
        content: "";
        width: 50px;
        height: 1px;
        background: #048bdd;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .f-footer {
        background: #252525;
        /* padding-top: 30px; */
    }

    .f-footer .f-footer-info {
        color: white;
        text-align: center;
        display: block;
        border-top: 1px solid #313131;
        padding: 10px 0;
    }

    .copyright {
        text-align: center;
        background: #191919;
        position: fixed;
        z-index: 99999;
        left: 0;
        bottom: 0;
        width: 250px;
    }

    .copyright a {
        color: #bfbfbf;
        /* text-transform:uppercase; */
        font-size: 10px;
        padding: 5px 0;
        display: block;
    }

    .video_tab_home {
        margin-top: 50px;
    }

    .video_tab_home .container {
        position: relative;
    }

    .video_item {
        position: relative;
        padding: 0 15px;
        margin: 0 auto;
    }

    .video_item_name {
        position: absolute;
        bottom: 0;
        z-index: 123;
        background: rgba(249, 191, 19, 0.65);
        width: 90%;
    }

    .video_item_name a {
        color: white;
        display: block;
        text-align: center;
        padding: 10px 0;
        font-size: 14px;
    }

    .video_item_img {
        width: 100%;
        overflow: hidden;
        height: 230px;
    }

    .video_item_img img {
        width: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        overflow: hidden;
        cursor: pointer;
    }

    .video_item:hover .video_item_img img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.7;
    }

    .f_block .video_item,
    .f_block .album_item {
        margin: 15px 0;
    }

    .f_block .video_item_name,
    .f_block .album_item_name {
        width: 90%;
    }

    .album_tab_home {
        /* margin-top:50px; */
    }

    .album_tab_home .container {
        position: relative;
    }

    .album_item {
        position: relative;
        padding: 0 15px;
        margin: 0 auto;
    }

    .album_item_name {
        position: absolute;
        bottom: 0;
        z-index: 123;
        background: rgba(249, 191, 19, 0.8);
        width: 90%;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .album_item_name a {
        color: white;
        display: block;
        text-align: center;
        padding: 10px 0;
        font-size: 14px;
    }

    .album_item:hover .album_item_name {
        opacity: 1;
    }

    .album_item_img {
        width: 100%;
        height: 155px;
        position: relative;
        overflow: hidden;
    }

    .album_item_img img {
        width: 100%;
        position: absolute;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 1.5s ease;
    }

    .album_item:hover .album_item_img img {
        -webkit-transform: scale(1.2) rotate(10deg);
        -moz-transform: scale(1.2) rotate(10deg);
        -ms-transform: scale(1.2) rotate(10deg);
        -o-transform: scale(1.2) rotate(10deg);
        transform: scale(1.2) rotate(10deg);
    }

    .album_related {
        display: table;
        width: 100%;
    }

    .album_related li {
        width: 23%;
        float: left;
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .album_related li:nth-child(4n) {
        margin-right: 0;
    }

    .album_related li .album_item {
        padding: 0;
    }

    .album_related .album_item_name {
        width: 100%;
    }

    .galleria-container {
        background: #e8e8e8 !important;
        border: 1px solid #c3c3c3;
    }


    .item_icon {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 123;
        left: 0;
        right: 0;
        margin: auto;
        width: 40px;
        height: 40px;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .item_icon i {
        display: block;
        color: #0096db;
        padding: 9px 14px;
        font-size: 20px;
        width: 40px;
        height: 40px;
        border: 1px solid #0096db;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.85);
    }

    .album_item .item_icon i {
        padding: 9px 10px;
    }

    .video_item:hover .item_icon {
        opacity: 1;
        transform: rotate(360deg);
    }

    .album_item:hover .item_icon {
        opacity: 1;
        transform: rotate(360deg);
    }

    .clone_data:hover .item_icon {
        opacity: 1;
        transform: rotate(360deg);
    }

    .module_home_tab_title {
        display: table;
        width: 100%;
        border: 1px solid #d8d8d8;
    }

    .module_home_tab_title ul {
        display: table;
        border: 0;
    }

    .module_home_tab_title li {
        float: left;
    }

    .module_home_tab_title li a {
        display: block;
        padding: 12px 15px;
        text-transform: uppercase;
        border-radius: 0;
        border: 0;
    }

    .module_home_tab_title li.active a {
        border: 0 !important;
        background: #048bdd !important;
        color: white !important;
    }

    .module_home_tab_content {
        margin: 20px -15px;
    }

    .popup_qc {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        position: fixed;
        top: 0;
        z-index: 123;
        display: none;
        left: 0;
    }

    .popup_qc>div {
        width: 700px;
        height: 400px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0px 0px 3px 0px #ffffff;
    }

    .popup_qc .popup_qc_close span {
        display: block;
        color: white;
        padding: 5px 12px;
        border-radius: 50%;
        position: absolute;
        right: -15px;
        border: 2px solid white;
        top: -15px;
        cursor: pointer;
        z-index: 123;
        background: #048bdd;
    }

    .popup_content {
        overflow: hidden;
    }

    .v2-block-brand {}

    .v2-block-brand ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .v2-block-brand ul li {
        width: 115px;
        float: left;
        margin: 2px;
        border: 1px solid #E4E4E4;
        height: 55px;
        position: relative;
    }

    .v2-block-brand ul li a.brimg {
        display: block;
    }

    .v2-block-brand ul li a.brimg img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .v2-block-brand ul li a.brname {
        float: left;
    }

    .v2-block-brand ul li h2 {
        display: none;
    }

    .module_page_title {
        clear: both;
    }

    .module_page_desc {
        clear: both;
        display: table;
        width: 100%;
        background: #f7f7f7;
        padding: 15px 0;
        border-radius: 5px;
        box-shadow: 1px 1px 0px 0px #d2d2d2;
    }

    .module_page_content {
        clear: both;
        position: relative;
    }

    .module_page_title h1 span {
        display: block;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;
        color: #017fc3;
        padding: 10px;
    }

    .module_cate_ul {
        display: table;
        width: 100%;
        padding: 20px 0;
    }

    .module_cate_ul li {
        width: 33.3333%;
        float: left;
        padding: 0;
    }

    .module_cate_ul li a {
        display: block;
    }

    .module_cate_ul li a img {
        border: 1px solid #3e383a;
        padding: 2px;
    }

    .module_cate_ul li a span {
        padding-left: 10px;
    }

    .module_page_search {
        padding: 0;
        display: table;
        width: 100%;
        margin-bottom: 20px;
    }

    .module_page_search div {
        padding: 0;
        padding-right: 15px;
    }

    .module_page_search #submitSearch,
    .btn-primary,
    .v2-login .btn-primary,
    .v2-reg .btn-success {
        background: #048bdd;
        border: 1px solid #048bdd;
    }

    .module_page_search #submitSearch:hover,
    .btn-primary:hover {
        color: white;
        background: #048bdd;
        border-color: #048bdd;
    }

    .module_page_related_title {
        display: block;
        text-transform: uppercase;
        text-align: left;
        margin: 0 0 7px 0;
        font-size: 20px;
        border-bottom: 1px solid #eaeaea;
        color: #292929;
        padding: 15px 0 7px 15px;
    }

    .module_page_related_content {
        padding: 0 15px 15px 15px;
    }

    .pagination {
        /* display: none; */
        width: 100%;
        /* border: 1px solid #e2e2e2; */
        padding: 5px 0;
        border-radius: 0;
        margin: 20px 0;
        clear: both;
    }

    .pagination_ul {
        display: table;
        float: right;
    }

    .pagination_ul li {
        float: left;
        border: 1px solid #0096db;
        margin-right: 10px;
    }

    .pagination_ul li a {
        display: block;
        padding: 5px 10px;
        color: #191919;
    }

    .pagination_ul li.active a,
    .pagination_ul li:hover a {
        background: #0096db;
        color: white;
    }

    .module_page_news .pagination {
        display: block;
    }

    .page_item li {
        width: 32%;
        float: left;
        margin-right: 17px;
        margin-bottom: 17px;
    }

    .page_item li:nth-child(3n) {
        margin-right: 0;
    }

    .page_item li>div {
        padding: 0;
    }

    .page_item li .album_item_name {
        width: 100%;
    }

    .page_item li .video_item_name {
        width: 100%;
    }

    .form_ykien {
        display: none;
        border-bottom: 1px solid #F1F1F1;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .ykientitle {
        position: relative;
        text-align: left;
        height: 51px;
        padding-bottom: 10px;
        border-bottom: 1px solid #F1F1F1;
        margin-bottom: 10px;
    }

    .ykientitle a {
        padding: 10px;
        background: #0069A3;
        width: 200px;
        margin: auto;
        border-radius: 3px;
        color: #FFF;
        font-weight: bold;
        float: right;
        text-align: center;
        cursor: pointer;
    }

    .form_ykien .form-horizontal .form-group {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 23px;
    }

    .form_ykien .control-label {
        font-size: 12px;
    }

    .form_ykien .col-md-5 {
        position: relative;
    }

    .form_ykien .form-control {
        border-radius: 1px;
        box-shadow: none;
        border: 1px solid #0069A3;
    }

    .list-ykien-item {
        margin-bottom: 40px;
        border-bottom: 1px dashed #F1F1F1;
        padding-bottom: 40px;
    }

    .ykien-thum {
        border-right: 2px solid #E72121;
    }

    .ykien-thum a {
        width: 140px;
        height: 140px;
        overflow: hidden;
        border-radius: 50%;
        background: #A3A3A3;
        border: 2px solid #0069A3;
        position: relative;
        display: block;
        z-index: 100;
    }

    .ykien-thum img {
        width: 170px;
        height: 170px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -17px;
        right: 0;
        margin: auto;
        transition: all 0.3s ease-in-out;
        z-index: 1;
        max-width: none !important;
    }

    .ykien-thum img:hover {
       

        transform: scale(1.2);
    }

    .ykien-ct {
        padding-left: 12px;
    }

    .ykien-name {
        font-weight: bold;
        font-size: 13px;
    }

    .yk-time {
        font-size: 13px;
        color: #707070;
        text-transform: lowercase;
        font-style: italic;
    }

    .yk-short {
        display: block;
        font-size: 13px;
        line-height: 23px;
        margin-top: 6px;
        padding-left: 5px;
        border-left: 1px dashed #EBEBEB;
        margin-left: 8px;
        text-align: justify;
    }

    .phai .ykien-thum {
        border-left: 2px solid #E72121;
        border-right: 0;
    }

    .phai .ykien-thum a {
        width: 140px;
        height: 140px;
        overflow: hidden;
        border-radius: 50%;
        background: #A3A3A3;
        border: 2px solid #0069A3;
        position: relative;
        display: block;
        float: right;
    }

    .phai .ykien-thum img {
        width: 170px;
        height: 170px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -17px;
        right: 0;
        margin: auto;
    }

    .phai .ykien-ct {
        padding-right: 12px;
        padding-left: 0;
        border-left: 0;
        text-align: right;
    }

    .phai .yk-time {
        font-size: 13px;
        color: #707070;
        text-transform: lowercase;
        font-style: italic;
    }

    .phai .yk-short {
        display: block;
        font-size: 13px;
        line-height: 23px;
        margin-top: 6px;
        padding-left: 5px;
        border-left: 0px dashed #EBEBEB;
        margin-left: 8px;
        text-align: justify;
        border-right: 1px dashed #EBEBEB;
        margin-right: 8px;
        padding-right: 5px;
    }

    .phai .ykien-name {
        font-weight: bold;
        font-size: 13px;
    }

    .phai .list-ykien-item .col-md-10 {
        padding: 0;
    }

    .form_ykien .control-label {
        font-size: 12px;
    }

    .form_ykien .form-control {
        border-radius: 1px;
        box-shadow: none;
        border: 1px solid #0069A3;
    }

    .form_ykien .col-md-5 {
        position: relative;
    }

    .form_ykien .help-block {
        display: block;
        margin-top: 0px;
        margin-bottom: 10px;
        color: #E60A0A;
        position: absolute;
        top: 35px;
        left: 15px;
        font-size: 12px;
    }

    .form_ykien .form-horizontal .form-group {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 23px;
    }

    .f-product-chooseview {
        margin-left: 0;
        border: 1px solid #D2D0D0;
        /* padding: 5px 5px; */
        border-radius: 3px;
        padding-right: 0 !important;
        display: table;
        width: auto;
    }

    .pagination .f-product-chooseview {
        float: left;
        margin-left: 15px;
    }

    .f-product-chooseview a.active span {
        color: #7abb3f;
    }

    .f-product-chooseview a span {}

    .f-product-chooseview a {
        border-right: 1px solid #AAAAAA;
        padding: 6px 8px 5px 8px;
        float: left;
        margin: 0;
        font-size: 10px;
        display: block;
        line-height: 1.5em;
    }

    .f-product-chooseview a:last-child {
        border-right: 0;
    }

    .f-product-chooseview a span {
        /* padding: 10px 10px; */
        display: block;
        top: 0;
        font-size: 15px;
    }

    .f-product-custom-view {
        padding: 0 !important;
        float: right;
    }

    .f-product-custom-view>div>span {
        float: left;
        padding: 8px 10px 8px 0;
    }

    .f-product-custom-view>div>select {
        float: left;
        width: auto;
        max-width: 70%;
    }

    .f-product-custom-view>div:last-child {
        padding: 0;
    }

    .f-pr-view-box-size.soluong {
        width: 177px;
        height: 42px;
        padding: 0;
        border: 1px solid #D6D6D6;
        float: left;
        clear: both;
    }

    .f-pr-view-box-size.soluong button {
        background: none;
        box-shadow: none;
        border: 0;
        width: 50px;
    }

    .f-pr-view-box-size.soluong p {
        margin-bottom: 0;
        color: white;
        display: inline-block;
        cursor: pointer;
    }

    .f-pr-view-box-size.soluong p.tang {
        border-left: 1px solid #D6D6D6;
    }

    .f-pr-view-box-size.soluong p.giam {
        border: 0;
        border-right: 1px solid #D6D6D6;
    }

    .f-pr-view-box-size.soluong p span {
        position: relative;
        display: block;
        padding: 10px 25px;
    }

    .f-pr-view-box-size.soluong p span.tang:after {
        content: '+';
        position: absolute;
        z-index: 0;
        top: 5px;
        left: 18px;
        font-size: 20px;
        color: black;
    }

    .f-pr-view-box-size.soluong p span.giam:after {
        content: '-';
        position: absolute;
        z-index: 0;
        font-size: 20px;
        top: 5px;
        left: 22px;
        color: black;
    }

    .f-pr-view-box-size.soluong option {
        box-shadow: none !important;
        background: none !important;
        height: 42px;
        padding: 10px 5px;
        width: 65px;
        display: inline-block;
        text-align: center;
    }

    .like-product {
        float: left;
        display: none;
        /* margin-left: 10px; */
    }

    .like-product li {
        list-style: none;
    }

    .like-product li i {
        color: #FFFFFF;
        padding: 11px 15px;
        font-size: 20px;
        background: #D8D8D8;
    }

    .paymentColor span.active:After {
        content: "\f00c";
        width: 20px;
        /* height: 20px; */
        z-index: 9999999;
        font-family: fontawesome;
        left: 6px;
        top: 0;
        display: block;
        position: absolute;
        color: #CECECE;
        /* background: red; */
        padding: 0;
        text-indent: initial;
    }

    .paymentColor span {
        position: relative;
        width: 25px;
        height: 25px;
        display: inline-block;
        margin-top: -1px;
        margin-right: 3px;
        border: black solid 1px;
        text-indent: -99999px;
        cursor: pointer;
    }

    .paymentColor span i {
        position: absolute;
        top: -30px;
        left: -1px;
        text-indent: initial;
        min-width: 100px;
        color: #ffffff;
        text-align: center;
        font-style: normal;
    }

    .paymentColor span:hover i {
        display: block !important;
    }

    .size1.paymentSize {
        display: table;
        width: 100%;
        float: left;
        margin-left: 100px;
        margin-top: -23px;
    }

    .size1.paymentSize span {
        float: left;
        display: block;
        padding: 4px 8px;
        text-align: center;
        /* width: 33px; */
        border: 1px solid #D8D8D8;
        margin-right: 5px;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .size1.paymentSize span.active,
    .size1.paymentSize span:hover {
        border: 1px solid #5b9228;
        background: #7abb3f;
        color: white;
    }

    .f-product-view .f-pr-view-chooseColorGroup {
        border: 0;
        margin: 0;
        padding: 0 !important;
        margin-bottom: 10px;
        clear: both;
    }

    .payment-top {
        display: table;
        width: 100%;
        margin: 20px 0;
    }

    .payment-top .button-small,
    .payment-top .quick-buy-custom {
        width: 48%;
        float: left;
        border: 0;
        margin-right: 2%;
        display: block;
        padding: 10px 15px;
        font-size: 16px;
        background: #048bdd;
        color: white;
        text-align: center;
        border-radius: 2px;
        border-bottom: 1px solid #086f53;
    }

    .des-van-tat {
        border-bottom: 1px solid #e4e4e4;
        padding: 10px 0;
        margin: 10px 0;
        border-top: 1px solid #e4e4e4;
    }

    .pro_percent_cont {
        position: absolute;
        right: -60px;
        top: -24px;
        color: white;
        background: #048bdd;
        padding: 5px 10px;
    }

    .price.khuyenmai {
        color: red;
        font-size: 30px;
        margin-bottom: 0;
    }

    .f-product-view .f-pr-view-info ul li {
        float: left;
        list-style: none;
        line-height: 24px;
        margin-bottom: 7px;
        font-size: 13px;
        position: relative;
        min-width: 100px;
    }

    .f-product-view .f-pr-view-info ul li span.price {
        font-size: 25px;
        color: #ff1c1c;
    }

    .f-product-view .f-product-view-tab .f-product-view-tab-header>ul li a {
        border: 0px;
        back;
        background: #7abb3f;
        background: #ffffff;
        border-radius: 1px;
        color: #5E5E5E;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 12px;
        display: block;
        padding: 5px 15px;
        border: 1px solid #ececec;
        margin-right: 5px;
    }

    .f-product-view .f-product-view-tab .f-product-view-tab-header>ul li.active a {
        background: #048bdd;
        color: white;
    }

    #f-pr-page-view-tabid {
        border: 0;
        display: table;
        width: 100%;
        margin-bottom: 3px;
    }

    .f-product-view-tab-body {
        padding: 15px;
        border: 1px solid #cccccc;
        margin-bottom: 20px;
    }

    .f-product-view-tags {
        margin-bottom: 20px;
    }

    .f-product-view-comment {}

    #f-pr-page-view-tabcomentid {
        border-bottom: 1px solid #c3c3c3;
    }

    #f-pr-page-view-tabcomentid li a {
        display: block;
        padding: 10px;
    }

    #f-compare {
        position: fixed;
        top: 150px;
        right: -190px;
        width: 184px;
        background: #FCFCFC;
        z-index: 999;
        box-shadow: 0 0 2px #CCC;
        border-bottom: 5px solid #f3f3f3;
    }

    #f-compare .f-compare-title .fa-exchange:before {
        display: none !important
    }

    #f-compare .f-compare-title {
        position: relative;
        height: 30px;
        background-color: #99CFE9;
        line-height: 30px;
        text-align: center;
        border-bottom: 2px solid #E53C0C;
    }

    #f-compare .f-compare-title i {
        background: url(../imgs/compare.png) no-repeat;
        padding: 8px;
        padding-top: 9px;
        padding-bottom: 7px;
        position: absolute;
        left: 8px;
        top: 8px;
        cursor: pointer;
    }

    #f-compare .f-compare-title span {
        text-transform: uppercase;
        font-size: 12px;
        color: #686868;
        margin-left: 6px;
        line-height: 33px;
        font-weight: bold;
    }

    #f-compare .f-compare-body ul {
        list-style: none;
    }

    #f-compare .f-compare-body ul li {
        position: relative;
        height: 42px;
        line-height: 40px;
        text-overflow: ellipsis;
        width: 182px;
        overflow: hidden;
        white-space: nowrap;
        border-bottom: 1px solid #F1F1F1;
        border-left: 2px solid #FFF;
        cursor: pointer;
        background: #FCFCFC;
    }

    #f-compare .f-compare-body ul li:last-child {
        border-bottom: 0px solid #F1F1F1;
    }

    #f-compare .f-compare-body ul li:hover {
        border-left: 2px solid #f34711;
        background: #fff;
    }

    #f-compare .f-compare-body ul li a {
        padding: 10px;
        padding-top: 12px;
        background: url(../imgs/trash.png) no-repeat;
        position: absolute;
        top: 7px;
        left: 2px;
    }

    #f-compare .f-compare-body ul li span {
        margin-left: 26px;
    }

    #f-compare .f-compare-body ul li a:hover {
        background: url(../imgs/trashopen.png) no-repeat;
    }

    #f-compare .f-compare-body .f-compare-info {
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background: #F7F7F7;
        border-bottom: 1px solid #6D6D6D;
        border-top: 1px solid #797979;
        color: #F60;
    }

    #f-compare .f-compare-body .f-compare-button {
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    #f-compare .f-compare-body .f-compare-button a {
        background: #ECECEC;
        padding: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 2px;
        box-shadow: 0 0 5px #E4E4E4;
        border: 1px solid #CFCFCF;
        color: #7C7C7C;
    }

    .f-compare-page table thead tr th a {
        font-weight: normal;
    }

    .f-compare-page table thead tr th span {
        font-weight: normal;
        color: #f34711;
    }

    .block_user_manager_ul {
        padding: 15px 0;
    }

    .block_user_manager_ul li {}

    .block_user_manager_ul li a {
        display: block;
        padding: 5px 15px;
    }

    .f-feedback-home li {
        list-style: none;
    }

    .f-feedback-home-item {
        text-align: center;
        width: 93%;
        margin: 0 auto;
    }

    .f-feedback-home-item-img {
        height: 200px;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        width: 200px;
        margin: auto;
        border: 5px solid #FFF;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: 10;
    }

    .f-feedback-home-item-img a {}

    .f-feedback-home-item-img a img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .f-feedback-home-title {}

    .f-feedback-home-title h2 {}

    .f-feedback-home-title a {
        font-size: 15px;
        color: #048bdd;
        font-weight: 700;
    }

    .f-feedback-home-time {
        font-size: 11px;
        background: #F5F5F5;
        border-radius: 2px;
        color: #9B9B9B;
    }

    .f-feedback-home-sum {
        text-align: justify;
        display: block;
        padding: 14px;
        border: 1px solid #EDEDED;
        border-radius: 2px;
        color: #444;
        font-size: 13px;
        position: relative;
        height: 170px;
        line-height: 20px;
        overflow: hidden;
    }

    .f-feedback-home-sum:after {
        position: absolute;
        top: -6px;
        left: 49%;
        content: '';
        width: 10px;
        height: 10px;
        background: #EFEFEF;
        transform: rotate(45deg);
    }

    .f-feedback-home .f-feedback-home-item:hover .f-feedback-home-item-img {
        border-color: #2782E8;
    }

    .f-feedback-home .f-feedback-home-item:hover .f-feedback-home-sum {
        border-color: #2782E8;
    }

    .form-horizontal .form-group {
        margin: 0;
    }

    .block_feedback_form label {
        font-size: 11px;
        /* max-width: 45px; */
    }

    .block_feedback_form .block-control-input {
        margin-bottom: 10px;
    }

    .block_feedback_form form {
        padding: 15px 5px;
    }

    .block_tags a {
        display: inline-block;
        border: 1px solid #d4d4d4;
        float: left;
        margin: 5px;
        padding: 5px 15px;
        background: #e6e6e6;
        color: #060606;
    }

    .block_tags a:hover {
        background: #048bdd;
        color: white;
    }

    .block_tags_content {
        display: table;
        width: 100%;
    }

    .block_login form {
        padding: 15px;
    }

    .block_login input {
        width: 100%;
    }

    .block_login .input-group {
        width: 100%;
    }

    .block_login .dang-ky {
        background: #7abb3f;
        color: white;
        display: block;
        padding: 7px 10px;
        border-radius: 4px;
        float: right;
    }

    #subscribe_email {
        margin-bottom: 20px;
    }

    .language {
        position: absolute;
        top: 4px;
        left: 99px;
        width: 55px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .language ul {
        display: table;
    }

    .language ul li {
        float: left;
        margin: 0;
    }

    .language ul li img {
        padding: 8px 5px;
    }

    .menu_v .language {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .f-pr-image-zoom-gallery {
        clear: both;
    }

    #f-pr-image-zoom-gallery img {
        max-width: 90%;
        max-height: 100%;
        padding: 5px;
        position: absolute;
        /* z-index: 123; */
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    #f-pr-image-zoom-gallery a {
        width: 90%;
        height: 70px;
        overflow: hidden;
        display: block;
        border: 1px solid gainsboro;
        margin: 0 auto;
    }

    #f-pr-image-zoom-gallery a.active {
        border: 1px solid #048bdd;
    }

    #f-pr-image-zoom-gallery {
        height: 100px;
        margin: 20px 0;
    }

    .f-product-view-info-image {
        overflow: hidden;
    }

    .f-pr-image-zoom {
        overflow: hidden;
    }

    .searchAutoComplete {
        z-index: 10000;
        position: absolute;
        top: 40px !important;
        left: 0;
        /* height: 300px; */
        width: 100%;
    }

    .searchAutoComplete ul {
        list-style: none;
        border: #e8e8e8 solid 1px;
        width: 100%;
        /*padding: 5px 5px 5px 10px;*/
        background: white;
        max-height: 350px;
        overflow-y: auto;
    }

    .searchAutoComplete ul li {
        line-height: 2.5em;
        border-bottom: #eaeaea solid 1px;
        cursor: pointer;
    }

    .searchAutoComplete ul li img {
        width: 50px;
        height: 50px;
        margin-right: 15px;
        float: left;
    }

    .searchAutoComplete ul li:hover {
        background: #048bdd;
    }

    .searchAutoComplete ul li:hover a p {
        color: white;
    }

    .searchAutoComplete ul li.active {
        background: #68BDE8;
    }

    .searchAutoComplete ul li a {
        /* margin-left: 11px; */
        display: block;
        padding: 5px 15px;
        line-height: 1.3em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
    }

    .searchAutoComplete ul li a p {
        position: absolute;
        bottom: 15px;
        left: 80px;
        color: #048bdd;
    }

    .searchAutoComplete ul li a:hover {
        color: white;
    }

    ul#search-category li {
        width: 30%;
        float: left;
        padding: 10px;
    }

    .category_filter li input {
        float: left;
    }

    .category_filter li span {
        /* margin-top: -3px; */
        display: block;
        float: left;
        padding-left: 10px;
    }

    .bg_map {
        margin-top: 0 !important;
    }

    .module_page_maps_right {
        margin-bottom: 50px;
    }

    .module_page_maps_left select,
    .module_page_maps_left input {
        margin-bottom: 10px;
    }

    #form_contact input {
        margin-bottom: 15px;
    }

    .category_item h2 a {
        font-size: 20px;
    }

    .category_item {
        border-bottom: 1px solid #ececec;
        clear: both;
        display: table;
        width: 100%;
        padding: 15px 0;
    }

    .f-page-split-title {
        text-transform: uppercase;
        display: block;
        padding: 10px 0;
        margin-bottom: 20px;
        font-size: 20px;
        border-bottom: 2px solid #048bdd;
    }

    .v2-login .input-group,
    .v2-reg .input-group {
        width: 100%;
    }

    .login h3 {
        margin-bottom: 15px;
    }

    .check_capcha {
        margin-top: 15px;
        display: block;
    }

    .zoomWrapper img {
        max-width: 100% !important;
        max-height: 500px !important;
    }

    #galleria {
        width: 100%;
        height: 467px;
    }

    .galleria-thumbnails-container {
        left: 50% !important;
        transform: translateX(-50%);
        right: inherit !important;
    }

    .module_page_comment {
        margin: 20px 0;
    }

    .breadcrumb {
        margin: 15px 0;
    }

    .call_xs {
        display: none;
    }

    @-webkit-keyframes bg_flash {
        0% {
            color: red;
        }

        50% {
            color: yellow;
        }

        100% {
            color: red;
        }
    }

    @-o-keyframes bg_flash {
        0% {
            color: red;
        }

        50% {
            color: yellow;
        }

        100% {
            color: red;
        }
    }

    @keyframes bg_flash {
        0% {
            color: red;
        }

        50% {
            color: yellow;
        }

        100% {
            color: red;
        }
    }

    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #949494 !important;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #949494 !important;
    }

    :-ms-input-placeholder {
        /* IE 10+ */
        color: #949494 !important;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: #949494 !important;
    }

    .connect_fb_content {
        /* display:none; */
        position: fixed;
        bottom: 55px;
        right: 0;
        z-index: 999;
    }

    .connect_fanpage_control p.off {
        display: none;
    }

    .connect_fanpage_control p {
        display: block;
        color: white;
        background: #3b3b3b;
        display: inline-block;
        padding: 10px 20px;
        position: fixed;
        bottom: 0px;
        right: 55px;
        border-radius: 2px;
        z-index: 999;
        cursor: pointer;
    }

    .connect_fanpage_control p.on {
        display: block;
    }

    .logo a img {
        margin: 0px auto;
        transition: all 0.5s ease;
    }

    .header.menu_v .logo a img {
        width: 0;
    }

    .menu-top {
        padding: 0;
        max-height: 100%;
    }

    .block_banner {
        /*width: 75%;*/
        width: calc(100% - 250px);
        float: right;
        margin-bottom: 20px;
    }

    .banner_home {
        /* position: relative; */
    }

    .adv_one {
        width: 75%;
        float: right;
    }

    .adv_one_item {
        float: left;
        width: 33.33333%;
        margin: 5px 0;
    }

    .bota_one_item_image img {
        max-width: 30px;
        float: left;
    }

    .bota_one_item_image span {
        display: block;
        padding: 7px 10px;
        float: left;
        text-transform: uppercase;
    }
    .block_option_bottom .f_block_title {
        display: none;
    }
    .v2_bnc_cate_bottom_img:hover img{
        transform: scale(1.1);
         transition: all 0.4s ease-in-out 0s;
    }
    .v2_bnc_cate_bottom_img {
        height: 300px;
         transition: all 0.4s ease-in-out 0s;
        overflow: hidden;
    }

    .v2_bnc_cate_bottom_title h2 a:hover {
        color: #0096db;
    }

    .v2_bnc_cate_bottom_title h2 a {
        text-transform: uppercase;
    }

    .v2_bnc_cate_bottom_title h2 {
        font-size: 16px;
        margin: 10px 0;
        text-align: center;
    }

    .v2_bnc_cate_bottom_title {
        height: 60px;
        overflow: hidden;
    }

    .v2_bnc_cate_bottom_img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .block_option_bottom .f_block_body {
        border: 0;
        padding: 0;
    }
    .block_option_bottom .block_option_ul .option_bottom_title h3 a {
        color: #0096db;
        font-size: 18px;
    }
    .block_option_top{clear:both;width: 70%;margin: 50px auto;}
.block_option_top .f_block_title{display:none;}

.block_option_top .f_block_body{border:0;padding: 0;}
.block_option_top .block_option_ul{display:table;width:100%;}
.block_option_top .block_option_ul li{width: 48%;float:left;overflow: hidden;height: 125px;position: relative;margin-right: 4%;padding: 20px;background: #131313;margin-bottom: 20px;border: 1px solid #2b2b2b;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.block_option_top .block_option_ul li:hover{background: black;}
.block_option_top .block_option_ul li:nth-child(2n){margin-right: 0;}
.block_option_top .block_option_ul li a img{-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;/* height: 200px; */margin: 0 auto;}
.block_option_top .block_option_ul li:hover a img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.block_option_top .block_option_ul .option_top_title{/* position:absolute; *//* bottom:0; *//* right: 0; *//* visibility: hidden; */width: 80%;float: left;}
.block_option_top .block_option_ul .option_top_title h3 a{color: #f9bf13;font-size: 18px;}
.block_option_top .block_option_ul li:hover .option_top_title{/* opacity: 1; *//* -webkit-animation-duration: 1s; *//* animation-duration: 1s; *//* -webkit-animation-fill-mode: both; *//* animation-fill-mode: both; *//* -webkit-animation-name: slideInUp; *//* animation-name: slideInUp; *//* visibility: inherit; */}
.block_option_top .block_option_ul li .img_option{display:block;width:20%;position: absolute;top: 28px;right: 13px;}
.block_option_top .block_option_ul li .img_option img{max-width: 75px;}
.block_option_top .block_option_ul li .option_top_info{float:left;width: 75%;padding: 7px 0;color:#737373;line-height: 17px;}
    .banner_home {
        /* position: relative; */
    }

    .banner {
        position: relative;
    }

    .banner img {
        width: 100%;
        opacity: 0.5;
    }

    .banner .owl-buttons {
        position: absolute;
        top: 45%;
        width: 100%;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .banner:hover .owl-buttons {
        opacity: 1;
    }

    .banner .owl-pagination {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .owl-theme .owl-controls .owl-buttons div {
        position: absolute;
        background: rgba(64, 64, 64, 0.22);
        opacity: 1;
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }

    .owl-theme .owl-controls .owl-buttons div:hover {
        background: #3e383a;
    }

    .owl-theme .owl-controls .owl-buttons div:after {
        content: "\f104";
        font-family: fontawesome;
        font-size: 50px;
        color: white;
        position: absolute;
        top: -11px;
        left: 17px;
    }

    .owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: 0;
    }

    .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: 0;
    }

    .owl-theme .owl-controls .owl-buttons div.owl-next:after {
        content: "\f105";
    }

    .owl-theme .owl-controls .owl-page span {
        border: 2px solid #0096db;
        opacity: 1;
        background: #ffffff;
        width: 13px;
        height: 13px;
        margin: 2px;
    }

    .owl-theme .owl-controls .owl-page.active span {
        border: 2px solid #0096db;
        opacity: 1;
        background: #0096db;
    }

    .owl-theme .owl-controls {
        margin-top: 0;
    }

    #constellationel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90%;
        z-index: 999;
    }

    .block_product_new .f_block_body {
        padding: 0;
    }

    .f_block_ul_M .product_item {
        display: table;
        width: 100%;
        height: 100px;
        padding: 15px 0;
        border-bottom: 1px solid #dcdcdc;
    }

    .f_block_ul_M li:last-child .product_item {
        border-bottom: 0;
    }

    .f_block_ul_M .product_item_img {
        width: 30%;
        float: left;
        height: 67px;
    }

    .f_block_ul_M .product_item_action {
        display: none;
    }

    .f_block_ul_M .product_item_name {
        width: 70%;
        float: left;
        padding-left: 15px;
    }

    .f_block_ul_M .product_rate {
        width: 70%;
        left: auto;
        right: auto;
        margin: 0;
    }

    .f_block_ul_M .product_item_name h3 a {
        text-align: left;
        font-size: 14px;
        padding: 0 0 7px 0;
    }

    .f_block_ul_M .product_item_price {
        text-align: left;
        width: 70%;
        padding-left: 15px;
    }

    .f_block_ul_M .product_item_price p {
        text-align: left !important;
        display: block;
        /* clear: both; */
        font-size: 14px;
        padding-top: 0;
    }

    .f_block_ul_M .product_item:hover .product_rate {
        /* opacity:0; */
    }

    .form_lienhe {}

    .form_lienhe label {
        color: #ccc;
        font-weight: normal;
        padding-top: 19px;
        display: none;
    }
    .form_lienhe input.active{
         border: 1px solid #ccc;
    }
    .form_lienhe input {
        width: 100%;
        height: 40px;
        background: #ffffff;
        padding: 15px;
        border: 1px solid #ccc;
        float: left;
        margin-bottom: 10px;
    }

    .form_lienhe input:nth-child(4) {
        /*margin-left: 6%;*/
    }

    .form_lienhe input:active,
    #formCustom_1 input:focus {
        border: 0;
        box-shadow: none;
        outline: 0;
    }

    .form_lienhe button {
        /* width:10%; */
        padding: 5px 10px;
        border-radius: 10px;
        margin: 10px auto;
        border: 0;
        color: white;
        height: 40px;
        background: #0096db;
        position: relative;
        display: table;
       text-transform: uppercase;
    }

    .form_lienhe button:after {
        content: "";
        font-family: "FontAwesome";
        content: "\f1d8";
        font-size: 20px;
        display: block;
        color: #b9b9b9;
        top: 7px;
        right: 12px;
        position: absolute;
        opacity: 0;
    }

    .form_lienhe textarea {
        width: 100%;
        background: #ffffff;
        border: 1px solid #ccc;
        padding: 10px;
        margin-bottom: 10px;
    }

    .news_home_more {
        text-align: center;
        margin-bottom: 20px;
    }

    .news_home_more a {
        display: inline-block;
        padding: 6px 15px;
        border: 1px solid black;
        text-transform: uppercase;
        color: black;
    }

    .news_home_more a:hover {
        color: #048bdd;
        border: 1px solid #048bdd;
    }

    .block_left {
        float: left;
        width: 23%;
    }

    .block_home {
        /* float:left; */
        /* width: 76%; */
        /* margin-left: 1%; */
    }

    .block_album_new {
        background: #048bdd;
    }

    .block_bottom_home .block_news_new .f_block_title span {
        background: none;
        color: black;
    }

    .block_bottom_home .block_news_new .f_block_title span:after {
        content: "";
        position: absolute;
        width: 50px;
        height: 2px;
        background: #019970;
        bottom: 15px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .block_bottom_home .f_block_body {
        border: 0;
        padding: 0;
    }

    .block_bottom_home .f_block_title span {
        text-align: center;
        font-size: 25px;
        padding: 25px 15px;
    }

    .block_bottom_home .block_album_new_ul .album_item {
        margin: 0;
    }

    .block_bottom_home .block_album_new_ul .album_item_img {
        border: 1px solid white;
        padding: 10px;
    }

    .block_bottom_home .album_item_name {
        position: relative;
        width: 100%;
    }

    .block_bottom_home .block_album_new_ul .album_item .item_icon {
        top: 30%;
        bottom: auto;
    }

    .block_bottom_home .block_album_new {
        padding-bottom: 25px;
        margin-bottom: 0;
    }

    .block_bottom_home .block_album_new .container {
        position: relative;
    }

    .block_bottom_home .customNavigation {
        width: 100%;
        top: 32%;
    }

    .block_bottom_home .customNavigation a {
        /* transition: all 300ms ease 0ms; */
        -moz-transition: all 300ms ease 0ms;
        -webkit-transition: all 300ms ease 0ms;
        border: none;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .block_bottom_home .block_album_new:hover .customNavigation a {
        opacity: 1;
        filter: alpha(opacity=1000);
    }

    .block_bottom_home .customNavigation a i {
        color: white;
        border-radius: 50%;
        padding: 8px 15px;
        border: 1px solid #048bdd;
        background: rgba(255, 255, 255, 0.31);
    }

    .block_bottom_home .customNavigation .albumnew_next {
        position: absolute;
        left: -45px;
    }

    .block_bottom_home .customNavigation .albumnew_prev {
        position: absolute;
        right: -60px;
    }

    .f-ctn-left {
        padding-left: 0;
    }

    .home_top {
        margin-bottom: 20px;
    }

    .block_left .block_news_new .container {
        width: auto;
    }

    .block_left .block_album_new .container {
        width: auto;
    }

    .label_addcart {
        position: fixed;
        left: 0;
        right: 0;
        top: 70px;
        margin: 0 auto;
        width: 400px;
        text-align: center;
        background: rgba(59, 59, 59, 0.74);
    }

    .label_addcart span {
        color: white;
        display: block;
        padding: 10px 15px;
    }

    .label_addcart_bg {
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(255, 0, 0, 0);
        top: 0;
        left: 0;
        z-index: 999;
    }

    .zoomWrapper>div {
        position: relative;
    }

    .v2-reg {
        border: 1px dashed #003462;
        border-radius: 5px;
        padding: 15px;
        width: 70%;
    }

    .v2-login {
        border: 1px dashed #003462;
        border-radius: 5px;
        padding: 15px;
        width: 70%;
    }

    .login .row>div:nth-child(1)>div {
        float: right;
    }

    .bar_menu {
        position: relative;
        height: 36px;
        cursor: pointer;
        width: 100%;
        display: none;
    }

    .logo {
        width: 100%;
        padding: 30px 0;
        /* min-height: 50px; */
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-top: 1px solid #828282;
    }

    .bar_menu span:hover:after {
        color: #0096db !important;
    }

    .bar_menu span.closee {
        color: transparent;
        position: relative;
        text-transform: uppercase;
        font-size: 12px;
        width: 100%;
        height: 36px;
        /* display: none; */
        display: block;
    }

    .bar_menu span.closee:After {
        content: "\f0c9";
        font-family: fontawesome;
        position: absolute;
        top: 5px;
        right: 15px;
        font-size: 18px;
        color: white;
    }

    .bar_menu span.openn {
        display: none;
    }

    .bar_menu span.openn:After {
        content: "\f101";
        font-family: fontawesome;
        position: absolute;
        top: 4px;
        right: 13px;
        font-size: 20px;
        color: #0096db;
        font-weight: bold;
    }

    .header.menu_v .logo {
        display: none;
    }

    .bota_banner_box {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 60%;
        margin: auto;
        width: 40%;
        height: 100px;
    }

    .bota_banner_box_item a {
        position: relative;
        display: block;
        color: white;
        background: rgba(74, 74, 74, 0.9);
        padding: 10px 15px;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        z-index: 100;
    }

    .bota_banner_box_item:nth-child(2) a {
        background: rgba(249, 191, 19, 0.91);
    }

    .bota_banner_box_item a:After,
    .baogia .nav-tabs li a:After {
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        position: absolute;
        background: #0096db;

        transform: scaleX(0);

        transform-origin: 50%;

        transition-property: transform;

        transition-duration: 0.3s;

        transition-timing-function: ease-out;
    }

    .bota_banner_box_item:nth-child(2) a:After {
        background: #3a3a3a;
    }

    .bota_banner_box_item:hover a:after {
       

        transform: scaleX(1);
    }

    .baogia .nav-tabs li:hover a:after {
       

        transform: scaleX(1);
        color: white;
    }

    .baogia .nav-tabs li:hover a {
        color: white;
    }

    .bota_banner_box_item {
        width: 49%;
        float: left;
        margin-right: 2%;
    }

    .bota_banner_box_item:nth-child(2) {
        margin-right: 0;
    }

    .layout_detail {
        float: right;
        padding: 0 25px;
        width: calc(100% - 250px) !important;
       }

    @-webkit-keyframes mymove {
        0% {
            transform: scale(0)
        }

        100% {
            transform: scale(1)
        }
    }

    @keyframes mymove {
        0% {
            transform: scale(0)
        }

        100% {
            transform: scale(1)
        }
    }

    .video_item_short {
        display: none;
    }

    .clone_data {
        display: table;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .clone_data .clone_data_img {
        width: 40%;
        float: left;
        position: relative;
        height: 250px;
        overflow: hidden;
    }

    .clone_data .clone_data_img img {
        /* position:absolute; */
        /* max-height: 100%; */
        /* width: 100%; */
    }

    .clone_data .clone_data_des {
        float: left;
        width: 60%;
        padding: 0 15px 15px 15px;
    }

    .clone_data .clone_data_des h3 a {
        background: #eeb816;
        color: white;
        display: block;
        padding: 10px 15px;
    }

    .clone_data_description {
        color: #040404;
        margin: 50px 0 0 0;
        background: rgba(255, 255, 255, 0.68);
        padding: 10px;
        border-radius: 3px;
    }

    .page_album.page_item {
        width: 80%;
        margin: 0 auto;
    }

    .page_album.page_item ul li {
        width: 33.333%;
        float: left;
        margin-bottom: 15px;
        padding: 0 7px;
    }

    .page_album.page_item ul li:nth-child(3n+1) {
        clear: both;
    }

    .coccoc-alo-phone.coccoc-alo-show {
        visibility: visible;
        right: 150px !important;
        bottom: auto !important;
        left: auto !important;
        top: 100px;
        position: fixed;
    }

    .coccoc-alo-phoane {
        position: fixed;
        visibility: hidden;
        background-color: transparent;
        width: 100px;
        height: 100px;
        cursor: pointer;
        z-index: 200000 !important;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -webkit-transition: visibility .5s;
        -moz-transition: visibility .5s;
        -o-transition: visibility .5s;
        transition: visibility .5s;
        left: -80px;
        bottom: 15%;
    }

    .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
        border-color: #f45009;
        border-color: #0096db;
        opacity: .5;
    }

    .coccoc-alo-ph-circle {
        width: 160px;
        height: 160px;
        top: 20px;
        left: 20px;
        position: absolute;
        background-color: transparent;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid rgba(30, 30, 30, 0.4);
        border: 2px solid #bfebfc 9;
        opacity: .1;
        -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
        -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
        -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
        -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
        animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
        background-color: rgb(73, 175, 213);
        background-color: #a6e3fa 9;
        opacity: .75 !important;
    }

    .coccoc-alo-ph-circle-fill {
        width: 100px;
        height: 100px;
        top: 50px;
        left: 50px;
        position: absolute;
        background-color: #000;

        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .1;

        animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;

        transition: all .5s;

        transform-origin: 50% 50%;
    }

    .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
        background-color: #0096db;
    }

    .coccoc-alo-ph-img-circle {
        width: 60px;
        height: 60px;
        top: 70px;
        left: 70px;
        position: absolute;
        background: rgba(30, 30, 30, 0.1) o-repeat center center;

        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .7;

        animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;

        transform-origin: 50% 50%;
    }

    @-moz-keyframes coccoc-alo-circle-anim {
        0% {
            -moz-transform: rotate(0) scale(.5) skew(1deg);
            opacity: .1;

        }

        30% {
            -moz-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .5;

        }

        100% {
            -moz-transform: rotate(0) scale(1) skew(1deg);
            opacity: .6;

        }
    }

    @-webkit-keyframes coccoc-alo-circle-anim {
        0% {
            -webkit-transform: rotate(0) scale(.5) skew(1deg);
            -webkit-opacity: .1
        }

        30% {
            -webkit-transform: rotate(0) scale(.7) skew(1deg);
            -webkit-opacity: .5
        }

        100% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
            -webkit-opacity: .1
        }
    }

    @-o-keyframes coccoc-alo-circle-anim {
        0% {
            -o-transform: rotate(0) kscale(.5) skew(1deg);
            -o-opacity: .1
        }

        30% {
            -o-transform: rotate(0) scale(.7) skew(1deg);
            -o-opacity: .5
        }

        100% {
            -o-transform: rotate(0) scale(1) skew(1deg);
            -o-opacity: .1
        }
    }

    @-moz-keyframes coccoc-alo-circle-fill-anim {
        0% {
            -moz-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }

        50% {
            -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
            opacity: .2
        }

        100% {
            -moz-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
    }

    @-webkit-keyframes coccoc-alo-circle-fill-anim {
        0% {
            -webkit-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }

        50% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
            opacity: .2
        }

        100% {
            -webkit-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
    }

    @-o-keyframes coccoc-alo-circle-fill-anim {
        0% {
            -o-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }

        50% {
            -o-transform: rotate(0) scale(1) skew(1deg);
            opacity: .2
        }

        100% {
            -o-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
    }

    @-moz-keyframes coccoc-alo-circle-img-anim {
        0% {
            transform: rotate(0) scale(1) skew(1deg)
        }

        10% {
            -moz-transform: rotate(-25deg) scale(1) skew(1deg)
        }

        20% {
            -moz-transform: rotate(25deg) scale(1) skew(1deg)
        }

        30% {
            -moz-transform: rotate(-25deg) scale(1) skew(1deg)
        }

        40% {
            -moz-transform: rotate(25deg) scale(1) skew(1deg)
        }

        50% {
            -moz-transform: rotate(0) scale(1) skew(1deg)
        }

        100% {
            -moz-transform: rotate(0) scale(1) skew(1deg)
        }
    }

    @-webkit-keyframes coccoc-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)
        }
    }

    @-o-keyframes coccoc-alo-circle-img-anim {
        0% {
            -o-transform: rotate(0) scale(1) skew(1deg)
        }

        10% {
            -o-transform: rotate(-25deg) scale(1) skew(1deg)
        }

        20% {
            -o-transform: rotate(25deg) scale(1) skew(1deg)
        }

        30% {
            -o-transform: rotate(-25deg) scale(1) skew(1deg)
        }

        40% {
            -o-transform: rotate(25deg) scale(1) skew(1deg)
        }

        50% {
            -o-transform: rotate(0) scale(1) skew(1deg)
        }

        100% {
            -o-transform: rotate(0) scale(1) skew(1deg)
        }
    }

    @-moz-keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            -ms-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }
    }

    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            -ms-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }
    }

    @-o-keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            -ms-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            -ms-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }
    }

    @-moz-keyframes fadeOutRight {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            -ms-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }
    }

    @-webkit-keyframes fadeOutRight {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            -ms-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }
    }

    @-o-keyframes fadeOutRight {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            -ms-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }
    }

    @keyframes fadeOutRight {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            -ms-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }
    }

    @-moz-keyframes coccoc-alo-circle-anim {
        0% {
            transform: rotate(0) scale(.5) skew(1deg);
            opacity: .1
        }

        30% {
            transform: rotate(0) scale(.7) skew(1deg);
            opacity: .5
        }

        100% {
            transform: rotate(0) scale(1) skew(1deg);
            opacity: .1
        }
    }

    @-webkit-keyframes coccoc-alo-circle-anim {
        0% {
            transform: rotate(0) scale(.5) skew(1deg);
            opacity: .1
        }

        30% {
            transform: rotate(0) scale(.7) skew(1deg);
            opacity: .5
        }

        100% {
            transform: rotate(0) scale(1) skew(1deg);
            opacity: .1
        }
    }

    @-o-keyframes coccoc-alo-circle-anim {
        0% {
            transform: rotate(0) scale(.5) skew(1deg);
            opacity: .1
        }

        30% {
            transform: rotate(0) scale(.7) skew(1deg);
            opacity: .5
        }

        100% {
            transform: rotate(0) scale(1) skew(1deg);
            opacity: .1
        }
    }

    @keyframes coccoc-alo-circle-anim {
        0% {
            transform: rotate(0) scale(.5) skew(1deg);
            opacity: .1
        }

        30% {
            transform: rotate(0) scale(.7) skew(1deg);
            opacity: .5
        }

        100% {
            transform: rotate(0) scale(1) skew(1deg);
            opacity: .1
        }
    }

    @-moz-keyframes coccoc-alo-circle-fill-anim {
        0% {
            transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }

        50% {
            transform: rotate(0) scale(1) skew(1deg);
            opacity: .2
        }

        100% {
            transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
    }

    @-webkit-keyframes coccoc-alo-circle-fill-anim {
        0% {
            transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }

        50% {
            transform: rotate(0) scale(1) skew(1deg);
            opacity: .2
        }

        100% {
            transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
    }

    @-o-keyframes coccoc-alo-circle-fill-anim {
        0% {
            transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }

        50% {
            transform: rotate(0) scale(1) skew(1deg);
            opacity: .2
        }

        100% {
            transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
    }

    @keyframes coccoc-alo-circle-fill-anim {
        0% {
            transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }

        50% {
            transform: rotate(0) scale(1) skew(1deg);
            opacity: .2
        }

        100% {
            transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
    }

    @-moz-keyframes coccoc-alo-circle-img-anim {
        0% {
            transform: rotate(0) scale(1) skew(1deg)
        }

        10% {
            transform: rotate(-25deg) scale(1) skew(1deg)
        }

        20% {
            transform: rotate(25deg) scale(1) skew(1deg)
        }

        30% {
            transform: rotate(-25deg) scale(1) skew(1deg)
        }

        40% {
            transform: rotate(25deg) scale(1) skew(1deg)
        }

        50% {
            transform: rotate(0) scale(1) skew(1deg)
        }

        100% {
            transform: rotate(0) scale(1) skew(1deg)
        }
    }

    @-webkit-keyframes coccoc-alo-circle-img-anim {
        0% {
            transform: rotate(0) scale(1) skew(1deg)
        }

        10% {
            transform: rotate(-25deg) scale(1) skew(1deg)
        }

        20% {
            transform: rotate(25deg) scale(1) skew(1deg)
        }

        30% {
            transform: rotate(-25deg) scale(1) skew(1deg)
        }

        40% {
            transform: rotate(25deg) scale(1) skew(1deg)
        }

        50% {
            transform: rotate(0) scale(1) skew(1deg)
        }

        100% {
            transform: rotate(0) scale(1) skew(1deg)
        }
    }

    @-o-keyframes coccoc-alo-circle-img-anim {
        0% {
            transform: rotate(0) scale(1) skew(1deg)
        }

        10% {
            transform: rotate(-25deg) scale(1) skew(1deg)
        }

        20% {
            transform: rotate(25deg) scale(1) skew(1deg)
        }

        30% {
            transform: rotate(-25deg) scale(1) skew(1deg)
        }

        40% {
            transform: rotate(25deg) scale(1) skew(1deg)
        }

        50% {
            transform: rotate(0) scale(1) skew(1deg)
        }

        100% {
            transform: rotate(0) scale(1) skew(1deg)
        }
    }

    @keyframes coccoc-alo-circle-img-anim {
        0% {
            transform: rotate(0) scale(1) skew(1deg)
        }

        10% {
            transform: rotate(-25deg) scale(1) skew(1deg)
        }

        20% {
            transform: rotate(25deg) scale(1) skew(1deg)
        }

        30% {
            transform: rotate(-25deg) scale(1) skew(1deg)
        }

        40% {
            transform: rotate(25deg) scale(1) skew(1deg)
        }

        50% {
            transform: rotate(0) scale(1) skew(1deg)
        }

        100% {
            transform: rotate(0) scale(1) skew(1deg)
        }
    }

    .coccoc-alo-ph-img-circle:After {
        content: "\f095";
        font-family: fontawesome;
        color: white;
        font-size: 40px;
        position: absolute;
        top: 0;
        left: 11px;
    }

    .icon_share {
        position:absolute;
        bottom: 40px;
        left: 50%;
        margin-top: 20px;
        /* z-index: 1; */
        display: block;
        transition: all 0.5s ease;
        text-align: center;
        transform: translateX(-50%);
    }

    .menu_v .icon_share {
        opacity: 0;
        visibility: hidden;
    }

    .icon_share ul {
        display: inline-block;
    }

    .icon_share ul li {
        float: left;
        margin-left: 10px;
    }
    .icon_share ul li:first-child {
        float: left;
        margin-left: 0px;
    }

    .icon_share ul li a {
        display: block;
    }

    .icon_share ul li i {
        display: block;
        color: white;
        background: rgba(10, 10, 10, 0.71);
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    .f-contact-page-info {
        color: #5c5c5c;
    }

    .load_page {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        background: #007ec3;
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
    }

    .load_page>div {
        width: 320px;
        height: 150px;
        position: absolute;
        left: 200px;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .load_page img {
        /*webkit-animation: fa-spin 2s infinite linear;animation: fa-spin 2s infinite linear;width:auto;transform: rotate(3600deg);-webkit-transition: all 0.8s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 25s ease;*/
        height: 100%;
        width: 100%;
    }

    .load_page.hi {
        opacity: 0;
        visibility: hidden;
    }

    .animated {
        animation-duration: 4s !important;
    }

    .layout_doingu {
        width: 80%;
        margin: 0 auto;
    }

    .doingu_title {
        text-align: center;
        text-transform: uppercase;
        background: #f45009;
    }

    .doingu_title h1 {
        text-align: center;
        display: block;
        padding: 10px;
        color: white;
        font-size: 20px;
    }

    .adv6 {
        width: 49%;
        float: left;
        margin-right: 2%;
    }

    .doingu_label {
        color: #0096db;
        margin-top: 15px;
        display: block;
        background: rgba(255, 255, 255, 0.13);
    }

    .doingu_label span {
        display: block;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
    }

    .adv7 {
        width: 49%;
        float: left;
    }

    .doingu_content {
        display: table;
        width: 100%;
    }

    .doingu_item {
        width: 49%;
        float: left;
        margin-right: 2%;
        overflow: hidden;
        position: relative;
        height: 300px;
        margin-bottom: 30px;
    }

    .doingu_item:nth-child(2n) {
        margin-right: 0;
    }

    .doingu_item_img img {
        display: block;
        max-width: 100%;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .doingu_item:hover .doingu_item_img img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .doingu_item_des {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.68);
        color: black;
        text-align: center;
        max-height: 60px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .doingu_item:hover .doingu_item_des {
        max-height: 100%;
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
    }

    .doingu_item_title {
        border-bottom: 1px solid #c3c3c3;
        padding: 5px 0;
    }

    .doingu_item_description {
        padding: 5px 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .baogia .nav-tabs {
        margin-top: 10px;
        border-bottom: none;
        display: table;
        margin: 0 auto;
        width: 83%;
    }

    .baogia .nav-tabs li {
        margin-bottom: 5px;
        width: 25%;
    }

    .baogia .nav-tabs li:nth-child(5) {
        margin-left: 13%;
    }

    .baogia .nav-tabs li a {
        background: #c1c1c1;
        margin: 0 1px;
        padding: 10px 15px;
        color: #060606;
        font-size: 14px;
        border-radius: 0;
        border: none;
        text-align: center;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .baogia .nav-tabs li.active a {
        background: #0096db;
        color: white;
        border: none;
    }

    .baogia .tab-content {
        background: #eee;
        margin-left: 1px;
        padding: 10px;
        margin-top: 2px;
        min-height: 400px;
        margin-top: 15px;
    }

    .module_page_view_detail table {
        margin: 0 auto;
        max-width: 100% !important;
    }

    .drive_file {
        position: fixed;
        z-index: 999;
        bottom: 137px;
        right: 5px;
        animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out; 
    }

    .drive_file a img {
        width: 60px;
        height: 60px;
        transition: all 0.5s ease;
    }

    .drive_file a img:hover {
        transform: rotate(360deg);
    }

    /*=== Search ===*/
    .v2_bnc_search {
        cursor: pointer;
        /* margin: 100px 0 15px 0; */
        position: absolute;
        bottom: 59px;
        width: 230px;
        left: 46%;
        transform: translateX(-50%);
    }
    .header.fix_menu menu_v .v2_bnc_search{
        opacity: 0;
        visibility: hidden;
    }
    .v2_bnc_search_border {
        width: 230px;
    }

    .search-basic select {
        width: 110px !important;
        font-size: 13px;
        color: #000;
        border-radius: 4px 0 0 4px !important;
        border-right: 0 !important;
        height: 40px !important;
        -webkit-appearance: none;
    }

    #search-box .search-area .search-field {
        width: 230px;
        outline: 0;
        float: left;
        height: 40px;
        color: #000;
        font-size: 12px;
        border-radius: 42px;
    }

    #search-box .form-control::-webkit-input-placeholder {
        color: #acacac;
    }

    .BNC_btn_search_icon {
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        padding: 11px 20px;
        background: #25292a;
        border-top-right-radius: 19px;
        border-bottom-right-radius: 19px;
        z-index: 999;
    }

    #search-box .search-area .search-button {
        float: right;
        text-align: center;
        display: block;
    }

    #search-box .search-area .search-button i {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
    }

    .search-area .control-group {
        overflow: hidden;
        background: #fff;
        border: 1px solid #e5e5e5;
    }

    .searchAutoComplete {
        z-index: 10000;
        position: absolute;
        top: 41px !important;
        left: 0;
        width: 100%;
    }

    .searchAutoComplete ul {
        list-style: none;
        border: #f62d3e solid 1px;
        width: 100%;
        background: white;
        overflow-y: auto;
        height: 300px;
    }

    .searchAutoComplete ul li {
        line-height: 2.5em;
        color: #000;
        border-bottom: aliceblue solid 1px;
        cursor: pointer;
    }

    .searchAutoComplete ul li img {
        width: 50px;
        height: 50px;
        margin-right: 15px;
        float: left;
    }

    .searchAutoComplete ul li:hover {
        background: #f62d3e;
    }

    .searchAutoComplete ul li.active {
        background: #f62d3e;
    }

    .searchAutoComplete ul li a {
        display: block;
        padding: 10px 15px;
        line-height: 1.3em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
        text-align: left;
    }
iframe{
    width: 100%;
}
    .searchAutoComplete ul li a p {
        position: absolute;
        bottom: 0px;
        left: 79px;
    }

    .searchAutoComplete ul li a:hover {
        color: white;
    }

    /*===== End Search ====*/
    .v2_bnc_pr_item_img img{
        object-fit: scale-down;
        height: 100%;
        width: 100%;
    }
    .v2_bnc_pr_item_boxdetails a h3{
        margin: 10px 0;
        font-size: 14px;
        text-transform: uppercase;
        text-align:center;
        font-weight: 500;
    }
    .v2_bnc_pr_item_img {
        height: 200px;
        overflow: hidden;
        position: relative;
        border: 1px solid #ccc;
        transition: all ease .5s;
    }
    .v2_bnc_pr_item_img:hover img{
        transform: scale(1.1);
        transition: all ease .5s;
    }
    .page_left .page_footer{
        display: none;
    }