body {
    background-image: url(../image/others/banner-bg02.jpg);
    background-repeat: no-repeat;
    background-position: left -2px;
}
body.modal-open {
    overflow: hidden;
}

.mb-0 {
    margin-bottom: 0 !important;
} 
.pb-0 {
    padding-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.bd-b-0 {
    border-bottom: none !important;
}
.border-dark {
    border-bottom: 3px solid #001f1b;;
}
.bg-dark {
    background-color: #020230;
}
.bg-grey {
    background-color: #f9f9f9;
}
.bg-white {
    background-color: #fff;
}
.bg-blue {
    background-color: #0066ff;
}
.banner {
    position: relative;
    padding-top: calc(20vh + 100px);
    height: 53vh;
    color: #fff;
    z-index: 2;
}
.banner .subTitle {
    margin-bottom: 0;
    color: #fff;
}
.banner-pic {
    position: absolute;
    right: 3vw;
    top: 130px;
    width: 35vw;
}
.banner .banner-pic img {
    width: 100%;
}

svg {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* btn */
.btn-inquire {
    position: relative;
    display: block;
    color: #0066ff;
    font-weight: 400;
}
.btn-inquire::before {
    position: absolute;
    content: "";
    left: -6px;
    top: -6px;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 7px;
    background-color: #ffe100;
}
.btn-inquire span {
    display: block;
    padding: 3px 15px;
    border-radius: 7px;
    position: relative;
    border: 3px solid #0066ff;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn-inquire:hover span {
    transform: translate(-10px,-10px)
}


.content-bglayer {
    padding: 10vw 0;
    margin-bottom: 25px;
}
.content-bglayer .wrap {
    background-color: #fff;    
}
.content-bglayer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 20vw;
    background-image: url(../image/others/page-top.png);
    background-size: 100% 100%;
}
.content-bglayer::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 20vw;
    background-image: url(../image/others/page-bottom.png);
    background-size: 100% 100%;
}
.content-bglayer.bglayer-after-dark::after {
    background-color: #fff;
    background-image: url(../image/others/page-bottom-darkblue.png);
    background-size: 100% 5vw;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.content-bglayer-blue {
    padding: 4.9vw 0 0 0;
    border-bottom: 3px solid #001f1b;
}
.content-bglayer-blue .wrap {
    background-color: #0066ff;    
}
.content-bglayer-blue::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 5vw;
    background-image: url(../image/others/page-bottom-blue.png);
    background-size: 100% 100%;
}
.content-bglayer-darkblue {
    margin-top: -2px;
    padding: 5vw 0 0 0;
    border-bottom: 3px solid #001f1b;
    background-color: #020230;  
} 

.content .container {
    position: relative;
    z-index: 2;
}

