input::-webkit-input-placeholder {opacity: 1;}input::-moz-placeholder {opacity: 1;}input::-ms-input-placeholder {opacity: 1;}input::-moz-placeholder {opacity: 1;}.head_section {position: relative;overflow: hidden;font-family: 'Open Sans', sans-serif;}.head_section .title {margin: 0;padding: 0;position: relative;font-size: 28px;font-weight: 600;color: #c4161c;text-transform: uppercase;line-height: normal;}.head_block {position: relative;font-family: 'Roboto', sans-serif;}.head_block .title {margin: 0;position: relative;font-size: 24px;font-weight: 600;color: #032f64;padding: 0px;text-transform: uppercase;}.head_block .title span {background: #fff;display: inline-block;padding: 2px 10px 2px;position: relative;line-height: 26px;z-index: 2;}.head_block .title span::after, .head_block .title span::before {content: "";width: 100%;max-width: 14.2vw;position: absolute;top: 50%;transform: translateY(-50%);height: 18px;}.head_block .title span::before {background: repeating-linear-gradient(120deg, transparent, transparent 12px, #c80000 12px, #c80000 24px);margin: 0 15px 0 0;right: 100%;}.head_block .title span::after {background-image: repeating-linear-gradient(120deg, transparent, transparent 12px, #000000 12px, #000000 24px);margin: 0 0 0 15px;left: 100%;}.head_footer {position: relative;font-family: 'Roboto', sans-serif;}.head_footer .title {font-size: 16px;font-weight: 700;color: #c80000;text-transform: uppercase;margin: 0;position: relative;padding-bottom: 10px;border-bottom: 1px solid #aeaeae;}.head_footer .title::before {content: "";height: 1px;width: 50px;position: absolute;left: 0;bottom: -1px;background: #c80000;}.gv_menu_block {position: fixed;left: -322px;top: 0;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;z-index: 999;width: 90%;max-width: 320px;background: #3d5690;height: 100vh;overflow-y: scroll;}.gv_menu_block .logo_nav {background: #f8f9fa;padding: 20px;position: relative;}.gv_menu_block .logo_nav .menu_bar_off {position: absolute;top: 50%;right: 10px;-webkit-transform: translateY(-50%);transform: translateY(-50%);display: inline-block;}.gv_menu_block .logo_nav .menu_bar_off i {font-size: 20px;color: #3d5690;}.gv_menu_block .logo_nav > a img {height: 34px;width: auto;}.gv_menu_block .menu_nav {font-family: 'Roboto', sans-serif;list-style: none;padding: 10px 0;margin: 0;}.gv_menu_block .menu_nav > li {position: relative;display: block;}.gv_menu_block .menu_nav > li > a {color: #fff;padding: 10px 12px;display: flex;font-weight: 600;text-transform: uppercase;font-size: 13px;border-bottom: 1px solid #bbb;line-height: 20px;}.gv_menu_block .menu_nav > li > a > i {margin-right: 5px;}.gv_menu_block .menu_nav > li > a > i::before {height: 18px;width: 18px;}.gv_menu_block .menu_nav > li > i.arrow {position: absolute;right: 0px;top: 0px;height: 40px;width: 40px;z-index: 3;display: flex;align-items: center;justify-content: center;color: #fff;transform: rotate(180deg);}.gv_menu_block .menu_nav > li > i.arrow.show {transform: rotate(0deg);}.gv_menu_block .menu_nav > li > .sub-menu {display: block;position: relative;list-style: none;padding: 0;margin: 0;}.gv_menu_block .menu_nav > li > .sub-menu > li {display: block;position: relative;padding: 0 0px;}.gv_menu_block .menu_nav > li > .sub-menu > li > a {padding: 10px 20px;display: block;font-size: 14px;border-bottom: 1px solid #bbb;color: #FFF;font-weight: 600;}.gv_menu_block .menu_nav > li > .sub-menu > li > i.arrow {position: absolute;right: 0px;top: 0px;height: 40px;width: 40px;z-index: 3;display: flex;align-items: center;justify-content: center;color: orange;}.gv_menu_block .menu_nav > li > .sub-menu > li > i.arrow.show {transform: rotate(180deg);}.gv_menu_block .menu_nav > li > .sub-menu > li ul {display: block;position: relative;list-style: none;padding: 0 0 0 10px;margin: 0;}.gv_menu_block .menu_nav > li > .sub-menu > li ul > li {display: block;position: relative;}.gv_menu_block .menu_nav > li > .sub-menu > li ul > li > a {padding: 10px 20px;display: block;font-size: 13px;border-bottom: 1px solid #bbb;color: #FFF;}.gv_menu_block .menu_nav > li > .sub-menu > li ul > li > i.arrow {position: absolute;right: 0px;top: 0px;height: 40px;width: 40px;z-index: 3;display: flex;align-items: center;justify-content: center;color: orange;}.gv_menu_block .menu_nav > li > .sub-menu > li ul > li > i.arrow.show {transform: rotate(180deg);}.gv_menu_block .support_nav {margin-top: 10px;padding: 0 10px;}.gv_menu_block .support_nav h4 {margin: 0;font-size: 14px;text-transform: uppercase;font-weight: 300;color: #fff;}.gv_menu_block .support_nav p {display: -webkit-box;display: flex;-webkit-box-align: center;align-items: center;}.gv_menu_block .support_nav p i {font-style: normal;margin-right: 5px;}.gv_menu_block .support_nav p span {font-weight: bold;color: red;}.gv_menu_block.open {left: 0;}.gv_search_block {position: fixed;padding: 30px 0;top: 0;left: 0;width: 100%;background: rgba(0, 0, 0, 0.45);color: #FFF;z-index: 9999;}.gv_search_block > button {position: absolute;top: 100%;left: 0;border: 0;background: rgba(0, 0, 0, 0.78);padding: 10px;cursor: pointer;}.gv_search_block > button i {font-size: 30px;color: orange;}.gv_search_block .search .search__form {width: 100%;}.gv_search_block .search .search__form .from_group {display: -webkit-box;display: flex;-webkit-box-align: center;align-items: center;width: 100%;}.gv_search_block .search .search__form .from_group input {border: 0;padding: 15px 15px;background: #FFF;line-height: 20px;border-radius: 0px;width: 100%;}.gv_search_block .search .search__form .from_group button {border: 0;background: red;padding: 15px 15px;line-height: 20px;border-radius: 0;text-transform: uppercase;color: #FFF;cursor: pointer;white-space: nowrap;}.gv_breadcrumb_block {background: transparent;font-family: 'Roboto', sans-serif;}.gv_breadcrumb_block .breadcrumb-nav {padding: 11px 13px 9px;border-radius: 3px;line-height: 20px;box-shadow: 0px 0px 6px 0px #ddd;margin: 0;background: #fff;}.gv_breadcrumb_block .breadcrumb-nav span, .gv_breadcrumb_block .breadcrumb-nav a {font-family: inherit;font-size: 14px;color: #000;line-height: 1;}.gv_banner_blog {position: relative;background-position: center;background-size: cover;background-repeat: no-repeat;color: #fff;}.gv_banner_blog .container {position: relative;z-index: 4;}.gv_banner_blog .breadcrumb-nav {padding: 0;margin: 0;}.gv_banner_blog .breadcrumb-nav span, .gv_banner_blog .breadcrumb-nav a {font-family: 'Roboto', sans-serif;font-size: 14px;color: #fff;line-height: 1;}.gv_banner_blog .head_blog .title {color: #fff;}.gv_banner_blog .shape-wave {position: absolute;left: 0;bottom: -1px;right: 0;width: 100%;direction: ltr;-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-moz-transform: rotate(180deg);transform: rotate(180deg);}.gv_banner_blog .shape-wave svg {position: relative;width: 100%;height: 10vh;min-height: 60px;max-height: 150px;}.desc {font: 14px Arial, sans-serif;line-height: 1.4;}.desc img {max-width: 100%;height: auto;}.desc .aligncenter {max-width: 100%;float: none;margin: auto;display: block;}.desc .aligncenter img {max-width: 100%;height: auto;}.desc .alignleft {max-width: 100%;float: left;display: inline-block;margin-right: 15px;}.desc .alignleft img {max-width: 100%;height: auto;}.desc .alignright {max-width: 100%;float: right;display: inline-block;margin-left: 15px;}.desc .alignright img {max-width: 100%;height: auto;}.entry-content {font: 15px 'Roboto', sans-serif;line-height: 1.67;text-align: justify;}.entry-content img {max-width: 100%;height: auto;}.entry-content h1 {font-weight: 700;font-size: 1.9em;}.entry-content h2 {font-weight: 700;font-size: 1.65em;}.entry-content h3 {font-weight: 700;font-size: 1.45em;}.entry-content h4 {font-weight: 700;font-size: 1.2em;}.entry-content h5 {font-weight: 700;font-size: 1.05em;}.entry-content h6 {font-weight: 700;font-size: 1em;}.entry-content iframe {max-width: 100%;}.entry-content object {max-width: 100%;}.entry-content ul, .entry-content ol {padding-left: 15px;}.entry-content table {width: 100%;border: 1px solid #ccc;}.entry-content table tr th {padding: 7px 12px;border: 1px solid #ccc;font-weight: bold;color: #3d5690;}.entry-content table tr td {padding: 7px 12px;border: 1px solid #ccc;}.entry-content table tr:nth-child(even) {background: #dedede;}.entry-content .aligncenter {max-width: 100%;float: none;margin: auto;display: block;}.entry-content .aligncenter img {max-width: 100%;height: auto;}.entry-content .alignleft {max-width: 100%;float: left;display: inline-block;margin-right: 15px;}.entry-content .alignleft img {max-width: 100%;height: auto;}.entry-content .alignright {max-width: 100%;float: right;display: inline-block;margin-left: 15px;}.entry-content .alignright img {max-width: 100%;height: auto;}.entry-content .wp-caption-text {background: #fdfdfd;text-align: center;margin-bottom: 13px;font-style: italic;padding: 6px;font-size: 13px;}.product_inner {position: relative;height: 100%;padding: 15px;box-shadow: 0px 0px 0px 0px #eee;transition: all .5s ease 0s;}.product_inner .image {display: block;position: relative;transition: all .4s ease-in-out;}.product_inner .image > a {padding-bottom: 50%;transition: all .4s ease-in-out;display: block;width: 100%;background-position: center;position: relative;}.product_inner .image > a > img {position: absolute;height: 100%;width: 100%;right: 0;left: 0;bottom: 0;top: 0;object-fit: contain;object-position: 50% 50%;}.product_inner .info {text-align: center;padding-top: 10px;}.product_inner .info h3 {font-size: 1.20rem;font-weight: 700;margin-bottom: 4px;}.product_inner .info h3 > a {color: #0b2f5e;}.product_inner .info .price {text-align: center;display: block;}.product_inner .info .price > span {font-size: 14px;letter-spacing: 1px;color: #3d5690;font-weight: 400;display: inline-block;}.product_inner:hover {box-shadow: 0px 0px 9px 0px #dedede;}.seller_inner {position: relative;padding: 0;margin: 0;}.seller_inner .image {width: 76px;float: left;}.seller_inner .image a {display: block;}.seller_inner .image a img {width: 100%;height: auto;}.seller_inner .info {margin-left: 89px;}.seller_inner .info .title {font-size: 14px;font-weight: 400;margin-bottom: 5px;}.seller_inner .info .title a {color: #333;}.seller_inner .info .title a:hover {color: #bc002d;text-decoration: underline;}.seller_inner .info .price-group {display: flex;align-items: center;justify-content: flex-start;text-transform: uppercase;}.seller_inner .info .price-group del {font-size: 15px;margin-right: 10px;}.seller_inner .info .price-group span {font-size: 15px;font-weight: bold;color: red;}.recent_inner {position: relative;padding: 0;}.recent_inner .image {width: 76px;float: left;}.recent_inner .image a {display: block;}.recent_inner .image a img {width: 100%;height: auto;}.recent_inner .info {margin-left: 89px;}.recent_inner .info .title {font-size: 15px;font-weight: 600;margin-bottom: 0px;}.recent_inner .info .title a {color: #333;}.recent_inner .info .title a:hover {color: #bc002d;text-decoration: underline;}.post_inner {position: relative;margin: 0;padding: 0;box-shadow: 0px 0px 0px 1px #eee;transition: all 0.2s;-webkit-transition: all 0.2s;border-radius: 5px;overflow: hidden;}.post_inner .image {position: relative;}.post_inner .image > a {display: block;padding-bottom: 56.29%;width: 100%;background-position: center;position: relative;height: auto;}.post_inner .image > a img {position: absolute;top: 0;left: 0;right: 0;bottom: 0;height: 100%;width: 100%;object-fit: cover;object-position: 50% 50%;}.post_inner .info {position: relative;padding: 15px;background: #FFF;text-align: center;}.post_inner .info .title {font-size: 20px;font-weight: 500;margin-bottom: 0.75rem;line-height: 1.2;}.post_inner .info .title a {color: #111;}.post_inner .info .title a:hover {color: #3d5690;}.post_inner .info .desc {font-size: 15px;line-height: 1.5;color: #333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;margin-bottom: 5px;}.post_inner:hover {box-shadow: 0px 0px 10px 0px #dedede;}.article_inner {position: relative;margin: 0;padding: 0px;display: flex;justify-content: space-between;}.article_inner .image {flex: 1 1 0;max-width: 280px;}.article_inner .image > a {display: block;padding-bottom: 66%;height: auto;position: relative;background-position: center;width: 100%;}.article_inner .image > a img {position: absolute;top: 0;left: 0;right: 0;bottom: 0;height: 100%;width: 100%;object-fit: cover;object-position: 50% 50%;}.article_inner .info {flex: 1 1 0;padding-left: 20px;}.article_inner .info .cate {padding-bottom: 8px;}.article_inner .info .cate > span {display: inline-block;padding: 3px 8px;background: rgba(0, 0, 0, 0.78);color: #FFF;text-transform: uppercase;font-weight: 600;border-radius: 3px;font-size: 12px;}.article_inner .info .title {font-family: Arial, Helvetica, sans-serif;font-size: 18px;font-weight: 400;margin-bottom: 7px;text-transform: uppercase;}.article_inner .info .title a {color: #555;}.article_inner .info .date {position: relative;display: flex;align-items: center;margin-bottom: 5px;}.article_inner .info .date span {font-size: 13px;font-style: italic;color: #888;display: inline-block;}.article_inner .info .date span + span {margin-left: 10px;}.article_inner .info > .desc {margin-bottom: 0;font-size: 14px;line-height: 1.56;padding-bottom: 10px;}.article_inner .info .more > a {display: inline-block;line-height: 20px;padding: 5px 10px;border-radius: 50px;background: #00a1b1;color: #FFF;font-size: 13px;}@media (max-width: 992px) {.article_inner .image {width: 130px;float: left;margin-right: 12px;}.article_inner .info {margin-left: 0;}}@media (max-width: 767px) {.article_inner .image {width: 100%;float: none;margin-right: 0;}.article_inner .info {margin-left: 0;margin-top: 12px;}.article_inner .info .more {margin-top: 10px;}}.related_inner {position: relative;}.related_inner .title {font-size: 15px;margin: 0;font-weight: 600;}.related_inner .title a {color: #333;}.related_inner .title a:hover {color: #bc002d;text-decoration: underline;}.related_inner > span {position: absolute;top: 10px;right: 0;color: #999;font-size: 14px;}.gv_banner_block .inner img {width: 100%;height: auto;}.account__nav {background: #2c55a5;padding: 20px;}.account__nav > ul {list-style: none;padding: 0;margin: 0;}.account__nav > ul > li {display: block;position: relative;}.account__nav > ul > li > a {padding: 13px 0;display: block;color: #FFF;border-bottom: 1px dotted #555;text-transform: uppercase;}.account__nav > ul > li > a:hover {color: orange;}.account__nav > ul > li:last-child > a {border-bottom: 0;}.account__content .head__address {position: relative;margin-bottom: 10px;}.account__content .head__address .title {font-family: Arial, Verdana, sans-serif;font-size: 20px;font-weight: 600;padding-bottom: 0px;position: relative;margin: 0;}.account__content .head__address .edit {display: inline-block;position: absolute;right: 10px;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);background: blue;padding: 1px 8px;color: #FFF;border-radius: 3px;}.address__fields {padding: 20px;background: #eee;}@keyframes marquee {from {transform: translateX(100%);}to {transform: translateX(-100%);}}@keyframes marquee2 {from {transform: translateX(0%);}to {transform: translateX(-200%);}}@media (max-width: 575px) {.phonecall-btn-2 {bottom: 90px !important;}}.phonecall-btn-2 {bottom: 30px;position: fixed;background: #e53232;display: inline-block;color: #ffffff;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;cursor: pointer;font-weight: 600;z-index: 999;border-radius: 7px;transition: all 0.3s;}.phonecall-btn-2:hover {opacity: 0.9;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;}.phonecall-btn-2 i {border-radius: 50%;background: #e41515;position: fixed;cursor: pointer;box-shadow: 0px 2px 5px #666 !important;margin-left: -15px;margin-top: -7px;}.phonecall-btn-2 a, .phonecall-btn-2.main-div {color: #fff;font-family: Helvetica;font-style: normal;text-align: left;position: absolute;width: 100%;height: 100%;text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);left: 0;}.phonecall-btn-2 a {overflow: hidden;}.phonecall-btn-2 .main-div {top: 0;opacity: 1;text-transform: uppercase;letter-spacing: 1px;overflow: hidden;white-space: nowrap;}.phonecall-btn-2 .main-div .first-div {padding-left: 5px;display: inline-block;animation: marquee 8s linear infinite;}.phonecall-btn-2 .main-div .second-div {padding-left: 10px;display: inline-block;animation: marquee2 7s linear infinite;animation-delay: 5s;}.phonecall-btn-2.bottom-left {left: 30px;}.phonecall-btn-2.bottom-right {right: 30px;}.phonecall-btn-2.medium {font-size: 14px;line-height: 40px;height: 40px;width: 180px;}.phonecall-btn-2.medium .main-div {margin-left: 40px;}.phonecall-btn-2.medium i {padding: 15px;width: auto;height: auto;}.phonecall-btn-2[data-icon-animation="hieu-ung-5"] i {-webkit-animation: tthm 0.6s linear infinite;animation: tthm 2s linear infinite, tthme 2s linear infinite;}.phonecall-btn-2[data-icon-animation="hieu-ung-5"] i:hover {background: #4cd137;transform: scale(1.2);animation: tthmhover 0.6s linear infinite;-webkit-animation: tthmhover 0.6s linear infinite;}.phonecall-btn-2[data-icon-animation="hieu-ung-5"] i::before {animation: tthmes 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;transform: translate3d(0, 0, 0);}.phonecall-btn-2[data-icon-animation="hieu-ung-5"]:hover i::before {animation: tthmeshover 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;}@-webkit-keyframes tthm {50% {box-shadow: none;}70% {box-shadow: 0 4px 10px rgba(255, 0, 0, 0.3), 0 0 0 10px rgba(255, 0, 0, 0.3);}100% {box-shadow: 0 4px 10px rgba(255, 0, 0, 0.3), 0 0 0 20px rgba(255, 0, 0, 0);}}@keyframes tthm {50% {box-shadow: none;}70% {box-shadow: 0 4px 10px rgba(255, 0, 0, 0.3), 0 0 0 10px rgba(255, 0, 0, 0.3);}100% {box-shadow: 0 4px 10px rgba(255, 0, 0, 0.3), 0 0 0 20px rgba(255, 0, 0, 0);}}@-webkit-keyframes tthmhover {0% {box-shadow: 0 4px 10px rgba(76, 209, 55, 0.3), 0 0 0 0 rgba(76, 209, 55, 0.3), 0 0 0 5px rgba(76, 209, 55, 0.3), 0 0 0 10px rgba(76, 209, 55, 0.3);}100% {box-shadow: 0 4px 10px rgba(76, 209, 55, 0.3), 0 0 0 5px rgba(76, 209, 55, 0.3), 0 0 0 10px rgba(76, 209, 55, 0.3), 0 0 0 20px rgba(0, 255, 0, 0);}}@keyframes tthmhover {0% {box-shadow: 0 4px 10px rgba(76, 209, 55, 0.3), 0 0 0 0 rgba(76, 209, 55, 0.3), 0 0 0 5px rgba(76, 209, 55, 0.3), 0 0 0 10px rgba(76, 209, 55, 0.3);}100% {box-shadow: 0 4px 10px rgba(76, 209, 55, 0.3), 0 0 0 5px rgba(76, 209, 55, 0.3), 0 0 0 10px rgba(76, 209, 55, 0.3), 0 0 0 20px rgba(0, 255, 0, 0);}}@-webkit-keyframes tthme {25% {-webkit-transform: scale(1.4);-moz-transform: scale(1.4);-o-transform: scale(1.4);-ms-transform: scale(1.4);transform: scale(1.2);}50% {-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}}@keyframes tthme {25% {-webkit-transform: scale(1.4);-moz-transform: scale(1.4);-o-transform: scale(1.4);-ms-transform: scale(1.4);transform: scale(1.2);}50% {-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}}@keyframes tthmes {5%, 15%, 25%, 35%, 45% {transform: translate3d(-2px, 0, 0);}10%, 20%, 30%, 40% {transform: translate3d(2px, 0, 0);}50% {transform: translate3d(0, 0, 0);}}@-webkit-keyframes tthmes {5%, 15%, 25%, 35%, 45% {transform: translate3d(-2px, 0, 0);}10%, 20%, 30%, 40% {transform: translate3d(2px, 0, 0);}50% {transform: translate3d(0, 0, 0);}}@-webkit-keyframes tthmeshover {10%, 90% {transform: translate3d(-1px, 0, 0);}20%, 80% {transform: translate3d(1px, 0, 0);}30%, 50%, 70% {transform: translate3d(-1px, 0, 0);}40%, 60% {transform: translate3d(1px, 0, 0);}}@keyframes tthmeshover {10%, 90% {transform: translate3d(-1px, 0, 0);}20%, 80% {transform: translate3d(1px, 0, 0);}30%, 50%, 70% {transform: translate3d(-1px, 0, 0);}40%, 60% {transform: translate3d(1px, 0, 0);}}@-webkit-keyframes giftcubiz {10%, 90% {transform: translate3d(-1px, 0, 0);}20%, 80% {transform: translate3d(1px, 0, 0);}30%, 50%, 70% {transform: translate3d(-1px, 0, 0);}40%, 60% {transform: translate3d(1px, 0, 0);}}@-webkit-keyframes tthma {0% {box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);-webkit-transform: translatey(0px);transform: translatey(0px);}50% {box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);-webkit-transform: translatey(-20px);transform: translatey(-20px);}100% {box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);-webkit-transform: translatey(0px);transform: translatey(0px);}}@keyframes tthma {0% {box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);-webkit-transform: translatey(0px);transform: translatey(0px);}50% {box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);-webkit-transform: translatey(-10px);transform: translatey(-10px);}100% {box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);-webkit-transform: translatey(0px);transform: translatey(0px);}}.trolphone::before {content: '';display: block;width: 24px;height: 24px;}.trolphone-02::before {background-image: url("../images/phone.png");}.phonecall-btn-2.medium.btn-collapsed {width: 30px;}.phonecall-btn-2.medium.btn-collapsed.hoverable:hover {width: 180px;}.gv_form_popup {position: fixed;z-index: 999;top: 0;left: 0;height: 100%;width: 100%;display: flex;align-items: center;justify-content: center;}@media (max-width: 1299px) {.gv_form_popup {align-items: flex-start;padding-top: 50px;}}.gv_form_popup .inner {width: 100%;max-width: 480px;position: relative;padding: 0px;background: #fff;color: #000;}.gv_form_popup .inner > button {position: absolute;right: 0px;top: 0;height: 34px;width: 34px;background: #e53232;color: #FFF;display: flex;align-items: center;justify-content: center;border: 0;padding: 0;outline: none;}.gv_form_popup .inner > button i {font-size: 20px;}.gv_form_popup .inner .image_box img {width: 100%;height: auto;}.gv_form_popup .inner .form_popup {padding: 20px;position: relative;}.gv_form_popup .inner .form_popup .desc {font-size: 15px;line-height: 1.56;padding-bottom: 15px;}.gv_form_popup .inner .form_popup .form_box .wpcf7-form input[type="text"], .gv_form_popup .inner .form_popup .form_box .wpcf7-form input[type="tel"], .gv_form_popup .inner .form_popup .form_box .wpcf7-form input[type="date"], .gv_form_popup .inner .form_popup .form_box .wpcf7-form input[type="number"], .gv_form_popup .inner .form_popup .form_box .wpcf7-form input[type="email"], .gv_form_popup .inner .form_popup .form_box .wpcf7-form textarea, .gv_form_popup .inner .form_popup .form_box .wpcf7-form select {border: 1px solid #444;padding: 8px 15px;color: #000;background: transparent;font-family: 'Open Sans', arial, sans-serif;line-height: 20px;font-size: 14px;margin-bottom: 15px;width: 100%;outline: none;border-radius: 0px;}.gv_form_popup .inner .form_popup .form_box .wpcf7-form span.wpcf7-radio {display: flex;align-items: center;padding-bottom: 5px;}.gv_form_popup .inner .form_popup .form_box .wpcf7-form span.wpcf7-radio .wpcf7-list-item {display: flex;align-items: center;white-space: nowrap;justify-content: flex-start;padding: 0 10px;}.gv_form_popup .inner .form_popup .form_box .wpcf7-form span.wpcf7-radio .wpcf7-list-item input[type="radio"] {margin: 10px 0;margin-left: 6px;width: auto;display: inline;}.gv_form_popup .inner .form_popup .form_box .wpcf7-form span.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {padding-left: 10px;display: block;}.gv_form_popup .inner .form_popup .form_box .wpcf7-form input.wpcf7-submit {color: #FFF;background: #3d5690;border-color: #3d5690;margin-bottom: 0;outline: none;}@-webkit-keyframes slide-top-to-bottom {0% {height: 0;}100% {height: 100%;}}@keyframes slide-top-to-bottom {0% {height: 0;}100% {height: 100%;}}@-webkit-keyframes slide-left-to-right {0% {width: 0;}100% {width: 100%;}}@keyframes slide-left-to-right {0% {width: 0;}100% {width: 100%;}}.gv_button_task {position: fixed;background: #fff;bottom: 0;z-index: 99999;left: 0;right: 0;box-shadow: 0px 0px 5px 0px #bbb;}.gv_button_task .inner {display: flex;align-items: center;justify-content: space-between;padding-left: 15px;padding-right: 15px;}.gv_button_task .inner > a {display: inline-block;padding: 10px 10px;font-size: 14px;color: #333;text-align: center;}.gv_button_task .inner > a > img {height: 26px;width: auto;}.gv_button_task .inner > a > span {display: block;padding-top: 5px;}@media (min-width: 576px) {.gv_button_task {background: none;box-shadow: initial;left: initial;right: 15px;bottom: 30px;}.gv_button_task .inner {padding: 0;width: 40px;flex-wrap: wrap;}.gv_button_task .inner > a {display: block;position: relative;margin: 10px 0;padding: 0;}.gv_button_task .inner > a > img {height: 40px;}.gv_button_task .inner > a > span {display: inline-block;position: absolute;background: #fff;padding: 5px 10px;font-size: 13px;right: 100%;white-space: nowrap;top: 50%;transform: translateY(-50%);opacity: 0;visibility: hidden;transition: all .4s ease-in-out;}.gv_button_task .inner > a > span::after {height: 10px;width: 5px;border-bottom: 5px solid transparent;border-top: 5px solid transparent;border-left: 5px solid #FFF;content: "";right: -5px;top: 50%;position: absolute;transform: translateY(-50%);}.gv_button_task .inner > a:hover > span {right: 115%;opacity: 1;visibility: visible;}}
/*# sourceMappingURL=style.css.map */
