@import (reference) "../../../skins/default/style/init.less"; #vnt-content{margin-bottom: 0;} .vnt-banner .topHotline{ display: none; } /*-------banner home ----------*/ #vnt-slide-home{ position: relative; overflow: hidden; } #vnt-slide-home .slick-dots{ position: absolute; text-align: center; top: 45%; right: 8%; } #vnt-slide-home .slick-dots li{ display: inline-block; margin: 0 5px; } #vnt-slide-home .slick-dots li button{ width:12px; height:12px; border-radius: 100%; background: transparent; font-size: 0; padding:0; background-color: @color_white; border:solid 1px @color_white; } #vnt-slide-home .slick-dots li.slick-active button{ background: @color1; border: 1px solid @color1; } /*-------banner home ----------*/ /*-------banner contact ----------*/ #slider-contact{ padding: 60px 0; background: @color_white; } #slider-contact{ margin: 0 -15px; } #slider-contact .item{ margin: 0 15px; border: 1px solid #dfdfdf; height: 110px; background: @bg_white; } #slider-contact .item a{ display: block; width: 100%; height: 100%; position: relative; overflow: hidden; } #slider-contact .item a img{ position: absolute; max-width: 100%; max-height: 100%; top: 50%; left: 50%; .transform_translate(-50%,-50%); -webkit-transition:opacity 0.5s ease; -moz-transition:opacity 0.5s ease; -o-transition:opacity 0.5s ease; transition:opacity 0.5s ease; } #slider-contact .item a:hover img{ opacity: 0.5; } #slider-contact .slick-prev, #slider-contact .slick-next{ position: absolute; font-size: 0px; line-height: 0px; width: 36px; height: 36px; background: @bg_white; z-index: 1; left: -42px; border: 1px solid #d8d8d8; .border-radius(100%); top: 50%; transform: translateY(-50%); } #slider-contact .slick-next{ left: auto; right: -42px; } #slider-contact .slick-prev::before, #slider-contact .slick-next::before{ font-family: "FontAwesome"; font-size: 20px; line-height: 20px; text-align: center; color: #818181 !important; z-index: 1; display: block !important; } #slider-contact .slick-prev::before{ content: '\f104'; } #slider-contact .slick-next::before{ content: '\f105'; } /*-------banner contact ----------*/ /*-------- Logo hãng hàng không-----------------------*/ .vnt-partner{ padding: 58px 0; } #slider-partner{ margin: 0 -15px; } #slider-partner .item{ margin: 0 15px; border: 1px solid #dfdfdf; height: 110px; background: @bg_white; } #slider-partner .item a{ display: block; width: 100%; height: 100%; position: relative; overflow: hidden; } #slider-partner .item a img{ position: absolute; max-width: 100%; max-height: 100%; top: 50%; left: 50%; .transform_translate(-50%,-50%); -webkit-transition:opacity 0.5s ease; -moz-transition:opacity 0.5s ease; -o-transition:opacity 0.5s ease; transition:opacity 0.5s ease; } #slider-partner .item a:hover img{ opacity: 0.5; } #slider-partner .slick-prev, #slider-partner .slick-next{ position: absolute; font-size: 0px; line-height: 0px; width: 36px; height: 36px; background: @bg_white; z-index: 1; left: -42px; border: 1px solid #d8d8d8; .border-radius(100%); top: 50%; transform: translateY(-50%); } #slider-partner .slick-next{ left: auto; right: -42px; } #slider-partner .slick-prev::before, #slider-partner .slick-next::before{ font-family: "FontAwesome"; font-size: 20px; line-height: 20px; text-align: center; color: #818181 !important; z-index: 1; display: block !important; } #slider-partner .slick-prev::before{ content: '\f104'; } #slider-partner .slick-next::before{ content: '\f105'; } /*-------------------*/ #slick-slider{ z-index: 50; } #banner_slider { overflow: hidden; } #banner_slider .item{ display: none; } #banner_slider .item.slick-slide, #banner_slider .item:first-child{ display: block; } #banner_slider .item .img{ width: 100%; padding-top: 35%; min-height: 580px; position: relative; overflow: hidden; z-index: 50; } #banner_slider .item .img img{ position: absolute; top: 50%; left: 50%; max-width:none; min-width: 100%; min-height: 100%; -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); transform:translate(-50%,-50%); } #banner_slider.active .item.slick-active .img img{ -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); transform:translate(-50%,-50%); } #banner_slider .slick-dots{ bottom: 40px; -webkit-pointer-events: none; -moz-pointer-events: none; pointer-events: none; text-align: left; width:100%; left: -webkit-calc(~'(100% - 1170px) / 2'); left: -o-calc(~'(100% - 1170px) / 2'); left: calc(~'(100% - 1170px) / 2'); } #banner_slider .slick-dots li{ -webkit-pointer-events: auto; -moz-pointer-events: auto; pointer-events: auto; width: 18px; height: 18px; .border-radius(50%); margin: 0 5px; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; background:none; border: 2px solid rgba(255,255,255,0.5); } #banner_slider .slick-dots li:hover, #banner_slider .slick-dots li.slick-active{ background : @color4; border-color: @color4; } #banner_slider .slick-dots li button{ width: 14px; height: 14px; .border-radius(50%); background: @color4; -webkit-transform:scale(0.5); -moz-transform:scale(0.5); -o-transform:scale(0.5); -ms-transform:scale(0.5); transform:scale(0.5); 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; } #banner_slider .slick-dots li.slick-active button, #banner_slider .slick-dots li:hover button{ opacity: 1; -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); transform:scale(1); } #banner_slider .slick-dots li button:before{ content: ''; } /* form address */ .form_address{ width: 450px; height: 403px; float: right; position: relative; background: url('../images/add_home.png') no-repeat center center; background-size: contain; padding: 60px 40px; } .form_address .tt{ } /* end form address */ .box-search-ticket{ padding-top: 0; padding-bottom: 0; /*display: block !important;*/ } /*-------------------*/ .box-dropdown{ left: auto; } .box-search-ticket{ bottom: 30px; padding-top: 0; padding-bottom: 0; z-index:2; } /*.form-search-ticket{ width: 400px; float: right; } .form-search-ticket .form-search-link ul li{ background:@color1; } .form-search-ticket .form-search-link ul li{ width:100%; text-align:center; } .form-search-ticket .form-search-content{ background-color: rgba(255, 255, 255, 0.85); color: @color_text_333; border: 2px solid @color1; border-top-right-radius:0; } .form-search-ticket .form-search-content .ticket-way{ text-align:center; padding: 10px 20px; padding-bottom:0; border-bottom: 0px solid rgba(0, 0, 0, 0.1); } .form-search-ticket .form-search-content .ticket-way ul{ display:inline-block; } .form-search-ticket .form-search-content .form-input{ padding-top:0; padding-left:0; padding-right:0; } .form-search-ticket .form-search-content .form-input .w-form-input{ display:block; position: relative; } .form-search-ticket .form-search-content .form-input .w-form-input .f-time, .form-search-ticket .form-search-content .form-input .w-form-input .f-address, .form-search-ticket .form-search-content .form-input .w-form-input .f-person, .form-search-ticket .form-search-content .form-input .w-form-input .f_button{ display:block; padding-top:10px; padding-bottom:0; padding-left:20px ; padding-right:20px; padding-top: 0px; } .form-search-ticket .form-search-content .form-input .w-form-input .f-person{ position: relative; padding-bottom:15px; margin-top:5px; } .form-search-ticket .form-search-content .form-input .w-form-input .f-person::before{ content : ''; background:#e5e5e5; height:1px; width:100%; position: absolute; top:0; left:0; } .form-search-ticket .form-search-content .form-input .w-form-input .f-person::after{ content : ''; background:#e5e5e5; height:1px; width:100%; position: absolute; bottom:0; left:0; } .form-search-ticket .form-search-content .form-input .w-form-input .f-time{ padding-top:0; } .form-search-ticket .form-search-content .form-input .w-form-input .f-person, .form-search-ticket .form-search-content .form-input .w-form-input .f_button{ padding-top:15px; } .form-search-ticket .form-search-content .form-input .w-form-input .f-time .f-row, .form-search-ticket .form-search-content .form-input .w-form-input .f-address .f-row{ float: left; width: -webkit-calc(~'100%'); width: -o-calc(~'100%'); width: calc(~'100%'); margin-bottom:13px; } .form-search-ticket .form-search-content .form-input .w-form-input .f-time .f-row .form-control, .form-search-ticket .form-search-content .form-input .w-form-input .f-address .f-row .form-control{ margin-bottom: 0; } .form-search-ticket .form-search-content .form-input .w-form-input .f_button{ width: 100%; position: relative; } .form-search-ticket .form-search-content .form-input .w-form-input .f-title{ display:none; } .form-search-ticket .form-search-content .form-input .w-form-input .f_button .f-title{ display:block; margin-bottom:7px; } .form-search-ticket .form-search-content .form-input select.form-control{ margin-bottom:7px; } */ /*.form-search-ticket .form-search-content .form-input button.btn{ position: absolute; right:20px; top:20px; width: -webkit-calc(~'(100% - 60px) / 2'); width: -o-calc(~'(100% - 60px) / 2'); width: calc(~'(100% - 60px) / 2'); height:57px; } */ /*.form-search-ticket .form-search-link ul li.current a, .form-search-ticket .form-search-link ul li a:hover{ background-color: @color1; } .form-search-ticket .form-search-content .ticket-way ul li, .form-search-ticket .form-search-content .form-input .f-title, .table-cell .div_text{ color: @color_text_333; } */ /* chieu bay */ /*.style_radio .style_icon{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:2px solid @color_text_333; .border-radius(100%); } .style_radio input[type=radio]:checked ~ .style_icon:after{ position: absolute; content: ''; top: 50%; left: 50%; .transform_translate(-50%,-50%); width: 6px; height: 6px; .border-radius(100%); background: @color_text_333; }*/ /*----------News-------------------------*/ .vnt-news{ background: @color_bgeb; padding: 45px 0; } .vnt-news .div_title{ font-weight: bold; font-size: 30px; line-height: 40px; text-transform: uppercase; text-align: left; margin-bottom: 20px; padding: 0 40px; padding-left: 0; } .vnt-news .div_title h2{ font-size: 30px; line-height: 40px; color: @color_text_555; } #slider_new{ margin: 0 -15px; } #slider_new_2{ margin: 0 -15px; } .vnt-news .item{ margin: 0 15px; } .w_effect_up .effect_up{ opacity: 0; } .w_effect_up.show .effect_up{ -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; -ms-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-duration: 1.5s; -moz-animation-duration: 1.5s; -o-animation-duration: 1.5s; -ms-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; -ms-animation-fill-mode: both; animation-fill-mode: both; animation-timing-function: ease-out; } .vnt-news .item .i-image{ overflow: hidden; position: relative; } .vnt-news .item .i-image img{ width: 100%; -webkit-transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86); -moz-transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86); -o-transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86); transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86); } .vnt-news .item .i-image:hover img{ -webkit-transform:scale(1.12); -moz-transform:scale(1.12); -o-transform:scale(1.12); -ms-transform:scale(1.12); transform:scale(1.12); } .vnt-news .item .i-image a{ display: block; width: 100%; height: 100%; position: relative; } .vnt-news .item .i-image a:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; visibility: hidden; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; -ms-transition: all 0.4s ease-out; transition: all 0.4s ease-out; -webkit-transform: rotateY(180deg) scale(0.5, 0.5); -moz-transform: rotateY(180deg) scale(0.5, 0.5); -ms-transform: rotateY(180deg) scale(0.5, 0.5); -o-transform: rotateY(180deg) scale(0.5, 0.5); transform: rotateY(180deg) scale(0.5, 0.5); filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; background-color: rgba(16, 72, 114, 0.5); z-index: 1; } .vnt-news .item .i-image:hover a:before{ visibility: visible; -webkit-transform: rotateY(0deg) scale(1, 1); -moz-transform: rotateY(0deg) scale(1, 1); -ms-transform: rotateY(0deg) scale(1, 1); -o-transform: rotateY(0deg) scale(1, 1); transform: rotateY(0deg) scale(1, 1); filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } .vnt-news .item .i-image a:after{ content: '\f067'; position: absolute; left: 50%; top: 50%; width: 54px; height: 54px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; border: 2px solid #ffffff; visibility: hidden; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; -ms-transition: all 0.4s ease-out; transition: all 0.4s ease-out; -webkit-transform:translate(-50%,-50%) rotateY(180deg) scale(0.5, 0.5); -moz-transform:translate(-50%,-50%) rotateY(180deg) scale(0.5, 0.5); -ms-transform:translate(-50%,-50%) rotateY(180deg) scale(0.5, 0.5); -o-transform:translate(-50%,-50%) rotateY(180deg) scale(0.5, 0.5); transform:translate(-50%,-50%) rotateY(180deg) scale(0.5, 0.5); filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; z-index: 1; color: #ffffff; font-size: 17px; line-height: 50px; text-align: center; font-family: "fontawesome";; } .vnt-news .item .i-image:hover a:after{ visibility: visible; -webkit-transform:translate(-50%,-50%) rotateY(0deg) scale(1, 1); -moz-transform:translate(-50%,-50%) rotateY(0deg) scale(1, 1); -ms-transform:translate(-50%,-50%) rotateY(0deg) scale(1, 1); -o-transform:translate(-50%,-50%) rotateY(0deg) scale(1, 1); transform:translate(-50%,-50%) rotateY(0deg) scale(1, 1); filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } .vnt-news .item .i-image a .date{ position: absolute; display: block; bottom: 0; left: 0; width: 66px; height: 55px; background: rgba(0, 0, 0, 0.5); text-align: center; font-size: 12px; line-height: 16px; color: @color_white; padding-top: 5px; z-index: 2; } .vnt-news .item .i-image a .date span{ display: block; font-size: 25px; line-height: 30px; } .vnt-news .item .i-desc{ padding: 15px 12px; border: 1px solid #e8e8e8; border-top: none; background:#ffffff; } .vnt-news .item .i-desc .w-desc{ height: 100px; overflow: hidden; } .vnt-news .item .i-desc .i-title{ font-size: 16px; line-height: 25px; max-height: 50px; overflow: hidden; margin-bottom: 10px; } .vnt-news .item .i-desc .i-title a{ font-weight: normal; font-size: 16px; line-height: 25px; } .vnt-news .item .i-desc .i-content{ color: #969696; font-size: 14px; line-height: 21px; } .vnt-news .slick-prev,.vnt-news .slick-next{ position: absolute; font-size: 0px; line-height: 0px; width: 30px; height: 30px; background: #dedede; border: 0px; top: -55px; -webkit-transition:background 0.5s ease; -moz-transition:background 0.5s ease; -o-transition:background 0.5s ease; transition:background 0.5s ease; } .vnt-news .slick-prev:hover,.vnt-news .slick-next:hover{ background: @color_c0; } .vnt-news .slick-prev:hover:after, .vnt-news .slick-next:hover:after{ color: @color_white; } .vnt-news .slick-prev{ right: 55px; left: auto; } .vnt-news .slick-next{ right: 15px; } .vnt-news .slick-prev:after, .vnt-news .slick-next:after{ position: absolute; top: 50%; left: 50%; text-align: center; .transform_translate(-50%,-50%); font-family: "fontawesome"; font-size: 20px; line-height: 20px; color: #7a7a7a; -webkit-transition:color 0.5s ease; -moz-transition:color 0.5s ease; -o-transition:color 0.5s ease; transition:color 0.5s ease; } .vnt-news .slick-prev.slick-disabled:hover,.vnt-news .slick-next.slick-disabled:hover{ cursor: default; background: #dedede; } .vnt-news .slick-prev.slick-disabled:hover:after, .vnt-news .slick-next.slick-disabled:hover:after{ color: #7a7a7a; } .vnt-news .slick-prev:after{ content: '\f104'; } .vnt-news .slick-next:after{ content: '\f105'; } @-webkit-keyframes fadeInUp { 0%{ opacity: 0; -webkit-transform:translate3d(0, 50%, 0); -moz-transform:translate3d(0, 50%, 0); -o-transform:translate3d(0, 50%, 0); -ms-transform:translate3d(0, 50%, 0); transform:translate3d(0, 50%, 0); } 50% { opacity: 0.3; } 100% { opacity: 1; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; transform: none; } } @-moz-keyframes fadeInUp { 0%{ opacity: 0; -webkit-transform:translate3d(0, 50%, 0); -moz-transform:translate3d(0, 50%, 0); -o-transform:translate3d(0, 50%, 0); -ms-transform:translate3d(0, 50%, 0); transform:translate3d(0, 50%, 0); } 50% { opacity: 0.3; } 100% { opacity: 1; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; transform: none; } } @-o-keyframes fadeInUp { 0%{ opacity: 0; -webkit-transform:translate3d(0, 50%, 0); -moz-transform:translate3d(0, 50%, 0); -o-transform:translate3d(0, 50%, 0); -ms-transform:translate3d(0, 50%, 0); transform:translate3d(0, 50%, 0); } 50% { opacity: 0.3; } 100% { opacity: 1; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; transform: none; } } @keyframes fadeInUp { 0%{ opacity: 0; -webkit-transform:translate3d(0, 50%, 0); -moz-transform:translate3d(0, 50%, 0); -o-transform:translate3d(0, 50%, 0); -ms-transform:translate3d(0, 50%, 0); transform:translate3d(0, 50%, 0); } 50% { opacity: 0.3; } 100% { opacity: 1; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; transform: none; } } .fadeinup { -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; -ms-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-duration: 1.5s; -moz-animation-duration: 1.5s; -o-animation-duration: 1.5s; -ms-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; -ms-animation-fill-mode: both; animation-fill-mode: both; } /*---------------------*/ .vnt-feeling{ padding: 30px 0 80px 0; text-align: center; background: #ebebeb; border-top: 1px solid #eeeeee; position: relative; } .vnt-feeling .div_title{ margin-bottom: 20px; font-weight: bold; font-size: 25px; line-height: 35px; text-transform: uppercase; color: @color_text_333; position: relative; } .vnt-feeling .div_title h2{ font-size: 25px; line-height: 35px; } #slider_feeling .slick-dots{ position: absolute; bottom: -45px; display: block; width: 100%; padding: 0; list-style: none; } #slider_feeling .slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; } #slider_feeling .item .w-item{ width: 100%; max-width: 740px; margin: 0 auto; font-size: 16px; line-height: 25px; color: @color_text_666; } #slider_feeling .item .i-content{ margin-bottom: 20px; } #slider_feeling .item .i-name{ display: inline-block; color: @color_text_333; padding-left: 45px; position: relative; } #slider_feeling .item .i-name:after{ position: absolute; font-family:"fontawesome"; content: '\f0e6'; top: 50%; left: 0; .transform_translate(0,-50%); font-size: 30px; line-height: 35px; color: @color_text_333; } #slider_feeling .slick-dots{ text-align: center; } #slider_feeling .slick-dots li{ width: 14px; height: 14px; .border-radius(50%); background: rgba(0, 0, 0, 0.1); margin: 0 2px; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; } #slider_feeling .slick-dots li:hover{ background: rgba(0, 0, 0, 0); } #slider_feeling .slick-dots li button{ font-size: 0px; line-height: 0px; width: 14px; height: 14px; .border-radius(50%); background: @color1; border:0px; -webkit-transform:scale(0.5); -moz-transform:scale(0.5); -o-transform:scale(0.5); -ms-transform:scale(0.5); transform:scale(0.5); 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; } #slider_feeling .slick-dots li.slick-active button, #slider_feeling .slick-dots li:hover button{ opacity: 1; -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); transform:scale(1); } #slider_feeling .slick-dots li button:before{ content: ''; } /*-------------- Service -----------------------*/ .vnt-service{ padding-top: 20px; padding-bottom: 50px; } .vnt-service .item{ float: left; text-align: center; } .vnt-service::after{ content: ''; display: block; clear: both; } .vnt-service .item .title h4{ font-size: 16px; font-weight: bold; text-transform: uppercase; } .vnt-service .item .title a{ color: @color_text_333; } /*-----------------*/ .vnt-customer{ padding: 40px 0; padding-bottom: 30px; background: url(../images/bg-method-2.jpg) no-repeat center center; background-size: cover; position: relative; } .vnt-customer::before{ } .vnt-customer .div_title{ text-transform: uppercase; font-size: 30px; line-height: 40px; margin-bottom: 30px; text-align: center; color: @color_white; position: relative; } .vnt-customer .div_title h2{ font-weight: normal; } .grid_customer .row_customer{ margin-bottom: 30px; } .grid_customer .row_customer .item{ background: @bg_gray; width: 48.5%; float: left; } .grid_customer .row_customer .item:nth-child(2n+2){ float: right; } .grid_customer .row_customer .item .i-image{ width: 170px; height: 110px; float: left; background: #f3f3f3; position: relative; border: none; } .grid_customer .row_customer .item .i-image img{ max-width: 168px; max-height: 108px; position: absolute; top: 50%; left: 50%; .transform_translate(-50%,-50%); } .grid_customer .row_customer .item .i-desc{ padding: 15px 15px 0 15px; margin-left: 170px; position: relative; background: @bg_white; } .grid_customer .row_customer .item .i-desc .i-title{ font-size: 16px; line-height: 22px; height: 44px; overflow: hidden; margin-bottom: 10px; } .grid_customer .row_customer .item .i-desc .i-title a{ font-size: 16px; line-height: 22px; margin-bottom: 5px; } .grid_customer .row_customer .item .i-desc .i-time{ color: @color_text_666; margin-bottom: 10px; } .grid_customer .row_customer .item .i-desc .i-time i{ margin-right: 5px; } .grid_customer .row_customer .item .i-desc .i-price{ color: #ed1d24; margin-bottom: 10px; } /*-----------------------*/ .vnt-book-method{ width: 100%; height: 520px; background: url(../images/bg-method.jpg) no-repeat center center; background-size: cover; padding: 50px 0; position: relative; } /* .vnt-book-method::before{ content: ""; width: 100%; height: 100%; background: rgba(3, 42, 71, 0.5); position: absolute; top: 0; left: 0; } */ .vnt-book-method .time_work{ position: absolute; bottom: 20px; /*left: 0;*/ width: 100%; /*background: rgba(0, 0, 0, 0.4);*/ text-align: center; /* white-space: nowrap; */ overflow: hidden; /* -ms-text-overflow: ellipsis; */ /* text-overflow: ellipsis; */ font-size: 20px; line-height: 30px; padding: 18px; color: @color_white; } .vnt-book-method .time_work span{ position: relative; padding-left: 50px; } .vnt-book-method .time_work span:after{ position: absolute; font-family: 'fontawesome'; top: 50%; left: 0; font-size: 40px; line-height: 50px; color: @color_c0; .transform_translate(0,-50%); content: '\f017'; } .vnt-book-method .div_title{ font-size: 30px; line-height: 40px; color: @color_text_333; text-align: center; text-transform: uppercase; margin-bottom: 30px; position: relative; z-index: 1; } .vnt-book-method .div_title h2{ font-size: 30px; line-height: 40px; font-weight: normal; color: #ffffff; } .gird_method{ margin: 0 -15px; } .gird_method .item{ float: left; width: 25%; padding: 0 15px; } .gird_method .item .i-icon{ width: 76px; height: 76px; .border-radius(50%); text-align: center; margin: 0 auto -38px auto; background: @color_c0; font-size: 40px; line-height: 70px; position: relative; color: @color_white; border: 2px solid @color1; } .gird_method .item .i-icon i{ position: absolute; top: 50%; left: 50%; .transform_translate(-50%,-50%); color: @color_white; } .gird_method .item .i-desc{ background: @color1; padding: 50px 10px 20px 10px; height: 240px; } .gird_method .item .i-desc .i-title{ text-transform: uppercase; font-size: 18px; line-height: 24px; color: @color_white; padding-bottom: 12px; margin-bottom: 15px; position: relative; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis; font-weight: bold; text-align: center; } .gird_method .item .i-desc .i-title:after{ position: absolute; content: ''; left: 50%; bottom: 0; width: 40px; height: 2px; margin-left: -20px; background: rgba(255,255,255,0.3); } .gird_method .item .i-desc .ul_hotline ul{ } .gird_method .item .i-desc .ul_hotline ul li{ position: relative; font-size: 25px; line-height: 30px; margin-bottom: 5px; color: #454545; } .gird_method .item .i-desc .ul_hotline ul li a{ color: @color_white; font-weight: bold; font-size: 25px; line-height: 34px; display: block; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis; text-align: center; } .gird_method .item .i-desc .ul_hotline ul li a:before{ font-family:"fontawesome"; content: '\f095'; font-size: 22px; line-height: 34px; color: @color_white; padding-right: 15px; } .gird_method .item .i-desc .ul_chat ul li{ position: relative; font-size: 16px; line-height: 28px; margin-bottom: 10px; color: #454545; } .gird_method .item .i-desc .ul_chat ul li a{ color: @color_text_333; font-size: 16px; line-height: 28px; padding: 3px 10px; display: block; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis; background: #f3f3f3; text-transform: uppercase; text-align: center; font-weight: bold; } .gird_method .item .i-desc .ul_chat ul li a.sup_zalo{color: @color_text_333;} .gird_method .item .i-desc .ul_chat ul li a.sup_viber{color: @color_text_333;} .gird_method .item .i-desc .ul_chat ul li a i{ padding-right: 10px; font-size: 28px; line-height: 28px; display: inline-table; vertical-align: top; } .gird_method .item .i-desc .ul_chat ul li a i.icon_zalo{ background: url('../images/icon_zalo.png'); width: 26px; height: 26px; display: inline-block; margin-right: 8px; } .gird_method .item .i-desc .ul_chat ul li a i.icon_viber{ background: url('../images/icon_viber.png'); width: 26px; height: 26px; display: inline-block; margin-right: 8px; } .gird_method .item .i-desc .ul_chat ul li a:hover{ color: @color3; } .gird_method .item .i-desc .ul_map ul li{ position: relative; font-size: 14px; line-height: 28px; margin-bottom: 0px; color: #454545; } .gird_method .item .i-desc .ul_map ul li span{ color: @color_white; text-align: center; display: block; } .gird_method .item .i-desc .ul_map ul li a{ color: @color1; font-size: 16px; line-height: 28px; padding: 3px 10px; display: block; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis; background: @color_white; text-align: center; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; } .gird_method .item .i-desc .ul_map ul li a:before{ font-family: "fontawesome"; content: '\f041'; padding-right: 10px; } .gird_method .item .i-desc .ul_map ul li a:hover{ color: @color_white; background: @color_c0; } .gird_method .item .i-desc .text1{ font-size: 18px; line-height: 25px; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis; text-align: center; font-weight: bold; color: @color_white; } .gird_method .item .i-desc .text1 .domain { } .gird_method .item .i-desc .text1 .email { font-size: 14px;} .gird_method .item .i-desc .text1 a{ font-size: 16px; line-height: 25px; color: @color3; } .gird_method .item .i-desc .text2{ text-align: center; font-size: 14px; line-height: 20px; color: @color_white; height: 42px; overflow: hidden; margin-top: 10px; } /*--------------------*/ .vnt-info-news{ width: 100%; background: url("../images/bg-stewardess.png")no-repeat 100% 100% #ffffff; } .vnt-info-news .i-news{ width: 50%; float: left; background: url("../images/bg-new.jpg") no-repeat; position: relative; padding: 40px 0 10px 0; } .vnt-info-news .i-news .wrap_news{ width: 100%; max-width: 600px; margin: 0 0 0 auto; padding-left: 15px; padding-right: 30px; position: relative; z-index: 1; } .vnt-info-news .i-news:before{ position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; -webkit-pointer-events: none; -o-pointer-events: none; -ms-pointer-events: none; pointer-events: none; background: rgba(0, 0, 0, 0.3); } .vnt-info-news .i-news .div_title{ font-size: 30px; line-height: 40px; //sspadding-right: 80px; color: #ffffff; font-weight: bold; text-transform: uppercase; margin-bottom: 30px; } .vnt-info-news .i-news .div_title h2{ font-size: 30px; line-height: 40px; } #slider_new2{ margin: 0 -15px; } #slider_new2 .item{ margin: 0 15px; } #slider_new2 .item .w-item{ margin-bottom: 30px; } #slider_new2 .item .i-image{ overflow: hidden; position: relative; } #slider_new2 .item .i-image img{ width: 100%; -webkit-transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86); -moz-transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86); -o-transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86); transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86); } #slider_new2 .item .i-image:hover img{ -webkit-transform:scale(1.12); -moz-transform:scale(1.12); -o-transform:scale(1.12); -ms-transform:scale(1.12); transform:scale(1.12); } #slider_new2 .item .i-image a{ display: block; width: 100%; height: 100%; position: relative; } #slider_new2 .item .i-image a:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; visibility: hidden; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; -ms-transition: all 0.4s ease-out; transition: all 0.4s ease-out; -webkit-transform: rotateY(180deg) scale(0.5, 0.5); -moz-transform: rotateY(180deg) scale(0.5, 0.5); -ms-transform: rotateY(180deg) scale(0.5, 0.5); -o-transform: rotateY(180deg) scale(0.5, 0.5); transform: rotateY(180deg) scale(0.5, 0.5); filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; background-color: rgba(16, 72, 114, 0.5); z-index: 1; } #slider_new2 .item .i-image:hover a:before{ visibility: visible; -webkit-transform: rotateY(0deg) scale(1, 1); -moz-transform: rotateY(0deg) scale(1, 1); -ms-transform: rotateY(0deg) scale(1, 1); -o-transform: rotateY(0deg) scale(1, 1); transform: rotateY(0deg) scale(1, 1); filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } #slider_new2 .item .i-image a:after{ content: '\f067'; position: absolute; left: 50%; top: 50%; width: 54px; height: 54px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; border: 2px solid #ffffff; visibility: hidden; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; -ms-transition: all 0.4s ease-out; transition: all 0.4s ease-out; -webkit-transform:translate(-50%,-50%) rotateY(180deg) scale(0.5, 0.5); -moz-transform:translate(-50%,-50%) rotateY(180deg) scale(0.5, 0.5); -ms-transform:translate(-50%,-50%) rotateY(180deg) scale(0.5, 0.5); -o-transform:translate(-50%,-50%) rotateY(180deg) scale(0.5, 0.5); transform:translate(-50%,-50%) rotateY(180deg) scale(0.5, 0.5); filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; z-index: 1; color: #ffffff; font-size: 17px; line-height: 50px; text-align: center; font-family: "fontawesome";; } #slider_new2 .item .i-image:hover a:after{ visibility: visible; -webkit-transform:translate(-50%,-50%) rotateY(0deg) scale(1, 1); -moz-transform:translate(-50%,-50%) rotateY(0deg) scale(1, 1); -ms-transform:translate(-50%,-50%) rotateY(0deg) scale(1, 1); -o-transform:translate(-50%,-50%) rotateY(0deg) scale(1, 1); transform:translate(-50%,-50%) rotateY(0deg) scale(1, 1); filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } #slider_new2 .item .i-image a .date{ position: absolute; display: block; bottom: 0; left: 0; width: 66px; height: 55px; background: rgba(0, 0, 0, 0.5); text-align: center; font-size: 12px; line-height: 16px; color: #ffffff; padding-top: 5px; z-index: 2; } #slider_new2 .item .i-image a .date span{ display: block; font-size: 25px; line-height: 30px; } #slider_new2 .item .i-desc{ padding: 15px 12px; background: #ffffff; } #slider_new2 .item .i-desc .w-desc{ height: 100px; overflow: hidden; } #slider_new2 .item .i-desc .i-title{ font-size: 16px; line-height: 25px; max-height: 50px; overflow: hidden; margin-bottom: 10px; } #slider_new2 .item .i-desc .i-title a{ font-weight: normal; font-size: 16px; line-height: 25px; } #slider_new2 .item .i-desc .i-content{ color: #969696; font-size: 14px; line-height: 21px; } #slider_new2 .slick-prev,#slider_new2 .slick-next{ position: absolute; font-size: 0px; line-height: 0px; width: 30px; height: 30px; background: rgba(255,255,255,0.3); border: 0px; top: -65px; -webkit-transition:background 0.5s ease; -moz-transition:background 0.5s ease; -o-transition:background 0.5s ease; transition:background 0.5s ease; } #slider_new2 .slick-prev:hover,#slider_new2 .slick-next:hover{ background: @color_c0; } #slider_new2 .slick-prev:hover:after, #slider_new2 .slick-next:hover:after{ color: #ffffff; } #slider_new2 .slick-prev{ left: auto; right: 47px; } #slider_new2 .slick-next{ right: 15px; } #slider_new2 .slick-prev:after, #slider_new2 .slick-next:after{ position: absolute; top: 50%; left: 50%; text-align: center; -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); transform:translate(-50%,-50%); font-family: "fontawesome"; font-size: 20px; line-height: 20px; color: #ffffff; -webkit-transition:color 0.5s ease; -moz-transition:color 0.5s ease; -o-transition:color 0.5s ease; transition:color 0.5s ease; } #slider_new2 .slick-prev.slick-disabled:hover,#slider_new2 .slick-next.slick-disabled:hover{ cursor: default; background: rgba(255,255,255,0.3); } #slider_new2 .slick-prev.slick-disabled:hover:after, #slider_new2 .slick-next.slick-disabled:hover:after{ color: #ffffff; } #slider_new2 .slick-prev:after{ content: '\f104'; } #slider_new2 .slick-next:after{ content: '\f105'; } .vnt-info-news .vnt-info{ width: 50%; float: right; position: relative; padding: 40px 30px; } .vnt-info-news .vnt-info .div_title{ font-size: 30px; line-height: 40px; text-transform: uppercase; font-weight: bold; margin-bottom: 30px; } .vnt-info-news .vnt-info .div_title h2{ font-size: 30px; line-height: 40px; } .vnt-info-news .vnt-info .list_info ul li{ background: url("../images/li-line.png") no-repeat 0 100%; padding:3px 20px 3px 0; } .vnt-info-news .vnt-info .list_info ul li a{ display: inline-block; font-size: 14px; line-height: 20px; padding:10px 10px 10px 40px; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; position: relative; } .vnt-info-news .vnt-info .list_info ul li a:after{ position: absolute; top: 50%; left: 0; font-family: "fontawesome"; content: '\f059'; font-size: 25px; line-height: 30px; color: #ed1d24; -webkit-transform:translate(0,-50%); -moz-transform:translate(0,-50%); -o-transform:translate(0,-50%); -ms-transform:translate(0,-50%); transform:translate(0,-50%); } .vnt-info-news .vnt-info .list_info ul li a:hover{ padding:10px 0 10px 50px; color: @color_c0; } .lazyloading { clear: both; filter: alpha(opacity=0); opacity: 0; -webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; -o-transition: all 1.5s ease; transition: all 1.5s ease; } .lazyloading.show { filter: alpha(opacity=1); opacity: 1; } /*-------------------- Pay --------------------*/ /*-------------------- Pay --------------------*/ .vnt-pay{ padding-top: 45px; padding-bottom: 40px; background: @bg_white; } .vnt-pay .div_title{ width: 100%; text-align: center; margin-bottom: 30px; text-transform: uppercase; font-weight: bold; font-size: 30px; line-height: 40px; } .grid-pay{ width: 100%; } .grid-pay .row-pay{ margin-bottom: 25px; } .grid-pay .row-pay .item{ width: 48.5%; float: left; margin-bottom: 15px; } .grid-pay .row-pay .item:nth-child(2n+2){ float: right; } .grid-pay .row-pay .item .i-icon{ width: 70px; height: 70px; float: left; border: 1px solid #a9a9a9; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; position: relative; background: #ffffff; } .grid-pay .row-pay .item .i-icon:after{ position: absolute; content: ''; top: 50%; left: 100%; margin-top: -6px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 8px solid #ffffff; } .grid-pay .row-pay .item .i-icon:before{ position: absolute; content: ''; top: 50%; left: 100%; margin-top: -7px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 10px solid #a9a9a9; } .grid-pay .row-pay .item .i-icon i{ font-size: 30px; line-height: 40px; position: absolute; top: 50%; left: 55%; -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); transform:translate(-50%,-50%); color: @color1; } .grid-pay .row-pay .item .i-icon img{ position: absolute; top: 50%; left: 50%; -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); transform:translate(-50%,-50%); max-width: 68px; max-height: 68px; height: auto !important; width: 100%; } .grid-pay .row-pay .item .i-desc{ padding-left: 95px; font-size: 14px; line-height: 24px; color: #666666; } .grid-pay .row-pay .item .i-desc .i-title{ font-size: 15px; line-height: 24px; text-transform: uppercase; color: @red; margin-bottom: 5px; } /*-----------------vnt-info-news -----------*/ .vnt-info-news .vnt-info{ width: 50%; float: right; position: relative; padding: 40px 30px; background-size: 100%; } .vnt-info-news .vnt-info .div_title{ font-size: 30px; line-height: 40px; text-transform: uppercase; font-weight: bold; margin-bottom: 30px; } .vnt-info-news .vnt-info .div_title h2{ font-size: 30px; line-height: 40px; } .vnt-info-news .vnt-info .list_info ul li{ background: url("../images/li-line.png") no-repeat 0 100%; padding:5px 20px 5px 0; } .vnt-info-news .vnt-info .list_info ul li a{ display: inline-block; font-size: 14px; line-height: 20px; padding:10px 10px 10px 40px; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; position: relative; } .vnt-info-news .vnt-info .list_info ul li a:after{ position: absolute; top: 50%; left: 0; font-family: "fontawesome"; content: '\f059'; font-size: 25px; line-height: 30px; color: @color1; .transform_translate(0,-50%); font-weight: normal; } .vnt-info-news .vnt-info .list_info ul li a:hover{ /*padding:10px 0 10px 50px;*/ color: @color_c0; font-weight: bold; } .vnt-info-news .vnt-info .list_info ul li a:hover::after{font-weight: normal;} @media screen and (max-width: 1024px){ .vnt-banner{ margin-bottom: 0; overflow: inherit !important; } .vnt-banner .topHotline { font-size: 16px; line-height: 30px; padding: 10px 0; padding-left: 15px; padding-right: 15px; color: @color_text_333; display: block; position: relative; } .vnt-banner .topHotline::before { content: '\f10b'; font-family: "Fontawesome"; position: absolute; font-size: 25px; color: @color_text_333; top: 10px; left: 20px; line-height: 30px; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; } .vnt-banner .topHotline span{ font-weight: bold; font-size: 22px; line-height: 30px; color: #de2323; } #vnt-slide-home .slick-dots{ top: 85%; left: 50%; transform: translateX(-50%); } .box-search-ticket .form_address, .vnt-contact{ display: none; } .vnt-service { display: none; } /*--------------- .vnt-feeling -----------------*/ /*.vnt-feeling { display: none !important; }*/ .vnt-info-news{ background-image: none !important; } .vnt-info-news .vnt-info{ width: 100%; float: none; padding: 20px 15px; } .vnt-info-news .i-news{ width: 100%; float: none; } .vnt-info-news .i-news .wrap_news{ max-width: none; padding: 0 15px; } #banner_slider{} #banner_slider .item .img{ min-height: 0; } #banner_slider .item .img img { position: absolute; top: 50%; left: 50%; width: 100%; max-width: 100%; min-width: 0; min-height: 0; } #banner_slider .slick-dots{ bottom: 10px; } .box-search-ticket{ padding-top: 20px; padding-bottom: 40px; } .gird_method{ position: relative; } .gird_method .item .w-item::after{ content: ''; display: block; clear: both; } .gird_method .item .i-desc{ position: absolute; top: 100px; left: 15px; right: 15px; display: none; padding: 30px 10px; } .gird_method .item .i-icon{ cursor: pointer; } .gird_method .item .i-icon:after{ position: absolute; content: ''; left: 50%; bottom: -30px; margin-left: -10px; border-bottom: 10px solid #ffffff; border-left: 10px solid transparent; border-right: 10px solid transparent; display: none; } .gird_method .item.active .i-icon:after, .gird_method .item.active .i-desc{ display: block; } .vnt-book-method{height: 540px} .vnt-book-method .time_work{ position: absolute; bottom: 0px; } #slider-partner .slick-prev, #slider-partner .slick-next{ bottom: 0; left: 0; } #slider-partner .slick-next{ right: 0; left: auto; } .gird_method .item .i-icon:after { border-bottom: 10px solid @color1; } } @media screen and (max-width: 991px){ .grid_customer .row_customer{margin-bottom: 0;} .grid_customer .row_customer .item{ width: 100%; float: none; margin-bottom: 30px; } } @media screen and (max-width: 767px){ /* .vnt-book-method .time_work{ display: none !important; } */ .vnt-book-method .time_work{ padding: 15px; } .grid-pay .row-pay{margin-bottom: 0;} .grid-pay .row-pay .item{ width: 100%; display: block; float: none; margin-bottom: 20px; } .vnt-news .div_title h2, .vnt-book-method .div_title h2, .vnt-pay .div_title h2{ font-size: 20px; } } @media screen and (max-width: 580px){ .vnt-banner .topHotline span{font-size: 24px;} .vnt-book-method{height: 595px} } @media screen and (max-width: 479px){ .gird_method .item .i-icon{ width: 50px; height: 50px; font-size: 25px; line-height: 50px; } .gird_method .item .i-desc{ top: 80px; } .vnt-partner{ padding: 30px 0; } .vnt-book-method .time_work{ font-size: 16px; line-height: 22px; font-weight: bold; } .grid_customer .row_customer .item{background: @bg_white;position: relative;} .grid_customer .row_customer .item .i-image{ width: 120px; } .grid_customer .row_customer .item .i-desc{ margin-left: 120px; } .vnt-banner .topHotline{ font-size: 16px; padding-left: 45px; padding-right: 10px; } .vnt-banner .topHotline span{ font-size: 18px; } } @media screen and (max-width: 430px){ .grid_customer .row_customer .item{} .grid_customer .row_customer .item .i-image{ float:none; width:100%; height:60px; } .grid_customer .row_customer .item .i-image img{max-height:60px;} .grid_customer .row_customer .item .i-desc{ margin-left:0; } } @media screen and (max-width: 379px){ .grid_customer .row_customer .item .i-desc .i-title, .grid_customer .row_customer .item .i-desc .i-time, .grid_customer .row_customer .item .i-desc .i-price{margin-bottom: 5px;} }