.content .title {
    text-align: center;
}
.content .title > span {
    display: inline-block;
    padding: 0 20px;
}
.content .title::before {
    content: "";
    position: absolute;
    background-image: url(../image/others/title-bg01.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 90px;
    height: 90px;
    background-size: 100% auto;
    top: -20px;
    left: calc(50% - 45px);
}
.content .title::after {
    content: "";
    position: absolute;
    background-image: url(../image/others/title-bg02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
}
.content p {
    margin-bottom: 20px;
}

.bottom-link-row .subTitle {
    color: #fff;
    margin-bottom: 0;
    padding: 20px 0;
}

/* page */
.page > .row {
    padding-top: 3vw;
}
.page-left {
    float: left;
    width: 45%;
}
.page-right {
    float: right;
    width: 50%;
}
.page-center img,
.page-left img,
.page-right img {
    width: 100%;
}
.page-center img {
    max-width: 1000px;
    display: inline-block;
}
.name.bold{
    font-weight: bold;
}
.features-row {
    font-family: 'Prompt', sans-serif;
    margin-top: 25px;
}
.features-row div {
    padding: 10px;
}
.features-row .value {
    letter-spacing: 2px;
    font-weight: 700;
    color: #0066ff;
}


/* about */
.about-lists .trends-row .icon {
    width: 110px;
    height: 110px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    background-repeat: no-repeat;
    background-size: 100%;
}
.about-lists .trends-row > div {
    position: relative;
}
.about-lists .trends-row > div a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.about-lists .trends-row > div:nth-of-type(1) .icon {
    background-image: url(../image/others/about-icon01.png);
}
.about-lists .trends-row > div:nth-of-type(1):hover .icon {
    background-image: url(../image/others/about-icon01-h.png);
}
.about-lists .trends-row > div:nth-of-type(2) .icon {
    background-image: url(../image/others/about-icon02.png);
}
.about-lists .trends-row > div:nth-of-type(2):hover .icon {
    background-image: url(../image/others/about-icon02-h.png);
}
.about-lists .trends-row > div:nth-of-type(3) .icon {
    background-image: url(../image/others/about-icon03.png);
}
.about-lists .trends-row > div:nth-of-type(3):hover .icon {
    background-image: url(../image/others/about-icon03-h.png);
}
.about .features-row .name {
    color: #717071;
}
.wedo .trends-row > div {
    float: none;
    display: inline-block;
    width: 32%;
    vertical-align: top;
}
.wedo .trends-row .icon {
    margin: 0 auto;
    width: 90%;
    max-width: 90px;
}
.wedo .trends-row .icon img {
    width: 100%;
}
.content .smallTitle::before {
    background-color: #fff;
}
.content .smallTitle.dark::before,
.content .smallTitle.dark::after {
    background-color: #3e3a39;
}
.page > .row.advantages {
    margin-top: 0;
}
.advantages,
.advantages .subTitle {
    color: #fff;
}
.advantages .features-row {
    margin-top: 5vh;
}
.advantages .features-row .name {
    padding-left: 20px;
    width: 100%;
    text-align: left;
    background: url(../image/icon/icon-dot-blue.png) no-repeat left 16px;
    background-size: 10px;
    color: #41e8ff;
}

/* products-dedicated host */
.plane-row > div {
    position: relative;
    float: left;
    width: 31%;
    margin: 0 1%;
    padding: 0;
}
.plane-row .icon {
    margin: 0 auto;
    width: 90%;
    max-width: 120px;
}
.plane-row .icon img {
    width: 100%;
}
.plane-row > div::before {
    content: "";
    width: 90%;
    height: 40px;
    position: absolute;
    left: 5%;
    top: -15px;
    border-radius: 25px;
}
.plane-row .plane-item {
    position: relative;
    padding: 1.5vw 2.5vw 0 2.5vw;
    background: #fff;
    border-radius: 25px;
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,.2);
}
.plane-row ul {
    text-align: left;
    color: #717071;
    margin: 1.5vw 0;
}
.plane-row ul li {
    margin: 5px;
    padding-left: 20px;
    background: url(../image/icon/icon-check-green.svg) no-repeat left 7px;
    background-size: 13px;
}
.plane-row > div .btn-contact {
    display: inline-block;
    padding: 5px 30px;
    border-radius: 30px;
    color: #fff;
    transform: translateY(20px);
}
.plane-row > div:nth-of-type(odd) {
    margin-top: 40px;
}
.plane-row > div:nth-of-type(odd)::before {
    background-color: #0066ff;
}
.plane-row > div:nth-of-type(even)::before {
    background-color: #ffbb00;
}
.plane-row > div:nth-of-type(odd) .btn-contact {
    background-color: #0066ff;
}
.plane-row > div:nth-of-type(even) .btn-contact {
    background-color: #ffbb00;
}
.planeinclude .features-row p {
    display: none;
}
.plane-row > div .btn-contact,
.plane-block-wrap .btn-contact  {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.plane-row > div .btn-contact:hover,
.plane-block-wrap .btn-contact:hover {
    background-color: #020230;
}

.plane-block-wrap {
    text-align: center;
}
.plane-block-wrap .btn-contact {
    display: inline-block;
    padding: 5px 30px;
    border-radius: 30px;
    color: #fff;
    transform: translateY(20px);
    background-color: #0066ff;
}
.plane-row-block {
    position: relative;
    padding: 1.5vw 2.5vw 0 2.5vw;
    background: #fff;
    border-radius: 25px;
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,.2);
}
.plane-block-wrap::before {
    content: "";
    width: 90%;
    height: 40px;
    position: absolute;
    left: 5%;
    top: -15px;
    border-radius: 25px;
    background-color: #0066ff;
}
.plane-row-block.plane-row > div {
    text-align: left;
}
.plane-row-block.plane-row > div::before{
    display: none;
}
.plane-row-block.plane-row > div:nth-of-type(odd) {
    margin-top: 0;
}
.plane-row-block.plane-row .plane-item {
    box-shadow: none;
}
.plane-row-block .name {
    display: inline-block;
    padding: 3px 7px;
    background-color: #ffbb00;
    color: #fff;
    border-radius: 3px;
}

.planeinclude .features-row > div {
    float: left;
    width: 50%;
    padding-left: 0;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.planeinclude .features-row .icon,
.planeinclude .features-row .name {
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
.planeinclude .features-row .icon {
    width: 45px;
}
.planeinclude .features-row .name {
    width: calc(100% - 55px);
}
.planeinclude .features-row > div.active,
.planeinclude .features-row > div:hover {
    color: #0066ff;
}
.planeinclude .features-row > div.active svg,
.planeinclude .features-row > div:hover svg {
    fill: #0066ff;
}
.plane-detail {
    position: relative;
    padding: 1.5vw 2vw 3vw 2vw;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,.2);
    min-height: 280px;
}
.plane-detail::before {
    content: "";
    position: absolute;
    left: -25px;
    top: calc(50% - 25px);
    background: url(../image/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
    width: 50px;
    height: 50px;
}
.plane-detail .name {
    color: #0066ff;
}
.dedicated-features .trends-row > div{
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.dedicated-features .features-row .icon {
    float: left;
    width: 90px;
}
.dedicated-features .features-row .name,
.dedicated-features .features-row p {
    float: right;
    padding: 0;
    padding-top: 10px;
    width: calc(100% - 95px);
}

/* products - shared */
.products-shared {
    padding-bottom: 3vw;
}
.products-shared.wedo .trends-row > div:nth-of-type(2) {
    background: #fff;
    border-bottom: 8px solid #ff9600;
    border-radius: 25px;
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,.2);
}
.products-shared.wedo .trends-row > div:nth-of-type(2) .name {
    color: #ff9600;
}
.products-shared .scroll {
    max-height: 215px;
}

/* product - software */
.products-row {
    position: relative;
    padding: 2vw 2.5vw;
    background: #fff;
    border-radius: 15px;
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,.2);
    margin-bottom: 40px;
}
.products-row .pro-pic {
    width: 120px;
}
.products-row .pro-name {
    width: calc(100% - 120px);
}
.products-row .pro-pic,
.products-row .pro-name {
    float: left;
}
.products-row .pro-btn {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

/* products-analysis */
.products-analysis .scroll {
    height: 100px;
}
.products-analysis .planeinclude .features-row .icon, 
.products-analysis .planeinclude .features-row .name {
    vertical-align: middle;
}

/* products-hardware */
.product-tabs > a {
    float: left;
    width: 15.5%;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    margin: 0 .5%;
    color: #3e3a39;
    background: #fff;
    border-radius: 5px;
    border-bottom: 6px solid #fff;
    font-weight: 400;
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,.2);
    -webkit-transition: all linear .4s;
    transition: all linear .4s;
    cursor: pointer;
}
.product-tabs > a:hover,
.product-tabs > a.active {
    border-bottom: 5px solid #ffbb00;
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,.3);
}
.hardware-row .pic img {
    width: 100%;
}
.hardware-row .pro-btn {
    position: absolute;
    right: 10px;
    bottom: -30px;
}
.hardware-row .pro-name {
    margin-top: 10px;
    margin-bottom: 5px;
}
.hardware-row .plane-detail .name {
    color: #000;
}
.other-option > div {
    float: left;
    width: 19%;
    background-color: #f4f4f4;
    text-align: center;
    border-radius: 9px;
    margin: 10px .5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.other-option > div:hover {
    background-color: #0066ff;
    color: #fff;
}

.radioWrap {
    float: left;
    display: block;
    position: relative;
    margin-bottom: 7px;
    margin-right: 7px;
    height: 30px;
    width: calc(33.3% - 7px);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radioWrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 30px;
    border: 1px solid #b1b1b2;
    color: #b1b1b2;
    text-align: center;
}
.radioWrap:hover input ~ .checkmark {
    border-color: #2196F3;
    color: #2196F3;
}
.radioWrap input:checked ~ .checkmark{
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}
.pro-option-bigger .radioWrap {
    width: calc(50% - 7px);
    font-size: 14px;
}

.trends-row > div {
    float: left;
    width: 33.3%;
}
.trends-row .icon {
    margin: 0 auto;
    width: 90%;
    max-width: 170px;
}
.trends-row .icon img {
    width: 100%;
}
.security .advantages .page-left {
    margin-top: -5vw;
}
.security .advantages .page-right {
    width: 50%;
    padding-right: 10%;
}

/* service - install */ 
.color-row .subTitle{
    color: #fff;
}
.color-row > div {
    display: inline-block;
    vertical-align: top;
    width: 30.5%;
    margin: 0 1%;
    border-radius: 10px;
}
.color-row.blue > div {
    color: #fff;
    background-color: #0066ff;
}
.color-row.grey > div {
    background-color: #efefef;
}
.color-row.white > div {
    background-color: #fff;
    box-shadow: 1px 1px 6px rgba(0,0,0,.15);
}
.scroll {
    height: 300px;
    overflow: auto;
}
.scroll::-webkit-scrollbar {
    width: 6px;    
}
.scroll::-webkit-scrollbar-track {
    background: transparent;       
}
.scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);  
    border-radius: 20px;     
    border: 3px solid transparent;  
}

