/* Add here all your css styles (customizations) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Sans:wght@400;700&family=Noto+Serif+SC:wght@200;300;400;500;600&family=Noto+Serif+TC:wght@200;300;400;500;600&family=Noto+Serif:wght@400;700&family=Frank+Ruhl+Libre:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    --primary: #222;
    --secondary: #222;
    --gray:rgb(210, 210, 210);
    --gray-transparent: rgba(245, 246, 248, 0.5);
    --font-family: sans-serif;
}
header, footer, div, nav, article, h2, h3, h4, h5, h6, hr, p, form, label, input, textarea, ul, li, img, svg, span, font, strong, b, a, i {
    font-family: sans-serif;
    font-weight: 500;
}
body{
    font-size: 1.3em !important;
}
select{
   /* -webkit-appearance:none; */
}
a{
    text-decoration: none;
}
.h6, h6 {
    font-size: 1em;
} 
h1, .h1, h2, .h2{
    -webkit-background-clip: text;
    text-transform: none;
    font-weight: 700;
}
h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    text-transform: none;
    font-weight: 700;
}

.container {
    width: 100% !important;
    max-width: 1500px !important;
}
@media (min-width: 1400px){
    .container {
        max-width: 1320px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1190px !important;
    }
}
/* @media (min-width: 1200px){
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 992px){
    .container {
        max-width: 960px;
    }
}
@media (min-width: 768px){
    .container {
        max-width: 720px;
    }
}
@media (min-width: 576px){
    .container {
        max-width: 540px;
    }
} */
.u-header--sticky-top{
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
nav.navbar{
    box-shadow: none !important;
}
.navbar {
    padding: 0 1rem 0 1rem;
}
.bg-title{
    background: linear-gradient(to right,var(--primary),var(--secondary));
    -webkit-background-clip: text;
    color: #111;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    border-top: 4px solid #0f5caa;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
    color: #254093;
    padding: 15px 15px 18px 15px;
    position: relative;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active {
    color: #fff !important;
    background-color: #11489c !important;
}
.g-bg-primary{
    background-color: #0f5caa !important;
}
.g-color-primary{
	color: #0f5caa !important;
}
.g-brd-primary {
    border-color: #0f5caa !important;
}
.u-btn-primary {
    color: #fff;
    background-color: #0f5caa;
    border: 2px solid #0f5caa;
    display: inline-block;
}
.u-btn-primary-out{
    color: #0f5caa;
    border: 2px solid #0f5caa;
    display: inline-block;
}
.navbar-brand img{
    height: 50px;
}
.btn-info{
    background: var(--primary) !important;
    border-radius: 30px;
    transition: all .3s linear;
    border: #fff solid 2px;
}
.btn-withdraw{
    border-radius: 30px;
    background: #6BC9F0;
    border: #6BC9F0 ;
    padding-left: 10px;
    padding-right: 10px;
    font-weight:bold;
    color: #fff;
    transition: all .3s linear;
}
.btn-withdraw:hover{
    background: #fff;
    color: #6BC9F0;
    transition: all .3s linear;
}
.btn-info:hover{
    border: #fff 2px solid !important;
    background: #999!important;
    color: #fff!important;
    transition: all .3s linear;
}
.btn-modal{
    background:#f87200;
    margin: 5px 1px;
    border: transparent;
    color: #fff;
    transition: all .3s linear;
}
.btn-modal:hover{
    background:#fc8d2d;
    transition: all .3s linear;
}
/* login btn*/
.btn-acc, .btn-fgpassw, .btn-signin{
    border-radius: 30px;
    transition: all .3s linear;
}
.btn-signin{
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #fff;
    color: #222;
    font-weight: 700;
}
.btn-fgpassw{
    background: transparent;
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}
.btn-acc{
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-weight: 700;
}
.btn-acc:hover{
    background: #7c7c7c;
    color: #fff;
    transition: all .3s linear;
    font-weight: 700;
}
.btn-fgpassw:hover{
    color: #cdcdcd;
    transition: all .3s linear;
}
.btn-signin:hover{
    border: 2px solid rgba(255,255,255,0);
    background: #fff;
    color: #222;
    transition: all .3s linear;
    font-weight: 700;
}
form input.form-control{
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 13px 30px;
    color: #111;
    height: 48px;
}
form input.form-control:focus{
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #07244f;
    padding: 13px 30px;
    height: 48px;
}
form input.form-control::placeholder{
    color: #fff;
}
form input.form-control:focus::placeholder{
    color: gray;
}
form input.form-control.g-rounded-10{
    border-radius: 30px !important;
}
.g-line-top{
    border-top: 1px dotted #0f5caa;
}
.u-check input[type="radio"]:checked + .u-check-icon-font i{
    color: #0f5caa;
}
.g-color-primary--hover:hover {
    color: #0f5caa !important;
}
/* login btn end */
.abstract-top-btn{
    font-size: 1em;
}
.phone-view-no{
	display: none;
}
.phone-view{
	display: block;
}
.modal-dialog{
  max-width: 1140px !important;
}
form textarea{
    margin-left: 0 !important;
}
.banner{
    padding-top: 58px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    text-align: center;
    /*background-color: #0f5caa;*/
}
.banner img{
    width: 100%;
    max-width: 1920px;
}
@media (max-width: 1200px){
	.phone-view-no{
		display: block;
	}
	.phone-view{
		display: none;
	}

}
.u-sidebar-navigation-inner {
    background-color: #1c2434;
    color: #fff;
    padding:0 0 20px 0;
}
.u-sidebar-navigation__closer {
    position: absolute;
    top: 22px;
    right: 15px;
    width: 25px;
    height: 25px;
    padding: 0;
    color: #fff;
    background-color: transparent;
    z-index: 3;
}
.u-sidebar-navigation__closer {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    padding: 0;
    color: #fff;
    background-color: transparent;
    z-index: 3;
}
.u-sidebar-navigation__closer:hover .g-color-primary{
	color: #000000 !important;
}
select option{
    color: #222 !important;
}
.news a{
	display: block;
	transition: all .5s ease;
}
.news a:hover{
	text-decoration: none;
	background-color: #436599;
    border-radius: 20px;
}
.news a:hover h3{
	color: #ffffff;
}
.news a:hover .g-color-gray-dark-v2{
    color: #ffffff !important;
}
.nav-link{
    font-weight: 700;
    font-size: 16px;
}
.dropdown-menu .nav-link{
    font-weight: 300;
    color: #6BC9F0;
}
/*.left-menu-bg{
    background-image: url(../img/left-menu-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
}*/
.main-header{
    background-color: #0f5caa;
    /*background-image: url('../img/main-header-red.png'), url('../img/main-header-red-repeat.png');*/
    background-repeat: no-repeat, repeat-x;
    background-size: auto 100%, auto 100%;
    background-position: top right , top right;
    margin-top: 60px;
}
.main-header h2{
    color: #fff;
}
.content{
    min-height:calc(100vh - 500px);
}
.g-bg-header{
    background-color: #efefef;
    color: #fff;
}
.g-bg-primary{
    background-color: #0f5caa !important;
}
.count-down{
    color: #fff;
}
footer .g-color-gray-light-v1{
    border-top: 1px solid #555;
}
.footer-style{
    background-color: #333;
    color: #fff;
}
.footer-style a{
    color: inherit !important;
}

@media (min-width: 992px){
    .hidden-lg-up {
        display: none!important;
    }
}
.shake {
    animation: shake_5177 3.875s ease infinite;
    transform-origin: 50% 50%;
}
.shake {
    animation-name: shake;
}
.table-responsive table {
    min-width: 1000px;
}
/*.active {
    background-color: #092765;
}*/
.active a,
.active .nav-link{
    color: #fff !important;
}
.u-header [aria-labelledby] {
    opacity: 1;
}

.im-bg{
    /*background: linear-gradient(135deg, rgba(99,198,230,1) 0%,rgba(146,206,168,1) 100%);*/
    background-color: #efefef;
}
.im-bg .btn-fgpassw {
    border: none;
    background-color: rgba(0,0,0,0);
    color: #0f5caa;
    text-decoration: none;
    display: inline-block;
}
.im-bg .btn-fgpassw:hover,
.im-bg .btn-fgpassw:focus {
    color: #000;
}
.im-bg h2{
    color: #111;
}
.im-bg label{
    color: #111;
}
.u-body--header-side-push-left.u-body--header-side-opened {
    margin-left: 19rem;
}
body[class*="u-body--header-side"] .u-header.u-header--side {
    position: fixed;
    top: 0;
    height: 100%;
    width: 19rem;
}
.bg-light-primery{
    background-color: #E9F3FF;
}
.buliding-bg{
    background-color: #E9F3FF;
    background-image: url(../img/pattern1.png);
    background-position: bottom;
    background-size: 100%;
}
a.text-de-no:hover{
    text-decoration: none;
}
.photo a{
    padding: 3px;
    border: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    transition: all .5s ease;
}
.photo a:hover{
    text-decoration: none;
    background-color: rgba(0,0,0,0.1);
}
.photo a .photo-bg,
.photo-bg{
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .5s ease;
}
.photo a:hover .photo-bg,
.photo-bg:hover{
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
}
.u-list-inline{
    background-color: #26317a;
    border-radius: 30px;
    display: inline-block;
    padding: 1px 15px;
}
.u-sidebar-navigation__toggler{
    top:60px !important;
}
.g-bg-gray-light-v3{
    /* background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 70%, var(--secondary) 100%) !important; */
    background: #f5f6f8;
}
.g-theme-bg-gray-light-v1{
    background: #f5f6f8;
}
.linear-bd{
    border-image:  linear-gradient(90deg, var(--primary) 10%, var(--secondary) 100%) 1;
    border-top: 5px solid;
}
.modal-footer{
    border: 0px;
}
.date-pick{
    position: relative;
}
/* .datetimepicker.dropdown-menu{
    top:1070px !important;
} */
/* @media (max-width:767px) {
    .main-header{
        background-image: url(../img/main-header-mobile.png);
    }

} */
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link{
    height: 100%;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover{
    background-color: #254093;
    color: #fff;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .hs-sub-menu .nav-link:focus, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .hs-sub-menu .nav-link:hover, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .hs-sub-menu .nav-link:focus, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .hs-sub-menu .nav-link:hover,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .hs-mega-menu .nav-link:focus, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .hs-mega-menu .nav-link:hover, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .hs-mega-menu .nav-link:focus, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .hs-mega-menu .nav-link:hover  {
    background-color: #254093;
    color: #fff;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .hs-sub-menu .dropdown-item .nav-link:focus, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .hs-sub-menu .dropdown-item .nav-link:hover, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .hs-sub-menu .dropdown-item .nav-link:focus, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .hs-sub-menu .dropdown-item .nav-link:hover,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .hs-mega-menu .dropdown-item .nav-link:focus, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .hs-mega-menu .dropdown-item .nav-link:hover, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .hs-mega-menu .dropdown-item .nav-link:focus, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .hs-mega-menu .dropdown-item .nav-link:hover  {
    background-color: rgba(0,0,0,0.2);
    color: #254093;
}
.hs-sub-menu, 
.hs-mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    margin-top: 5px;
    visibility: hidden;
    opacity: 0;
    /* width: 100%; */
    background-color: #efefef;
}
.u-shadow-v11 {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.hs-has-sub-menu > a::after {
    content: "\e900";
    font-family: "hs-icons" !important;
    font-size: 10px;
    display: inline;
    margin-left: 0;
    position: absolute;
    left: calc(50% - 5px);
    bottom: 1px;
}
.nav-link{
    text-align: center;
    line-height: 1.2;
}
.nav-link span{
    display: block;
    color: #7bcacf;
    font-size: 0.99em;
    font-weight: lighter;
}
/* marquee */
ul.marquee {
    /* required styles */
    /*left: 0;*/
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 3em;
  }
ul.marquee li {
    position: absolute;
    top: -999em;
    display: block;
    white-space: nowrap;
    padding: 15px 5px;
    font-size:16px;
    text-align: center;
    color:#fff;
    font-weight: 700;
}
ul.marquee li a{
    color:#fff;
}
.call-action-v1{
    margin-bottom: 50px;
    background-color: #2540A0;
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.2)
}
.red-star{
    font-size: 40px;
    line-height: 0.5;
    vertical-align:bottom;
    color: #ffc71d !important;
}
textarea.form-control{
   
}
textarea.form-control:focus{
   
}
select{
    height: 48px !important;
}
.form-group{
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px dotted #aaa;
}
.form-group-gray{
    padding: 15px;
    background-color: rgba(0,0,0,0.05);
    border-left: 1px dotted #aaa;
    border-right: 1px dotted #aaa;
}
.form-group .title{
    margin-top: 12px;
}
.id-login{
    position: relative;
    z-index: 9999999999;
    overflow: hidden;
}
.id-login::after{
    position: absolute;
    background: url(../img/login-img.png) no-repeat;
    background-size: contain;
    background-position: center center;
    width: 700px;
    height:900px;
    left: 100px;
    bottom: 300px;
    content: "";
    z-index: -1;
}
.gov-title{
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-top: 30px;
}
.gov-title span{
    background: #f87200;
    height: 25px;
    width: 4px;
    display: inline-block;
    margin-right: 10px;
}
.id-login{
    background: #fff; 
    min-height: 70vh; 
    background-image: url(assets/img/login-bg.jpg);
}
.id-login .im-bg2 .btn-acc{
    color: rgba(50, 50, 50, 0.9) !important;
    border-color: rgba(50, 50, 50, 0.9);
}
.id-login .im-bg2 .btn-signin{
    background: rgba(50, 50, 50, 0.9) !important;
    border-color: rgba(50, 50, 50, 0.9);
    color: #fff !important;
    margin-bottom: 0 !important;
}
.id-login::before{
    content: "";
    background: #adadad;
    position: absolute;
    width: 150vw;
    height: 300px;
    transform: rotate(28deg);
    z-index: -10;
    bottom: 300px;
    right: -350px;
}
.id-login .im-bg{
    background: rgba(50, 50, 50, 0.9);
}
.id-login span{
    color: #fff;
}
.id-login .btn-acc{
    color: #fff !important;
}
.id-login .btn-submit:hover{
    background: #fff;
    color: #fc8d2d !important;
    transition: all .3s linear;
    
}
.id-login .btn-submit{
    font-size: 18px;
    background: #fc8d2d;
    transition: all .3s linear;
    color: #fff !important;
}
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}
.check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #fc8d2d; 
}
.check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}
.news-list-group{
    border-bottom: 1px dotted rgba(0,0,0,0.3);
}
.news-list-group a{
    padding: 10px;
    display: block;
    color: #222;
    text-decoration: none;
    transition: all .5s ease;
}
.news-list-group a:hover,
.news-list-group a:focus{
    background-color: rgba(0,0,0,0.1);
}
.news-list-group a .time{
    color: #11489c;
    font-weight: 700;
}
.u-header__section--light .hamburger-inner, 
.u-header__section--light .hamburger-inner::after, 
.u-header__section--light .hamburger-inner::before {
    background: #11489c;
}
.index-date{
    background-color: rgba(0,0,0,0.1);
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.3)
}
.bg-big-title{
    font-size: 4em;
    color: #d1d1d1;
}
.bg-style-01{
    background: linear-gradient(135deg, rgba(255,230,167,1) 0%,rgba(255,218,137,1) 100%);
}
.btn {
    padding: 10px 30px;
    line-height: normal;
    font-size: 1em;
    border-radius: 30px;
}
.btn-more{
    background-color: rgba(0,0,0,0.1);
    padding: 3px 15px;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
}
.btn-fgpassw{
    border: none;
    background-color: rgba(0,0,0,0);
    color: #07244f;
    text-decoration: none;
    display: inline-block;
}
.index-organized{
    background-color: #efefef;
    padding: 0 0 70px 0;
}
.sub-down-wrapper{
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 15px;
}
.sub-down-wrapper:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 4px;
    display: block;
    background-color: #7bcacf;
    content: "";
}
.btn-sub-down{
    padding: 10px;
    background-color: #fff;
    display: block;
    line-height: 1.2;
    text-decoration: none;
    font-weight: 700;
    border-radius: 10px;
    transition: all .5s ease;
}
.btn-sub-down:hover{
    text-decoration: none;
    background-color: #0f5caa;
    color: #fff;
}
.btn-sub-add{
    background-color: #0f5caa;
    color: #fff;
    border: 1px solid #0f5caa;
    padding: 15px 20px;
    font-size: 1.2em;
    font-weight: 700;
    height: 100%;
    border-radius: 10px;
    transition: all .5s ease;
}
.btn-sub-add:hover{
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
}
.captcha_play_button{
    padding: 0 5px;
    display: inline-block;
    transition: all .5s ease;
}
.captcha_play_button:hover,
.captcha_play_button:focus{
    color: #11489c;
}
#btn_captcha_repeat {
    background-color: rgba(0,0,0,0);
    border: none;
    transition: all .5s ease;
}
#btn_captcha_repeat:hover,
#btn_captcha_repeat:focus {
    color: #11489c;
}
#captcha_image{
    height: 30px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 30px;
}

.contact-form-wrapper{
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    position: relative;
}

.icon-line {
    height: 5px;
    background-color: #fc8d2d;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    
}
.icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid #fc8d2d;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    background-color: #d1d1d1;
    border-radius: 0;
    font-weight: 400;
}
.nav-pills .nav-link strong{
    font-size: 1.6em;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.nav-pills .nav-item.show .nav-link, 
.nav-pills .nav-link.active {
    background-color: #0f5caa;
    border-radius: 0;
}
.btn-acc-b{
    border-radius: 30px;
    color: #fff;
    background-color: #0f5caa;
    border: 2px solid #7c1c1c;
}

@media (max-width:1200px) {
    .id-login::before{
        left: -200px;
        bottom: 200px;
    }
    .phone-view-no .navbar-toggler{
        display: none;
    }
    .phone-view-no .navbar-brand{
        padding-top: 5px;
    }
}
/* select{
    margin-right: 2rem !important;
    padding-right: 30px !important;
} */
/* select::before{
    content: "▼";
    width: 10px;
    height: 10px;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 15px;
    pointer-events: none;
} */
@media (max-width:991px) {
    .banner{
        padding-top: 55px;
    }
    .u-header--sticky-top{
        box-shadow: none;
    }
    .u-header--sticky-top.phone-view-no{
        box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
    }
    .main-header{
        margin-top: 55px;
    }
    .u-header--change-appearance .navbar-brand{
        padding-left: 13px;
    }
    .u-header--change-appearance .navbar-brand{
        padding: 0;
        margin-left: 13px;
    }
    .id-login::before{
        left: -200px;
        bottom: 120px;
    }
    .navbar-brand img{
        height: 42px;
        margin: 3px 0;
    }
    .navbar-brand img{
        height: 45px;
    }
    .hs-has-sub-menu > a::after {
        bottom: 0px;
    }
}
@media (max-width:767px) {
    .h1{
        font-size: 32px;
    }
    .bg-title, .h2{
        font-size: 24px;
    }
    .h4{
        font-size: 18px;
    }
    .h3{
        font-size: 21px;
    }
   .main-header header h2{
        /* letter-spacing: 3px;
        color: #333;
        text-shadow: -1px 0px 0px #fff,
        1px 0px 0px #fff,
        0px -1px 0px #fff,
        0px 1px 0px #fff; */
        position: relative;
        z-index: 10;
    }
    /*.main-header header::before{
        background: rgba(255, 255, 255, 0.5) !important;
        height: 60px;
        position: absolute;
        content: "";
        width: 100%;
        top: -10px;
        left: 0;
        right: 0;
        z-index: 0;
    }*/

}