/* service - maintaince */
.maintaince .article .columns {
    display: inline-block;
    vertical-align: middle;
}
.maintaince .article {
    position: relative;
    background-image: url(../image/others/service-maintaince_line.svg);
    background-position: center;
    background-repeat: repeat-y;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
    flex: auto;
}
.maintaince .article.light { 
    background-image: url(../image/others/service-maintaince_line_dark.svg);
}
.maintaince .article::before,
.maintaince .article::after {
    content: "";
    position: absolute;
    left: calc(50% - 6px);
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.maintaince .article::before {
    top: -7px;
    background-color: #fff;
}
.maintaince .article:last-of-type::after {
    bottom: -7px;
    background-color: #fff;
}
.maintaince .article.light::before {
    background-color: #ccc;
}
.maintaince .article.light:last-of-type::after {
    background-color: #ccc;
}
.maintaince .article .article_number {
    width: 100px;
    line-height: 100px;
    background-image: url(../image/others/service-maintaince-icon01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #fff;
    vertical-align: middle;
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    font-size: 50px;
}
.maintaince .article_left, 
.maintaince .article_right {
    text-align: left;
    width: calc((100% - 113px) / 2);
}
.maintaince .article_right.article_text {
    padding-left: 2vw;
}
.maintaince .article_left.article_text {
    padding-right: 2vw;
}
.maintaince .subTitle {
    color: #fff;
}
.maintaince .article.light .subTitle {
    color: #000;
}
.maintaince .dialog {
    position: relative;
    padding: 20px 10px 20px 25px;
    border-radius: 15px;
}
.maintaince .dialog::after {
    content: "";
    position: absolute;
    top: 30px;
    width: 0;
    height: 0;
    border-style: solid;
}
.maintaince .article_right .dialog::after {
    right: 100%;
    border-width: 10px 10px 10px 0;
}
.maintaince .article_left .dialog::after {
    left: 100%;
    border-width: 10px 0 10px 10px;
}
.maintaince .dialog.yellow {
    background-color: #ffd904;
}
.maintaince .article_right .dialog.yellow::after {
    border-color: transparent #ffd904 transparent transparent;
}
.maintaince .article_left .dialog.yellow::after {
    border-color: transparent transparent transparent #ffd904;
}
.maintaince .dialog.white {
    background-color: #fff;
}
.maintaince .article_right .dialog.white::after {
    border-color: transparent #fff transparent transparent;
}
.maintaince .article_left .dialog.white::after {
    border-color: transparent transparent transparent #fff;
}
.maintaince .dialog.blue {
    color: #fff;
    background-color: #013497;
}
.maintaince .article_right .dialog.blue::after {
    border-color: transparent #013497 transparent transparent;
}
.maintaince .article_left .dialog.blue::after {
    border-color: transparent transparent transparent #013497;
}
.maintaince .dialog.light {
    color: #fff;
    background-color: #0066ff;
}
.maintaince .article_right .dialog.light::after {
    border-color: transparent #0066ff transparent transparent;
}
.maintaince .article_left .dialog.light::after {
    border-color: transparent transparent transparent #0066ff;
}

.maintaince .article_left img, 
.maintaince .article_right img {
    width: 100%
}
.maintaince .dialog .scroll {
    height: auto;
    max-height: 35vh;
}
.maintaince .dialog li {
    margin: 5px;
    padding-left: 20px;
    background: url(../image/icon/icon-check-green.svg) no-repeat left 7px;
    background-size: 13px;
}

/* faq */
.faq .nav-tab,
.faq-row {
    margin: 0 auto;
    max-width: 800px;
    width: calc(100% - 50px);
}
.faq .nav-tab {
    margin: 30px auto;
}
.faq .nav-tab > div {
    padding: 10px;
}
.faq-lists .trends-row .icon {
    width: 100px;
    height: 100px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    background-repeat: no-repeat;
    background-size: 100%;
}
.faq-lists .trends-row > div {
    position: relative;
}
.faq-lists .trends-row > div a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.faq-lists .trends-row > div:nth-of-type(1) .icon {
    background-image: url(../image/others/faq-icon01.png);
}
.faq-lists .trends-row > div:nth-of-type(1).active .icon,
.faq-lists .trends-row > div:nth-of-type(1):hover .icon {
    background-image: url(../image/others/faq-icon01-h.png);
}
.faq-lists .trends-row > div:nth-of-type(2) .icon {
    background-image: url(../image/others/faq-icon02.png);
}
.faq-lists .trends-row > div:nth-of-type(2).active .icon,
.faq-lists .trends-row > div:nth-of-type(2):hover .icon {
    background-image: url(../image/others/faq-icon02-h.png);
}
.faq-lists .trends-row > div:nth-of-type(3) .icon {
    background-image: url(../image/others/faq-icon03.png);
}
.faq-lists .trends-row > div:nth-of-type(3).active .icon,
.faq-lists .trends-row > div:nth-of-type(3):hover .icon {
    background-image: url(../image/others/faq-icon03-h.png);
}
.faq-lists .trends-row > div.active,
.faq-lists .trends-row > div:hover {
    color: #0066ff;
}
.faq-row {
    padding: 0 2vw;
    border-bottom: 1px solid #E6E6E6;
}
.faq-row.active {
    padding: 1.5vw 2vw;
    background: #fff;
    border-radius: 25px;
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,.2);
    margin: 20px auto;
}
.faq-row:nth-last-of-type(1) {
    border-bottom: 0;
}  
.faq-row .collapsible {
    position: relative;
    padding: 18px 35px 18px 0;
    margin-bottom: 0;
    width: 100%;
    border: none;
    background: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}
.faq-row .collapsible::before {
    position: absolute;
    right: 0;
    left: initial;
    top: 25px;
    display: block;
    margin-right: 5px;
    content: "";
    background-image: url(../image/icon/icon-collapse-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 25px;
    height: 25px;
    -webkit-transition: all .3s;
    transition: all .3s;
} 
.faq-row .collapsible:hover {
    color: #0066ff;
}
.faq-row .content {
    margin-bottom: 15px;
    padding: 0 15px 0 0;
    display: none;
    overflow: hidden;
}
.faq-row.active .collapsible {
    color: #0066ff;
}
.faq-row.active .collapsible::before {
    background-image: url(../image/icon/icon-collapse-up.svg);
} 
.faq-row.active .collapsible::after {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 5px;
    top: 2vw;
    left: calc(-2vw - 15px);
    background-color: #0066ff;
} 
.faq-row.active .content {
    display: block;
    -webkit-animation-name: fadeEffect;
            animation-name: fadeEffect;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
}

/* contact us form */
.form {
    margin-bottom: 3vh;
}
.contact .form .input-group {
    float: left;
    width: 50%;
    padding-right: 6%;
}
.form .input-group {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5vh;
}
.form .input-group:focus-within label {
    color: #0066ff;
}
.form .input-group:focus-within input,
.form .input-group:focus-within textarea {
    border-color: #0066ff;
}
.form .input-group label {
    color: #7b8286;
}
.form .input-group input, 
.form .input-group textarea {
    display: block;
    margin-top: 5px;
    width: 100%;
    background-color: transparent;
    color:#666;
}
.form .input-group input {
    font-weight: 500;
    line-height: 25px;
    padding: 0 8px;
    border: none;
    border-bottom: 1px solid rgba(103, 108, 112, 0.5);
}
.form .input-group textarea {
    padding: 8px;
    border: 1px solid rgba(103, 108, 112, 0.5);
}
.contact .trends-row > div {
   width: calc(100% / 6);
   padding: 10px;
}
.contact .trends-row .icon {
    padding: 0;
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 10px;
}
.contact .trends-row .icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact .trends-row .icon:hover {
    transform: scale(1.05);
}


.subTitle {
    margin-bottom: 20px;
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #002e3d;
}
.subTitle.number {
    position: relative;
    display: inline-block;
    margin-left: 45px;
    margin-bottom: 40px;
    font-weight: 800;
    border-bottom: 2px solid #002e3d;
}
.subTitle.number::before {
    content: "";
    position: absolute;
    background-image: url(../image/others/title-bg03.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 130px;
    height: 130px;
    background-size: 100% auto;
    top: -30px;
    left: -45px;
}
.subTitle .thin {
    font-weight: 300;
    display: block;
}
.subTitle .space-left {
    margin-left: -5vw;
}
.smallTitle {
    font-family: 'Prompt', sans-serif;
    letter-spacing: 2px;
    font-weight: 200;
    margin-bottom: 15px;
}
.smallTitle.italic {
    font-style: italic;
}

.btn-start-line {
    padding: 7px 15px;
    margin-left: 3vw;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
}

.btn-arrow {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
    color: #6d96f1;
}
.btn-arrow:before {
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #6d96f1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
} 
.btn-arrow:hover .img_wrap img {
    -webkit-animation-name: move-right;
            animation-name: move-right;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
}
.btn-arrow .img_wrap {
    overflow: hidden;
}
.btn-arrow .img_wrap img {
    position: relative;
    left: 0;
    height: 10px;
}
.btn-arrow .txt_wrap {
    position: absolute;
    top: 3px;
    left: -170px;
    width: 160px;
}

.btn-more {
    position: relative;
    color: #0066ff;
    text-align: center;
    display: block;
    width: 75%;
    margin: 0 auto;
}
.btn-more > span {
    position: relative;
    background-color: #ffe100;
    border-radius: 6px;
    border: 3px solid #0066ff;
    display: block;
    height: 50px;
    line-height: 50px;
}
.btn-more::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background-color: #ffe100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn-more:hover::before {
    left: 4px;
    top: 8px;
}

/* modal */
.modal{
    z-index:999;
    display:none;
    padding-top:100px;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:rgba(0,0,0,0.4);
}
.modal-content{
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 5vh 17px;
    outline: 0;
    max-width: 600px;
    width: 90%;
    border-radius: 5px;
    overflow: hidden;
}
.modal-content p {
    position: relative;
    margin-bottom: 4vh;
    color: #666;
    margin-left: 15px;
}
.modal-content p::after {
    content: "";
    position: absolute;
    right: calc(100% + 10px);
    top: 10%;
    width: 5px;
    height: 80%;
    background-color: #0066ff;
}
.modal-close {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    cursor: pointer;
}
.modal-close:hover {
    color: #0066ff;
}

.showSweetAlert {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}
.hideSweetAlert {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s; 
}

/* loading */
.loading-frame {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: #ecf0f1;
} 
.loading {
    margin: 50% calc(50% - 50px);
    width: 100px;
}
.loading img {
    width: 100%;
    display: block;
}
.after-loading {
    display: none;
}

/* font-size */
.btn {
    font-size: 20px;
}
.provide-lists span,
.advantage-lists span,
.features-row .name {
    font-size: 20px;
    line-height: 24px;
}
.features-row .value {
    font-size: 40px;
}
.faq-row .collapsible {
    font-size: 18px;
}
.contact .form input, 
.contact .form textarea {
    font-size: 16px;
}
.products-row .pro-name  {
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 1367px) {
    /* font-size */
    .provide-lists span,
    .advantage-lists span,
    .features-row .name {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 1025px){
    /* product - dedicated */
    .plane-row .icon {
        max-width: 80px;
    }

    .banner {
        padding-top: calc(15vw + 100px);
    }
    .banner-pic {
        top: calc(5vw + 120px);
    }

    .advantages .features-row .name {
        background-position: left 10px;
    }

    /* font-size */
    .btn {
        font-size: 18px;
    }
    .provide-lists span, 
    .advantage-lists span, 
    .features-row .name {
        font-size: 17px;
    }
    .features-row .value {
        font-size: 30px;
    }
    .faq-row .collapsible {
        font-size: 17px;
    }
    .products-row .pro-name {
        font-size: 20px;
    }
    .pro-option-bigger .radioWrap {
        font-size: 12px;
    }
}

@media (max-width: 980px){
    .subTitle {
        margin-bottom: 10px;
    }
    .advantage-lists svg {
        width: 30px;
        margin-right: 5px;
    }
    .products-row {
        width: 100%;
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .banner {
        padding-top: calc(8vh + 100px);
    }
    .banner .col-7 {
        width: 100%;
    }
    .banner-pic {
        top: initial;
        bottom: -90px;
        width: auto;
        height: 30vh;
    }
    .banner .banner-pic img {
        width: auto;
        height: 100%;
    }
    .page-left,
    .page-right {
        width: 100%;
        text-align: center;
    }
    .page-left {
        margin-bottom: 15px;
    }
    .btn-arrow .txt_wrap {
        display: none;
    }

    .advantages .features-row .name {
        background-position: left 15px;
    }
    
    /* about */
    .about-lists .trends-row .icon {
        width: 100px;
        height: 100px;
    }
    .advantage-lists > div {
        width: 33.3%;
        margin-bottom: 10px;
    }
    .advantage-lists span {
        width: 100%;
    }
    .wedo .trends-row > div {
        width: 100%;
    }
    .wedo .trends-row .icon {
        max-width: 70px;
    }
    .advantages .page-right {
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
    }
    .advantages .page-right > img {
        margin-right: 3%;
        width: 60vw;
        max-width: 400px;
    }
    .bottom-link-row .block {
        width: 100%;
    }

    /* product - dedicated */
    .plane-row > div {
        width: 96%;
        max-width: 400px;
        float: none;
        margin: 0 auto 65px auto;
    }
    .planeFeatures .col-7,
    .planeFeatures .col-5 {
        width: 100%;
    }
    .plane-detail {
        min-height: 200px;
        padding: 20px;
    }
    .dedicated-features .features-row .icon {
        width: 65px;
    }
    .dedicated-features .features-row .name, .dedicated-features .features-row p {
        width: calc(100% - 70px);
    }

    /* product security */
    .security .advantages .page-left,
    .security .advantages .page-right {
        width: 100%;
        position: relative;
        text-align: left;
        padding: 0 4%;
    }
    

    /* service -install */
    .color-row > div {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto 15px auto;
    }
    .color-row p.scroll {
        overflow: initial;
        height: auto;
    }

    /* service - maintaince */
    .maintaince .article,
    .maintaince .article.light {
        margin-bottom: 20px;
        background-image: none;
    }
    .maintaince .article::before, 
    .maintaince .article::after {
        display: none;
    }
    .maintaince .article_left, 
    .maintaince .article_right {
        width: 100%;
    }
    .maintaince .article .article_pic {    
        position: absolute;
        left: calc(50% - 200px);
        top: 80px;
        width: 400px;
    }
    .maintaince .article .article_number{
        position: absolute;
        top: 0;
        left: calc(50% - 40px);
        width: 80px;
        line-height: 80px;
        font-size: 40px;
    }
    .maintaince .article .article_text {
        padding-top: 330px;
    }
    .hardware-row .col-5 {
        text-align: center;
    }
    .hardware-row .col-5 img {
        display: inline-block;
        max-width: 400px;
        width: 80%;
    }
    .products-hardware .col-8,
    .hardware-row .col-5,
    .hardware-row .col-6 {
        width: 100%;
    }
    .radioWrap {
        width: 24%;
        margin-right: 1%;
    }
    .pro-option-bigger .radioWrap {
        width: 49%;
    }

    /* faq */
    .faq-lists .trends-row .icon {
        width: 70px;
        height: 70px;
    }
    .faq-lists .trends-row > div {
        margin-top: 25px;
        width: 32%;
    }
    .faq-row.active .collapsible::after {
        display: none;
    }

    /* contact */
    .contact .form {
        width: 100%;
    }
    .contact .trends-row > div {
        width: 32%;
    }
    .contact .trends-row .icon {
        width: 20vw;
        height: 20vw;
    }

    /* font-size */
    .features-row .value {
        font-size: 20px;
    }
    .provide-lists span, 
    .advantage-lists span, 
    .features-row .name {
        font-size: 16px;
        line-height: 18px;
    }
    .faq-row .collapsible {
        font-size: 15px;
    }
    .products-row .pro-name {
        font-size: 20px;
    }
}

@media (max-width: 569px) { 
    .banner {
        padding-top: calc(10vh + 75px);
    }
    .banner-pic {
        bottom: -50px;
        height: 150px;
    }

    /* services */
    .trends-row > div {
        float: none;
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }

    .products-row {
        padding-top: 20px;
        padding-bottom: 30px;
    }
        
    /* about */
    .about-lists .trends-row > div {
        width: 32%;
    }
    .about-lists .trends-row .icon {
        width: 70px;
        height: 70px;
    }

    /* product - dedicated */
    .planeinclude .features-row .icon {
        display: block;
    }
    .planeinclude .features-row .name {
        width: 100%;
    }
    .dedicated-features .trends-row > div {
        width: 100%;
        padding: 0;
    }

    /* services - maintaince */
    .product-tabs > a {
        width: 30%;
        margin-bottom: 15px;
    }
    .other-option > div {
        width: 32%;
    }
    .radioWrap {
        width: 49%;
    }
    .pro-option-bigger .radioWrap {
        width: 100%;
    }

    /* faq */
    .faq-row {
        width: 100%;
    } 

    .faq .nav-tab {
        width: 100%;
    }
    .faq .nav-link {
        padding: 10px 5px;
        border-radius: 7px;
        min-height: 120px;
        letter-spacing: 0;
    }

    /* font-size */
    .products-row .pro-name {
        font-size: 16px;
    }
    .btn {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .content .title::before {
        display: none;
    }
    .content .title::after {
        width: 10px;
        height: 10px;
    }
    .block.text-center {
        width: 100%;
    }
    .btn-start-line {
        margin: 10px 0 0 0;
        display: inline-block;
    }

    /* about */
    .advantages .page-right > img {
        margin-right: 1%;
        max-width: 200px;
    }

    /* service - maintaince */
    .hardware-row .pro-btn {
        position: relative;
        margin-top: 20px;
        right: initial;
        bottom: initial;
    }
    .plane-detail::before {
        display: none;
    }
    .maintaince .article .article_pic {    
        left: calc(50% - 150px);
        top: 80px;
        width: 300px;
    }
    .maintaince .article .article_text {
        padding-top: 280px;
    }
    .other-option > div {
        width: 49%;
    }

    /* faq */
    .faq-lists .trends-row .icon {
        width: 60px;
        height: 60px;
    }

    /* contact */
    .contact .form .input-group {
        width: 90%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .contact .trends-row > div {
        width: 48%;
    }
    .contact .trends-row .icon {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 321px) {
    /* font-size */
    .provide-lists span, .advantage-lists span, .features-row .name {
        font-size: 13px;
        line-height: 16px;
    }
    .faq-row .collapsible {
        font-size: 13px;
    }
}